fix: 🐛 h5 我的页面 猜你喜欢 样式错误

This commit is contained in:
jqtmviyu 2025-05-15 16:25:38 +08:00
parent c9db3c7a14
commit 4407595d0e

View File

@ -79,7 +79,7 @@
</view> </view>
</view> </view>
<!-- 猜你喜欢 --> <!-- 猜你喜欢 -->
<view class="guess"> <view class="like">
<JbcGuess ref="guessRef" /> <JbcGuess ref="guessRef" />
</view> </view>
</scroll-view> </scroll-view>
@ -243,7 +243,7 @@ page {
} }
/* 猜你喜欢 */ /* 猜你喜欢 */
.guess { .like {
background-color: #f7f7f8; background-color: #f7f7f8;
margin-top: 20rpx; margin-top: 20rpx;
} }