Showing
1 changed file
with
5 additions
and
3 deletions
@@ -87,9 +87,11 @@ export default { | @@ -87,9 +87,11 @@ export default { | ||
87 | 87 | ||
88 | <style lang="scss"> | 88 | <style lang="scss"> |
89 | .layout { | 89 | .layout { |
90 | - position: relative; | ||
91 | - width: 100%; | ||
92 | - height: 100%; | 90 | + position: absolute; |
91 | + top: 0; | ||
92 | + left: 0; | ||
93 | + right: 0; | ||
94 | + bottom: 0; | ||
93 | overflow: hidden; | 95 | overflow: hidden; |
94 | font-size: 24px; | 96 | font-size: 24px; |
95 | display: flex; | 97 | display: flex; |
-
Please register or login to post a comment