更新语言包

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

@ -28,7 +28,7 @@
// 默认箭头显示样式
.right {
position: absolute;
// position: absolute;
text-align: center;
width: 80rpx;
right: 30rpx;

View File

@ -1,6 +1,6 @@
<template>
<view class="container-list-item" >
<view class="content" @click="clickItem($event, item)">
<view class="content" @click="clickItem($event, item)" style="justify-content: space-between;">
<!-- 复选框 -->
<view class="checkbox" v-if="isCheckBox" @click.stop="clickBox($event , item)">
<i v-if="curChecked " :style="{'color' :checkActiveColor}"