Merge branch 'sub'

This commit is contained in:
subsub 2024-12-09 18:05:49 +09:00
commit cbaa9f27e7
2 changed files with 8 additions and 3 deletions

View File

@ -217,7 +217,7 @@ function bbsMasterExcelDownload(){
<col style="width: 10%"> <col style="width: 10%">
<col style="width: 9%"> <col style="width: 9%">
<%-- <col style="width: 8%"> --%> <%-- <col style="width: 8%"> --%>
<col style="width: 20%"> <col style="width: 25%">
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>

View File

@ -230,7 +230,8 @@ div.webnote_toolbar_container{display:flex;}
.prc_content .btn_wrap{margin:0 0 40px 0;align-items:flex-end} .prc_content .btn_wrap{margin:0 0 40px 0;align-items:flex-end}
.prc_content .btn_wrap *{min-height:36px;} .prc_content .btn_wrap *{min-height:36px;}
.prc_content .btn_wrap.ac *{height:46px;} .prc_content .btn_wrap.ac *{height:46px;}
.prc_content .btn_wrap .area_left,.prc_content .btn_wrap .area_right{display:flex;align-items:center;gap:8px;} .prc_content .btn_wrap .area_left,.prc_content .btn_wrap .area_right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.prc_content .btn_wrap .area_right{width:40%;justify-content:flex-end;}
.prc_content .btn-default{font-size:16px;} .prc_content .btn-default{font-size:16px;}
.prc_content .col-table.data-table th, .prc_content .col-table.data-table th,
.prc_content .col-table.data-table td{text-align:left;} .prc_content .col-table.data-table td{text-align:left;}
@ -355,5 +356,9 @@ div.webnote_toolbar_container{display:flex;}
.search_detail{padding:0 20px;} .search_detail{padding:0 20px;}
.search_detail .search_ul{gap:15px;} .search_detail .search_ul{gap:15px;}
.search_detail .search_ul .title{white-space:nowrap;} .search_detail .search_ul .title{white-space:nowrap;}
.search_detail .search_ul input[name=searchTitle]{width:230px;} .search_detail .search_ul input[name=searchTitle]{width:230px;}
/* 분쟁사건 처리관리 */
.step_ol.cs-step li a{font-size:16px;}
.step_ol.cs-step li a:before{font-size:16px;padding:0 5px 0 0;}
} }