From 984e40900cb10b6d6f386c8d22ce950842665e75 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Wed, 2 Jul 2025 14:54:11 +0800 Subject: [PATCH] 修改快速报价样式; --- src/components/QuickQuote/index.less | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index 1ce5cae..79d6e5b 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -17,6 +17,11 @@ .ant-col-23 { display: flex !important; } + + .ant-divider { + margin: 0 0 5px 0; + height: 26px; + } } .back { @@ -62,10 +67,6 @@ font-size: 16px; } - .ant-divider { - margin: 0 0 5px 0; - height: 26px; - } } } @@ -332,7 +333,7 @@ .btns { position: absolute; - top: -50px; + top: -40px; right: 10px; height: 40px; min-width: 40px; @@ -366,6 +367,7 @@ .viewStyle { margin-top: 0 !important; } + .ant-col-4 .ant-col-7 { flex-basis: 50px !important; } -- libgit2 0.22.2