From fa9f3496fa93a3fd3a5343d0a26c64cced05a5d0 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Wed, 3 Apr 2024 19:34:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20web=E7=AB=AF=E5=B7=B2=E6=94=AF=E6=8C=81?= =?UTF-8?q?backgroundColorContent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.uvue | 6 ------ pages/tabBar/API.uvue | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/App.uvue b/App.uvue index 7e5fe2a5..6c45fad8 100644 --- a/App.uvue +++ b/App.uvue @@ -83,10 +83,4 @@ diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index 8b90d74d..c27e892b 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -575,7 +575,8 @@ /* #ifdef APP */ position: absolute; height: 100%; - /* #else */ + /* #endif */ + /* #ifndef APP */ position: fixed; top: var(--window-top); bottom: var(--window-bottom); -- GitLab