Browse Source

修改页面

dev
caoyizhong 2 years ago
parent
commit
3da7defbc1
  1. 2
      src/views/dashboard/HomePage.vue

2
src/views/dashboard/HomePage.vue

@ -51,7 +51,7 @@
</a-row>
</div>
<!--全部应用-->
<div class="bottom-div" style="height: 60%;margin-top: 1%;width: 98.5%;" >
<div class="bottom-div" style="height: 60%;margin-top: 1%;width: 99%;" >
<a-card class="bottom-card" title="全部应用" style="height: 100%;" :headStyle="{padding:'24'}" :bodyStyle="{padding:'10'}">
<ul class="apply-use" style="list-style-type: none;padding: 0px">
<li class="ant-col-md-3" v-for="(item,index) in userChildren" @click="goRouteView(item.path)">

Loading…
Cancel
Save