Merge branch 'uat' into feature_20250331_channel

This commit is contained in:
du.meimei
2025-03-18 14:23:34 +08:00
2 changed files with 7 additions and 2 deletions

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

View File

@@ -979,6 +979,11 @@ $ai-assistant-modal-top: 24px;
width: auto !important;
max-width: 780px !important;
.ant-modal-content {
border-radius: 16px;
overflow: hidden;
}
.ant-modal-body {
height: calc(100vh - $ai-assistant-modal-top * 2);
padding: 0;