JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_bug修复
This commit is contained in:
+2
-2
@@ -101,11 +101,11 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey = 'voice') =
|
|||||||
}
|
}
|
||||||
return reject('Other');
|
return reject('Other');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
reject(new Error('Failed to parse response'));
|
reject(error);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fail(error) {
|
fail(error) {
|
||||||
return reject('Other');
|
return reject(error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -105,17 +105,18 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
.top-bg {
|
.top-bg {
|
||||||
background: linear-gradient(16deg, rgba(234, 246, 255, 0) 0%, #e6eafd 100%);
|
background: linear-gradient(16deg, rgba(234, 246, 255, 0) 0%, #e6eafd 100%);
|
||||||
height: 480rpx;
|
height: 480rpx;
|
||||||
width: 750rpx;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bot-bg {
|
.bot-bg {
|
||||||
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #e6eafd 100%);
|
background: linear-gradient(136deg, rgba(234, 246, 255, 0) 0%, #e6eafd 100%);
|
||||||
width: 750rpx;
|
width: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user