From 0451633bf5f1d1965171755c7343e26670598791 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 16:35:19 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9Etab=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=EF=BC=8C=E6=94=B9=E4=B8=BAinline-flex?= =?UTF-8?q?=E7=B4=A7=E5=87=91=E5=B8=83=E5=B1=80?= 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 2d33885..3fd8133 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: flex; gap: 0; margin-bottom: 10px; } +.add-type-tabs { display: inline-flex; margin-bottom: 10px; } .add-type-tab { - flex: 1; padding: 6px 0; text-align: center; font-size: 13px; cursor: pointer; + padding: 5px 16px; text-align: center; font-size: 12px; cursor: pointer; border: 1.5px solid var(--border, #d4cfc7); background: #fff; color: var(--text-mid, #6b6375); - font-family: inherit; + font-family: inherit; line-height: 1.4; } .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; }