修复已知bug
parent
40e2a6a3dc
commit
1cc8f465a0
|
|
@ -259,7 +259,7 @@ export default class TradeItem extends Component {
|
||||||
查看物流
|
查看物流
|
||||||
</Button>
|
</Button>
|
||||||
)} */}
|
)} */}
|
||||||
{info.receipt_type !== 'dada' && (
|
{!info.aftersales_bn && info.receipt_type !== 'dada' && (
|
||||||
<Button
|
<Button
|
||||||
className='btn-action'
|
className='btn-action'
|
||||||
style={`box-shadow: 0 0 0 1PX ${colors.data[0].primary}; color: ${colors.data[0].primary}`}
|
style={`box-shadow: 0 0 0 1PX ${colors.data[0].primary}; color: ${colors.data[0].primary}`}
|
||||||
|
|
|
||||||
|
|
@ -444,9 +444,10 @@ $paddingBottom: 100px;
|
||||||
.right {
|
.right {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
.left,
|
.left
|
||||||
.sp-price__symbol,
|
// ,.sp-price__symbol,
|
||||||
.sp-price__int {
|
// .sp-price__int
|
||||||
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue