From 87f32cd2328f1c62628bd0aed4b4bc4efa30c8a7 Mon Sep 17 00:00:00 2001
From: whycq <you@example.com>
Date: 星期五, 17 二月 2023 20:52:51 +0800
Subject: [PATCH] #

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

diff --git a/pages/basics/matSelect.vue b/pages/basics/matSelect.vue
index 8dfe684..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>
@@ -347,7 +346,7 @@
 	}
 	.demo-list {
 		border-bottom: 1px solid #d8d8d8;
-		height: 180rpx;
+		height: 150rpx;
 		margin: 15rpx;
 		border-radius: 20rpx;
 	}
@@ -365,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