This commit is contained in:
25
node_modules/@dcloudio/uni-components/style/progress.css
generated
vendored
Normal file
25
node_modules/@dcloudio/uni-components/style/progress.css
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
uni-progress {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
uni-progress[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.uni-progress-bar {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.uni-progress-inner-bar {
|
||||
width: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.uni-progress-info {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
min-width: 2em;
|
||||
margin-left: 15px;
|
||||
font-size: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user