调整页面样式
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div id="UiHeader">
|
||||
<el-menu router :default-active="activeIndex" menu-trigger="click" background-color="#545c64" text-color="#fff"
|
||||
active-text-color="#ffd04b" mode="horizontal">
|
||||
|
||||
<el-menu router :default-active="activeIndex" menu-trigger="click" background-color="#001529" text-color="#fff"
|
||||
active-text-color="#1890ff" mode="horizontal">
|
||||
|
||||
<el-menu-item index="/control">控制台</el-menu-item>
|
||||
<el-menu-item index="/live">分屏监控</el-menu-item>
|
||||
<el-menu-item index="/deviceList">国标设备</el-menu-item>
|
||||
@@ -148,4 +150,8 @@ export default {
|
||||
#UiHeader .el-switch__label.is-active{
|
||||
color: #409EFF;
|
||||
}
|
||||
#UiHeader .el-menu-item.is-active {
|
||||
color: #fff!important;
|
||||
background-color: #1890ff!important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user