File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" >© ; 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 =" 登录、注册或修改密码" >
You can’t perform that action at this time.
0 commit comments