在CONFIG中提高MAX_GENERATED_IMAGES上限至600,并为uploaded-image-card设置最大宽度。

This commit is contained in:
2025-09-04 13:11:40 +08:00
parent 72f9666421
commit f5161f658b
2 changed files with 4 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ body {
border: none;
}
.uploaded-image-card{
max-width: 10rem;
}
/* 表单控件样式 */
.form-control, .form-select {
border-radius: 10px;