perf: 样式调整

This commit is contained in:
rd
2025-09-25 16:26:19 +08:00
parent 68844c7fbd
commit 5c3350c59b
2 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default {
}
generateLoading.value = false;
antdMessage.info('取消生成');
antdMessage.warning('取消生成');
};
const initSse = async (inputInfo: CHAT.TInputInfo): Promise<void> => {

View File

@ -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;