默认提交
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment