修复ios选集换行问题

This commit is contained in:
YeMingfei666 2025-01-17 18:28:29 +08:00
parent 9651c9cb6f
commit 3b776a3beb
2 changed files with 17 additions and 59 deletions

View File

@ -524,47 +524,6 @@
}
}
.ji-list {
.ji-item {
width: 210rpx;
margin-bottom: 20rpx;
margin-right: 30rpx;
height: 88rpx;
font-size: 28rpx;
color: #333;
border-radius: 12rpx;
background-color: #F5F7FF;
position: relative;
&.active {
background-color: $my-main-color;
color: #fff;
}
.lock {
position: absolute;
border-radius: 0px 6px 0px 6px;
background-color: #ccc;
padding: 2rpx 4rpx;
top: 0;
right: 0;
}
.playing {
position: absolute;
width: 32rpx;
height: 24rpx;
bottom: 5px;
right: 7px;
}
}
}
/* #ifdef H5 */
.ji-item:nth-of-type(3n) {
margin-right: 0;
}
/* #endif */
.hot {
width: 40rpx;

View File

@ -48,7 +48,6 @@
</view>
<up-icon name="close" :size="16" color="#333" bold @click="popupClose('show')"></up-icon>
</view>
<view :style="{height:xuanjiData.height+'px',overflow:'hidden'}">
<scroll-view scroll-y="true" class="u-m-t-30 xuanji-scroll" :style="{height:xuanjiData.height+'px'}"
:scroll-top="xuanjiData.scrollTop" :show-scrollbar="false">
<view class="ji-list u-flex u-flex-row u-flex-wrap">
@ -66,7 +65,6 @@
</view>
</scroll-view>
</view>
</view>
</up-overlay>
@ -1041,7 +1039,7 @@
.ji-list {
.ji-item {
width: 210rpx;
width: 208rpx;
margin-bottom: 20rpx;
margin-right: 30rpx;
height: 88rpx;
@ -1084,6 +1082,7 @@
}
}
.ji-item:nth-of-type(3n) {
margin-right: 0;
}