更新语言包

This commit is contained in:
huangjp
2026-03-26 20:35:03 +08:00
parent 76be37f361
commit 2dd2f255c0
13 changed files with 394 additions and 394 deletions

View File

@ -74,9 +74,9 @@
</view>
<view class="box">
<Section :title="$t('homePage.home.chargeDisData')">
<Section :title="$t('homePage.home.chargeDisData')" :style="language !== 'zh_CN'? 'flex-wrap: wrap;':''">
<view slot="right" style="flex: 1">
<view class="top-right-box">
<view class="top-right-box" :style="language !== 'zh_CN'? 'margin-top: 10rpx;':''">
<view class="top-right-item" :class="{ active: activeTime === 'day' }"
@click="changeTime('day')">{{this.$t('homePage.home.sevenDaycom')}}
</view>