Commit 2c4e2de6eb9ff5d6cecc9941a4da91b9098116c3
1 parent
62e1833c
优化快速报价样式;
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/QuickQuote/index.jsx
| ... | ... | @@ -1780,7 +1780,7 @@ const BoxComponent = props => { |
| 1780 | 1780 | <DynamicSVG {...svgProps} /> |
| 1781 | 1781 | </div> |
| 1782 | 1782 | ) : ( |
| 1783 | - "暂无图片" | |
| 1783 | + <div className={styles.noImg}>暂无图片</div> | |
| 1784 | 1784 | )} |
| 1785 | 1785 | {/* {svgProps.boxList.length ? ( |
| 1786 | 1786 | slaveRowData.sPackDetailPathUpLoad ? | ... | ... |