From 764ae19af5ed7af1c0bc4584302c8588788e5228 Mon Sep 17 00:00:00 2001 From: hdx Date: Thu, 2 Nov 2023 11:47:02 +0800 Subject: [PATCH] =?UTF-8?q?custom-tab-bar:=20=E8=B0=83=E6=95=B4=20+=20?= =?UTF-8?q?=E5=8F=B7=E6=8C=89=E9=92=AE=E5=B1=85=E4=B8=AD=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E7=94=A8=20align-self:=20center;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/custom-tab-bar/custom-tab-bar.uvue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index fd94a2ae..a6698c51 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar.uvue @@ -179,14 +179,13 @@ .btn-plus { position: absolute; - left: 50%; width: 70px; height: 70px; bottom: 20px; border-radius: 50px; background-color: #FE5722; box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); - margin-left: -35px; + align-self: center; align-items: center; justify-content: center; overflow: visible; -- GitLab