From 2bdbe42d8d4b03b46d2066e50e595a06cebd43c2 Mon Sep 17 00:00:00 2001 From: lzhe <181968431@qq.com> Date: 星期六, 13 四月 2024 22:34:05 +0800 Subject: [PATCH] 1 --- src/views/login/components/passwordForm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/components/passwordForm.vue b/src/views/login/components/passwordForm.vue index 96aeeb0..99e6d5e 100644 --- a/src/views/login/components/passwordForm.vue +++ b/src/views/login/components/passwordForm.vue @@ -153,6 +153,6 @@ </script> <style> -.login-form {margin: 0 auto;margin-top: 46px;width: 354px;} -.inputHeight {height: 60px;line-height: 60px;} +.login-form {margin: 0 auto;margin-top: 46px;width: 294px;} +.inputHeight {height: 40px;line-height: 40px;} </style> -- Gitblit v1.9.3