pa客户端车站选择禁用
All checks were successful
master分支构建发布到公网服务器 / Build-Publish (push) Successful in 6m54s
All checks were successful
master分支构建发布到公网服务器 / Build-Publish (push) Successful in 6m54s
This commit is contained in:
parent
5548806ea5
commit
dda44c870f
@ -8,7 +8,8 @@
|
||||
<div class="station-box">
|
||||
<div class="leftRect" />
|
||||
<div class="rightRect" />
|
||||
<div class="station-list-box" :class="{'active': selectStation == item.id,'currentStation':tractionList.includes(item.name)}" @click="changeStation(item.id)" />
|
||||
<!--@click="changeStation(item.id)"-->
|
||||
<div class="station-list-box" :class="{'active': selectStation == item.id,'currentStation':tractionList.includes(item.name)}"/>
|
||||
</div>
|
||||
<div class="station-name" :class="index==0?'station-name-first':index%2==1?'station-name-up':'station-name-down'">{{ item.name }}</div>
|
||||
</div>
|
||||
@ -102,6 +103,7 @@ export default {
|
||||
border-left: 1px #fdfdfd solid;
|
||||
border-right: 1px #262626 solid;
|
||||
transform: translateY(-50%);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.station-list-box.currentStation::before{
|
||||
content: '';
|
||||
|
Loading…
Reference in New Issue
Block a user