Browse Source

面损列表-详情-弹窗大小

jbb 1 year ago
parent
commit
ec5c27919a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/views/cost-allocation-total/modal/detailFabricLossTable.vue

+ 5 - 2
src/views/cost-allocation-total/modal/detailFabricLossTable.vue

@@ -3,7 +3,7 @@
     title="详情"
     v-model="detailModVis"
     :confirmLoading="confirmLoading"
-    width="86%"
+    width="98%"
     style="top:330px;left:100px;"
     @cancel="handlecLose"
   >
@@ -1312,13 +1312,16 @@ export default {
 @import '~@assets/less/common.less';
 @import '~@assets/less/overwriter.less';
 /deep/.ant-modal-body{
-  height: 571px;
+  height: 615px;
     overflow-y: scroll;
 }
 /deep/ .ant-table.ant-table-bordered .ant-table-footer {
   border: none;
   padding: 0;
 }
+/deep/ .ant-modal{
+  top: 25px !important;
+}
 
 
 </style>