Commit b606a91a by wujiabao

fix bug

parent 8a1e9212
...@@ -40,19 +40,20 @@ class BreakageProductDetail extends React.Component{ ...@@ -40,19 +40,20 @@ class BreakageProductDetail extends React.Component{
<div className={'breakProductImg'}> <div className={'breakProductImg'}>
<img src={breakageProductInfo.product&&breakageProductInfo.product.skuImage} alt=""/> <img src={breakageProductInfo.product&&breakageProductInfo.product.skuImage} alt=""/>
</div> </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={ <h2 className={'col333 font40'} style={
{ {
fontWeight:'800', fontWeight:'600',
width:'4.5rem', width:'4.5rem',
overflow:'hidden', overflow:'hidden',
textOverflow:'ellipsis', textOverflow:'ellipsis',
whiteSpace:'nowrap', whiteSpace:'nowrap',
position:'relative', height:'.5rem',
zIndex:99 lineHeight:'.5rem',
marginTop:'.1rem'
} }
}>{breakageProductInfo.product.skuName}</h2> }>{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> </div>
<div className={'breakProductStatus'}> <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