feat-调整AI loading 样式

This commit is contained in:
zhang.weiwei
2025-03-17 15:49:38 +08:00
parent 02c7686449
commit 15cf77d4ca

View File

@@ -35,7 +35,7 @@ const props = defineProps({
.ai-loading-wrapper {
:deep(.ant-modal) {
width: auto !important;
max-width: 300px !important;
max-width: 320px !important;
.ant-modal-content {
border-radius: 8px;
}