代码调整
This commit is contained in:
parent
bfe2401f0f
commit
a55b94e4ab
@ -40,6 +40,8 @@
|
||||
<div v-if="$store.state.training.prdType == '01'&& !isCtc" class="simulationAlarmInfo">
|
||||
<div v-for="(tipContent,index) in tipContentList" :key="index" class="eachTipContent">{{ tipContent.time+": "+tipContent.message }}</div>
|
||||
</div>
|
||||
<div v-if="$store.state.training.prdType == '01'&& !isCtc" class="simulationTellInfo" />
|
||||
<div v-if="$store.state.training.prdType == '01'&& !isCtc" class="simulationDeviceInfo" />
|
||||
<!-- <div v-if="!isCtc && isDispStation" class="goDispatcherLoger">
|
||||
<el-button size="small" @click="goDispatcherLoger">行车日志</el-button>
|
||||
</div> -->
|
||||
@ -1041,4 +1043,26 @@ export default {
|
||||
border-radius: 0;
|
||||
background: #cb204d;
|
||||
}
|
||||
.simulationTellInfo{
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
height: 100px;
|
||||
top: 50px;
|
||||
right:10px;
|
||||
padding: 5px;
|
||||
overflow:auto;
|
||||
background: #c3c3c3;
|
||||
z-index: 2;
|
||||
}
|
||||
.simulationDeviceInfo{
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
height: 100px;
|
||||
top: 152px;
|
||||
right:10px;
|
||||
padding: 5px;
|
||||
overflow:auto;
|
||||
background: #c3c3c3;
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user