src/styles/global.css
@@ -180,8 +180,8 @@ 高宽分别对应横竖滚动条的尺寸 */ ::-webkit-scrollbar { width: 7px; height: 7px; width: 10px; height: 10px; /*background-color: white;*/ background-color: #f8f8fa; } @@ -198,11 +198,11 @@ /*解决表格固定列时的压样式问题*/ .el-table__fixed { height: calc(100% - 7px) !important; height: calc(100% - 10px) !important; } .el-table__fixed-right { height: calc(100% - 12px) !important; height: calc(100% - 10px) !important; } .el-table__fixed-right::before,