Skip to content

Commit

Permalink
Change table width.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Nov 16, 2023
1 parent 15d0b09 commit 937804e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/resources/static/html/com/app/sample/type0501.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>

<div class="flex-horizental">
<div style=flex: 0.5">
<div style=flex: 1">
<div class="btn-panel">
<button id="btnSearch" class="btn-search mdc-button mdc-button--raised" data-icon="manage_search">조회</button>
<button id="btnExcelList" class="mdc-button" data-icon="table_chart">엑셀</button>
Expand All @@ -17,7 +17,7 @@
<li><span id="val"></span></li>
</ul>
</div>
<div style="flex: 1">
<div style="flex: 2">
<div class="btn-panel">
<button id="btnExcelGrid" class="mdc-button" data-icon="table_chart">엑셀</button>
<button id="btnSave" class="mdc-button" data-icon="save">저장</button>
Expand Down Expand Up @@ -45,7 +45,7 @@
</table>
</div>

<div style="flex: 1.5">
<div style="flex: 4">
<div class="btn-panel">
<button id="btnAdd" class="mdc-button" data-icon="playlist_add">추가</button>
<button id="btnDelete" class="mdc-button" data-icon="delete_sweep">삭제</button>
Expand All @@ -57,8 +57,6 @@
<p class="mdc-njs-fixed-label">Default Picture</p>
<img id="picture" style="height: 56px;">
</li>


<li>
<input id="name" type="text" data-validate='[["required"]]' class="mdc-text-field" data-label="Name">
</li>
Expand Down

0 comments on commit 937804e

Please sign in to comment.