优化 样式

This commit is contained in:
LiuHao 2023-04-18 23:44:54 +08:00
parent d2bce3fcbe
commit 4775803427

View File

@ -17,7 +17,7 @@
background-color: $base-menu-background; background-color: $base-menu-background;
height: 100%; height: 100%;
position: fixed; position: fixed;
font-size: 0px; font-size: 0;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -36,7 +36,7 @@
} }
.el-scrollbar__bar.is-vertical { .el-scrollbar__bar.is-vertical {
right: 0px; right: 0;
} }
.el-scrollbar { .el-scrollbar {