From 66cc637ca4d9ee42992de4464066c0df0e99f2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Mon, 3 Jul 2023 09:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/bar-footer/index.tsx | 12 ++++++------ src/main.scss | 7 +++++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/bar-footer/index.tsx b/src/components/bar-footer/index.tsx index fae68ee..794941a 100644 --- a/src/components/bar-footer/index.tsx +++ b/src/components/bar-footer/index.tsx @@ -15,12 +15,12 @@ export const TabBarFooter: React.FC = () => { icon: (active: boolean) => active ? ( ) : ( ), @@ -31,12 +31,12 @@ export const TabBarFooter: React.FC = () => { icon: (active: boolean) => active ? ( ) : ( ), @@ -47,12 +47,12 @@ export const TabBarFooter: React.FC = () => { icon: (active: boolean) => active ? ( ) : ( ), diff --git a/src/main.scss b/src/main.scss index 26b894d..dec3679 100644 --- a/src/main.scss +++ b/src/main.scss @@ -62,8 +62,7 @@ code { .adm-tab-bar-item-title { font-size: 11px; font-weight: 400; - line-height: 11px; - margin-top: 4px; + margin-top: 0px !important; color: rgba(0, 0, 0, 0.45); } @@ -134,3 +133,7 @@ code { width: 100%; height: 100%; } + +.adm-tab-bar-item-icon { + height: 28px !important; +}