Commit 6dbda3697b1ee7337984a05b221fed6dc222ef51

Authored by 陈鑫涛
1 parent f8cccd83

快速报价图片行高

src/components/QuickQuote/index.jsx
... ... @@ -2182,7 +2182,7 @@ const BoxComponent = props => {
2182 2182 {bBox ? (
2183 2183 <>
2184 2184 {svgProps.boxList.length ? (
2185   - <div style={{ width: " 300px", height: "290px", backgroundColor: "#fff", borderRight: "1px solid #ccc" }}>
  2185 + <div style={{ width: " 300px", height: "290px",lineHeight:'290px', backgroundColor: "#fff", borderRight: "1px solid #ccc" }}>
2186 2186 <DynamicSVG {...svgProps} />
2187 2187 </div>
2188 2188 ) : (
... ...