|
|
@ -55,7 +55,7 @@ |
|
|
|
<a-card class="bottom-card" title="全部应用" style="height: 100%;" :headStyle="{padding:'24'}" :bodyStyle="{padding:'10'}"> |
|
|
|
<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"> |
|
|
|
<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)"> |
|
|
|
<li class="ant-col-md-3" v-for="(item,index) in userChildren" @click="goRouteView(item.path)"> |
|
|
|
{{ item.meta.title }} |
|
|
|
<a-icon type="bars" style="font-size: 25px"></a-icon> {{ item.meta.title }} |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</a-card> |
|
|
|
</a-card> |
|
|
@ -291,6 +291,10 @@ export default { |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/deep/.ant-table-scroll{ |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/deep/.ant-table .ant-table-content { |
|
|
|
/deep/.ant-table .ant-table-content { |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|