fix(app): 修复根容器宽度计算避免横向裁切

This commit is contained in:
肖应宇 2026-04-09 15:35:21 +08:00
parent 9abe247503
commit 0dd6c4f712
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ window.$toast = showToast;
<style lang="scss">
.app {
display: flex;
width: 100vw;
width: 100%;
height: 100vh;
overflow: hidden;
background: #f5f5f5;