From a0dfb9399af4a204b3b1a7e50896cf08c2968379 Mon Sep 17 00:00:00 2001 From: namdh861 Date: Mon, 14 Sep 2026 21:24:59 +0700 Subject: [PATCH] ref: change ui --- index.html | 2 +- src/components/AppTableShell.vue | 4 +- src/components/DocumentTreePanel.vue | 132 ++++++++++++++++++++----- src/layouts/AdminLayout.vue | 39 ++++---- src/layouts/MainLayout.vue | 29 +++--- src/style.css | 136 +++++++++++++++----------- src/theme.ts | 58 +++++------ src/views/auth/LoginView.vue | 8 +- src/views/documents/DocumentsView.vue | 48 ++++++--- src/views/tasks/TasksBoardView.vue | 39 +++++++- 10 files changed, 326 insertions(+), 169 deletions(-) diff --git a/index.html b/index.html index 473de08..84ce678 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ My Workspace diff --git a/src/components/AppTableShell.vue b/src/components/AppTableShell.vue index 962f02f..59e536d 100644 --- a/src/components/AppTableShell.vue +++ b/src/components/AppTableShell.vue @@ -1,11 +1,11 @@