Commit 805745f3 by cherishsince

【增加】Image 列表增加滚动。

parent 824fb4d5
...@@ -70,6 +70,8 @@ onMounted(async () => { ...@@ -70,6 +70,8 @@ onMounted(async () => {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
height: 100%;
overflow: auto;
>div { >div {
margin-right: 20px; margin-right: 20px;
......
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 sign in to comment