fix: add-oil-form强制flex column确保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 3s
PR Preview / test (pull_request) Successful in 5s
PR Preview / deploy-preview (pull_request) Successful in 13s
Test / e2e-test (push) Successful in 53s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 17:14:42 +00:00
parent e28f5f9c0f
commit c19f6e8276

View File

@@ -1126,6 +1126,8 @@ async function saveCardImage(name) {
background: var(--sage-mist, #eef4ee);
border-radius: 12px;
border: 1.5px solid var(--border, #e0d4c0);
display: flex;
flex-direction: column;
}
/* Hide number input spinners in add form */
.add-oil-form input[type="number"]::-webkit-inner-spin-button,