perf: 样式调整
This commit is contained in:
@ -65,7 +65,7 @@ export default {
|
||||
}
|
||||
|
||||
generateLoading.value = false;
|
||||
antdMessage.info('取消生成');
|
||||
antdMessage.warning('取消生成');
|
||||
};
|
||||
|
||||
const initSse = async (inputInfo: CHAT.TInputInfo): Promise<void> => {
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
.xt-add-raw-material-drawer {
|
||||
.ant-drawer-content-wrapper {
|
||||
box-shadow: none;
|
||||
}
|
||||
.ant-drawer-content {
|
||||
border-radius: 16px 0 0 16px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user