文件/文件夹水平位置修改

This commit is contained in:
zhujiyan
2024-09-02 20:48:07 +08:00
parent 26434ac715
commit 2bce41c561

View File

@@ -320,6 +320,7 @@ watch(
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-items: flex-start; align-items: flex-start;
justify-content: space-between;
overflow-y: auto; overflow-y: auto;
margin-top: 10px; margin-top: 10px;
height: 100%; height: 100%;