fix(app): 修复根容器宽度计算避免横向裁切
This commit is contained in:
parent
9abe247503
commit
0dd6c4f712
|
|
@ -72,7 +72,7 @@ window.$toast = showToast;
|
|||
<style lang="scss">
|
||||
.app {
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background: #f5f5f5;
|
||||
|
|
|
|||
Loading…
Reference in New Issue