|
@@ -28,11 +28,10 @@
|
|
<!-- 下载进度 -->
|
|
<!-- 下载进度 -->
|
|
<el-dialog title="软件更新" :visible.sync="isShow" width="400px" :show-close="false">
|
|
<el-dialog title="软件更新" :visible.sync="isShow" width="400px" :show-close="false">
|
|
<div style="text-align: center;">
|
|
<div style="text-align: center;">
|
|
- <div class="demo-Circle-custom">
|
|
|
|
|
|
+ <div class="demo-Circle-custom" style="margin-bottom: 10px;">
|
|
文件大小:<i>{{$utils.handleSize(Number(softInfo.totalSize))}}</i>
|
|
文件大小:<i>{{$utils.handleSize(Number(softInfo.totalSize))}}</i>
|
|
- <p>下载进度</p>
|
|
|
|
</div>
|
|
</div>
|
|
- <el-progress type="circle" :stroke-width="10" :percentage="Number(softInfo.percent)" :width="220"></el-progress>
|
|
|
|
|
|
+ <el-progress :text-inside="true" :stroke-width="30" :percentage="Number(softInfo.percent)"></el-progress>
|
|
<div>
|
|
<div>
|
|
<el-button type="primary" style="margin-top: 30px;" @click="isShow = false">后台下载</el-button>
|
|
<el-button type="primary" style="margin-top: 30px;" @click="isShow = false">后台下载</el-button>
|
|
</div>
|
|
</div>
|