@@ -3898,15 +3909,15 @@ function nanumHisDel(){
}
-
경비정산
-
+
경비정산
+
경비의 사용내역 및 사용액수를 입력하세요.
-
-
-
+
+
+
-
+
-
회의록 및 기타문서
+
회의록 및 기타문서
전차회의록
@@ -4038,7 +4049,7 @@ function nanumHisDel(){
@@ -4047,7 +4058,7 @@ function nanumHisDel(){
@@ -4056,19 +4067,23 @@ function nanumHisDel(){
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/kofair_case_seed/adm/style/style.css b/src/main/webapp/kofair_case_seed/adm/style/style.css
index 34250f56..6240c642 100644
--- a/src/main/webapp/kofair_case_seed/adm/style/style.css
+++ b/src/main/webapp/kofair_case_seed/adm/style/style.css
@@ -186,6 +186,7 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
.wrap .file_wrap .file_name img{display:inline-block;vertical-align:middle;}
.cs_file_list{display:inline-flex;width:calc(100% - 150px);flex-direction:column;gap:8px;}
+.cs_file_list.row{flex-direction:row;}
.file_row{display:flex !important;padding:10px 20px;align-items:center;flex-wrap:wrap;gap:5px;background:#f4f5f6;border-radius:5px;}
.file_row a{display:flex;align-items:center;gap:8px;}
.file_row.background_none{background:none;padding:0;}
@@ -196,7 +197,7 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
.cs_file_box{display:flex !important;width:100%;padding:15px 20px;margin:12px 0 0 0 !important;border:2px solid #e5e5e5;border-radius:5px;justify-content:space-between;align-items:center;}
.file_table tr td,.wrap .table-layout .file_table td{border-bottom:0}
-.file_table .file_row{display:block;background:transparent;white-space:nowrap;}
+.file_table .file_row{display:block !important;background:transparent;white-space:nowrap;}
.file_table .file_row img{display:inline-block;vertical-align:middle;margin:0 4px 0 0;}
.wrap .col-table.data-table .file_table .fileView{display:flex;height:auto;flex-wrap:wrap;gap:6px;}
@@ -241,8 +242,8 @@ div.webnote_toolbar_container{display:flex;}
.cmmt_tit span{color: #163db1; font-weight: bold; font-size: 20px;}
.cmmt_list{width: 100%; border-top: 1px solid #d5d5d5; margin-top: 10px;}
.cmmt_list li{display: flex; border-bottom: 1px solid #d5d5d5; padding: 24px 0;}
-.cmmt_person{min-width: 70px; position: relative; font-size: 18px; font-weight: 500; margin-right: 10px; padding-left: 20px;}
-.cmmt_person::before{position: absolute; content: " "; width: 1px; height: 15px; background-color: #d5d5d5; right: 0; top: 4px;}
+.cmmt_person{min-width: 70px; position: relative; font-size: 18px; font-weight: 500; margin-right: 10px; padding:0 20px;}
+.cmmt_person::before{position: absolute; content: " "; width: 1px; height: 15px; background-color: #d5d5d5; right: 0; top: 6px;}
.cmmt_detail{font-size: 18px; font-weight: 400; line-height: 1.3; letter-spacing: -0.5px; color: #222; padding-left: 20px;}
.cmmt_date{display: inline-block; margin-top: 20px; font-weight: 400; font-size: 16px; color: #999;}
.cmmt_detail .btn_wrap{float: right; margin-top: 15px;}