From 4df02edc533d644b995f17ba2b8cb7fe1a88f0f7 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 17:10:35 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20tab=E5=92=8C=E8=A1=A8=E5=8D=95=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=8A=E4=B8=8B=E5=B8=83=E5=B1=80=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=AF=B9=E9=BD=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/views/OilReference.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/OilReference.vue b/frontend/src/views/OilReference.vue index 3fd8133..b05b3b2 100644 --- a/frontend/src/views/OilReference.vue +++ b/frontend/src/views/OilReference.vue @@ -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; }