fix(样式): 调整微信页面布局高度以避免溢出
将高度从100vh改为calc(100vh - 64px),防止内容被顶部导航栏遮挡
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.ckboxLayout {
|
.ckboxLayout {
|
||||||
height: 100vh;
|
height: calc(100vh - 64px);
|
||||||
background: #fff;
|
background: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user