From f46205bece5138104c6d880f098619c475034aab Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 4 Aug 2025 18:24:25 +0800 Subject: [PATCH] fix: style --- 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 2c921f82f..6383d1ca8 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -244,7 +244,7 @@ } .el-form-item__label { font-weight: 400; - width: 100%; + width: 100% !important; color: var(--el-text-color-primary); }