From 84f46c214260780c02d6af085a1b2e44af224405 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 6 Feb 2025 22:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8AAI=E5=8A=A9=E6=89=8B=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/layouts/default/tabs/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/jeecgboot-vue3/src/layouts/default/tabs/index.vue b/jeecgboot-vue3/src/layouts/default/tabs/index.vue index 98b4f12e..0deb4f92 100644 --- a/jeecgboot-vue3/src/layouts/default/tabs/index.vue +++ b/jeecgboot-vue3/src/layouts/default/tabs/index.vue @@ -27,9 +27,10 @@ - - - + + + + @@ -177,7 +178,9 @@ align-items: center; justify-content: center; cursor: pointer; - width: 36px; + width: 50px; + padding: 0 4px; + height: 50px; color: @text-color; text-align: center; border-left: 1px solid @border-color-base;