Commit f8b20bf2e2c28bbd3bbd0ae2d6af3ba7192a286a

Authored by 陈鑫涛
2 parents de226a59 d9d414c3

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main

src/components/QuickQuote/index.jsx
@@ -1608,9 +1608,9 @@ const BoxComponent = props => { @@ -1608,9 +1608,9 @@ const BoxComponent = props => {
1608 1608
1609 const cailiaoyinshuaDiv = ( 1609 const cailiaoyinshuaDiv = (
1610 <> 1610 <>
1611 - {/* <Divider {...dividerProps} orientationMargin="10px"> 1611 + <Divider {...dividerProps} orientationMargin="10px">
1612 印刷参数 1612 印刷参数
1613 - </Divider> */} 1613 + </Divider>
1614 <div className={styles.viewTable1}> 1614 <div className={styles.viewTable1}>
1615 <CommonViewTable {...upViewProps12} /> 1615 <CommonViewTable {...upViewProps12} />
1616 </div> 1616 </div>