JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_bug修复

This commit is contained in:
杨航
2025-12-24 16:59:25 +08:00
parent 10cce3b601
commit 638801556a
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -101,11 +101,11 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey = 'voice') =
}
return reject('Other');
} catch (error) {
reject(new Error('Failed to parse response'));
reject(error);
}
},
fail(error) {
return reject('Other');
return reject(error);
}
});
});
@@ -105,17 +105,18 @@
position: relative;
display: flex;
flex-direction: column;
width: 100vw;
height: 100vh;
.top-bg {
background: linear-gradient(16deg, rgba(234, 246, 255, 0) 0%, #e6eafd 100%);
height: 480rpx;
width: 750rpx;
width: 100%;
}
.bot-bg {
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #e6eafd 100%);
width: 750rpx;
width: 100%;
flex: 1;
}