Compare commits

2 Commits

Author SHA1 Message Date
李志鹏
832c9101ab Merge branch 'StableVersion' of http://18.167.251.121:10003/aidlab/aida_front into StableVersion 2026-03-02 11:28:42 +08:00
李志鹏
c48e836f8e fix 2026-03-02 11:28:39 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -375,6 +375,7 @@ const confirm = ()=>{
/* 图片网格 */
.image-grid {
display: grid;
align-content: start;
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
gap: 16px;
min-height: 20rem;

View File

@@ -517,6 +517,7 @@ defineExpose({
/* 图片网格 */
.image-grid {
display: grid;
align-content: start;
overflow-y: auto;
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
gap: 16px;