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

@@ -113,7 +113,7 @@ export default {
color: #26f;
}
::v-deep .staCard {
:deep( .staCard ){
font-size: 14px;
width: 25%;

View File

@@ -116,7 +116,7 @@ export default {
this.search.current = 1
this.getTableData()
},
onSearch(v) {
this.orgTree.filter(v)
},
@@ -151,7 +151,7 @@ export default {
.psList {
height: 100%;
::v-deep .is-current>.el-tree-node__content{
:deep( .is-current>.el-tree-node__content){
width: 100%!important;
padding-right: 16px!important;
}