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
932e2fb7
Commit
932e2fb7
authored
May 13, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
ec84a979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.vue
src/pages/alarms/untreated/index.vue
+6
-5
No files found.
src/pages/alarms/untreated/index.vue
View file @
932e2fb7
...
...
@@ -30,11 +30,11 @@
div(style="font-size:12px;color:#656565;font-family:Microsoft YaHei;font-weight:400;") 一般
div.left_aside(style="height:auto;margin-bottom:10px;")
el-header.left_header 等级分布
div(id="myCharts" style="height:2
27
px;background:#ffffff")
div(id="myCharts" style="height:2
00
px;background:#ffffff")
div.left_aside(style="height:auto;margin-bottom:0px;")
el-header.left_header 报警分布
div(id="alarms" style="height:
175
px;background:#ffffff")
div(id="alarms" style="height:
200
px;background:#ffffff")
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-tab-pane(label="报警列表" name="0")
...
...
@@ -77,7 +77,8 @@ export default {
axisPointer
:
{
// 坐标轴指示器,坐标轴触发有效
type
:
'shadow'
// 默认为直线,可选为:'line' | 'shadow'
}
},
transitionDuration
:
0
},
grid
:
{
left
:
'3%'
,
...
...
@@ -102,7 +103,7 @@ export default {
],
series
:
[
{
name
:
'
直接访问
'
,
name
:
''
,
type
:
'bar'
,
barWidth
:
'60%'
,
data
:
[
7
,
4
,
3
,
5
,
6
],
...
...
@@ -115,7 +116,7 @@ export default {
textStyle
:
{
//数值样式
color
:
'black'
,
fontSize
:
1
6
fontSize
:
1
3
}
}
}
...
...
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