| | |
| | | menuHeight: '600px', |
| | | isCollapseAside: isCollapse, |
| | | selected: selectedName, |
| | | // optionClick: [ |
| | | // '历史数据', |
| | | // '异常分析', |
| | | // '实时监控', |
| | | // '油烟数据', |
| | | // '统计分析', |
| | | // '统计数据', |
| | | // '油烟浓度日数据', |
| | | // '监测设备在线率', |
| | | // '净化器开启率', |
| | | // '油烟时段超标率', |
| | | // '油烟浓度均值', |
| | | // '获取数据' |
| | | // ], |
| | | |
| | | optionClick: [ |
| | | '实时监控', |
| | | '异常分析', |
| | |
| | | <el-aside> |
| | | <!-- text-color="#fff" --> |
| | | <el-menu |
| | | background-color="#545c64" |
| | | background-color="#0DA5AA" |
| | | active-text-color="#F77234" |
| | | class="el-menu-vertical-demo" |
| | | default-active="2" |
| | | @open="handleOpen" |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .el-aside { |
| | | background-color: #545c64; |
| | | // background-color: #545c64; |
| | | background-color: #0DA5AA; |
| | | height: 100vh; |
| | | // background-color: rgb(41,45,62); |
| | | |
| | | width: auto; |
| | | } |
| | | |
| | | .el-menu { |
| | | // background-color: rgb(41,45,62); |
| | | background-color: #545c64; |
| | | background-color: #0DA5AA; |
| | | width: 220px; |
| | | border-right: none; |
| | | |
| | |
| | | // background-color: rgb(41,45,62); |
| | | // } |
| | | * { |
| | | color: white; |
| | | color: black; |
| | | } |
| | | .slot-lable { |
| | | color: bisque; |