From f5769a3f07018638bad7f346155943e4f8b05b9b Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Mon, 06 Jan 2025 16:13:43 +0800
Subject: [PATCH] 修改首页
---
src/views/login.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/login.vue b/src/views/login.vue
index 13736c2..b7ff677 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -44,7 +44,7 @@
</div>
</el-form-item>
<el-checkbox v-model="loginForm.rememberMe" style="margin:0 0 25px 0;color: #ccc">记住密码</el-checkbox>
- <div style="display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px">
+ <div style="display: flex;justify-content: space-between;align-items: center">
<div style="width: 100%">
<el-button
class="btn-cont"
@@ -224,9 +224,7 @@
display: flex;
justify-content: center;
align-items: center;
- opacity: 0;
- -webkit-opacity: 0;
- animation: floatUp ease 0.6s forwards;
+
.login-card{
width: 500px;
padding: 30px;
@@ -238,6 +236,9 @@
max-width: 100%;
box-sizing: border-box;
box-shadow: 0 10px 20px rgba(0,0,0,.05);
+ opacity: 0;
+ -webkit-opacity: 0;
+ animation: floatUp ease 0.6s forwards;
}
.login-form {
width: 100%;
--
Gitblit v1.9.2