Commit b527a514492396de87921ec917f1690c91668f7a
1 parent
6a853abd
优化多数量表高度;
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/QuickQuote/index.jsx
| @@ -2390,7 +2390,7 @@ const ManyComponent = props => { | @@ -2390,7 +2390,7 @@ const ManyComponent = props => { | ||
| 2390 | manyData: state.manyData, | 2390 | manyData: state.manyData, |
| 2391 | })); | 2391 | })); |
| 2392 | }, | 2392 | }, |
| 2393 | - fixedHeight: 185, | 2393 | + fixedHeight: 145, |
| 2394 | }; | 2394 | }; |
| 2395 | 2395 | ||
| 2396 | return ( | 2396 | return ( |
src/components/QuickQuote/index.less