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