From ebb200c027f016ddc7c5cacaf9967d7e06a3eb3b Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Mon, 30 Jun 2025 11:44:22 +0800 Subject: [PATCH] 组件名右对齐; --- src/components/QuickQuote/index.less | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index 41a995c..03d9e36 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -83,6 +83,7 @@ color: #000 !important; flex: 0 0 70px !important; max-width: 70px !important; + text-align: right !important; } .ant-form-item-control { -- libgit2 0.22.2