Commit a65e69c4 authored by yaqizhang's avatar yaqizhang

左侧导航栏背景

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