From 4e6f68433d71c47f58adfc39e5b6d740f05f472a Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期一, 08 九月 2025 10:13:38 +0800 Subject: [PATCH] 库存预警 --- src/views/login.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 15e508d..968a932 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -86,8 +86,8 @@ const { proxy } = getCurrentInstance() const loginForm = ref({ - username: "admin", - password: "admin123", + username: "", + password: "", rememberMe: false, currentFatoryId:'', }) @@ -181,8 +181,8 @@ <style lang='scss' scoped> .login { height: 100%; - background-image: url("../assets/indexViews/WDSYView.png"); - background-size: cover; + background-image: url("../assets/indexViews/DHDCView.png"); + background-size: 100% 100%; position: relative; } .title { @@ -196,8 +196,8 @@ .login-form { position: absolute; top: 50%; - right: 50%; - transform: translate(50%, -50%); + right: 15%; + transform: translate(0, -50%); border-radius: 6px; background: #ffffff; width: 420px; -- Gitblit v1.9.3