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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB