Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
laravelzh
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冯超鹏
laravelzh
Commits
48b7d374
Commit
48b7d374
authored
Dec 16, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新首页统计
parent
df50fcd7
Pipeline
#193
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
index.vue
resources/js/views/dashboard/index.vue
+0
-33
No files found.
resources/js/views/dashboard/index.vue
View file @
48b7d374
...
@@ -61,39 +61,6 @@
...
@@ -61,39 +61,6 @@
<chart
height=
"100%"
width=
"100%"
/>
<chart
height=
"100%"
width=
"100%"
/>
</div>
</div>
</el-card>
</el-card>
<!-- 统计 -->
<el-card
class=
"box-card"
style=
"margin-top:12px;height: 200px;"
>
<div
style=
"display: inline-block;"
>
<el-progress
type=
"dashboard"
:percentage=
"memory"
:color=
"colors"
></el-progress>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"memory + 'MB'"
placement=
"top-start"
>
<span
style=
"position: relative;left: -115px;top: 12px;"
>
项目运行速度
</span>
</el-tooltip>
</div>
<div
style=
"display: inline-block;"
>
<el-progress
type=
"dashboard"
:percentage=
"base_path"
:color=
"colors"
></el-progress>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"base_path * 10 + 'MB'"
placement=
"top-start"
>
<span
style=
"position: relative;left: -108px;top: 12px;"
>
项目容量
</span>
</el-tooltip>
</div>
<div
style=
"display: inline-block;"
>
<el-progress
type=
"dashboard"
:percentage=
"end_time"
:color=
"colors"
></el-progress>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"end_time + 'S'"
placement=
"top-start"
>
<span
style=
"position: relative;left: -112px;top: 12px;"
>
访问接口速度
</span>
</el-tooltip>
</div>
<div
style=
"display: inline-block; position: relative;left: -36px;"
>
<el-progress
type=
"dashboard"
:percentage=
"databas"
:color=
"colors"
></el-progress>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"databas + 'S'"
placement=
"top-start"
>
<span
style=
"position: relative;left: -122px;top: 12px;"
>
访问数据库速度
</span>
</el-tooltip>
</div>
<div
style=
"display: inline-block;position: relative;right: -808px;bottom: 127px;"
>
<el-progress
type=
"dashboard"
:percentage=
"rand"
:color=
"colors"
></el-progress>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"rand + 'MB'"
placement=
"top-start"
>
<span
style=
"position: relative;left: -112px;top: 12px;"
>
进程占用情况
</span>
</el-tooltip>
</div>
</el-card>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<!-- 时间线 -->
<!-- 时间线 -->
...
...
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