Commit 932e2fb7 authored by xiexingan's avatar xiexingan

tj

parent ec84a979
......@@ -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:227px;background:#ffffff")
div(id="myCharts" style="height:200px;background:#ffffff")
div.left_aside(style="height:auto;margin-bottom:0px;")
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-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: 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