ios10.3.3 flex布局不支持flex:1吗?
.gCon {
display: flex;
justify-content: flex-start;
align-items: center;
flex-direction: column;
width: 100vw;
height: 100vh;
}
.gCon .Tab {
width: 100%;
height: 88rpx;
}
.gCon > swiper {
flex: 1;
width: 100%;
}
iOS0.3.3 swiper高度还是默认高度,并没有占据剩余空间