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