This commit is contained in:
parent
662368a2af
commit
9f8ce67f83
|
@ -46,13 +46,13 @@
|
|||
<div class="tabChoose">
|
||||
<div
|
||||
:class="data.tab == '0' ? 'choosed' : 'tabs'"
|
||||
style="margin-right: -25px"
|
||||
style="margin-right: -35px"
|
||||
>
|
||||
<span @click="changeTab('0')">路线</span>
|
||||
</div>
|
||||
<div
|
||||
:class="data.tab == '1' ? 'choosed' : 'tabs'"
|
||||
style="margin-left: -25px"
|
||||
style="margin-left: -35px"
|
||||
>
|
||||
<span @click="changeTab('1')">乘坐人次趋势</span>
|
||||
</div>
|
||||
|
@ -301,8 +301,7 @@ const changeTab = (val) => {
|
|||
|
||||
.tabChoose {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 36px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue