Add files via upload

This commit is contained in:
niubility000 2021-10-05 00:18:47 +08:00 committed by GitHub
parent b6a51bed51
commit a5e8377fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,15 @@
<shell v-if="isExecEnabled && isLogged && user.perm.execute" />
</main>
<prompts></prompts>
<div v-if="this.progress !==0" >
<div style=" height: 8rem; width: 100%; z-index: 99999; position: fixed; top:40%; text-align:center; font-size:6em; "> {{ this.progress }}%</div>
</div>
</div>
</template>
<script>