기관 수수료 관리
++
이용기관은 매월 1~5일 전월 수수료 조회 가능하며, 10일 확정금액으로 정산됩니다.
금액이상시 담당자 연락 및 조정요청 하시기 바랍니다. (매월 1~5일 수수료 조회, 6~9일 수수료 조정 및 확정, 10일 정산)
| 합계 | - | - | -- | +- | - | - | -- | +- |
diff --git a/src/main/resources/static/sass/pages/_commission.scss b/src/main/resources/static/sass/pages/_commission.scss index 06a4c65..e2c31df 100644 --- a/src/main/resources/static/sass/pages/_commission.scss +++ b/src/main/resources/static/sass/pages/_commission.scss @@ -6,6 +6,12 @@ // ==================== Commission Management Page ==================== +// Commission Container +.commission-container { + max-width: 1400px; + margin: 0 auto; +} + .wrap { max-width: 1400px; margin: 0 auto; @@ -21,22 +27,24 @@ margin-bottom: $spacing-md; } +// Search Box .searchBox { - background: $gray-bg; - padding: $spacing-lg; + background: #f8f9fa; + padding: 20px; border-radius: $border-radius-md; - margin-bottom: $spacing-lg; + margin-top: 20px; + margin-bottom: 20px; &.row-two { display: flex; align-items: center; - gap: $spacing-lg; + gap: 20px; flex-wrap: wrap; } label { font-weight: $font-weight-medium; - color: $text-gray; + color: $text-dark; min-width: 80px; } @@ -52,23 +60,40 @@ .form-inline { display: flex; align-items: center; - gap: $spacing-sm; + gap: 10px; } .btnBox { margin-left: auto; + + .btn + .btn { + margin-left: 5px; + } +} + +// Print Button (initially hidden) +#printBtn { + display: none; +} + +// Notice Text +.commission-notice { + color: #dc3545; + margin-top: 30px; + line-height: 1.6; } .voffset3 { margin-top: 30px; } +// Color Utilities .color_red { color: $accent-orange; } .color_blue { - color: $primary-blue; + color: #007bff; } .color_darkRed { @@ -78,7 +103,7 @@ // Table Styles .table-responsive { overflow-x: auto; - margin-top: $spacing-3xl; + margin-top: 30px; } .table { @@ -112,9 +137,33 @@ } .border-type { - border: 2px solid $border-gray; + border: 2px solid #dee2e6; } +// Commission Tables +.commission-table-wrapper { + margin-top: 30px; + + .table { + border: 2px solid #dee2e6; + } +} + +// Summary Row +.summary-row { + background-color: #fff3cd !important; + + td { + font-weight: $font-weight-semibold; + } + + .summary-amount { + font-size: 16px; + color: #007bff; + } +} + +// Text Alignment Utilities .text-center { text-align: center; } @@ -127,6 +176,7 @@ text-align: left; } +// Background Utilities .bg-warning { background-color: #fff3cd !important; } diff --git a/src/main/resources/templates/views/apps/commission/commissionManage.html b/src/main/resources/templates/views/apps/commission/commissionManage.html index 6b85a04..698d204 100644 --- a/src/main/resources/templates/views/apps/commission/commissionManage.html +++ b/src/main/resources/templates/views/apps/commission/commissionManage.html @@ -1,73 +1,78 @@ + layout:decorate="~{layout/kjbank_title_layout}">
+
이용기관은 매월 1~5일 전월 수수료 조회 가능하며, 10일 확정금액으로 정산됩니다.
금액이상시 담당자 연락 및 조정요청 하시기 바랍니다. (매월 1~5일 수수료 조회, 6~9일 수수료 조정 및 확정, 10일 정산)
| 합계 | - | - | -- | +- | - | - | -- | +- |