From 5a6e8862404408b8ec60c7f67e3c38cb903a0ac9 Mon Sep 17 00:00:00 2001 From: Nino Date: Mon, 6 Feb 2017 19:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Logo=E5=B0=BA=E5=AF=B8=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/dashboard/index.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/dashboard/index.wxss b/example/dashboard/index.wxss index 92807436..c4a3a80f 100644 --- a/example/dashboard/index.wxss +++ b/example/dashboard/index.wxss @@ -1,6 +1,6 @@ .logo { display: block; margin: 40px auto; - width: 80px; - height: 80px; + width: 92px; + height: 82px; }