Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
Z
zhxf_vue
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
葛齐林
zhxf_vue
Commits
bc7ad618
Commit
bc7ad618
authored
May 14, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
55896f3c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/pages/alarms/untreated/index.vue
+4
-4
No files found.
src/pages/alarms/untreated/index.vue
View file @
bc7ad618
<
template
lang=
"pug"
>
<
template
lang=
"pug"
>
el-container(style="height:77vh")
el-container(style="height:77vh")
el-aside( width="3
5
0px" v-loading="leftLoading" style="z-index:1000;")
el-aside( width="3
7
0px" v-loading="leftLoading" style="z-index:1000;")
div.left_aside(style="height:auto")
div.left_aside(style="height:auto")
el-header.left_header 报警统计
el-header.left_header 报警统计
el-main.left_main
el-main.left_main
...
@@ -30,11 +30,11 @@
...
@@ -30,11 +30,11 @@
div(style="font-size:12px;color:#656565;font-family:Microsoft YaHei;font-weight:400;") 一般
div(style="font-size:12px;color:#656565;font-family:Microsoft YaHei;font-weight:400;") 一般
div.left_aside(style="height:auto;margin-bottom:10px;")
div.left_aside(style="height:auto;margin-bottom:10px;")
el-header.left_header 等级分布
el-header.left_header 等级分布
div(id="myCharts" style="height:200px;background:#ffffff")
div(id="myCharts" style="
width:100%;
height:200px;background:#ffffff")
div.left_aside(style="height:auto;margin-bottom:0px;")
div.left_aside(style="height:auto;margin-bottom:0px;")
el-header.left_header 报警分布
el-header.left_header 报警分布
div(id="alarms" style="height:200px;background:#ffffff")
div(id="alarms" style="
width:100%;
height:200px;background:#ffffff")
el-main(style="padding:0px;z-index:1001;height:78vh" class="alarms-untreated-main")
el-main(style="padding:0px;z-index:1001;height:78vh" class="alarms-untreated-main")
el-tabs(v-model="activeName" type="border-card" @tab-click="handleClick")
el-tabs(v-model="activeName" type="border-card" @tab-click="handleClick")
el-tab-pane(label="报警列表" name="0")
el-tab-pane(label="报警列表" name="0")
...
@@ -105,7 +105,7 @@ export default {
...
@@ -105,7 +105,7 @@ export default {
{
{
name
:
''
,
name
:
''
,
type
:
'bar'
,
type
:
'bar'
,
barWidth
:
'
60
%'
,
barWidth
:
'
8
%'
,
data
:
this
.
typeNumList
,
data
:
this
.
typeNumList
,
itemStyle
:
{
itemStyle
:
{
...
...
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