【哈尔滨一号线】哈尔滨轨区设限选择速度的步骤没有生成操作
This commit is contained in:
parent
294e9d61fe
commit
261b1296bb
@ -63,7 +63,7 @@
|
||||
</el-table>
|
||||
</div>
|
||||
<div v-if="speedShow" class="nav-border-bottom">
|
||||
<div :id="operationEvent.Section.setSpeed.choose" style="height: 56px;width: 100%;background: #fff;overflow-y: scroll;text-align: left;">
|
||||
<div :id="operationEvent.Section.setSpeed.choose.domId" style="height: 56px;width: 100%;background: #fff;overflow-y: scroll;text-align: left;">
|
||||
<div class="speed-value-box" :style="{background: speedLimitValue===15? '#87CEFA': '#FFF'}" @click="setSpeedLimitValue(15)">15</div>
|
||||
<div class="speed-value-box" :style="{background: speedLimitValue===25? '#87CEFA': '#FFF'}" @click="setSpeedLimitValue(25)">25</div>
|
||||
<div class="speed-value-box" :style="{background: speedLimitValue===45? '#87CEFA': '#FFF'}" @click="setSpeedLimitValue(45)">45</div>
|
||||
|
Loading…
Reference in New Issue
Block a user