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

@@ -810,7 +810,7 @@ export default {
padding: 0;
font-size: 12px;
::v-deep span {
:deep( span ){
margin-left: 0;
}
}
@@ -823,7 +823,7 @@ export default {
.addressBook-left__list--search {
flex: 1;
::v-deep input {
:deep( input ){
width: 100%;
}
}
@@ -878,12 +878,12 @@ export default {
height: 100%;
overflow: auto;
::v-deep .el-tree {
:deep( .el-tree ){
width: fit-content;
min-width: 100%;
}
::v-deep .el-scrollbar__wrap {
:deep( .el-scrollbar__wrap ){
margin-bottom: 0 !important;
overflow-x: hidden;
@@ -927,7 +927,7 @@ export default {
font-size: 14px;
}
::v-deep .el-tree {
:deep( .el-tree ){
background: transparent;
.el-tree-node__expand-icon.is-leaf {
@@ -973,7 +973,7 @@ export default {
}
}
::v-deep .ai-list__content--right {
:deep( .ai-list__content--right ){
flex: 1;
min-width: 0;
margin-left: 1px;
@@ -984,7 +984,7 @@ export default {
}
}
::v-deep ai-open-data {
:deep( ai-open-data ){
}
}