@@ -62,7 +62,7 @@
.homePage{
// 减去公共部分使页面铺满浏览器
- height: calc(100% - 60px);
+ height: calc(100% - 70px);
width: 100%;
.homeBody{
margin: 20px 20px 30px 20px;
@@ -271,7 +271,8 @@
<style lang="less">
.projectApplicationApplyPAapply{
- width: 100vw;
+ width: 100%;
background: #e6eaf0;
display: flex;
flex-direction: column;