opt: 优化icons查询页以及tabs样式

This commit is contained in:
gary
2026-02-01 15:10:59 +08:00
parent a1f0887032
commit 350b6dadef
2 changed files with 18 additions and 17 deletions

View File

@@ -96,5 +96,10 @@ useMenuConfigStore().loadBusinessMenus()
</el-container>
</template>
<style scoped>
.tabs-header {
padding-top: 6px !important;
height: auto !important;
border-bottom: none !important;
box-shadow: none !important;
}
</style>