Commit b606a91a by wujiabao

fix bug

parent 8a1e9212
......@@ -40,19 +40,20 @@ class BreakageProductDetail extends React.Component{
<div className={'breakProductImg'}>
<img src={breakageProductInfo.product&&breakageProductInfo.product.skuImage} alt=""/>
</div>
<div style={{marginTop:UTILPATH.getRemByPx(30),textAlign:'left',marginLeft:UTILPATH.getRemByPx(10)}}>
<div style={{textAlign:'left',marginLeft:UTILPATH.getRemByPx(10)}}>
<h2 className={'col333 font40'} style={
{
fontWeight:'800',
fontWeight:'600',
width:'4.5rem',
overflow:'hidden',
textOverflow:'ellipsis',
whiteSpace:'nowrap',
position:'relative',
zIndex:99
height:'.5rem',
lineHeight:'.5rem',
marginTop:'.1rem'
}
}>{breakageProductInfo.product.skuName}</h2>
<p className={'col333 font28'} style={{marginTop:UTILPATH.getRemByPx(20)}}><span>条形码:</span>{breakageProductInfo.product.barcode}</p>
<p className={'col333 font28'} style={{marginTop:'.1rem'}}><span>条形码:</span>{breakageProductInfo.product.barcode}</p>
</div>
</div>
<div className={'breakProductStatus'}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment