Commit 5d952ccd by 陈超

A

parent d1beab15
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
.gallery { .gallery {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap;
} }
.dustbin { .dustbin {
...@@ -284,6 +285,7 @@ ...@@ -284,6 +285,7 @@
border-color: #409EFF; border-color: #409EFF;
border: 1px dashed #d9d9d9; border: 1px dashed #d9d9d9;
border-radius: 6px; border-radius: 6px;
margin-bottom: 6px;
overflow: hidden; overflow: hidden;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment