style: 调整样式
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
body,
|
body,
|
||||||
html,
|
html,
|
||||||
div,
|
p,
|
||||||
ul,
|
ul,
|
||||||
li,
|
ol,
|
||||||
h1,
|
li {
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
p {
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,3 @@
|
|||||||
body,
|
|
||||||
html,
|
|
||||||
div,
|
|
||||||
ul,
|
|
||||||
li,
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
p {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#app {
|
#app {
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import { createApp } from 'vue'
|
|||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import router from './router'
|
import router from './router'
|
||||||
import store from './stores/index'
|
import store from './stores/index'
|
||||||
|
import 'normalize.css'
|
||||||
import './assets/css/style.css'
|
import './assets/css/style.css'
|
||||||
import SvgIcon from "@/components/SvgIcon/index.vue";
|
import SvgIcon from "@/components/SvgIcon/index.vue";
|
||||||
import "virtual:svg-icons-register";
|
import "virtual:svg-icons-register";
|
||||||
@@ -14,7 +15,6 @@ import flexible from "./utils/flexible.js";
|
|||||||
import "./router/router-config" // 路由守卫,做动态路由的地方
|
import "./router/router-config" // 路由守卫,做动态路由的地方
|
||||||
import ElementPlus from 'element-plus'
|
import ElementPlus from 'element-plus'
|
||||||
import 'element-plus/dist/index.css'
|
import 'element-plus/dist/index.css'
|
||||||
import 'normalize.css'
|
|
||||||
|
|
||||||
const app = createApp(App)
|
const app = createApp(App)
|
||||||
app.use(router)
|
app.use(router)
|
||||||
|
|||||||
Reference in New Issue
Block a user