1
jhzh
2026-05-29 bbf6d337c9641c0d1bf2c57f05310e59c104990b
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;
}