From 4ad02616222256fda081a965d2669181a60d626a Mon Sep 17 00:00:00 2001 From: jhd <1684074631@qq.com> Date: Fri, 10 Jul 2026 10:22:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(system):=20=E9=87=8D=E6=9E=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E4=B8=BA=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将文件列表从表格布局改为响应式卡片网格布局 - 添加文件类型图标和颜色分类,提升视觉识别效果 - 重构页面头部结构,整合统计数据、筛选标签和工具栏 - 实现卡片多选功能和批量操作支持 - 优化文件详情弹窗布局,调整预览和元数据区域 - 更新样式系统,统一间距和交互反馈效果 - 移除高级搜索切换功能,简化查询界面 - 添加文件扩展名获取和图标分类辅助方法 --- klp-ui/src/views/system/file/all.vue | 765 ++++++++++++++++----------- 1 file changed, 464 insertions(+), 301 deletions(-) diff --git a/klp-ui/src/views/system/file/all.vue b/klp-ui/src/views/system/file/all.vue index 09e3762e0..ef58f8f8b 100644 --- a/klp-ui/src/views/system/file/all.vue +++ b/klp-ui/src/views/system/file/all.vue @@ -1,98 +1,78 @@