From 9b07f50e03b76721d17e845ba593e32a9c7fa7c8 Mon Sep 17 00:00:00 2001
From: zhangzhang <1747194829@qq.com>
Date: Mon, 19 Feb 2024 16:44:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/login.vue | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue
index 360ce9ea..5ce05534 100644
--- a/ruoyi-ui/src/views/login.vue
+++ b/ruoyi-ui/src/views/login.vue
@@ -12,7 +12,7 @@
欢迎登录
{{ '' }}
-
+
@@ -27,7 +27,7 @@
- 记住密码
+ 记住密码
登 录
@@ -266,7 +266,7 @@ export default {
height: 120px;
background-image: url('../assets/images/login-head.png');
background-repeat: no-repeat;
- background-size: 100% auto ;
+ background-size: 100% auto;
background-position: center center;
}
@@ -305,8 +305,8 @@ export default {
left: 50%;
top: 20%;
transform: translateX(-50%);
- width: 548px;
- height: 535px;
+ width: 400px;
+ height: 500px;
background: #00000080;
border-radius: 0px 0px 0px 0px;
opacity: 1;
@@ -327,13 +327,14 @@ export default {
}
.el-input {
- width: 420px;
- height: 70px;
+ width: 300px;
+ height: 60px;
border-radius: 4px 4px 4px 4px;
opacity: 1;
border: 1px solid #01CFFE;
background-color: transparent;
margin-bottom: 12px;
+
::v-deep .el-input__inner {
font-size: 20px !important;
}
@@ -346,8 +347,8 @@ export default {
}
.input-icon {
- height: 28px;
- width: 28px;
+ height: 20px;
+ width: 20px;
margin-left: 2px;
position: relative;
left: 14px;
@@ -391,12 +392,12 @@ export default {
/* 重置按钮 */
.el-button--goon {
- font-size: 30px;
+ font-size: 20px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
- width: 420px;
- height: 70px;
+ width: 380px;
+ height: 55px;
background: #07CAF6;
border-radius: 4px 4px 4px 4px;
opacity: 1;