BUG 31009

This commit is contained in:
aixianling
2022-09-01 10:00:53 +08:00
parent e8b49517e2
commit d34a69d143

View File

@@ -170,6 +170,7 @@ export default {
} }
}, },
created() { created() {
document.title = this.title
setInterval(() => { setInterval(() => {
this.currentTime = this.$moment().format("YYYY/MM/DD HH:mm:ss") this.currentTime = this.$moment().format("YYYY/MM/DD HH:mm:ss")
}, 1000) }, 1000)
@@ -182,6 +183,7 @@ export default {
font-family: DIN; font-family: DIN;
src: url("assets/D-DINExp.otf"); src: url("assets/D-DINExp.otf");
} }
@import "../../animation"; @import "../../animation";
.AiDvWrapper { .AiDvWrapper {
.viewPanel { .viewPanel {