From 421c4c109136c374532c06c1c8af6aeb60ce16cc Mon Sep 17 00:00:00 2001 From: ikmkj <1@qq,com> Date: Fri, 8 Aug 2025 21:10:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor(NoteList):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E7=AC=94=E8=AE=B0=E5=88=97=E8=A1=A8=E5=8D=A1=E7=89=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 增加了笔记列表项的样式层次,添加了文件图标和元信息 - 调整了卡片的样式,包括颜色、阴影和圆角等 - 优化了暗黑主题下的样式 -改进了鼠标悬停效果 --- .../src/components/home/NoteList.vue | 73 ++++++++++++++----- 1 file changed, 55 insertions(+), 18 deletions(-) diff --git a/biji-qianduan/src/components/home/NoteList.vue b/biji-qianduan/src/components/home/NoteList.vue index d2cfa21..21f4770 100644 --- a/biji-qianduan/src/components/home/NoteList.vue +++ b/biji-qianduan/src/components/home/NoteList.vue @@ -7,10 +7,15 @@ class="file-item" :class="{ 'private-note': file.isPrivate === 1 }" > -