475cb617 by simon

默认提交

1 parent de9d4d19
...@@ -78,9 +78,9 @@ export default { ...@@ -78,9 +78,9 @@ export default {
78 // 78 //
79 this.refreshProfile(); 79 this.refreshProfile();
80 80
81 setTimeout(() => { 81 // setTimeout(() => {
82 this.initCss = true; 82 // this.initCss = true;
83 }, 2000); 83 // }, 1000);
84 } 84 }
85 }; 85 };
86 </script> 86 </script>
...@@ -361,7 +361,7 @@ textarea { ...@@ -361,7 +361,7 @@ textarea {
361 } 361 }
362 362
363 .main-container-min-height { 363 .main-container-min-height {
364 min-height: 600px; 364 min-height: 500px;
365 } 365 }
366 366
367 .content { 367 .content {
......