auto-save 2026-05-15 20:20 (~3)

This commit is contained in:
2026-05-15 20:20:21 +08:00
parent 00a744b184
commit fa177984f8
3 changed files with 32 additions and 17 deletions

View File

@@ -946,6 +946,18 @@ SubjectAsset {
<h2>变更记录</h2>
<p>这个记录不是 git log 的替代品。它记录“产品理解发生了什么变化、影响了哪些源码、你以后描述需求时该怎么说”。后续每次改功能都要补一条。</p>
<div class="changelog">
<article class="change">
<header>
<h3>2026-05-15 · 登录框固定在视口中心</h3>
<span class="tag rose">UI</span>
<span class="tag violet">Login</span>
</header>
<div class="body">
<p><strong>问题:</strong>组合登录框仍放在普通文档流的居中容器里,背景滚动或视口变化时视觉上会偏离画面中心。</p>
<p><strong>改动:</strong><code>web/app/globals.css</code><code>login-source-overlay</code> 改为固定覆盖全屏的网格层,用 <code>place-items:center</code> 居中;组合登录框自身也显式 <code>justify-self/align-self:center</code>,保证整框以视口中心为基准。</p>
<p><strong>影响:</strong><code>web/app/globals.css</code><code>docs/source-analysis.html</code></p>
</div>
</article>
<article class="change">
<header>
<h3>2026-05-15 · 登录小人完整显示并恢复背景响应</h3>