테이블 레이아웃 수정

master
mjkhan21 5 months ago
parent 025d7a8c14
commit 5d6a6f595f

@ -52,7 +52,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><th style="width: 80px;">No.</th>
@ -61,7 +61,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">
@ -74,11 +73,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">
<tr><td valign="top" colspan="6" class="dataTables_empty text-center">
레이아웃 정보를 찾지 못했습니다.
</td>
</tr>

@ -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>
@ -124,7 +124,6 @@
<th style="width:80px">글자크기</th>
<th style="width:80px">글자색</th>
<th style="width:110px">글자스타일</th>
<th class="dummy-th"></th>
</tr>
</template>

@ -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>

@ -55,7 +55,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 +78,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 +125,6 @@
</select>
</td>
<td class="dummy-td"></td>
</tr>
</template>
</span>

Loading…
Cancel
Save