1
0
Fork 0

style: 탭메뉴 높이 설정 변경

This commit is contained in:
sychoi 2024-05-02 18:05:59 +09:00
parent c97143c1a0
commit 5335ab0056
3 changed files with 4 additions and 1 deletions

View File

@ -114,6 +114,7 @@ form {
}
.tab-menu{
width: 100%;
height: fit-content;
// border: none;
li{

View File

@ -1000,6 +1000,8 @@ form[name=frmWorkData] > div.form-contents .detail-container .detail-contents .t
}
form[name=frmWorkData] > div.form-contents .detail-container .detail-contents .table-box .tab-menu {
width: 100%;
height: -moz-fit-content;
height: fit-content;
}
form[name=frmWorkData] > div.form-contents .detail-container .detail-contents .table-box .tab-menu li {
height: 34px;

File diff suppressed because one or more lines are too long