From 9ccdd8f44a5c73fa3b2f4157f80e74c55bce9175 Mon Sep 17 00:00:00 2001 From: Daven Wei Date: Sun, 3 Jul 2022 02:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=94=AF=E4=BB=98=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=AF=E4=BB=A5=E5=B7=A6=E5=8F=B3=E6=BB=91=E5=8A=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.wxss | 1 + 1 file changed, 1 insertion(+) diff --git a/app.wxss b/app.wxss index d7b7a3d..32566b5 100644 --- a/app.wxss +++ b/app.wxss @@ -5,6 +5,7 @@ page{background:#fafafa;} width:100%; box-sizing: border-box; background: #fafafa; + overflow-x: hidden; } .defalt-style{color:#959595;font-size:26rpx;} .red{color:#FF3C21}