|
|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
<strong>기초 항목</strong>
|
|
|
|
|
<button type="button" name="btnPredefinedAdd"
|
|
|
|
|
class="btn btn-info dropdown-toggle" data-bs-toggle="dropdown">추가</button>
|
|
|
|
|
<ul name="dropdownPredefinedAdd" class="dropdown-menu oy-scroll mh-px-250">
|
|
|
|
|
<ul name="dropdownPredefinedAdd" class="dropdown-menu mh-px-250">
|
|
|
|
|
</ul>
|
|
|
|
|
<button type="button" name="btnPredefinedDel"
|
|
|
|
|
class="btn btn-info">☑ 삭제</button>
|
|
|
|
|
@ -69,7 +69,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-datatable text-nowrap mb-3">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div name="scrollPredefined" class="table-responsive ox-scroll oy-scroll h-px-300">
|
|
|
|
|
<div name="scrollPredefined" class="table-responsive h-px-300">
|
|
|
|
|
<table name="tablePredefined" class="table-layout-fixed compress-cell dataTable table table-bordered">
|
|
|
|
|
<thead class="sticky-thead" name="theadPredefined">
|
|
|
|
|
</thead>
|
|
|
|
|
@ -91,7 +91,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-datatable text-nowrap mb-3">
|
|
|
|
|
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
|
|
|
|
|
<div name="scrollCustom" class="table-responsive ox-scroll oy-scroll h-px-300">
|
|
|
|
|
<div name="scrollCustom" class="table-responsive h-px-300">
|
|
|
|
|
<table name="tableCustom" class="table-layout-fixed compress-cell dataTable table table-bordered">
|
|
|
|
|
<thead class="sticky-thead" name="theadCustom">
|
|
|
|
|
</thead>
|
|
|
|
|
@ -117,8 +117,6 @@
|
|
|
|
|
<th style="width:110px">위치(상)</th>
|
|
|
|
|
<th style="width:110px">영역(좌우)</th>
|
|
|
|
|
<th style="width:110px">영역(상하)</th>
|
|
|
|
|
|
|
|
|
|
<th class="dummy-th"></th>
|
|
|
|
|
</tr>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|