|
@@ -413,6 +413,9 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
jumpTo(path,idx){
|
|
jumpTo(path,idx){
|
|
|
|
|
+ if(idx != 2){
|
|
|
|
|
+ this.isEventDetails = false;
|
|
|
|
|
+ }
|
|
|
if(this.routerIdx == idx) return;
|
|
if(this.routerIdx == idx) return;
|
|
|
// 重置哨兵详情态
|
|
// 重置哨兵详情态
|
|
|
this.isDetailVisible = false
|
|
this.isDetailVisible = false
|
|
@@ -1404,6 +1407,26 @@
|
|
|
.el-dialog__wrapper{
|
|
.el-dialog__wrapper{
|
|
|
z-index: 9999!important;
|
|
z-index: 9999!important;
|
|
|
}
|
|
}
|
|
|
|
|
+ .el-button{
|
|
|
|
|
+ background: #015050;
|
|
|
|
|
+ border: 1px solid #00706d;
|
|
|
|
|
+ padding: 0px 4px!important;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ width: 80px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .el-button:hover{
|
|
|
|
|
+ background: #0b4250;
|
|
|
|
|
+ border: 1px solid #00706d;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ }
|
|
|
|
|
+ .el-button:focus{
|
|
|
|
|
+ background: #0b4250;
|
|
|
|
|
+ border: 1px solid #00706d;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ }
|
|
|
|
|
+ .el-dialog{
|
|
|
|
|
+ background: rgba(34, 42, 48,0.9)!important;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
|
<style rel="stylesheet/scss" lang="scss" scoped>
|
|
|
@import '@/assets/styles/base.scss';
|
|
@import '@/assets/styles/base.scss';
|