浏览代码

面料损耗表-发票号码明细弹窗-合计行样式调整

jingbb 5 月之前
父节点
当前提交
bfdffe9497
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/reportForms/fabric-loss-table/invoiceNumModal.vue

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

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