From d80ab577957dbca68337734b4edd750bda99e63f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Mar 2026 02:56:19 +0800 Subject: [PATCH] refactor: Replace admin dropdown with flat tab navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 導覽列重新設計: - 上方 bar:品牌名 + 登出按鈕 - 下方 tab 列:我的資料、我的權限 | 權限管理、系統、模組、公司、站台、會員、群組 - 用戶 tab(藍色底線)與管理員 tab(靛色底線)視覺分組 - 支持 overflow-x scroll,小螢幕也可橫滑 - 移除 el-dropdown 依賴,改用純 router-link + button Co-Authored-By: Claude Sonnet 4.6 --- src/App.vue | 107 +++++++++++++++++++++++++++------------------------- 1 file changed, 56 insertions(+), 51 deletions(-) diff --git a/src/App.vue b/src/App.vue index c874b6d..8e36227 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,45 +1,49 @@