refactor: ♻️ 自定义导航栏样式优化

This commit is contained in:
Ray.Hao
2025-10-09 20:30:49 +08:00
parent 6698adb9df
commit 55014529b3
3 changed files with 4 additions and 8 deletions

View File

@@ -22,6 +22,7 @@
<!-- 轮播图 -->
<wd-swiper
v-model:current="current"
custom-class="swiper-box"
:list="swiperList"
autoplay
@click="handleClick"
@@ -342,7 +343,6 @@ onReady(() => {
align-items: center;
justify-content: flex-start;
height: 88rpx;
padding: 0 20rpx;
background-color: var(--wot-color-bg);
}
</style>