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
63b43d50
Commit
63b43d50
authored
Mar 08, 2020
by
marsandheart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改loading样式
parent
69f2f609
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Loading.module.scss
src/components/Loading.module.scss
+6
-2
No files found.
src/components/Loading.module.scss
View file @
63b43d50
...
...
@@ -2,8 +2,12 @@
.loading
{
position
:
absolute
;
background-color
:
rgba
(
$color
:
#000000
,
$alpha
:
0
.3
);
padding
:
20px
;
border-radius
:
10px
;
width
:
1rem
;
height
:
1rem
;
line-height
:
1rem
;
text-align
:
center
;
// padding: 0.2rem;
border-radius
:
0
.1rem
;
left
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,-
50%
);
...
...
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