Commit f8b20bf2e2c28bbd3bbd0ae2d6af3ba7192a286a
Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/QuickQuote/index.jsx
| ... | ... | @@ -1608,9 +1608,9 @@ const BoxComponent = props => { |
| 1608 | 1608 | |
| 1609 | 1609 | const cailiaoyinshuaDiv = ( |
| 1610 | 1610 | <> |
| 1611 | - {/* <Divider {...dividerProps} orientationMargin="10px"> | |
| 1611 | + <Divider {...dividerProps} orientationMargin="10px"> | |
| 1612 | 1612 | 印刷参数 |
| 1613 | - </Divider> */} | |
| 1613 | + </Divider> | |
| 1614 | 1614 | <div className={styles.viewTable1}> |
| 1615 | 1615 | <CommonViewTable {...upViewProps12} /> |
| 1616 | 1616 | </div> | ... | ... |