Commit fc9b4394 authored by marsandheart's avatar marsandheart

配置根目录,更改样式引入

parent 412a2df3
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}
\ No newline at end of file
import React from 'react';
import { Provider } from 'react-redux';
import './assets/css/basic.css'
import './assets/css/basic.css';
import store from './store/index';
......
......@@ -3,6 +3,7 @@
width: 100vw;
height: 100vh;
background: #D3D0D3;
font-size: 0.14rem;
}
.header{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment