Commit 932e2fb7 authored by xiexingan's avatar xiexingan

tj

parent ec84a979
...@@ -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:227px;background:#ffffff") div(id="myCharts" style="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:175px;background:#ffffff") div(id="alarms" style="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")
...@@ -77,7 +77,8 @@ export default { ...@@ -77,7 +77,8 @@ export default {
axisPointer: { axisPointer: {
// 坐标轴指示器,坐标轴触发有效 // 坐标轴指示器,坐标轴触发有效
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
} },
transitionDuration: 0
}, },
grid: { grid: {
left: '3%', left: '3%',
...@@ -102,7 +103,7 @@ export default { ...@@ -102,7 +103,7 @@ export default {
], ],
series: [ series: [
{ {
name: '直接访问', name: '',
type: 'bar', type: 'bar',
barWidth: '60%', barWidth: '60%',
data: [7, 4, 3, 5, 6], data: [7, 4, 3, 5, 6],
...@@ -115,7 +116,7 @@ export default { ...@@ -115,7 +116,7 @@ export default {
textStyle: { textStyle: {
//数值样式 //数值样式
color: 'black', color: 'black',
fontSize: 16 fontSize: 13
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment