Переглянути джерело

合并代码,解决冲突

huangbin 4 роки тому
батько
коміт
768aa35f6f

BIN
MTP2.0_WEB.zip


+ 2 - 1
src/views/order/pre_sale_warehouse_receipt/components/pre_sale_warehouse_receipt_bargain/components/bargain_detail/index.vue

@@ -136,7 +136,8 @@ export default defineComponent({
     .ant-form {
         height: 100%;
         .formBar {
-            height: calc(100% - 70px);
+            height: 100%;
+            max-height: 100%;
         }
     }
     .condition {

+ 2 - 1
src/views/order/spot_warran/components/spot_warrant_bargain/components/bargain_detail/index.vue

@@ -136,7 +136,8 @@ export default defineComponent({
     .ant-form {
         height: 100%;
         .formBar {
-            height: calc(100% - 70px);
+            height: 100%;
+            max-height: 100%;
         }
     }
     .condition {