Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
front-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
front-backend
Commits
e7294058
Commit
e7294058
authored
May 05, 2020
by
ZhengJie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[新增功能](el-admin v2.5): v2.5 beta
详情
https://www.ydyno.com/archives/1225.html
parent
3975e782
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
src/views/login.vue
+2
-1
src/views/monitor/server/index.vue
+1
-4
No files found.
src/views/login.vue
View file @
e7294058
...
...
@@ -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
{
...
...
src/views/monitor/server/index.vue
View file @
e7294058
...
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment