::v-deep=>:deep()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user