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

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