图片上传支持粘贴剪贴板与拖拽上传

This commit is contained in:
yml2213
2026-08-01 18:40:51 +08:00
parent de33bfa74c
commit 66193c5d59
3 changed files with 81 additions and 21 deletions
+11
View File
@@ -1888,6 +1888,17 @@ select {
font-size: 12px;
}
.image-upload-droppable {
display: grid;
gap: 8px;
justify-items: start;
}
.image-upload-hint {
font-size: 12px;
line-height: 1.5;
}
.image-preview-list {
display: flex;
flex-wrap: wrap;