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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 22 KiB