Commit e7294058 by ZhengJie

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

详情 https://www.ydyno.com/archives/1225.html
parent 3975e782
......@@ -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 {
......
......@@ -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 }}
......
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