- Uploading... {{ file.progress}}%
+ Uploading...
{{ file.progress}}%
@@ -40,14 +40,17 @@ export default {
flex-direction: column;
justify-content: center;
text-align: center;
+ font-size: 16px;
.progress {
- width: calc(100% - 1.5px);
- background-color: #F2F2F3;
+ width: calc(100% + 1px);
+ background-color: #f2f2f3;
height: 22px;
position: relative;
- bottom: -59.5px;
- left: 1px;
+ bottom: -55px;
+ left: -1px;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
> div {
background-color: #365EBE;