xuxy
2024-06-27 36f5a552738ff64d35e5508a1db8c2249b9187b0
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 {