[新增功能](el-admin v2.5): v2.5 beta

详情 https://www.ydyno.com/archives/1225.html
This commit is contained in:
ZhengJie
2020-05-05 22:20:02 +08:00
parent 3975e782e7
commit e729405834
2 changed files with 3 additions and 5 deletions

View File

@@ -147,7 +147,8 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
background-image:url(http://api.neweb.top/bing.php?type=rand);
/*请更换为自己的地址,不保证该地址不被删除*/
background-image:url(https://aurora-1255840532.cos.ap-chengdu.myqcloud.com/bg.jpeg);
background-size: cover;
}
.title {

View File

@@ -89,11 +89,8 @@
<div class="content">
<el-tooltip placement="top-end">
<div slot="content" style="font-size: 12px;">
<div style="padding: 3px;">
读取{{ data.disk.reads }}
</div>
<div style="padding: 3px">
写入{{ data.disk.writes }}
总量{{ data.disk.total }}
</div>
<div style="padding: 3px">
空闲{{ data.disk.available }}