[fix 87355] 解决火狐浏览器表格双滚动条

This commit is contained in:
danshihao
2024-07-22 14:55:56 +08:00
parent 6f8191bee8
commit 6ca71f4e6f
+7 -1
View File
@@ -977,7 +977,13 @@
/deep/ .ant-table-fixed-header .ant-table-scroll .ant-table-header {
margin-bottom: -8px !important;
}
// 火狐单独处理
@-moz-document url-prefix() {
/deep/ .ant-table-fixed-header .ant-table-scroll .ant-table-header {
margin-bottom: 0px !important;
overflow-x: hidden !important;
}
}
/deep/ .ant-table-hide-scrollbar {
scrollbar-color: unset;
}