style: use :deep() replace >>>

This commit is contained in:
xiaoxian521 2021-10-19 10:07:24 +08:00
parent d551f372e4
commit 4aaffc53a8
2 changed files with 15 additions and 1 deletions

View File

@ -334,6 +334,20 @@
background-color: $menuHover !important;
}
}
.el-menu-item,
.el-sub-menu {
i {
width: 20px;
text-align: center;
font-size: 16px;
}
i.fa {
margin-right: 5px;
font-size: 16px;
}
}
}
// horizontal菜单折叠

View File

@ -124,7 +124,7 @@ onMounted(() => {
z-index: 3;
}
.logic-flow-view >>> .flow-dialog {
:deep(.flow-dialog) {
transform: none;
left: 0;
position: relative;