2
xuxy
2024-06-27 353b734a16dd753bef78105364f5a7ecbeac9712
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>
@@ -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 {