fix: tab和表单改为上下布局,解决对齐问题
All checks were successful
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 6s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 17s
Test / e2e-test (push) Successful in 50s
All checks were successful
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 6s
Test / build-check (push) Successful in 4s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 17s
Test / e2e-test (push) Successful in 50s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1110,11 +1110,11 @@ async function saveCardImage(name) {
|
||||
}
|
||||
|
||||
/* ===== Add Oil Form ===== */
|
||||
.add-type-tabs { display: inline-flex; margin-bottom: 10px; }
|
||||
.add-type-tabs { display: flex; gap: 0; margin-bottom: 10px; width: fit-content; }
|
||||
.add-type-tab {
|
||||
padding: 5px 16px; text-align: center; font-size: 12px; cursor: pointer;
|
||||
padding: 6px 20px; text-align: center; font-size: 13px; cursor: pointer;
|
||||
border: 1.5px solid var(--border, #d4cfc7); background: #fff; color: var(--text-mid, #6b6375);
|
||||
font-family: inherit; line-height: 1.4;
|
||||
font-family: inherit;
|
||||
}
|
||||
.add-type-tab:first-child { border-radius: 8px 0 0 8px; }
|
||||
.add-type-tab:last-child { border-radius: 0 8px 8px 0; border-left: none; }
|
||||
|
||||
Reference in New Issue
Block a user