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

@@ -185,11 +185,11 @@ export default {
padding-left: 8px;
color: #999;
}
::v-deep .el-range-separator {
:deep( .el-range-separator ){
width: 28px!important;
}
::v-deep .el-date-editor {
:deep( .el-date-editor ){
width: 100%;
}
}
</style>
</style>

View File

@@ -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;
}

View File

@@ -294,20 +294,20 @@ export default {
font-weight: bold;
}
::v-deep .el-button--text [class*="iconfont"] {
:deep( .el-button--text [class*="iconfont"] ){
color: #5088ff;
}
}
}
}
::v-deep .el-dialog {
:deep( .el-dialog ){
.el-dialog__body {
padding: 16px;
}
}
::v-deep .el-tree {
:deep( .el-tree ){
margin-top: 16px;
min-height: 300px;
max-height: 600px;
@@ -321,7 +321,7 @@ export default {
}
}
::v-deep .organizations_tree .el-tree .is-current>.el-tree-node__content {
:deep( .organizations_tree .el-tree .is-current>.el-tree-node__content ){
background-color: #26f;
color: #fff;
}

View File

@@ -646,15 +646,15 @@ export default {
}
}
::v-deep .el-col-24 {
:deep( .el-col-24 ){
width: auto;
}
::v-deep .ai-list__content--right-wrapper {
:deep( .ai-list__content--right-wrapper ){
background-color: none!important;
padding: 0!important;
}
::v-deep .el-tree .is-current>.el-tree-node__content {
:deep( .el-tree .is-current>.el-tree-node__content ){
min-width: 100%!important;
}
}
</style>
</style>