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