feat: 非精油产品显示份、新增护肤品价目 #30

Merged
hera merged 28 commits from fix/next-batch-4 into main 2026-04-13 19:26:58 +00:00
Showing only changes of commit 4df02edc53 - Show all commits

View File

@@ -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; }