mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-17 23:23:42 +08:00
refactor(projects): 代码优化
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
<setting-menu label="跟随系统">
|
||||
<n-switch :value="theme.followSystemTheme" @update:value="theme.setFollowSystemTheme">
|
||||
<template #checked>
|
||||
<icon-ic:baseline-do-not-disturb class="text-14px text-primary" />
|
||||
<icon-ic-baseline-do-not-disturb class="text-14px text-primary" />
|
||||
</template>
|
||||
<template #unchecked>
|
||||
<icon-ic:round-hdr-auto class="text-14px text-primary" />
|
||||
<icon-ic-round-hdr-auto class="text-14px text-primary" />
|
||||
</template>
|
||||
</n-switch>
|
||||
</setting-menu>
|
||||
|
Reference in New Issue
Block a user