fix:角色配置页面翻译和样式调整

This commit is contained in:
rainv123
2025-11-18 10:21:53 +08:00
parent 84c194dd34
commit f0261a8236
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -747,7 +747,7 @@ export default {
'roleConfig.pleaseSelect': 'Vui lòng chọn',
'roleConfig.editFunctions': 'Chỉnh sửa chức năng',
'roleConfig.reportText': 'Chỉ văn bản',
'roleConfig.reportTextVoice': 'Văn bản & Giọng nói',
'roleConfig.reportTextVoice': 'VB&Giọng nói',
'roleConfig.saveSuccess': 'Đã lưu cấu hình thành công',
'roleConfig.saveFailed': 'Lưu cấu hình thất bại',
'roleConfig.confirmReset': 'Bạn có chắc chắn muốn đặt lại cấu hình?',
@@ -877,7 +877,7 @@ export default {
'ttsModel.referenceAudioPath': 'Đường dẫn âm thanh tham chiếu',
'ttsModel.enterReferenceAudio': 'Đây là đường dẫn âm thanh tham chiếu',
'ttsModel.referenceText': 'Văn bản âm thanh tham chiếu',
'ttsModel.enterReferenceText': 'Đây là văn bản cho âm thanh tham chiếu',
'ttsModel.enterReferenceText': 'Đây là Chỉ Văn bản cho âm thanh tham chiếu',
'ttsModel.action': 'Hành động',
'ttsModel.operation': 'Thao tác',
'ttsModel.operationFailed': 'Thao tác thất bại',
+3 -1
View File
@@ -1170,7 +1170,8 @@ export default {
.template-item {
height: 4vh;
width: 76px;
min-width: 60px;
padding: 0 12px;
border-radius: 8px;
background: #e6ebff;
line-height: 4vh;
@@ -1180,6 +1181,7 @@ export default {
color: #5778ff;
cursor: pointer;
transition: background-color 0.3s ease;
white-space: nowrap;
}
.template-item:hover {