From 7367d47d276271c3a563b820094ba9ccb1fd521d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Thu, 16 Oct 2025 17:17:16 +0800 Subject: [PATCH] feat: Optimize menu display sorting (#10666) --- frontend/src/components/file-list/index.vue | 5 ++++- frontend/src/layout/components/Sidebar/index.vue | 14 +++++++++++--- .../views/host/file-management/favorite/index.vue | 4 ++-- frontend/src/views/host/file-management/index.vue | 2 +- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/file-list/index.vue b/frontend/src/components/file-list/index.vue index 84c0238fd..d7d3f4753 100644 --- a/frontend/src/components/file-list/index.vue +++ b/frontend/src/components/file-list/index.vue @@ -51,7 +51,7 @@ highlight-current-row height="40vh" @row-click="handleRowClick" - class="cursor-pointer" + class="cursor-pointer dialog-file-list" >