475cb617 by simon

默认提交

1 parent de9d4d19
......@@ -78,9 +78,9 @@ export default {
//
this.refreshProfile();
setTimeout(() => {
this.initCss = true;
}, 2000);
// setTimeout(() => {
// this.initCss = true;
// }, 1000);
}
};
</script>
......@@ -361,7 +361,7 @@ textarea {
}
.main-container-min-height {
min-height: 600px;
min-height: 500px;
}
.content {
......