xuxueyang
2024-08-26 72b69b0dd7c5cb2b09c0fd5a12c6f119196231bd
pages/order/order-sale/order-sale.vue
@@ -122,7 +122,10 @@
            tabIndex: 0,
         }
      },
      onLoad() {
      onLoad(options) {
         if (options.orderItemId) {
            this.query.orderItemId = options.orderItemId
         }
         // #ifdef PUB_SUPPLIER
         this.listApi = '/api/supplier/sales/list'
         // #endif
@@ -280,13 +283,14 @@
               vertical-align: middle;
            }
         }
         .flower-item{
         .flower-item {
            .title {
               font-weight: 600;
               font-size: 28rpx;
               color: #000000;
               line-height: 40rpx;
               .level {
                  font-weight: 400;
                  font-size: 28rpx;
@@ -295,19 +299,19 @@
                  margin-right: 20rpx;
               }
            }
            .flower-img {
               width: 128rpx;
               height: 118rpx;
               min-width: 128rpx;
               min-height: 118rpx;
            }
            .each-list {
               display: flex;
               flex-wrap: wrap;
               margin-top: 6rpx;
               .each-item {
                  min-width: 40%;
                  max-width: 50%;
@@ -315,7 +319,7 @@
                  margin-left: 0rpx;
                  margin-right: auto;
                  display: flex;
                  .label {
                     font-weight: 400;
                     font-size: 24rpx;
@@ -323,11 +327,11 @@
                     text-align: left;
                     padding-right: 10rpx;
                  }
                  .label::after {
                     content: ": "
                  }
                  .value {
                     font-weight: 400;
                     font-size: 24rpx;
@@ -335,7 +339,7 @@
                  }
               }
            }
         }
      }
   }