@@ -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;
@@ -140,6 +140,9 @@ export default {
height: auto !important;
overflow-y: scroll;
// }
@@ -244,6 +244,9 @@ export default {
@@ -408,6 +408,9 @@ export default {
@@ -308,6 +308,9 @@ export default {