Skip to content

Commit b62c79f

Browse files
fix: text bug
1 parent 3d9e7dd commit b62c79f

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

ui/src/locales/lang/zh-CN/views/application-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export default {
266266
label: '文本转语音',
267267
text: '将文本通过语音合成模型转换为音频',
268268
tts_model: {
269-
label: '语音识别模型'
269+
label: '语音合成模型'
270270
},
271271
content: {
272272
label: '选择文本内容'

ui/src/views/application/ApplicationAccess.vue

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -135,51 +135,4 @@ onMounted(() => {
135135
})
136136
</script>
137137

138-
<style lang="scss" scoped>
139-
.p-16-24 {
140-
padding: 16px 24px;
141-
}
142-
143-
.mb-16 {
144-
margin-bottom: 16px;
145-
}
146-
147-
.flex-between {
148-
display: flex;
149-
justify-content: space-between;
150-
align-items: center;
151-
}
152-
153-
.flex {
154-
display: flex;
155-
}
156-
157-
.align-center {
158-
align-items: center;
159-
}
160-
161-
.ml-8 {
162-
margin-left: 8px;
163-
}
164-
165-
.mr-8 {
166-
margin-right: 8px;
167-
}
168-
169-
.ml-12 {
170-
margin-left: 12px;
171-
}
172-
173-
.mr-4 {
174-
margin-right: 4px;
175-
}
176-
177-
.cursor {
178-
cursor: pointer;
179-
}
180-
181-
.icon {
182-
width: 32px; // 设置图标宽度
183-
height: 32px; // 设置图标高度
184-
}
185-
</style>
138+
<style lang="scss" scoped></style>

0 commit comments

Comments
 (0)