From 7c216965d82c69583a663f2abd9b56810f7fac69 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 20 Jan 2026 14:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E5=AE=A1=E6=A0=B8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/audit/addAudit.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/business/audit/addAudit.vue b/src/views/business/audit/addAudit.vue index d518f23d..3c94fdb5 100644 --- a/src/views/business/audit/addAudit.vue +++ b/src/views/business/audit/addAudit.vue @@ -28,9 +28,9 @@ - - - + + +
审批进度
@@ -704,6 +704,7 @@ export default { .node-title { display: flex; align-items: center; + justify-content: space-between; gap: 10px; margin-bottom: 8px; @@ -715,7 +716,12 @@ export default { .node-info { font-size: 12px; - color: #606266; + + font-style: normal; + background: rgba(52, 226, 199,0.08); + color: #3F3F3F; + padding: 15px; + border-radius:3px; line-height: 1.8; } }