[fix 87355] 解决火狐浏览器表格双滚动条
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user