From f2ed53b7fb41b1d15334934bf8caeea798ddcf2f Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期四, 27 六月 2024 16:51:41 +0800 Subject: [PATCH] 1 --- sub_pages/farmer/flower-manage/flower-manage.vue | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/sub_pages/farmer/flower-manage/flower-manage.vue b/sub_pages/farmer/flower-manage/flower-manage.vue index 0bd28a6..7187f3c 100644 --- a/sub_pages/farmer/flower-manage/flower-manage.vue +++ b/sub_pages/farmer/flower-manage/flower-manage.vue @@ -23,7 +23,7 @@ {{item.categoryStr || '-'}} </view> </view> - <view class="each-list m-t-12"> + <view class="each-list"> <view class="each-item"> <view class="label">状态</view> <view class="value">{{item.statusStr || '-'}}</view> @@ -90,7 +90,7 @@ </view> <!-- 输入框--> - <view class="flex w-fit"> + <view class="flex w-fit "> <u-input v-model="content" :placeholder="inputplaceholder" type="digit" style="max-width: 390rpx;background-color: #F2F2F2;" v-if="currentInputKey=='price'" /> @@ -102,7 +102,7 @@ </view> <!-- 提交按钮 --> <view class="line-gray" style="margin-bottom: 0px;"></view> - <view class="flex"> + <view class="flex flex-wrap-normal"> <u-button type="default" class="w-fit flex1 " text="取消" @click="()=>{$refs.popup_input.close()}"></u-button> <view class="component-line-vert"></view> @@ -283,12 +283,12 @@ .flow-manage { .flow-manage-list { // padding: 20rpx 30rpx; - padding: 22rpx; + padding: 22rpx 22rpx 20rpx 22rpx; background-color: #fff; .flow-manage-list-item { - margin-bottom: 20rpx; + // margin-bottom: 20rpx; .title { font-weight: 600; @@ -315,6 +315,9 @@ border-radius: 24rpx; border: 2rpx solid #CECECE; text-align: center; + font-size: 24rpx; + color: #666666; + line-height: 34rpx; } } @@ -328,6 +331,7 @@ .each-list { display: flex; flex-wrap: wrap; + margin-top: 6rpx; .each-item { min-width: 30%; @@ -349,7 +353,11 @@ content: ": " } - .value {} + .value { + font-weight: 400; + font-size: 24rpx; + color: #666666; + } } } } @@ -372,6 +380,8 @@ // max-width: 90rpx; margin-left: 14rpx; margin-right: 14rpx; + font-weight: 400; + } .button:first-child { -- Gitblit v1.9.3