From 25cd8c215a655382c1292eb560d98662ee18440d Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 2 Apr 2025 13:40:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=99=BB=E5=BD=95=E9=A1=B5=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=89=8D=E5=90=8E=E7=AB=AF=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 804a4367..bc2c4fa4 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -62,7 +62,8 @@ 刷脸登录 --> -
WEB版本:{{ config_index.APP_VER }}
+
WEB版本:{{ config_index.APP_VER }}
+
VERSION版本:{{ baseConfig.sys_version }}
@@ -406,10 +407,13 @@ export default { } .version { position: absolute; - bottom: 30px; - left: 30px; + bottom: 15px; + right: 30px; font-size: 14px; - color: #fff; + color: rgb(36, 93, 116); +} +.version_web{ + bottom: 40px; } .copyright { position: absolute;