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

@@ -498,11 +498,11 @@ export default {
}
}
::v-deep .el-form-item__error {
:deep( .el-form-item__error ){
position: static;
}
::v-deep .content-right {
:deep( .content-right ){
box-sizing: border-box;
display: flex;
flex-direction: column;
@@ -629,7 +629,7 @@ export default {
display: flex;
align-items: center;
::v-deep .el-checkbox__label {
:deep( .el-checkbox__label ){
font-size: 14px;
}
}

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;
}
}

View File

@@ -257,7 +257,7 @@ export default {
.ResidentList {
height: 100%;
::v-deep.AiSearch {
:deep(.AiSearch ){
.el-input + .el-input > .el-input__inner {
border-left-color: transparent;