TabLayout 영역 임시 제거

This commit is contained in:
jangheon Pyo
2024-01-26 14:05:33 +09:00
parent 99de2dea2e
commit 7009567824

View File

@@ -1,5 +1,5 @@
.tabLayoutWrap {
width:100%;
// width:100%;
height: 100%;
position: absolute;
left: 0;
@@ -22,7 +22,8 @@
}
.tabWrap {
width: 120px;height:100%;
width: 120px;
height: 100%;
//position:fixed;
left: 0;
top: 0;
@@ -79,4 +80,3 @@
height: 54px;
}
}