修复已知bug

main
王文龙 2024-02-28 14:08:12 +08:00
parent 40e2a6a3dc
commit 1cc8f465a0
2 changed files with 5 additions and 4 deletions

View File

@ -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}`}

View File

@ -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;
} }
} }