perf: optimization translation and style

This commit is contained in:
wangdan-fit2cloud 2025-02-28 15:34:45 +08:00
parent ee7cc8058f
commit 463ad49c9f
2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@ export default {
loading: 'Loading', loading: 'Loading',
noMore: 'No more! ', noMore: 'No more! ',
selectParagraph: { selectParagraph: {
title: 'Select Paragraph', title: 'Select Segments',
error: 'Process only the failed segments', error: 'Process only the failed segments',
all: 'All Segments' all: 'All Segments'
} }

View File

@ -3,14 +3,13 @@
v-model="dialogVisible" v-model="dialogVisible"
:title="$t('components.selectParagraph.title')" :title="$t('components.selectParagraph.title')"
:before-close="close" :before-close="close"
width="450"
> >
<el-radio-group v-model="state" class="radio-block"> <el-radio-group v-model="state" class="radio-block">
<el-radio value="error" size="large" class="mb-16">{{ <el-radio value="error" size="large" class="mb-16">{{
$t('components.selectParagraph.error') $t('components.selectParagraph.error')
}}</el-radio> }}</el-radio>
<el-radio value="all" size="large">{{ <el-radio value="all" size="large">{{ $t('components.selectParagraph.all') }}</el-radio>
$t('components.selectParagraph.all')
}}</el-radio>
</el-radio-group> </el-radio-group>
<template #footer> <template #footer>
<div class="dialog-footer"> <div class="dialog-footer">