From b527a514492396de87921ec917f1690c91668f7a Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Thu, 26 Jun 2025 11:34:41 +0800 Subject: [PATCH] 优化多数量表高度; --- src/components/QuickQuote/index.jsx | 2 +- src/components/QuickQuote/index.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 3a9ad38..935c23a 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2390,7 +2390,7 @@ const ManyComponent = props => { manyData: state.manyData, })); }, - fixedHeight: 185, + fixedHeight: 145, }; return ( diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index 3ba41f9..34539de 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -309,7 +309,7 @@ .many { width: 100%; - height: 235px; + height: 185px; padding: 0 10px 0 10px; position: relative; -- libgit2 0.22.2