parent
222c73963d
commit
382652e0f4
@ -0,0 +1,7 @@
|
|||||||
|
<script lang="ts" setup>
|
||||||
|
import { Fallback } from '@vben/common-ui';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Fallback status="hello" />
|
||||||
|
</template>
|
||||||
@ -1,13 +1,8 @@
|
|||||||
:root.dark {
|
:root.dark {
|
||||||
/* 基础背景颜色颜色 */
|
/* 基础背景颜色颜色 */
|
||||||
|
|
||||||
/* --color-background: 240 6% 18%; */
|
|
||||||
// --color-body: 220deg 13.04% 8%;
|
|
||||||
// --color-body: hsl(240deg 11% 4%);
|
|
||||||
--color-background: 220deg 13.04% 8%;
|
--color-background: 220deg 13.04% 8%;
|
||||||
|
|
||||||
/* --color-background: 219 42% 11%; */
|
|
||||||
|
|
||||||
/* 基础文本颜色 */
|
/* 基础文本颜色 */
|
||||||
--color-foreground: 220 13% 91%;
|
--color-foreground: 220 13% 91%;
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
import './default/index.scss';
|
import './default/index.css';
|
||||||
import './dark/index.scss';
|
import './dark/index.css';
|
||||||
|
|
||||||
export {};
|
export {};
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue