|
@@ -10,11 +10,11 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="mt-15">
|
|
|
|
|
|
+ <div class="mt-10">
|
|
<div class="listBox" v-for="(val, index) in menuList" :key="'menuBox' + index">
|
|
<div class="listBox" v-for="(val, index) in menuList" :key="'menuBox' + index">
|
|
<div
|
|
<div
|
|
v-for="(item, index) in val" :key="'menu' + index"
|
|
v-for="(item, index) in val" :key="'menu' + index"
|
|
- class="listItem mb-5 mx-3"
|
|
|
|
|
|
+ class="listItem mb-8 mx-3"
|
|
@click="handleClick(item)"
|
|
@click="handleClick(item)"
|
|
>
|
|
>
|
|
<v-icon color="primary" size="50" class="mt-6" style="height: 100px; line-height: 100px;">{{ item.icon }}</v-icon>
|
|
<v-icon color="primary" size="50" class="mt-6" style="height: 100px; line-height: 100px;">{{ item.icon }}</v-icon>
|
|
@@ -67,7 +67,7 @@ if (item.to) window.open(item.to)
|
|
justify-content: center;
|
|
justify-content: center;
|
|
.listItem {
|
|
.listItem {
|
|
width: 250px;
|
|
width: 250px;
|
|
- height: 230px;
|
|
|
|
|
|
+ height: 250px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|