优化下载页

dependabot/npm_and_yarn/fir_admin/url-parse-1.5.10
nineven 3 years ago
parent 2f32b71b2b
commit a580dddd83
  1. 21
      fir_client/src/components/FirDownload.vue
  2. 19
      fir_client/src/components/ShortDownload.vue

@ -311,11 +311,14 @@
</el-container> </el-container>
<el-container v-else style="margin-top:46%"> <el-container v-else style="text-align: center;margin-top: 60px">
<div v-if="!report_flag" style="text-align: center;margin:0 auto"> <el-header>
<img v-if="mcurrentappinfo.icon_url" :src="mcurrentappinfo.icon_url" class="imgloading"/>
</el-header>
<div v-if="wrong && msg" style="height: 20px;margin-bottom: 10px;"> {{ this.msg }}</div>
<div v-if="!report_flag" style="text-align: center;margin:0 auto;height: 100px">
<span id="qrcode1" style="display: inline-block"></span> <span id="qrcode1" style="display: inline-block"></span>
<br/> <div style="margin-top: 10px">{{ this.currentappinfo.name }}</div>
{{ this.currentappinfo.name }}
</div> </div>
</el-container> </el-container>
@ -929,6 +932,16 @@ export default {
</script> </script>
<style scoped> <style scoped>
.imgloading {
margin-top: 143px;
height: 100px;
width: 100px;
border-radius: 50%;
-webkit-animation: rotate 6s linear infinite;
animation: rotate 6s linear infinite;
background: 0
}
.dialog { .dialog {
position: fixed; position: fixed;
width: 390px; width: 390px;

@ -315,13 +315,13 @@
</div> </div>
<div v-else style="margin-top:46%;text-align:center"> <div v-else style="text-align:center">
<img v-if="mcurrentappinfo.icon_url" :src="mcurrentappinfo.icon_url" alt="" class="imgloading">
<div v-if="wrong && msg" style="height: 20px;margin-bottom: 10px;"> {{ this.msg }}</div>
<div v-if="!report_flag && !iserror" style="margin:0 auto;z-index: 10"> <div v-if="!report_flag && !iserror" style="margin:0 auto;z-index: 10">
<span id="qrcode1" style="display: inline-block"></span> <span id="qrcode1" style="display: inline-block"></span>
<br/> <div style="margin-top: 10px">{{ this.currentappinfo.name }}</div>
{{ this.currentappinfo.name }}
</div> </div>
</div> </div>
<div v-if='iserror' class="main"> <div v-if='iserror' class="main">
<div class="error-container"> <div class="error-container">
@ -890,6 +890,17 @@ export default {
</script> </script>
<style scoped> <style scoped>
.imgloading {
height: 100px;
width: 100px;
border-radius: 50%;
margin: 10px 0 20px;
-webkit-animation: rotate 6s linear infinite;
animation: rotate 6s linear infinite;
background: 0
}
.dialog { .dialog {
position: fixed; position: fixed;
width: 390px; width: 390px;

Loading…
Cancel
Save