diff --git a/redPackets.html b/redPackets.html index 94d34e0..7dc8273 100644 --- a/redPackets.html +++ b/redPackets.html @@ -231,10 +231,7 @@ /* 动态font */ fonts () { const { cash_amount_type, min_denomination, max_denomination } = this.goodsInfo.entity; - const defaultCss = { - b: '0.2rem', - a: '0.32rem' - }; + const defaultCss = { b: '0.2rem', a: '0.32rem' }; if (cash_amount_type === '2') { const count = String(parseFloat(min_denomination)).length + String(parseFloat(max_denomination)).length + 1; if (count > 6) {