feat:更正ios上架要求

This commit is contained in:
2026-02-09 21:58:51 +08:00
parent 730f218165
commit e92dcc19db
4 changed files with 57 additions and 26 deletions
+17 -9
View File
@@ -20,7 +20,7 @@
</view> -->
</view>
<!-- 搜索 -->
<view style="width: 200rpx" @click="jumpSearch">
<view style="width: 200rpx" @click="jumpSearch" class="jump-search">
<up-search
shape="square"
bgColor="#EEEEEEFF"
@@ -254,12 +254,13 @@ export default {
<style lang="scss" scoped>
.sort_warp {
padding: 130rpx 0rpx 0rpx;
height: calc(100vh - 270rpx); // 130 上边的导航栏,140下边的导航栏
padding-top:env(safe-area-inset-top) ;
height: calc(100vh - env(safe-area-inset-bottom) - 50rpx);
display: flex;
flex-direction: column;
overflow-y: auto;
&.iosplatformType {
.u-menu-wrap {
height: calc(100vh - 216rpx) !important;
}
.right-box {
padding-bottom: 100rpx !important;
}
@@ -270,13 +271,19 @@ export default {
display: flex;
justify-content: space-between;
padding: 0 30rpx;
height: 100rpx;
.sort_category_header {
display: flex;
align-items: center;
}
.jump-search{
display: flex;
}
.category_item {
width: 140rpx;
font-weight: bold;
font-size: 36rpx;
@@ -304,9 +311,10 @@ export default {
.u-menu-wrap {
flex: 1;
display: flex;
overflow: hidden;
margin-top: 20rpx;
height: calc(100vh - 216rpx - env(safe-area-inset-bottom));
// overflow: hidden;
// margin-top: 20rpx;
// height: calc(100vh - 216rpx - env(safe-area-inset-bottom));
padding-bottom:calc(100rpx + env(safe-area-inset-bottom));
}
.u-search-inner {