Commit 683ab072 by sunchao

个人中心图标大小

parent 40b40b75
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<!-- 模块导航 --> <!-- 模块导航 -->
<view class="nav_wrapper"> <view class="nav_wrapper">
<view class="nav_content" v-for="featureItem in featureLists" @click="featureSelect(featureItem)"> <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> <image :src="'/static/moduleIcon/'+featureItem.icon + '.png'" alt="" srcset="" mode="widthFix"></image>
</view> </view>
<view>{{featureItem.name}}</view> <view>{{featureItem.name}}</view>
......
...@@ -251,8 +251,8 @@ ...@@ -251,8 +251,8 @@
align-items: center; align-items: center;
max-width: 20%; max-width: 20%;
flex: 1; flex: 1;
image{ uni-image{
width: 80rpx; width: 100rpx!important;
} }
text{ text{
font-size: 28rpx; 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