jingbb 6 月之前
父節點
當前提交
21c5ed0cea
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/reportForms/fabric-loss-table/surplusYarnModal.vue

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

@@ -309,6 +309,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;
 // }