From 65be5f0769aa86fe419db554237453d6e53c3ab5 Mon Sep 17 00:00:00 2001 From: pengwei Date: Fri, 10 Oct 2025 16:23:21 +0800 Subject: [PATCH] =?UTF-8?q?fit:=20=E9=99=84=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/file/list.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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);