::v-deep=>:deep()
This commit is contained in:
@@ -113,7 +113,7 @@ export default {
|
||||
color: #26f;
|
||||
}
|
||||
|
||||
::v-deep .staCard {
|
||||
:deep( .staCard ){
|
||||
font-size: 14px;
|
||||
width: 25%;
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user