|
@@ -22,7 +22,7 @@
|
|
|
<u-icon size="35" :name="item.icon"></u-icon> <text>{{item.text}}</text>
|
|
|
</view>
|
|
|
<view class="list-body">
|
|
|
- <uni-grid :column="4" :highlight="true" :show-border="false" :square="false" @change="e=>openPage(e,item.child)">
|
|
|
+ <uni-grid :column="3" :highlight="true" :show-border="false" :square="false" @change="e=>openPage(e,item.child)">
|
|
|
<uni-grid-item v-for="(sub, idx) in item.child" :index="idx" :key="idx">
|
|
|
<view class="grid-item-box">
|
|
|
<u-icon class="icons" :color="sub.color" :name="sub.icon" custom-prefix="custom-icon"></u-icon>
|
|
@@ -400,8 +400,8 @@
|
|
|
}
|
|
|
.icons{
|
|
|
font-size: 70rpx;
|
|
|
- width: 100rpx;
|
|
|
- height: 100rpx;
|
|
|
+ width: 90rpx;
|
|
|
+ height: 90rpx;
|
|
|
text-align:center;
|
|
|
display: flex;
|
|
|
align-items: center;
|