src/views/login/index.vue
@@ -128,18 +128,19 @@ /* Logo:紫色渐变圆角方框 */ .login-logo-wrap { width: 72px; height: 72px; border-radius: 18px; background: linear-gradient(135deg, #2c1a5c 0%, #5a37a5 100%); width: 100px; height: 100%; border-radius: 6px; // background: linear-gradient(135deg, #2c1a5c 0%, #5a37a5 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; } .login-logo { width: 44px; height: 44px; width: 100%; height: 100%; border-radius: 6px; object-fit: contain; }