From a48e551ef8f5efac6bdb13ba148a98f2ee974173 Mon Sep 17 00:00:00 2001 From: abab2320 <1589841436@qq.com> Date: Thu, 10 Apr 2025 09:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Front/vue-unilife/src/components/LogPage.vue | 5 +- .../src/components/Personal/AcountManager.vue | 248 ++++++++++++++++-- Front/vue-unilife/tsconfig.app.json | 9 +- ...niLife系统功能验收测试计划书.md | 174 ------------ 4 files changed, 230 insertions(+), 206 deletions(-) delete mode 100644 文档/UniLife系统功能验收测试计划书.md diff --git a/Front/vue-unilife/src/components/LogPage.vue b/Front/vue-unilife/src/components/LogPage.vue index 21adf4f1..95ffb51b 100644 --- a/Front/vue-unilife/src/components/LogPage.vue +++ b/Front/vue-unilife/src/components/LogPage.vue @@ -314,7 +314,7 @@ async function login(){ padding: 0; } - :global(body){ + body{ height: 100vh;; /*弹性布局,水平垂直居中*/ display:flex; @@ -554,7 +554,8 @@ async function login(){