loulijun2021
2022-11-23 6f63c0fd8a9be0e115628c6ed1ad3065ceb62591
1.解决固定表格滚动条高低像素差
已修改1个文件
8 ■■■■■ 文件已修改
src/styles/global.css 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/styles/global.css
@@ -151,3 +151,11 @@
/*scrollbar END*/
/*解决固定滚动条高低像素差*/
.el-table__fixed::before{
  height: 0 !important;
}
.el-table__fixed-right::before{
  height: 0 !important;
}