fix: 登录按钮与标题顶端对齐 (align-items: flex-start)
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 5s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 14s
Test / e2e-test (push) Failing after 1m24s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-09 10:28:17 +00:00
parent e0526f93b3
commit 95368049fe

View File

@@ -130,7 +130,7 @@ onMounted(async () => {
<style scoped>
.header-inner {
display: flex;
align-items: center;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
position: relative;