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

@@ -218,15 +218,15 @@ export default {
display: flex;
align-items: center;
::v-deep .el-form-item .el-form-item__content {
:deep( .el-form-item .el-form-item__content ){
margin-left: 0 !important;
}
::v-deep .ai-select {
:deep( .ai-select ){
margin: 0 !important;
}
::v-deep .el-form-item {
:deep( .el-form-item ){
width: auto;
margin-bottom: 0;

View File

@@ -114,9 +114,9 @@
{ prop: 'residentName', label: '申请人' },
{ prop: 'residentPhone', align: 'center', label: '联系电话' },
{ prop: 'createTime', align: 'center', label: '申请时间' },
{ prop: 'applyIntegralType', align: 'center', label: '积分类型', formart: v => this.dict.getLabel('atWillReportType', v) },
{ prop: 'auditStatus', align: 'center', label: '状态', formart: v => v ? this.dict.getLabel('auditStatus', v) : '-' },
{ prop: 'auditUserName', align: 'center', label: '审批人' },
{ prop: 'applyIntegralType', align: 'center', label: '积分类型', formart: v => this.dict.getLabel('atWillReportType', v) },
{ prop: 'auditStatus', align: 'center', label: '状态', formart: v => v ? this.dict.getLabel('auditStatus', v) : '-' },
{ prop: 'auditUserName', align: 'center', label: '审批人' },
{ prop: 'auditTime', align: 'center', label: '审批时间' }
],
tableData: [],
@@ -186,7 +186,7 @@
<style scoped lang="scss">
.list {
::v-deep .ai-list__content {
:deep( .ai-list__content ){
padding: 0!important;
.ai-list__content--right-wrapper {