This commit is contained in:
2026-03-12 13:32:10 +08:00
parent 3678cfe35f
commit deb949600b
6 changed files with 44 additions and 25 deletions

View File

@ -2,12 +2,12 @@
<view class="flex-column-start category-container">
<!-- 自定义导航栏 -->
<view class="custom-navbar">
<view class="status-bar" :style="{ height: statusBarHeight + 'px' }"></view>
<view class="status-bar" style="height:60px;"></view>
<view class="navbar-content">
<view class="back-btn" @click="handleBack">
<view class="back-icon"></view>
</view>
<view class="search-input-wrapper" :style="{ width: searchInputWidth + 'rpx' }">
<view class="search-input-wrapper" style="width:80%;">
<input class="search-input" type="text" placeholder="搜索商品" v-model="searchKeyword"
@confirm="handleSearch" @focus="handleSearchFocus" />
</view>
@ -406,6 +406,7 @@ export default {
padding: 0 32rpx;
height: 88rpx;
box-sizing: border-box;
margin-bottom: 20px;
.back-btn {
width: 60rpx;
@ -504,7 +505,7 @@ export default {
.category-content {
flex: 1;
overflow: hidden;
padding-top: 50rpx;
padding-top: 90rpx;
// 左侧:一级分类列表
.category-list-left {