From eff83cfdc31e18e00316a1c0f1cbf0e4bbfcb36d Mon Sep 17 00:00:00 2001 From: Wxp Date: Mon, 18 Aug 2025 22:52:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BF=AE=E5=A4=8D=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=A0=B7=E5=BC=8F=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Profile.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index beb6d26..f6cfaeb 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -8175,7 +8175,7 @@ onActivated(() => { gap: 12px; } -.file-item { +.file-list-section .file-item { display: flex; align-items: center; background: #f8f9fa; @@ -8186,21 +8186,21 @@ onActivated(() => { position: relative; } -.file-icon { +.file-list-section .file-icon { margin-right: 8px; } -.file-icon img { +.file-list-section .file-icon img { width: 24px; height: 24px; } -.file-info { +.file-list-section .file-info { flex: 1; min-width: 0; } -.file-name { +.file-list-section .file-name { font-size: 12px; color: #333; font-weight: 500; @@ -8210,12 +8210,12 @@ onActivated(() => { text-overflow: ellipsis; } -.file-size { +.file-list-section .file-size { font-size: 11px; color: #666; } -.file-delete { +.file-list-section .file-delete { background: none; border: none; cursor: pointer;