mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-06 22:26:35 +08:00
🔥 首页添加鸣谢信息
This commit is contained in:
parent
0d422f58b1
commit
8688066827
@ -3,7 +3,20 @@
|
|||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
||||||
<el-alert v-if="noticeList[0]" :closable="noticeList[0].closable">
|
<el-alert v-if="noticeList[0]" :closable="noticeList[0].closable">
|
||||||
{{ noticeList[0].title }}
|
<div
|
||||||
|
style="display: flex; align-items: center; justify-content: center"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
href="https://github.com/chuzhixin/vue-admin-beautiful"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
style="margin-right: 10px"
|
||||||
|
src="https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&label=Stars&logo=github"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
{{ noticeList[0].title }}
|
||||||
|
</div>
|
||||||
</el-alert>
|
</el-alert>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :xs="24" :sm="24" :md="12" :lg="6" :xl="6">
|
<el-col :xs="24" :sm="24" :md="12" :lg="6" :xl="6">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user