fix: 修复因使用弃用的方法'>>>',导致的eslint报警提示

This commit is contained in:
刘洪洪
2023-03-02 18:16:38 +08:00
parent e29fc1244c
commit 04062195e2
2 changed files with 9 additions and 9 deletions

View File

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