fix: 优化圆角标签栏上下边距(PR By Gitee@bigtomato1)

Closes #IDCGGY
This commit is contained in:
2025-12-15 08:44:31 +08:00
parent 8c3dc80909
commit 48e6eccd1a

View File

@@ -184,7 +184,7 @@ const reload = () => {
} }
.tabs { .tabs {
padding-top: 5px; padding: 5px 0;
background-color: var(--color-bg-1); background-color: var(--color-bg-1);
position: relative; position: relative;
} }