style: SettingsDrawer
This commit is contained in:
@@ -13,7 +13,7 @@ const { stationLayoutGridCols } = storeToRefs(layoutStore);
|
|||||||
<template>
|
<template>
|
||||||
<NDrawer v-model:show="show" :width="330">
|
<NDrawer v-model:show="show" :width="330">
|
||||||
<NDrawerContent closable title="系统设置" :native-scrollbar="false">
|
<NDrawerContent closable title="系统设置" :native-scrollbar="false">
|
||||||
<NFlex vertical justify="center">
|
<NFlex vertical>
|
||||||
<NDivider>主题</NDivider>
|
<NDivider>主题</NDivider>
|
||||||
<NFormItem label="深色模式" label-placement="left">
|
<NFormItem label="深色模式" label-placement="left">
|
||||||
<ThemeSwitch />
|
<ThemeSwitch />
|
||||||
|
|||||||
Reference in New Issue
Block a user