fix:修改宽度,避免列表右侧白屏

This commit is contained in:
刘洪洪
2022-09-13 18:55:10 +08:00
parent ce23a36a05
commit 67c4d5356a

View File

@@ -71,7 +71,7 @@
.down {
margin-left: 32px;
height: 100%;
width: 1256px;
width: calc(100% - 32px);
background: #fff; //盖住fixed产生的阴影
::v-deep .is-leaf {
color: #1b2e3b;