【【哈尔滨一号线】实训结束的文字提示这个层级需要调一下,被遮住了】&客户端初始值设置调整

This commit is contained in:
fan 2022-12-13 13:57:09 +08:00
parent 8850460a0f
commit 8fbe18c9a4
4 changed files with 7 additions and 4 deletions

View File

@ -164,8 +164,6 @@ export default {
this.setCentralizedStationList(map); //
if (this.$route.query.client) {
this.pictureChange(this.$route.query.client);
} else if (!this.$store.state.training.roles) {
this.pictureChange('dispatchWork');
}
}
} catch (error) {

View File

@ -236,6 +236,11 @@ export default {
}
}
},
'$store.state.training.memberList': function (val) {
if (!this.$store.state.training.roles) {
this.changePictureShow('dispatchWork');
}
},
'$store.state.socket.simulationWorkParam': function (val) {
if (val) {
this.itemMap = val.itemMap || {};

View File

@ -227,7 +227,7 @@ export default {
position: absolute;
bottom: 0;
left: 15px;
z-index: 10;
z-index: 40;
}
.elem-span{

View File

@ -80,7 +80,7 @@ export default {
color: #000;
line-height: 180%;
// z-index: 1501;
z-index: 35;
z-index: 39;
font-size: 14px;
}
</style>