Commit a65e69c4 authored by yaqizhang's avatar yaqizhang

左侧导航栏背景

parent 7017e306
...@@ -256,10 +256,9 @@ export default { ...@@ -256,10 +256,9 @@ export default {
rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 50%,
rgba(0, 0, 0, 0) 100% rgba(0, 0, 0, 0) 100%
); );
}
&:last-child { .submenu-title-noDropdown{
width: 0px; color: rgb(5 59 106) !important;
height: 0px; font-weight: 900 !important;
}
} }
</style> </style>
...@@ -4,7 +4,8 @@ module.exports = { ...@@ -4,7 +4,8 @@ module.exports = {
/** /**
* 侧边栏主题 深色主题theme-dark,浅色主题theme-light * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
*/ */
sideTheme: 'theme-dark', // sideTheme: 'theme-dark',
sideTheme: 'theme-light',
/** /**
* 是否系统布局配置 * 是否系统布局配置
......
...@@ -549,8 +549,8 @@ export default { ...@@ -549,8 +549,8 @@ export default {
getDeviceAlarm(this.alarmId).then(response =>{ getDeviceAlarm(this.alarmId).then(response =>{
this.form = response.data; this.form = response.data;
this.active = parseInt(response.data.orderStatus) + 1; this.active = parseInt(response.data.orderStatus) + 1;
this.gaoMap.resetMapCenter([this.form.longitude, this.form.latitude]); // this.gaoMap.resetMapCenter([this.form.longitude, this.form.latitude]);
this.gaoMap.addMarker(DEVICE_TYPE.WORKORDER, this.form); // this.gaoMap.addMarker(DEVICE_TYPE.WORKORDER, this.form);
if(this.form.pipeList != null){ if(this.form.pipeList != null){
let pipe = this.form.pipeList[0]; let pipe = this.form.pipeList[0];
......
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