From d0d78b9fbe144326f136ee048bb59d314413032e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 27 May 2025 08:45:29 +0800
Subject: [PATCH] 修改导出
---
src/views/loginPage/loginPage.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/loginPage/loginPage.vue b/src/views/loginPage/loginPage.vue
index 0bfc8b9..e3b5c20 100644
--- a/src/views/loginPage/loginPage.vue
+++ b/src/views/loginPage/loginPage.vue
@@ -75,11 +75,11 @@
position: relative;
img{
- width: 103%;
+ width: 100%;
height: auto;
position: absolute;
bottom: -180px;
- right: 15%;
+ right: 5%;
margin-top: 40px;
}
}
@@ -161,12 +161,12 @@
border-radius: 15px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
.welcc {
- font-size: 52px;
+ font-size: clamp(2.625rem, 1.911rem + 1.12vw, 3.25rem);
font-family: 'PingFang SC';
text-align: right;
font-weight: 900;
color: #485BD4;
- letter-spacing: 6px;
+ letter-spacing: 2px;
white-space: nowrap;
position: relative;
z-index: 999;
--
Gitblit v1.9.2