mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2026-01-22 23:50:22 +08:00
wip: 主题设置
This commit is contained in:
@@ -155,7 +155,10 @@ const iconOptions = icons.map((item) => ({
|
||||
value: item,
|
||||
}))
|
||||
const layoutOptions = [
|
||||
{ label: '默认-default', value: 'default' },
|
||||
{ label: '跟随系统', value: '' },
|
||||
{ label: '简约-simple', value: 'simple' },
|
||||
{ label: '通用-normal', value: 'normal' },
|
||||
{ label: '全面-full', value: 'full' },
|
||||
{ label: '空白-empty', value: 'empty' },
|
||||
]
|
||||
const required = {
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<span v-else>无</span>
|
||||
</n-descriptions-item>
|
||||
<n-descriptions-item label="layout">
|
||||
{{ currentMenu.layout ?? 'default' }}
|
||||
{{ currentMenu.layout || '跟随系统' }}
|
||||
</n-descriptions-item>
|
||||
<n-descriptions-item label="是否显示">
|
||||
{{ currentMenu.show ? '是' : '否' }}
|
||||
|
||||
Reference in New Issue
Block a user