Skip to content

Commit c7dafc2

Browse files
committed
style(auth): remove left brand panel for cleaner login page
1 parent 537f2f7 commit c7dafc2

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

vue/src/assets/blog.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,8 +3606,7 @@ body {
36063606
}
36073607

36083608
.auth-split-card {
3609-
display: flex;
3610-
width: 780px;
3609+
width: 420px;
36113610
max-width: 100%;
36123611
background: #fff;
36133612
border-radius: 12px;
@@ -3664,10 +3663,8 @@ body {
36643663
margin-top: 40px;
36653664
}
36663665

3667-
/* Form panel (right) */
3666+
/* Form panel */
36683667
.auth-form {
3669-
flex: 1;
3670-
min-width: 0;
36713668
padding: 48px 44px;
36723669
}
36733670

vue/src/views/SiteAuthView.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
<template>
22
<div class="auth-split-bg">
33
<div class="auth-split-card">
4-
<!-- Left: Brand Panel -->
5-
<div class="auth-brand">
6-
<div class="auth-brand-logo">📝</div>
7-
<div class="auth-brand-title">OpenBlog</div>
8-
<div class="auth-brand-sub">{{ brandSubtitle }}</div>
9-
<div class="auth-brand-footer">&copy; 2026 OpenBlog</div>
10-
</div>
11-
12-
<!-- Right: Form Area -->
134
<div class="auth-form">
145
<!-- Underline Tabs -->
156
<div class="auth-tabs" role="tablist" aria-label="登录、注册或修改密码">

0 commit comments

Comments
 (0)