From 44f593c7476a64370bc3f7f4af1c30fd6badcafe Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 28 Feb 2019 17:25:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4titleNView=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=B0=8F=E7=BA=A2=E7=82=B9=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/h5/components/page/pageHead.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platforms/h5/components/page/pageHead.vue b/src/platforms/h5/components/page/pageHead.vue index 6b73c90d9..c4ffda0ec 100644 --- a/src/platforms/h5/components/page/pageHead.vue +++ b/src/platforms/h5/components/page/pageHead.vue @@ -181,7 +181,7 @@ uni-page-head .uni-btn-icon { line-height: 18px; border-radius: 18px; overflow: hidden; - transform: scale(0.6); + transform: scale(0.5) translate(40%,-40%); transform-origin: 100% 0; } @@ -192,7 +192,7 @@ uni-page-head .uni-btn-icon { max-width: 42px; text-align: center; padding: 0 3px; - transform: scale(0.7); + transform: scale(0.7) translate(40%,-40%); } .uni-page-head-btn-select>.uni-btn-icon::after{ -- GitLab