@@ -213,4 +213,7 @@ export default {
// /deep/ th.replacecolor {
// background-color: #ccc;
// }
+/deep/.ant-table-fixed-header .ant-table-scroll .ant-table-header{
+ width: calc(100% + 9px);//减去滚动条的宽度
+}
</style>
@@ -157,6 +157,9 @@ export default {
/deep/ .ant-table-tbody {
text-align: center;
}