Browse Source

面料损耗表/面料损耗列表-来源余纱/成本金额/发票号码明细/材料出库数量/采购入库数量/来源余纱-表格错位调整

jingbb 6 months ago
parent
commit
133cd33013

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

@@ -153,6 +153,9 @@ export default {
 /deep/ .ant-table-tbody {
   text-align: center;
 }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+            width: calc(100% + 9px);//减去滚动条的宽度
+}
 
 // /deep/ th.replacecolor {
 //   background-color: #ccc;

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

@@ -140,6 +140,9 @@ export default {
   height: auto !important;
     overflow-y: scroll;
 }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+            width: calc(100% + 9px);//减去滚动条的宽度
+}
 // /deep/ th.replacecolor {
 //   background-color: #ccc;
 // }

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

@@ -244,6 +244,9 @@ export default {
   height: auto !important;
     overflow-y: scroll;
 }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+            width: calc(100% + 9px);//减去滚动条的宽度
+}
 
 // /deep/ th.replacecolor {
 //   background-color: #ccc;

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

@@ -408,6 +408,9 @@ export default {
   height: auto !important;
     overflow-y: scroll;
 }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+            width: calc(100% + 9px);//减去滚动条的宽度
+}
 // /deep/ th.replacecolor {
 //   background-color: #ccc;
 // }

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

@@ -308,6 +308,9 @@ export default {
   height: auto !important;
     overflow-y: scroll;
 }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+            width: calc(100% + 9px);//减去滚动条的宽度
+}
 
 // /deep/ th.replacecolor {
 //   background-color: #ccc;