From 2202b89db5ba1d62fac4ae761b73ba5488a2f938 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Tue, 21 Oct 2025 15:00:50 +0800 Subject: [PATCH] 优化表单样式; --- src/global.less | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/src/global.less b/src/global.less index 4b9add3..8af3b83 100644 --- a/src/global.less +++ b/src/global.less @@ -5,6 +5,10 @@ @import "./variable.less"; @import "./skinchange.less"; +.ant-legacy-form .ant-form-item label { + font-size: 12px; +} + .ant-card-head { border-bottom: 1px solid #d9d9d9; } -- libgit2 0.22.2