diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 99142774..69ff2039 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -347,14 +347,15 @@ export default { .label { - width: 30%; + width: 200px; span { color: #FF4466; } } .value { - width: 70%; + width: calc(100% - 200px); text-align: right; + word-break: break-all; } } } @@ -394,6 +395,14 @@ export default { color: #333333; border-bottom: 1px solid #D8DDE6; + div:first-child { + width: 200px; + } + div:last-child { + width: calc(100% - 200px); + text-align: right; + } + .textarea { margin-top: 30px; color: #333333; diff --git a/src/apps/AppSuperMarket/AppSuperMarket.vue b/src/apps/AppSuperMarket/AppSuperMarket.vue index 62011d8f..0b43cffc 100644 --- a/src/apps/AppSuperMarket/AppSuperMarket.vue +++ b/src/apps/AppSuperMarket/AppSuperMarket.vue @@ -156,6 +156,7 @@ export default { this.isAreaId = true this.getList() }else { + this.numList = [] this.isAreaId = false } },