Browse Source

fix: 登录页内容补偿导航栏高度,视觉上更居中

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline 1 ngày trước cách đây
mục cha
commit
d61bd1e085
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      charge-front/src/pages/login/login.vue

+ 1 - 1
charge-front/src/pages/login/login.vue

@@ -83,7 +83,7 @@ const performRedirect = (url: string) => {
   align-items: center;
   justify-content: center;
   background: var(--color-sec);
-  padding: 64rpx 56rpx;
+  padding: 0 56rpx 160rpx;
 }
 
 .center {