This commit is contained in:
kbing1981 2024-07-25 11:34:10 +08:00
parent 8636ea12a2
commit 5747d9c7da
2 changed files with 8 additions and 4 deletions

View File

@ -198,7 +198,7 @@
<view class="wode-title" style="margin-bottom: 26rpx;"> <view class="wode-title" style="margin-bottom: 26rpx;">
常用功能 常用功能
</view> </view>
<view class="flex margin-top" style="width: 100%;flex-wrap: wrap;justify-content: end;"> <view class="flex margin-top pages-main" >
<!-- <view class="box"> <!-- <view class="box">
<image src="../../static/images/my/yjian.png"></image> <image src="../../static/images/my/yjian.png"></image>
@ -323,10 +323,9 @@
</view> --> </view> -->
<view class="kefu" @click="goMsg"> <view class="kefu" @click="goMsg">
<image src="../../static/kefu.png" mode=""></image> <image src="../../static/kefu.png" mode=""></image>
<span>联系客服</span> <!--<span>联系客服</span>-->
</view> </view>
</view> </view>
</template> </template>
<script> <script>
@ -853,7 +852,6 @@
bottom: 0; bottom: 0;
margin-bottom: 20%; margin-bottom: 20%;
margin-right: 20px; margin-right: 20px;
background-color: #fff;
border-radius: 5px; border-radius: 5px;
} }
.logon{ .logon{
@ -1066,4 +1064,10 @@
border-radius: 20rpx 20rpx 0 0; border-radius: 20rpx 20rpx 0 0;
padding: 16rpx 20rpx; padding: 16rpx 20rpx;
} }
.pages-main{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 22 KiB