테두리 수정
parent
a8d8a89ec9
commit
4b5f5c0ad1
|
|
@ -43,7 +43,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table class="detail_table">
|
<table class="detail_table bg-white">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="background-color: #f8f8f8" colspan="2">작업명</th>
|
<th style="background-color: #f8f8f8" colspan="2">작업명</th>
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,37 @@
|
||||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %>
|
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %>
|
||||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||||
|
<script>
|
||||||
|
$(document).on('click', )
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="row justify-content-end">
|
||||||
|
<div class="col-12 row m-1">
|
||||||
|
<label for="username" class="col-4 text-end">이름</label>
|
||||||
|
<div class="col-8">
|
||||||
|
<input type="text" class="form-control" id="username">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-12 row m-1">
|
||||||
|
<label for="username" class="col-4 text-end">회사명</label>
|
||||||
|
<div class="col-8">
|
||||||
|
<input type="text" class="form-control" id="company">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-12 row m-1">
|
||||||
|
<label for="username" class="col-4 text-end">email</label>
|
||||||
|
<div class="col-8">
|
||||||
|
<input type="email" class="form-control" id="email">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-8">
|
||||||
|
<button type="button" class="btn btn-primary m-3">가입정보 확인</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue