add lib folder
This commit is contained in:
11
lib/components/loading/src/main.css
Normal file
11
lib/components/loading/src/main.css
Normal file
@ -0,0 +1,11 @@
|
||||
.dv-loading {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.dv-loading .loading-tip {
|
||||
font-size: 15px;
|
||||
}
|
Reference in New Issue
Block a user