From cf39d63396148275088d83ba03e4d781701aa8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 25 Aug 2026 19:25:47 +0800 Subject: [PATCH] =?UTF-8?q?style(contract-manage):=20=E5=BC=BA=E5=88=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=90=88=E5=90=8C=E7=AE=A1=E7=90=86=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2=E4=B8=BA=E7=BA=A2?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在合同管理组件的提示文字颜色样式中添加!important - 确保提示文字颜色样式优先应用 - 修正样式优先级问题避免被覆盖 --- src/views/business/contract-manage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/contract-manage.vue b/src/views/business/contract-manage.vue index 34df465..4262909 100644 --- a/src/views/business/contract-manage.vue +++ b/src/views/business/contract-manage.vue @@ -2399,7 +2399,7 @@ export default { line-height: 1.2; } .contract-manage-form__tip { - color: #ff0000; + color: #ff0000 !important; font-size: 12px; }