From 8dd7af51db4cf768fbf92002b5b62f7fb9d1c929 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 06 五月 2025 15:04:59 +0800 Subject: [PATCH] refactor(zhitan):调整模型代码和优化能源统计功能 --- zhitan-vue/src/views/login.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/zhitan-vue/src/views/login.vue b/zhitan-vue/src/views/login.vue index f519cf7..ceb89f5 100644 --- a/zhitan-vue/src/views/login.vue +++ b/zhitan-vue/src/views/login.vue @@ -221,14 +221,15 @@ .login { display: flex; align-items: center; - height: 100%; - background-image: url("@/assets/images/login-background.jpg"); + height: 100vh; + background-image: url("@/assets/images/login-background.png"); background-repeat: no-repeat; background-size: cover; flex-direction: column; position: relative; min-width: 700px; min-height: 700px; + background-color:#001146 } .middle-view { -- Gitblit v1.9.3