From c9d1535428bc78b47fd545172a3627be23b4f28e Mon Sep 17 00:00:00 2001 From: Cheng Zhou Date: Tue, 23 Dec 2025 21:17:31 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=BE=8E=E5=8C=96=E5=8F=8A=E6=B8=90=E5=8F=98?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/dist/index.html | 4 +- frontend/src/components/Layout.vue | 187 +++++++++++----------- frontend/src/styles/main.css | 34 +++- frontend/src/views/Login.vue | 247 +++++++++++++++++++++-------- 4 files changed, 306 insertions(+), 166 deletions(-) diff --git a/frontend/dist/index.html b/frontend/dist/index.html index 28c1d326..9f2320d4 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -4,8 +4,8 @@ CTMS - - + +
diff --git a/frontend/src/components/Layout.vue b/frontend/src/components/Layout.vue index a8ec118d..4aef8f7c 100644 --- a/frontend/src/components/Layout.vue +++ b/frontend/src/components/Layout.vue @@ -92,10 +92,14 @@