From 076c0ed9805a84412588b7200caeb46e693363d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=91=9E?= Date: Sat, 13 Sep 2025 18:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- babel.config.js | 4 ---- src/components/DistanceQuickFilter/index.scss | 2 +- src/game_pages/searchResult/index.scss | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/babel.config.js b/babel.config.js index a5e466f..5df4526 100644 --- a/babel.config.js +++ b/babel.config.js @@ -49,8 +49,4 @@ module.exports = { 'nutui-react', ], ], - - - ], - } diff --git a/src/components/DistanceQuickFilter/index.scss b/src/components/DistanceQuickFilter/index.scss index 6922682..6e4b3b0 100644 --- a/src/components/DistanceQuickFilter/index.scss +++ b/src/components/DistanceQuickFilter/index.scss @@ -1,8 +1,8 @@ .distanceQuickFilterWrap { width: 100%; - --nutui-menu-bar-line-height: 30px; .nut-menu-bar { + --nutui-menu-bar-line-height: 30px; background-color: unset; box-shadow: unset; padding: 0 15px; diff --git a/src/game_pages/searchResult/index.scss b/src/game_pages/searchResult/index.scss index b751c07..d420252 100644 --- a/src/game_pages/searchResult/index.scss +++ b/src/game_pages/searchResult/index.scss @@ -5,6 +5,7 @@ position: sticky; display: flex; align-items: center; + justify-content: space-between; gap: 5px; padding: 5px 15px 10px 15px; position: sticky;