Commit 683ab072 by sunchao

个人中心图标大小

parent 40b40b75
......@@ -35,7 +35,7 @@
<!-- 模块导航 -->
<view class="nav_wrapper">
<view class="nav_content" v-for="featureItem in featureLists" @click="featureSelect(featureItem)">
<view style="width: 80rpx;">
<view style="width: 120rpx;text-align: center;">
<image :src="'/static/moduleIcon/'+featureItem.icon + '.png'" alt="" srcset="" mode="widthFix"></image>
</view>
<view>{{featureItem.name}}</view>
......
......@@ -251,8 +251,8 @@
align-items: center;
max-width: 20%;
flex: 1;
image{
width: 80rpx;
uni-image{
width: 100rpx!important;
}
text{
font-size: 28rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment