@@ -12,8 +12,7 @@ import zhCn from 'element-plus/es/locale/lang/zh-cn'
import 'dayjs/locale/zh-cn'
//导入其它样式
-import './styles/app/main.scss'
-import './styles/app/element.scss'
+import './styles/index.scss'
//创建实例
async function bootstrap() {
@@ -1 +1,17 @@
-
+* {
+ padding: 0;
+ margin: 0;
+ box-sizing: border-box;
+}
+*:focus-visible {
+ outline: none;
+html, body, #app {
+ height: 100%;
+html.dark {
+ #app {
+ background-color: #20213D;
+ color: #fff;
+ }
@@ -1,4 +1,5 @@
<template>
+
111
</template>