|
@@ -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;
|