From 9013b0b40fdff6a786fb9a76ed6ce9f553f3f3ad Mon Sep 17 00:00:00 2001 From: fangyunong Date: Tue, 1 Jul 2025 17:01:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + index.html | 2 +- src/views/login/index.vue | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0e5de52..aebcc71 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ dist dist-ssr *.local .vscode +secret.ts # Editor directories and files .vscode/* !.vscode/extensions.json diff --git a/index.html b/index.html index d3af8b8..a481f2a 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + Vue + TS + 零枢系统 | 一款面向第五人格陪玩团的服务管理系统
diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 81730e4..717cbd6 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -2,11 +2,11 @@
登录 @@ -127,7 +127,7 @@ const handleLogout = () => { display: flex; color:$primaryColor; font-weight: bold; - font-size: 24px; + font-size: 18px; } &__actions {