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

@@ -442,7 +442,7 @@ export default {
padding: 8px 0;
justify-content: space-between;
::v-deep .el-input__inner {
:deep( .el-input__inner ){
color: #fff;
}
}
@@ -517,12 +517,12 @@ export default {
width: 100%;
padding: 8px 0;
::v-deep .el-input__inner {
:deep( .el-input__inner ){
color: #fff;
}
}
::v-deep .el-input__inner {
:deep( .el-input__inner ){
background-color: #282f45;
border: 1px solid #282f45;
}
@@ -567,7 +567,7 @@ export default {
}
}
::v-deep .el-tree {
:deep( .el-tree ){
width: 100%;
.el-tree__empty-block {