Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

This commit is contained in:
田岩
2025-12-24 17:34:56 +08:00
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;
}