This commit is contained in:
lnn19986213 2024-06-11 11:44:00 +08:00
parent 662368a2af
commit 9f8ce67f83
1 changed files with 3 additions and 4 deletions

View File

@ -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;