::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

@@ -564,7 +564,7 @@ export default {
.addThreeMeeting {
height: 100%;
::v-deep .el-form {
:deep( .el-form ){
.ailist-title {
padding: 0;
margin-bottom: 8px;
@@ -579,7 +579,7 @@ export default {
}
}
::v-deep.ai-detail__content--wrapper {
:deep(.ai-detail__content--wrapper ){
.el-form {
width: 1000px;
margin: 0 auto;
@@ -591,11 +591,11 @@ export default {
margin-bottom: 8px;
}
::v-deep .el-dialog__body {
:deep( .el-dialog__body ){
padding-top: 16px !important;
}
::v-deep .iconfont {
:deep( .iconfont ){
color: #2266FF;
cursor: pointer;
}
@@ -680,7 +680,7 @@ export default {
}
}
::v-deep .el-form-item__label {
:deep( .el-form-item__label ){
color: #999;
}
@@ -711,7 +711,7 @@ export default {
width: 100%;
}
::v-deep .AiEchart {
:deep( .AiEchart ){
height: 160px;
}
}