|
|
@ -49,10 +49,10 @@
|
|
|
|
class="theme-switch-wrap"
|
|
|
|
class="theme-switch-wrap"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<template #checked-icon>
|
|
|
|
<template #checked-icon>
|
|
|
|
<n-icon :component="LightModeOutlined" />
|
|
|
|
<n-icon :component="DarkModeOutlined" />
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template #unchecked-icon>
|
|
|
|
<template #unchecked-icon>
|
|
|
|
<n-icon :component="DarkModeOutlined" />
|
|
|
|
<n-icon :component="LightModeOutlined" />
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</n-switch>
|
|
|
|
</n-switch>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|