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;