From 50206b045705bf86107a0c0a2328fb89d19d55ba Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期三, 11 五月 2022 23:33:20 +0800 Subject: [PATCH] # --- pages/basics/checkout.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/basics/checkout.vue b/pages/basics/checkout.vue index aba9c37..f1d6d9d 100644 --- a/pages/basics/checkout.vue +++ b/pages/basics/checkout.vue @@ -53,7 +53,7 @@ <view class="matnr">{{item.matnr}}-{{item.batch}}</view> </view> <view class="data-list-right"> - <uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons> + <uni-icons type="trash" size="20" color="#a5a5a5" @click="remove(item,index)"></uni-icons> </view> </view> </checkbox-group> @@ -460,7 +460,7 @@ } .data-list { border-bottom: 1px solid #d8d8d8; - height: 130rpx; + height: 90rpx; margin: 15rpx; border-radius: 20rpx; } @@ -484,15 +484,15 @@ display: inline-block; float: left; margin-left: 4%; - height: 130rpx; + height: 90rpx; color: #676767; } .matnr { display: inline-block; width: 100%; - font-size: 16px; + font-size: 14px; font-weight: 700; - padding-top: 20rpx; + padding-top: 8rpx; /* height: 130rpx; line-height: 130rpx; */ } @@ -501,7 +501,7 @@ display: inline-block; float: right; width: 100rpx; - height: 130rpx; - line-height: 130rpx; + height: 90rpx; + line-height: 90rpx; } </style> \ No newline at end of file -- Gitblit v1.9.1