src/views/optional/GroupEditOrAdd.vue
@@ -10,7 +10,7 @@ <div class="content-container"> <div class="text-filed"> <van-field class="flex-1 text-gray-100" v-model="optionListName" @input="onInput" :placeholder="$t('EnterName')" maxlength="24"> :placeholder="$t('EnterName')"> <template #button> <span class="len">{{ optionListName.length }} / 24</span> </template>