From c0b24b804539df3a40a0be613b44562c7e073005 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 20 四月 2023 10:43:46 +0800
Subject: [PATCH] #

---
 pages/basics/matSelect.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/pages/basics/matSelect.vue b/pages/basics/matSelect.vue
index d1dd5db..4c919a9 100644
--- a/pages/basics/matSelect.vue
+++ b/pages/basics/matSelect.vue
@@ -30,7 +30,6 @@
 							<view class="cu-tag bg-cyan ">鍟嗗搧</view>
 						</view>
 						<view class="matnr"><text style="width: 400rpx;">{{item.matnr}}</text></view>
-						<view class="matnr"><text style="width: 400rpx;">{{item.specs}}</text></view>
 					</view>
 				</label>
 			</checkbox-group>
@@ -103,6 +102,7 @@
 						'token':uni.getStorageSync('token'),
 				    },
 					success(result) {
+						console.log(result);
 						uni.hideLoading();
 						var res = result.data
 						if (res.code === 200 ) {
@@ -246,6 +246,9 @@
 		z-index: 1;
 		position: fixed;
 		top: 188rpx;
+		/* #ifdef APP-PLUS */
+		top: 89rpx;
+		/* #endif */
 		width: 100%;
 		min-height: 50rpx;
 		background-color: #E4E7ED;
@@ -343,7 +346,7 @@
 	}
 	.demo-list {
 		border-bottom: 1px solid #d8d8d8;
-		height: 180rpx;
+		height: 150rpx;
 		margin: 15rpx;
 		border-radius: 20rpx;
 	}
@@ -361,14 +364,14 @@
 		float: left;
 		text-align: center;
 		width: 100rpx;
-		height: 180rpx;
-		line-height: 180rpx;
+		height: 120rpx;
+		line-height: 120rpx;
 	}
 	.demo-list-right {
 		display: inline-block;
 		float: left;
 		width: 100%;
-		height: 180rpx;
+		height: 150rpx;
 		color: #828282;
 	}
 	.order-ditel {

--
Gitblit v1.9.1