linwenxin 6 hónapja
szülő
commit
6dbd7b3125

+ 9 - 3
src/packageMaterial/pages/newSale/orderList.vue

@@ -383,15 +383,21 @@ export default {
           color: $main-font;
           font-weight: 500;
         }
-        .value {
-          font-weight: 500;
-        }
         .status {
           flex: 1;
           text-align: right;
           font-size: 28rpx;
           color: $warning-color;
         }
+        .value {
+          font-weight: 500;
+          flex: 1;
+          max-width: 400rpx;
+          min-width: 300rpx;
+          display: inline-block;
+          word-wrap: break-word;
+          word-break: normal;
+        }
       }
     }
     .btns {

+ 10 - 3
src/packageMaterial/pages/sale/orderList.vue

@@ -383,15 +383,22 @@ export default {
           color: $main-font;
           font-weight: 500;
         }
-        .value {
-          font-weight: 500;
-        }
         .status {
           flex: 1;
           text-align: right;
           font-size: 28rpx;
           color: $warning-color;
         }
+        .value {
+          font-weight: 500;
+          flex: 1;
+          max-width: 400rpx;
+          min-width: 300rpx;
+          display: inline-block;
+          word-wrap: break-word;
+          word-break: normal;
+          font-weight: 500;
+        }
       }
     }
     .btns {