From 68eafef500b8c7b9b6459f4fe204ef01d79939c7 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 22 Mar 2022 08:58:45 +0800 Subject: [PATCH] 28415 --- src/apps/AppIntegralAudit/detail.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 99142774..c7448cdc 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -347,13 +347,13 @@ export default { .label { - width: 30%; + width: 200px; span { color: #FF4466; } } .value { - width: 70%; + width: calc(100% - 200px); text-align: right; } } @@ -394,6 +394,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;