diff --git a/Cunkebao/src/pages/pc/ckbox/weChat/index.module.scss b/Cunkebao/src/pages/pc/ckbox/weChat/index.module.scss index 9b37437e..c3e1ee83 100644 --- a/Cunkebao/src/pages/pc/ckbox/weChat/index.module.scss +++ b/Cunkebao/src/pages/pc/ckbox/weChat/index.module.scss @@ -1,5 +1,5 @@ .ckboxLayout { - height: 100vh; + height: calc(100vh - 64px); background: #fff; display: flex; flex-direction: column;