图片上传支持粘贴剪贴板与拖拽上传
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user