From ae6bf71311349a935ef81fe730682479272d4024 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Mon, 30 Jun 2025 10:46:54 +0800 Subject: [PATCH] 优化布局; --- src/components/QuickQuote/index.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index f246597..41a995c 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -81,13 +81,13 @@ .ant-form-item-label { background-color: transparent !important; color: #000 !important; - flex: 0 0 100px !important; - max-width: 100px !important; + flex: 0 0 70px !important; + max-width: 70px !important; } .ant-form-item-control { flex: 1; - max-width: calc(100% - 100px); + max-width: calc(100% - 70x); } .viewStyle { -- libgit2 0.22.2