Commit b527a514492396de87921ec917f1690c91668f7a

Authored by zhangzzzz
1 parent 6a853abd

优化多数量表高度;

src/components/QuickQuote/index.jsx
... ... @@ -2390,7 +2390,7 @@ const ManyComponent = props => {
2390 2390 manyData: state.manyData,
2391 2391 }));
2392 2392 },
2393   - fixedHeight: 185,
  2393 + fixedHeight: 145,
2394 2394 };
2395 2395  
2396 2396 return (
... ...
src/components/QuickQuote/index.less
... ... @@ -309,7 +309,7 @@
309 309  
310 310 .many {
311 311 width: 100%;
312   - height: 235px;
  312 + height: 185px;
313 313 padding: 0 10px 0 10px;
314 314 position: relative;
315 315  
... ...