Commit 646bc259 authored by levante's avatar levante

高度

parent 7d985c19
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<!-- {{$cookie.get('token')}} --> <!-- {{$cookie.get('token')}} -->
<!-- {{systemList}} --> <!-- {{systemList}} -->
<a-card title="选择登录系统" headStyle='background-color: #fff' style="display: flex; flex-direction: column; justify-content: flex-start; background-color: #F0F2F5; margin: 40px 30px 30px 30px; height: 100%; border: 2px dashed lightgrey"> <a-card title="选择登录系统" headStyle='background-color: #fff' style="display: flex; flex-direction: column; justify-content: flex-start; background-color: #F0F2F5; margin: 40px 30px 30px 30px; height: 100%; border: 2px dashed lightgrey">
<a-card-grid v-for="(item, index) in systemList" :key="index" style="width:calc(25% - 42px);text-align:center; cursor: pointer; margin: 20px; background-color: #fff" @click="loadPage(item)"> <a-card-grid v-for="(item, index) in systemList" :key="index" style="height: 120px; width:calc(25% - 42px);text-align:center; cursor: pointer; margin: 20px; background-color: #fff" @click="loadPage(item)">
<a-row type='flex' justify='center' align='middle'> <a-row type='flex' justify='center' align='middle'>
<a-col :span='16'> <a-col :span='16'>
{{item.name}} {{item.name}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment