marymelisa 4 år sedan
förälder
incheckning
d3d7223c07

BIN
MTP2.0_WEB.zip


+ 4 - 3
src/views/order/pre_sale_warehouse_receipt/components/pre_sale_warehouse_receipt_bargain/components/bargain_detail/index.vue

@@ -21,7 +21,7 @@
                         :data-source="tableList"
                     ></a-table>
                 </div>
-                <a-row :gutter="24" type="flex" justify="center">
+                <!-- <a-row :gutter="24" type="flex" justify="center">
                     <a-col :span="24" class="fixedBtns">
                         <a-form-item class="btnCenter">
                             <a-button class="cancelBtn" v-if="isMy()" @click="cancelAction">撤销</a-button>
@@ -31,7 +31,7 @@
                             </template>
                         </a-form-item>
                     </a-col>
-                </a-row>
+                </a-row>-->
             </a-form>
         </div>
     </Drawer>
@@ -133,7 +133,8 @@ export default defineComponent({
     .ant-form {
         height: 100%;
         .formBar {
-            height: calc(100% - 70px);
+            height: 100%;
+            max-height: 100%;
         }
     }
     .condition {

+ 4 - 3
src/views/order/spot_warran/components/spot_warrant_bargain/components/bargain_detail/index.vue

@@ -21,7 +21,7 @@
                         :data-source="tableList"
                     >></a-table>
                 </div>
-                <a-row :gutter="24" type="flex" justify="center">
+                <!-- <a-row :gutter="24" type="flex" justify="center">
                     <a-col :span="24" class="fixedBtns">
                         <a-form-item class="btnCenter">
                             <a-button class="cancelBtn" v-if="isMy()" @click="cancelAction">撤销</a-button>
@@ -31,7 +31,7 @@
                             </template>
                         </a-form-item>
                     </a-col>
-                </a-row>
+                </a-row>-->
             </a-form>
         </div>
     </Drawer>
@@ -133,7 +133,8 @@ export default defineComponent({
     .ant-form {
         height: 100%;
         .formBar {
-            height: calc(100% - 70px);
+            height: 100%;
+            max-height: 100%;
         }
     }
     .condition {