From 79e4b902c1db5b001cb6087c33fa64c2922becc8 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Wed, 20 Aug 2025 11:08:01 +0800 Subject: [PATCH] fix: Fix form style issues (#3892) Co-authored-by: wangdan-fit2cloud --- ui/src/styles/element-plus.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index d1f067b18..9e5345cee 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -62,7 +62,7 @@ } .el-form-item__label { font-weight: 400; - width: 100%; + width: 100% !important; } .el-form-item__error {