修改首页底部的页面展示
This commit is contained in:
parent
d078627e08
commit
6b98ec2773
|
|
@ -96,9 +96,9 @@
|
|||
mode=""
|
||||
@click="goToPersonalCenter"
|
||||
></image>
|
||||
<view class="rixing">
|
||||
{{ bottomSection.prayerSection.title }}
|
||||
</view>
|
||||
<!-- <view class="rixing">-->
|
||||
<!-- {{ bottomSection.prayerSection.title }}-->
|
||||
<!-- </view>-->
|
||||
<view class="qifu" @click="goToPray">
|
||||
<image
|
||||
:src="bottomSection.prayerSection.prayerButton.icon"
|
||||
|
|
@ -562,6 +562,8 @@ page {
|
|||
display: flex;
|
||||
padding: 0 118rpx;
|
||||
box-sizing: border-box;
|
||||
justify-content: center;
|
||||
gap: 20rpx;
|
||||
|
||||
image {
|
||||
width: 64rpx;
|
||||
|
|
@ -635,7 +637,7 @@ page {
|
|||
|
||||
.list {
|
||||
display: flex;
|
||||
width: 1600rpx; /* 更大的宽度确保滚动 */
|
||||
width: 1300rpx; /* 更大的宽度确保滚动 */
|
||||
padding: 0 20rpx;
|
||||
box-sizing: border-box;
|
||||
/* 确保内容不被压缩 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user