update 增加用户个人信息管理的功能
This commit is contained in:
@@ -1,6 +1,54 @@
|
||||
<template>
|
||||
<a-card :bordered="false" class="mb-none">
|
||||
<container>
|
||||
<a-row :gutter="16" align="middle" class="text-center mb-lg" justify="center" type="flex">
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="https://dotnet.microsoft.com/" target="_blank">
|
||||
<img
|
||||
src="https://dotnet.microsoft.com/static/images/redesign/downloads-dot-net-core.svg?v=p6MWQNHwEtnnx0MWJ-i7vCMt-sZmoBf6h-7XmdSs5RE"
|
||||
width="128"
|
||||
/>
|
||||
</a>
|
||||
</a-col>
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="https://dotnetchina.gitee.io/furion/" target="_blank">
|
||||
<img src="https://dotnetchina.gitee.io/furion/img/furionlogo.png" width="128" />
|
||||
</a>
|
||||
</a-col>
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="https://cn.vuejs.org/index.html" target="_blank">
|
||||
<img src="https://cn.vuejs.org/images/logo.png" width="128" />
|
||||
</a>
|
||||
</a-col>
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="https://www.antdv.com/docs/vue/introduce" target="_blank">
|
||||
<img src="https://pro.antdv.com/logo.png" width="128" />
|
||||
</a>
|
||||
</a-col>
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="https://echarts.apache.org/zh/index.html" target="_blank">
|
||||
<img
|
||||
src="https://cdn.jsdelivr.net/gh/apache/echarts-website@asf-site/zh/images/favicon.png"
|
||||
width="128"
|
||||
/>
|
||||
</a>
|
||||
</a-col>
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="http://lesscss.cn/" target="_blank">
|
||||
<img src="http://s.nodejs.cn/less/img/logo.png" width="128" />
|
||||
</a>
|
||||
</a-col>
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="https://www.lodashjs.com/" target="_blank">
|
||||
<img src="https://www.lodashjs.com/img/lodash.png" width="128" />
|
||||
</a>
|
||||
</a-col>
|
||||
<a-col :span="4" class="mt-lg mb-lg">
|
||||
<a href="http://www.axios-js.com/zh-cn/" target="_blank">
|
||||
<img src="http://www.axios-js.com/logo.svg" width="128" />
|
||||
</a>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="16" type="flex">
|
||||
<a-col flex="auto">
|
||||
<container
|
||||
|
||||
Reference in New Issue
Block a user