Merge branch 'feature_20250331_ai' into uat

This commit is contained in:
zhang.weiwei
2025-03-17 15:33:05 +08:00

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;