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

This commit is contained in:
cherishsince 2024-05-27 17:43:03 +08:00
parent 824fb4d5ec
commit 805745f384

View File

@ -70,6 +70,8 @@ onMounted(async () => {
display: flex;
flex-direction: row;
flex-wrap: wrap;
height: 100%;
overflow: auto;
>div {
margin-right: 20px;