1
0
Fork 0

fix: 작업자 화면을 기본 화면으로 고정

This commit is contained in:
sychoi 2024-04-29 17:33:48 +09:00
parent 920cfed0ba
commit 2c79c1adf7
1 changed files with 4 additions and 3 deletions

View File

@ -17,13 +17,14 @@
<!-- 헤더 종료 // -->
<!-- 테이블 박스 -->
<div class="table-box flexcol flexbetween" style="height: calc(100% - 80px);">
<!-- <div class="table-box flexcol flexbetween" style="height: calc(100% - 80px);"> -->
<div class="table-box flexcol flexbetween height-full" >
<div class="height-93">
<div class="hy-table" id="isWorker"></div>
</div>
<div class="table-title">
<!-- <div class="table-title">
<div class="button-box flexend">
<div class="add-btn reverse-btn flexrow flexfillcenter gap06">
@ -35,7 +36,7 @@
</div>
</div>
</div>
</div> -->
</div>
<!-- 테이블 박스 종료 // -->