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;