style: 样式穿透使用最新的 :deep() 语法 (#13)

This commit is contained in:
ClariS
2022-09-28 17:17:24 +08:00
committed by GitHub
parent 08b60c99cc
commit 63ca3831ea
2 changed files with 8 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ const resolvePath = (routePath: string) => {
.simple-mode {
&.first-level {
::v-deep(.el-sub-menu) {
:deep(.el-sub-menu) {
.el-sub-menu__icon-arrow {
display: none;
}