::v-deep=>:deep()
This commit is contained in:
@@ -91,7 +91,7 @@ export default {
|
||||
this.dict.load('partyReportActionStatus', 'partyReportSignupStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
methods: {
|
||||
getListInit() {
|
||||
@@ -111,7 +111,7 @@ export default {
|
||||
this.loading = false
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
toDetail(id) {
|
||||
this.$emit("showDetail", id)
|
||||
},
|
||||
@@ -129,15 +129,15 @@ export default {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
::v-deep .audit-0 {
|
||||
:deep( .audit-0 ){
|
||||
color: #FF8822 !important;
|
||||
}
|
||||
|
||||
::v-deep .audit-1 {
|
||||
:deep( .audit-1 ){
|
||||
color: #2EA222 !important;
|
||||
}
|
||||
|
||||
::v-deep .ai-list__content--right {
|
||||
:deep( .ai-list__content--right ){
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
margin-left: 1px;
|
||||
@@ -147,7 +147,7 @@ export default {
|
||||
width: 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