在CONFIG中提高MAX_GENERATED_IMAGES上限至600,并为uploaded-image-card设置最大宽度。
This commit is contained in:
@@ -60,6 +60,9 @@ body {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.uploaded-image-card{
|
||||
max-width: 10rem;
|
||||
}
|
||||
/* 表单控件样式 */
|
||||
.form-control, .form-select {
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user