样式调整
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -119,7 +119,7 @@ export default { | ... | @@ -119,7 +119,7 @@ export default { |
119 | <style lang="scss" scoped> | 119 | <style lang="scss" scoped> |
120 | .leftcard { | 120 | .leftcard { |
121 | width: 32%; | 121 | width: 32%; |
122 | height: calc(100% -110px); | 122 | height: calc(100vh -114px); |
123 | display: flex; | 123 | display: flex; |
124 | flex-direction: column; | 124 | flex-direction: column; |
125 | 125 | ... | ... |
-
Please register or sign in to post a comment