From 8439ff8fa10139c21c8b84857b5671fad7a47ff1 Mon Sep 17 00:00:00 2001 From: hulin <1289739946@qq.com> Date: Sun, 18 Nov 2018 15:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9uni-icon=E7=9A=84=E9=BB=98?= =?UTF-8?q?=E8=AE=A4size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-uniapp/common/icon.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hello-uniapp/common/icon.css b/examples/hello-uniapp/common/icon.css index 2d1d3d142..0773cfb34 100644 --- a/examples/hello-uniapp/common/icon.css +++ b/examples/hello-uniapp/common/icon.css @@ -7,7 +7,7 @@ .uni-icon { font-family: uniicons; - font-size: 48upx; + font-size: 24px; font-weight: normal; font-style: normal; line-height: 1; @@ -370,8 +370,8 @@ .uni-icon-pulldown:before { content: '\e588'; -} - +} + .uni-icon-scan:before { content: "\e612"; } -- GitLab