From eeb35e93b0c26fb24b1727d87cad1f72208e1eb0 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 30 Jun 2023 09:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AA=20optimize:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redPackets.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) {