From f757b80ad2e00ddd27f236d03bce8c0d9d37d581 Mon Sep 17 00:00:00 2001 From: zhangjing1 Date: Fri, 5 Dec 2025 11:48:44 +0800 Subject: [PATCH] bug(custom): --- src/components/sp-page/index.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/sp-page/index.scss b/src/components/sp-page/index.scss index 47a90afa5..423865d55 100644 --- a/src/components/sp-page/index.scss +++ b/src/components/sp-page/index.scss @@ -44,13 +44,14 @@ align-items: center; justify-content: center; gap: 10px; - height: 80px; - background: rgba(255, 255, 255, 0); + height: 80px!important; + line-height: 80px!important; } .powered-logo { width: 120px; height: 32px; + line-height: 32px!important; img { width: 100%; height: 100%;