Browse Source

语-成本分配表/成本分配列表-多发少发弹窗表格错位修改

jingbb 6 months ago
parent
commit
086db2f6d6

+ 3 - 0
src/views/cost-allocation-total/modal/pilosityFewerModal.vue

@@ -205,4 +205,7 @@ export default {
 // /deep/ th.replacecolor {
 //   background-color: #ccc;
 // }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+            width: calc(100% + 9px);//减去滚动条的宽度
+}
 </style>

+ 3 - 0
src/views/reportForms/fabric-loss-table/iquantityMoreLessModal.vue

@@ -292,4 +292,7 @@ export default {
   height: auto !important;
     overflow-y: scroll;
 }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+            width: calc(100% + 9px);//减去滚动条的宽度
+}
 </style>