|
@@ -12,15 +12,15 @@
|
|
href="https://github.com/chuzhixin/vue-admin-beautiful"
|
|
href="https://github.com/chuzhixin/vue-admin-beautiful"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- style="height: 100%; margin-right: 10px;"
|
|
|
|
|
|
+ style="height: 100%; margin-right: 10px"
|
|
src="https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&label=Stars&logo=github"
|
|
src="https://img.shields.io/github/stars/chuzhixin/vue-admin-beautiful?style=flat-square&label=Stars&logo=github"
|
|
/>
|
|
/>
|
|
<img
|
|
<img
|
|
- style="height: 100%; margin-right: 10px;"
|
|
|
|
|
|
+ style="height: 100%; margin-right: 10px"
|
|
src=" https://img.shields.io/badge/Visitors-79.3k/month-blue?style=flat-square&logo=Visual Studio Code"
|
|
src=" https://img.shields.io/badge/Visitors-79.3k/month-blue?style=flat-square&logo=Visual Studio Code"
|
|
/>
|
|
/>
|
|
<img
|
|
<img
|
|
- style="height: 100%; margin-right: 10px;"
|
|
|
|
|
|
+ style="height: 100%; margin-right: 10px"
|
|
src="https://img.shields.io/github/last-commit/chuzhixin/vue-admin-beautiful?style=flat-square&label=Last Commit&logo=vue.js"
|
|
src="https://img.shields.io/github/last-commit/chuzhixin/vue-admin-beautiful?style=flat-square&label=Last Commit&logo=vue.js"
|
|
/>
|
|
/>
|
|
</a>
|
|
</a>
|
|
@@ -128,7 +128,7 @@
|
|
<el-card class="card" shadow="never">
|
|
<el-card class="card" shadow="never">
|
|
<div slot="header">
|
|
<div slot="header">
|
|
<span>更新日志</span>
|
|
<span>更新日志</span>
|
|
- <div style="float: right;">部署时间:{{ updateTime }}</div>
|
|
|
|
|
|
+ <div style="float: right">部署时间:{{ updateTime }}</div>
|
|
</div>
|
|
</div>
|
|
<div class="bottom-btn">
|
|
<div class="bottom-btn">
|
|
<el-popover placement="top" width="250" trigger="hover">
|
|
<el-popover placement="top" width="250" trigger="hover">
|
|
@@ -263,9 +263,9 @@
|
|
<div slot="header">
|
|
<div slot="header">
|
|
<span>其他信息</span>
|
|
<span>其他信息</span>
|
|
</div>
|
|
</div>
|
|
- <div style="text-align: center;">
|
|
|
|
- <vab-colorful-icon style="font-size: 140px;" icon-class="vab" />
|
|
|
|
- <h1 style="font-size: 30px;">vue-admin-beautiful</h1>
|
|
|
|
|
|
+ <div style="text-align: center">
|
|
|
|
+ <vab-colorful-icon style="font-size: 140px" icon-class="vab" />
|
|
|
|
+ <h1 style="font-size: 30px">vue-admin-beautiful</h1>
|
|
</div>
|
|
</div>
|
|
<div v-for="(item, index) in noticeList" :key="index">
|
|
<div v-for="(item, index) in noticeList" :key="index">
|
|
<el-alert
|
|
<el-alert
|