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;