본문 바로가기

nativescript vue flex 세로 꽉차게

fill-height 모두제거


세로 100% 꽉 차게 설정하기


v-applicatrion--wrap : display:flex 기본값


첫번째 메인 컨테이너 자식 : 

router-view-wrapper : display:flex; //하위 자식도 100%주기 위해 부모를 flex로

flex:1


content-wrapper:

margin-top:56px;//삭제 => height100%주면 마진만큼 늘어나서 스크롤 생김.패딩으로대체

padding-top:56px;

height:100%;


router-container: height:100%;

.layout : height:100%;