|
@@ -52,7 +52,7 @@ export default {
|
|
|
{ name: '楼层功能', state: false, route: 'floorFunc' }, //楼层功能
|
|
|
{ name: '设备设施', state: false, route: 'equipment' }, //设备设施
|
|
|
{ name: '其他事项', state: false, route: 'other' }, //其他
|
|
|
- { name: '分析 | 报表', state: false, route: 'analysis' }
|
|
|
+ { name: '分析|报表', state: false, route: 'analysis' }
|
|
|
],
|
|
|
times: `${new Date().getFullYear()}.${formatTime(new Date().getMonth() + 1)}.${formatTime(new Date().getDate())} ${formatTime(
|
|
|
new Date().getHours()
|
|
@@ -242,9 +242,9 @@ export default {
|
|
|
text-align: center;
|
|
|
//background: url('../assets/images/topbar1.png') no-repeat;
|
|
|
float: left;
|
|
|
- width: 80px;
|
|
|
+ width: 88px;
|
|
|
height: 48px;
|
|
|
- margin: 0 12px;
|
|
|
+ margin: 0 8px;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.2s;
|
|
|
}
|
|
@@ -252,7 +252,6 @@ export default {
|
|
|
color: #025baa;
|
|
|
font-weight: bolder;
|
|
|
border-bottom: 2px solid #025baa;
|
|
|
- padding: 0 8px;
|
|
|
background: linear-gradient(180deg, rgba(2, 91, 170, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
|
|
|
}
|
|
|
}
|