테이블 레이아웃 수정

main
mjkhan21 5 months ago
parent fd47eb1973
commit 5503a1dbd9

@ -70,7 +70,7 @@
<div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="table-responsive" class="table-responsive ox-scroll oy-scroll h-px-500">
<div name="table-responsive" class="table-responsive h-px-500">
<table name="layoutTable" class="table-layout-fixed datatables-ajax table table-bordered dataTable no-footer">
<thead class="sticky-thead">
<tr>
@ -80,7 +80,6 @@
<th style="width: 240px;">파일형식</th>
<th style="width: 160px;">업체명</th>
<th style="width: 160px;">업체명(연계)</th>
<th class="cmn dummy-th"></th>
</tr>
</thead>
<tbody name="layoutTbody">
@ -93,15 +92,10 @@
<td onclick ondblclick class="text-center">DATA_FILE_SE_NM</td>
<td onclick ondblclick class="text-center">ENT_NM</td>
<td onclick ondblclick class="text-center">LINK_ENT_NM</td>
<td class="dummy-td cmn"></td>
</tr>
</template>
<template name="layoutNotFound">
<tr>
<td valign="top" colspan="7" class="dataTables_empty text-center">
레이아웃 정보를 찾지 못했습니다.
</td>
</tr>
<tr><td valign="top" colspan="6" class="dataTables_empty text-center">레이아웃 정보를 찾지 못했습니다.</td></tr>
</template>
</table>
</div>

@ -68,7 +68,7 @@
</div>
<div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollUnique" class="table-responsive ox-scroll oy-scroll h-px-300">
<div name="scrollUnique" class="table-responsive h-px-300">
<table name="tableUnique" class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadUnique">
</thead>
@ -92,7 +92,7 @@
</div>
<div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scrollMultiple" class="table-responsive ox-scroll oy-scroll h-px-300">
<div name="scrollMultiple" class="table-responsive h-px-300">
<table name="tableMultiple" class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="theadMultiple">
</thead>

@ -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">&#x2611; 삭제</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>

@ -11,10 +11,8 @@
<form name="frmSearch">
<input type="hidden" name="sggCd" />
업무
<select class="form-select" name="taskSeCd">
<c:forEach items="${TaskListForSgg}" var="item">
<option value="${item.code}">${item.value}</option>
</c:forEach>
<select class="form-select" name="taskSeCd"><c:forEach items="${TaskListForSgg}" var="item">
<option value="${item.code}">${item.value}</option></c:forEach>
</select>
출력물
<select class="form-select" name="sndngSeCd">
@ -55,7 +53,7 @@
</div>
<div class="card-datatable text-nowrap mb-3">
<div class="dataTables_wrapper dt-bootstrap5 no-footer">
<div name="scroll" class="table-responsive ox-scroll oy-scroll h-px-600">
<div name="scroll" class="table-responsive h-px-600">
<table name="table" class="table-layout-fixed compress-cell dataTable table table-bordered">
<thead class="sticky-thead" name="thead">
</thead>
@ -78,7 +76,6 @@
<th style="width:110px">바이트수</th>
<th style="width:140px">공백문자방향</th>
<th style="width:350px">포맷팅</th>
<th class="dummy-th"></th>
</tr>
</template>
@ -126,7 +123,6 @@
</select>
</td>
<td class="dummy-td"></td>
</tr>
</template>
</span>

Loading…
Cancel
Save