diff --git a/src/renderer/src/components/ai-voice/index.vue b/src/renderer/src/components/ai-voice/index.vue
index c56220c..617bd81 100644
--- a/src/renderer/src/components/ai-voice/index.vue
+++ b/src/renderer/src/components/ai-voice/index.vue
@@ -2,7 +2,7 @@
-
+
{
if (res.code == 200) {
@@ -138,7 +137,7 @@ export default {
levelSecondId: this.uploadData.levelSecondId,
fileSource: this.uploadData.fileSource,
fileRoot: this.uploadData.fileRoot,
- fileShowName: this.filedata.fileNewName,
+ fileShowName: this.filedata.uploadTime+'音频',
fileFlag: '素材',
fileId: this.filedata.id
}
@@ -241,4 +240,11 @@ export default {
overflow-y: auto;
height: 74vh;
}
+:deep(.audio-container .content-main){
+ height: 85vh !important ;
+}
+:deep(.audio-container .content-main div:nth-of-type(1)){
+ display: flex;
+ flex: 1;
+}
\ No newline at end of file