Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
addInsured-AIA-POC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liujianghai
addInsured-AIA-POC
Commits
fc9b4394
Commit
fc9b4394
authored
Mar 02, 2020
by
marsandheart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置根目录,更改样式引入
parent
412a2df3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
jsconfig.json
jsconfig.json
+7
-0
App.js
src/App.js
+1
-1
InsuredInfo.module.scss
src/pages/InsuredInfo.module.scss
+1
-0
No files found.
jsconfig.json
0 → 100644
View file @
fc9b4394
{
"compilerOptions"
:
{
"baseUrl"
:
"src"
},
"include"
:
[
"src"
]
}
\ No newline at end of file
src/App.js
View file @
fc9b4394
import
React
from
'react'
;
import
{
Provider
}
from
'react-redux'
;
import
'./assets/css/basic.css'
import
'./assets/css/basic.css'
;
import
store
from
'./store/index'
;
...
...
src/pages/InsuredInfo.module.scss
View file @
fc9b4394
...
...
@@ -3,6 +3,7 @@
width
:
100vw
;
height
:
100vh
;
background
:
#D3D0D3
;
font-size
:
0
.14rem
;
}
.header
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment