From 13f05817360c278203ff27ba6fed64bfd975ceff Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 22 Feb 2024 17:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=20=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news3/ManualEntry.vue | 27 +++++++++++++++-------- pages/news3/seasoningCondimentsRecord.vue | 6 +++++ 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/pages/news3/ManualEntry.vue b/pages/news3/ManualEntry.vue index 18785c0..9867d52 100644 --- a/pages/news3/ManualEntry.vue +++ b/pages/news3/ManualEntry.vue @@ -22,7 +22,8 @@ - + @@ -45,7 +46,8 @@ - + - @@ -137,7 +139,7 @@ chatList: [], expressList: [], action: '', - action:'', + action: '', } }, onReady() { @@ -238,10 +240,10 @@ title: "录入成功" }) setTimeout(function() { - uni.$emit('refreshData'); - uni.navigateBack({ - delta: 1 - }) + uni.$emit('refreshData'); + uni.navigateBack({ + delta: 1 + }) }, 2000); } }, @@ -404,6 +406,10 @@ padding-bottom: 100upx; } + ::v-deep .u-list-item { + margin: 10rpx 20rpx 10rpx 0 !important; + } + ::v-deep .u-field { padding: 20upx !important; } @@ -425,9 +431,11 @@ text-align: right; margin: 0 !important; } - ::v-deep .u-input__textarea{ + + ::v-deep .u-input__textarea { padding: 40upx 0 20upx 0 !important; } + .recordList { padding: 30upx; background-color: #fff; @@ -492,6 +500,7 @@ margin: auto; } } + .c { padding-top: 20rpx; overflow: hidden; diff --git a/pages/news3/seasoningCondimentsRecord.vue b/pages/news3/seasoningCondimentsRecord.vue index 79cc4b2..8c29225 100644 --- a/pages/news3/seasoningCondimentsRecord.vue +++ b/pages/news3/seasoningCondimentsRecord.vue @@ -307,6 +307,10 @@ padding: 0 40upx !important; } + ::v-deep .u-list-item { + margin: 10rpx 20rpx 10rpx 0 !important; + } + ::v-deep .u-border-bottom:after { border: none; } @@ -386,6 +390,7 @@ } } } + .goods-fd { width: 100%; position: fixed; @@ -408,6 +413,7 @@ margin: auto; } } + // .footerBtn { // width: 86%; // height: 88upx;