From 8272c00cd69e7280157a9cc28c2e3fed357820ca Mon Sep 17 00:00:00 2001 From: xianghenggang Date: Wed, 13 Sep 2017 16:20:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E9=99=A2=E5=88=97=E8=A1=A8=E5=81=8F?= =?UTF-8?q?=E7=A7=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- littleApp_child/pages/hospitalList/hospitalList.wxss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/littleApp_child/pages/hospitalList/hospitalList.wxss b/littleApp_child/pages/hospitalList/hospitalList.wxss index 66e02ad..991369f 100644 --- a/littleApp_child/pages/hospitalList/hospitalList.wxss +++ b/littleApp_child/pages/hospitalList/hospitalList.wxss @@ -1,7 +1,7 @@ .area_name { font-size: 12px; color: #999; - width: 100%; + width: calc(100%-15px); padding-top: 3px; padding-bottom: 2px; padding-left: 10px; @@ -13,6 +13,7 @@ background: #fff; height: 58px; line-height: 58px; + } .icon { -- 1.8.3.1