diff --git a/src/main/java/com/dbnt/faisp/main/faStatistics/crackdownsStatus/UnlawfulFishingController.java b/src/main/java/com/dbnt/faisp/main/faStatistics/crackdownsStatus/UnlawfulFishingController.java
index 506a00d4..4abff8b0 100644
--- a/src/main/java/com/dbnt/faisp/main/faStatistics/crackdownsStatus/UnlawfulFishingController.java
+++ b/src/main/java/com/dbnt/faisp/main/faStatistics/crackdownsStatus/UnlawfulFishingController.java
@@ -33,7 +33,7 @@ public class UnlawfulFishingController {
@GetMapping("/crackdownStatusVersionInfo")
public ModelAndView selectUnlawfulFishingVersionInfo(Integer cdsKey, Integer versionNo){
- ModelAndView mav = new ModelAndView("/faStatistics/unlawfulFishing/versionInfo");
+ ModelAndView mav = new ModelAndView("faStatistics/unlawfulFishing/versionInfo");
mav.addObject("infos", unlawfulFishingService.selectUnlawfulFishingVersionInfo(cdsKey, versionNo));
return mav;
}
diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css
index d5d6a89a..280075c0 100644
--- a/src/main/resources/static/css/common.css
+++ b/src/main/resources/static/css/common.css
@@ -59,6 +59,14 @@
content: url("/img/bootstrap-icons-1.9.1/caret-down-fill.svg");
}
+.btn-toggle2::before {
+ content: url("/img/bootstrap-icons-1.9.1/caret-right.svg");
+ filter: invert(100%);
+}
+.btn-toggle2[aria-expanded="true"]::before {
+ content: url("/img/bootstrap-icons-1.9.1/caret-down.svg");
+}
+
.f-invert{
filter: invert(100%);
}
@@ -122,4 +130,37 @@
position: absolute;
top: 6rem;
left: 4.3rem;
-}
\ No newline at end of file
+}
+
+.bg-header{
+ /*background-color: #6c87af78;*/
+ /*background-color: #6885bfb0;*/
+ background-color: #1650a778;
+}
+.bg-lightB-card{
+ background-color: #deebff78;
+}
+.bg-lightB{
+ background-color: #aabfe178;
+}
+.bg-blue{
+ /*background-color: #1f2f5c;*/
+ background-color: #24396c;
+}
+.bg-leftMenu{
+ background-color: #253660;
+}
+.bg-label{
+ background-color: lightblue;
+}
+.table-color{
+ background-color: #6c87af78;
+}
+
+.bi-square-fill{
+ color:#0d49a7;
+ /*color: #24396c;*/
+}
+.col-form-label-sm.text-center{
+ background-color: #aabfe178;
+}
diff --git a/src/main/resources/templates/faRpt/faRptViewModal.html b/src/main/resources/templates/faRpt/faRptViewModal.html
index b35ce0a2..bbe7608d 100644
--- a/src/main/resources/templates/faRpt/faRptViewModal.html
+++ b/src/main/resources/templates/faRpt/faRptViewModal.html
@@ -46,7 +46,7 @@
-
+
no
수신자
열람
@@ -82,7 +82,7 @@
-
+
| 파일명 |
사이즈 |
diff --git a/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatMgt.html b/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatMgt.html
index e3869ce2..e7e41b10 100644
--- a/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatMgt.html
+++ b/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatMgt.html
@@ -14,9 +14,6 @@
display: none;
z-index: 10;
}
- .bg-gainsboro{
- background-color: gainsboro;
- }
diff --git a/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatViewModal.html b/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatViewModal.html
index c888eac1..d428ff8b 100644
--- a/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatViewModal.html
+++ b/src/main/resources/templates/faStatistics/fishingBoat/fishingBoatViewModal.html
@@ -40,15 +40,15 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -86,31 +86,31 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -124,47 +124,47 @@
crackdownStatus.materialDamageDetail ne null}">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -178,13 +178,13 @@
crackdownStatus.fishingBoat.catchCnt ne 0}">
-
+
-
+
-
+
@@ -202,7 +202,7 @@
-
+
-
+
-
+
-
+
@@ -265,7 +265,7 @@
-
+
-
+
-
+
-
+
@@ -305,7 +305,7 @@
■ 어선 정보
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -494,17 +494,17 @@
-
+
@@ -512,7 +512,7 @@
-
+
@@ -520,7 +520,7 @@
-
+
@@ -530,7 +530,7 @@
-
+
diff --git a/src/main/resources/templates/faStatistics/unlawfulFishing/versionInfo.html b/src/main/resources/templates/faStatistics/unlawfulFishing/versionInfo.html
index 2c5c2df1..252e888f 100644
--- a/src/main/resources/templates/faStatistics/unlawfulFishing/versionInfo.html
+++ b/src/main/resources/templates/faStatistics/unlawfulFishing/versionInfo.html
@@ -20,15 +20,15 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -68,31 +68,31 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -106,47 +106,47 @@
crackdownStatus.materialDamageDetail ne null}">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -160,13 +160,13 @@
fishingBoat.catchCnt ne 0}">
-
+
-
+
-
+
@@ -178,7 +178,7 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -366,11 +366,11 @@
-
+
-
+
diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html
index e37b6e7d..ce82c7f8 100644
--- a/src/main/resources/templates/fragments/footer.html
+++ b/src/main/resources/templates/fragments/footer.html
@@ -3,7 +3,7 @@