diff --git a/src/components/file/list.vue b/src/components/file/list.vue index adeb3f6..eb67791 100644 --- a/src/components/file/list.vue +++ b/src/components/file/list.vue @@ -24,8 +24,8 @@ > - +
- {{ item.fileName }} + + {{ item.fileName }} +
@@ -349,7 +351,7 @@ function rotateRight() { margin: 2px; .item { width: 80px; - height: 80px; + height: 120px; margin-bottom: 12px; border-radius: 2px; color: var(--primary-color);