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

@@ -710,13 +710,13 @@ export default {
height: 100%;
font-size: 14px;
::v-deep.el-tabs__content {
:deep(.el-tabs__content ){
max-height: calc(100vh - 176px);
overflow-y: auto;
}
::v-deep .AiID {
:deep( .AiID ){
line-height: unset;
.el-button--text {
@@ -725,7 +725,7 @@ export default {
}
}
::v-deep .el-form-item {
:deep( .el-form-item ){
margin-bottom: 10px;
.el-form-item {
@@ -737,7 +737,7 @@ export default {
}
}
::v-deep .el-form-item__error {
:deep( .el-form-item__error ){
position: static;
}
}