Browse Source

成本分配表/成本分配列表-美元费用支出-表格错位问题

jingbb 6 months ago
parent
commit
1f512869a1

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

@@ -209,6 +209,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/cost-allocation-table/mainTableExpenseUSDModal.vue

@@ -157,6 +157,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;