【增加】Image 列表增加滚动。
This commit is contained in:
parent
824fb4d5ec
commit
805745f384
@ -70,6 +70,8 @@ onMounted(async () => {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
||||
>div {
|
||||
margin-right: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user