shish 1 рік тому
батько
коміт
2778565f04
2 змінених файлів з 4 додано та 20 видалено
  1. 2 10
      hdApp/src/admin/home/workbench.vue
  2. 2 10
      hdApp/src/pagesPurchase/order.vue

+ 2 - 10
hdApp/src/admin/home/workbench.vue

@@ -1174,7 +1174,7 @@ export default {
           }
           
           .supplier-name {
-            font-size: 32upx;
+            font-size: 34upx;
             color: #333;
             flex: 1;
             font-weight: 500;
@@ -1191,7 +1191,7 @@ export default {
       
       .supplier-notice-tip {
         display: block;
-        font-size: 38upx;
+        font-size: 40upx;
         font-weight: bold;
         color: red;
         margin-bottom: 30upx;
@@ -1202,14 +1202,6 @@ export default {
         display: flex;
         justify-content: space-between;
         gap: 20upx;
-        
-        .admin-button-com {
-          flex: 1;
-          margin: 0;
-          padding: 20upx 0;
-          height: auto;
-          line-height: normal;
-        }
       }
     }
   }

+ 2 - 10
hdApp/src/pagesPurchase/order.vue

@@ -723,7 +723,7 @@ export default {
           }
           
           .supplier-name {
-            font-size: 32upx;
+            font-size: 34upx;
             color: #333;
             flex: 1;
             font-weight: 500;
@@ -740,7 +740,7 @@ export default {
       
       .supplier-notice-tip {
         display: block;
-        font-size: 38upx;
+        font-size: 40upx;
         font-weight: bold;
         color: red;
         margin-bottom: 30upx;
@@ -751,14 +751,6 @@ export default {
         display: flex;
         justify-content: space-between;
         gap: 20upx;
-        
-        .admin-button-com {
-          flex: 1;
-          margin: 0;
-          padding: 20upx 0;
-          height: auto;
-          line-height: normal;
-        }
       }
     }
   }