Commit 78f5cf8b authored by 程卓's avatar 程卓

gaiyangshi

parent cecb7c07
......@@ -3,15 +3,18 @@
<!-- {{$cookie.get('token')}} -->
<!-- {{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-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-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;padding:20px" @click="loadPage(item)">
<a-row type='flex' justify='center' align='middle'>
<a-col :span='16'>
<a-col :span='24'>
<img :src="item.img" alt="" srcset="" style="width:40px;height:40px">
</a-col>
<a-col :span='24'>
{{item.name}}
</a-col>
<a-col :span='8'>
<!-- <a-col :span='8'>
<img :src="item.img" alt="" srcset="">
</a-col>
</a-col> -->
</a-row>
</a-card-grid>
</a-card>
......
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