[新增功能](el-admin v2.5): v2.5 beta
详情 https://www.ydyno.com/archives/1225.html
This commit is contained in:
@@ -147,7 +147,8 @@ export default {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
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;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
|
|||||||
@@ -89,11 +89,8 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<el-tooltip placement="top-end">
|
<el-tooltip placement="top-end">
|
||||||
<div slot="content" style="font-size: 12px;">
|
<div slot="content" style="font-size: 12px;">
|
||||||
<div style="padding: 3px;">
|
|
||||||
读取:{{ data.disk.reads }}
|
|
||||||
</div>
|
|
||||||
<div style="padding: 3px">
|
<div style="padding: 3px">
|
||||||
写入:{{ data.disk.writes }}
|
总量:{{ data.disk.total }}
|
||||||
</div>
|
</div>
|
||||||
<div style="padding: 3px">
|
<div style="padding: 3px">
|
||||||
空闲:{{ data.disk.available }}
|
空闲:{{ data.disk.available }}
|
||||||
|
|||||||
Reference in New Issue
Block a user