Add files via upload

This commit is contained in:
niubility000 2021-10-22 08:46:21 +08:00 committed by GitHub
parent f3c1b3992c
commit ebed16286a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,10 @@
<template> <template>
<div> <div>
<div id="progress" v-if="this.progress !==0"> <div id="progress" v-if="this.progress !==0">
<div v-bind:style="{ width: this.progress + '%' }"> <div id="frame">
<div v-bind:style="{ width: this.progress + '%' }">
<span> {{ this.progress }}%</span> <span> {{ this.progress }}%</span>
</div>
</div> </div>
</div> </div>
<sidebar></sidebar> <sidebar></sidebar>