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;