|
@@ -20,7 +20,7 @@
|
|
|
v-for="(listItem,listIndex) in defaultList" :key="listIndex"
|
|
v-for="(listItem,listIndex) in defaultList" :key="listIndex"
|
|
|
@click="handleDetail(listItem,'add')">
|
|
@click="handleDetail(listItem,'add')">
|
|
|
<zui-svg-icon style="position: relative;bottom: -14px" :icon="listItem.icon"
|
|
<zui-svg-icon style="position: relative;bottom: -14px" :icon="listItem.icon"
|
|
|
- width="2rem" />
|
|
|
|
|
|
|
+ width="3rem" />
|
|
|
<text class="grid-text">{{listItem.name}}</text>
|
|
<text class="grid-text">{{listItem.name}}</text>
|
|
|
</u-grid-item>
|
|
</u-grid-item>
|
|
|
</u-grid>
|
|
</u-grid>
|
|
@@ -274,8 +274,8 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.grid-text {
|
|
.grid-text {
|
|
|
- font-size: 14px;
|
|
|
|
|
- color: #909399;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
|
|
+ color: #333;
|
|
|
padding: 10rpx 0 20rpx 0rpx;
|
|
padding: 10rpx 0 20rpx 0rpx;
|
|
|
/* #ifndef APP-PLUS */
|
|
/* #ifndef APP-PLUS */
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|