Commit 61d5f4b1 by Chao Sun

海报样式微调

parent 4b28665c
...@@ -76,6 +76,7 @@ export class AppComponent implements OnInit, OnDestroy { ...@@ -76,6 +76,7 @@ export class AppComponent implements OnInit, OnDestroy {
footer: [{ value: '更新', routerLink: '', className: 'weui-dialog__btn_primary' }], footer: [{ value: '更新', routerLink: '', className: 'weui-dialog__btn_primary' }],
}; };
} else { } else {
const Version = localStorage.getItem('Version'); const Version = localStorage.getItem('Version');
//如果缓存有版本号对比本地和接口版本 //如果缓存有版本号对比本地和接口版本
if (Version != this.currentVersion) { if (Version != this.currentVersion) {
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
.title { .title {
font-size: 12px; font-size: 12px;
line-height: 1.1; line-height: 1.1;
margin-top: 5px;
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment