mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-05 09:01:25 +08:00
fix(ui): 修复设置面板的样式问题
This commit is contained in:
@@ -31,7 +31,10 @@ const settingList = [
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Tabs class="rounded-[var(--radius)] bg-background px-[16px] lg:flex-1">
|
||||
<Tabs
|
||||
class="rounded-[var(--radius)] bg-background lg:flex-1"
|
||||
:classes="{ header: 'px-4' }"
|
||||
>
|
||||
<TabPane v-for="item in settingList" :key="item.key" :tab="item.name">
|
||||
<component :is="item.component" v-bind="$attrs" />
|
||||
</TabPane>
|
||||
|
||||
Reference in New Issue
Block a user