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 {