File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/renderer/views/Update Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 <div class =" title" > 发现新版本 <small v-if =" remoteVersionFromApp" >v{{ remoteVersionFromApp }}</small >
55 </div >
66 <div class =" content" >
7- <div v-if =" updateContent" v-html =" updateContent" ></div >
7+ <div class = " fixed " v-if =" updateContent" v-html =" updateContent" ></div >
88 <ul class =" fixed" v-else >
99 <li >1.提升了客户端的启动速度</li >
1010 <li >2.解决了已知的BUG</li >
2323 </div >
2424 </template >
2525 <div class =" download-wrapper" v-else >
26- <div class =" download-title" >正在下载...</div >
26+ <div class =" download-title" v-if =" is_paused" >暂停中</div >
27+ <div class =" download-title" v-else >正在下载...</div >
2728 <div class =" progress-bar" >
2829 <a-progress size =" small" :percent =" state.percent" />
2930 </div >
@@ -244,7 +245,7 @@ export default {
244245
245246 .content {
246247 width : 70% ;
247- margin : auto ;
248+ margin : 0 auto ;
248249 overflow : auto ;
249250 .verson {
250251 display : flex ;
You can’t perform that action at this time.
0 commit comments