Browse Source

工作台底部适配

wulanhaote
庞东旭 3 years ago
parent
commit
b155b427ab
2 changed files with 10 additions and 12 deletions
  1. +8
    -8
      src/views/onlineHome/workbench.vue
  2. +2
    -4
      src/views/onlineHomeIndex.vue

+ 8
- 8
src/views/onlineHome/workbench.vue View File

@@ -35,7 +35,7 @@
<p style="font-weight: bold;font-size: 18px;display: inline-block">业务申请</p>
</template>
</van-cell>
<van-grid :gutter="10" :border="false">
<van-grid :border="false">
<van-grid-item text="用章申请" >
<div slot="default" style="background:#FFA63E;padding: 10px;text-align:center;border-radius: 10px;box-sizing: border-box;width: 44px;height: 44px" >
<img src="../../../static/images/onlineHome/icon1.png" style="height: 25px;vertical-align: center;" alt />
@@ -106,7 +106,7 @@
<p style="font-weight: bold;font-size: 18px;display: inline-block">农村三资管理</p>
</template>
</van-cell>
<van-grid :gutter="10" :border="false">
<van-grid :border="false">
<van-grid-item text="支出明细" to="expenditureDetail">
<div slot="default" style="background:#FF4646;padding: 10px;text-align:center;border-radius: 10px;box-sizing: border-box;width: 44px;height: 44px" >
<img src="../../../static/images/onlineHome/icon9.png" style="height: 25px;vertical-align: center;" alt />
@@ -145,7 +145,7 @@
<p style="font-weight: bold;font-size: 18px;display: inline-block">农村产权交易管理</p>
</template>
</van-cell>
<van-grid :gutter="10" :border="false">
<van-grid :border="false">
<van-grid-item text="挂牌项目" >
<div slot="default" style="background:#FF4646;padding: 10px;text-align:center;border-radius: 10px;box-sizing: border-box;width: 44px;height: 44px" >
<img src="../../../static/images/onlineHome/icon6.png" style="width: 25px;" alt />
@@ -184,7 +184,7 @@
<p style="font-weight: bold;font-size: 18px;display: inline-block">农村产权交易管理</p>
</template>
</van-cell>
<van-grid :gutter="10" :border="false">
<van-grid :border="false">
<van-grid-item text="宅基地申请" >
<div slot="default" style="background:#539FFD;padding: 10px;text-align:center;border-radius: 10px;box-sizing: border-box;width: 44px;height: 44px" >
<img src="../../../static/images/onlineHome/icon2.png" style="width: 25px;" alt />
@@ -247,7 +247,7 @@
<p style="font-weight: bold;font-size: 18px;display: inline-block">农村产权制度改革管理</p>
</template>
</van-cell>
<van-grid :gutter="10" :border="false">
<van-grid :border="false">
<van-grid-item text="财务管理" >
<div slot="default" style="background:#FF4646;padding: 10px;text-align:center;border-radius: 10px;box-sizing: border-box;width: 44px;height: 44px" >
<img src="../../../static/images/onlineHome/icon6.png" style="width: 25px;" alt />
@@ -286,12 +286,12 @@
<p style="font-weight: bold;font-size: 18px;display: inline-block">农村宅基地审批管理</p>
</template>
</van-cell>
<van-grid :gutter="10" :border="false">
<van-grid-item text="宅基地申请" :to="{name:'applicationList'}" >
<van-grid :border="false">
<van-grid-item text="建房申请" :to="{name:'applicationList'}" >
<div slot="default" style="background:#539ffd;padding: 10px;text-align:center;border-radius: 10px;box-sizing: border-box;width: 44px;height: 44px" >
<img src="../../../static/images/onlineHome/icon_zjd1.png" style="width: 25px;" alt />
</div>
<p style="margin-top: 5px;color: #666666;">宅基地申请</p>
<p style="margin-top: 5px;color: #666666;">建房申请</p>
</van-grid-item>
<van-grid-item text="使用权流转" :to="{name:'circulationList'}" >
<div slot="default">


+ 2
- 4
src/views/onlineHomeIndex.vue View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<router-view />
<van-tabbar route>
<van-tabbar route :placeholder="true">
<van-tabbar-item replace to="/onlineHome/publicity" icon="bullhorn-o">公示</van-tabbar-item>
<van-tabbar-item replace to="/onlineHome/workbench" icon="apps-o">工作台</van-tabbar-item>
<van-tabbar-item replace to="/onlineHome/home" icon="wap-home-o">家园</van-tabbar-item>
@@ -28,8 +28,6 @@ export default {
</script>

<style scoped lang="scss">
.app-container {
padding-bottom: 64px;
}


</style>

Loading…
Cancel
Save