::v-deep=>:deep()

This commit is contained in:
aixianling
2022-12-01 09:35:20 +08:00
parent d12c7b2c5e
commit 883ec09a0e
352 changed files with 1277 additions and 1281 deletions

View File

@@ -212,7 +212,7 @@ export default {
}
}
::v-deep.headerPane {
:deep(.headerPane ){
display: flex;
align-items: center;
height: 120px;
@@ -453,7 +453,7 @@ export default {
}
}
::v-deep.settingDialog {
:deep(.settingDialog ){
.ai-dialog {
background: #1D2127;
box-shadow: 0 0 4px 0 #206EFF;
@@ -575,7 +575,7 @@ export default {
background: none;
box-shadow: none;
::v-deep .corner {
:deep( .corner ){
display: none !important;
}
}