修改logo

This commit is contained in:
2025-12-01 20:35:21 +08:00
parent 5ba58bafa6
commit 5e3d3708c6
2 changed files with 6 additions and 6 deletions

View File

@@ -140,8 +140,8 @@ onUnload(() => {
<style lang="scss" scoped> <style lang="scss" scoped>
.logo-image { .logo-image {
width: 378px; width: 80px;
height: 60px; height: 78px;
} }
.login-page { .login-page {
min-height: 100vh; min-height: 100vh;
@@ -155,12 +155,12 @@ onUnload(() => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin-top: 100rpx; margin-top: 120rpx;
margin-bottom: 100rpx; margin-bottom: 116rpx;
.logo { .logo {
width: 378rpx; width: 320rpx;
height: 60rpx; height: 116rpx;
// background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%); // background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
border-radius: 40rpx; border-radius: 40rpx;
display: flex; display: flex;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB