diff --git a/src/main/java/com/dbnt/faisp/config/WebMvcConfig.java b/src/main/java/com/dbnt/faisp/config/WebMvcConfig.java index 41dedee3..b645f661 100644 --- a/src/main/java/com/dbnt/faisp/config/WebMvcConfig.java +++ b/src/main/java/com/dbnt/faisp/config/WebMvcConfig.java @@ -20,12 +20,12 @@ public class WebMvcConfig implements WebMvcConfigurer { "/favicon.ico", "/editorFileDisplay", "/fileDisplay", + "/Crosseditor/**", "/css/**", - "/img/**", "/font/**", + "/img/**", "/js/**", "/vendor/**", - "/Crosseditor/**", "/CrossUploader/**" ); } diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 490b22b0..7ae5c188 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,6 +1,6 @@ spring.devtools.livereload.enabled=true -server.error.whitelabel.enabled=false -server.error.path=/errors +#server.error.whitelabel.enabled=false +#server.error.path=/errors tomcat.ajp.protocol=HTTP/1.1 tomcat.cluster.enabled=false diff --git a/src/main/resources/static/css/dashboard/dashboard.css b/src/main/resources/static/css/dashboard/dashboard.css index 43759f77..48bc77b1 100644 --- a/src/main/resources/static/css/dashboard/dashboard.css +++ b/src/main/resources/static/css/dashboard/dashboard.css @@ -5,38 +5,38 @@ tr:hover{ @font-face { font-family: 'Pretendard-Thin'; - src: url("font/Pretendard-Thin.otf"); + src: url("../../font/Pretendard-Thin.otf"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Pretendard-Regular'; - src: url("font/Pretendard-Regular.otf"); + src: url("../../font/Pretendard-Regular.otf"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Pretendard-Medium'; - src: url("font/Pretendard-Medium.otf"); + src: url("../../font/Pretendard-Medium.otf"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Pretendard-Light'; - src: url("font/Pretendard-Light.otf"); + src: url("../../font/Pretendard-Light.otf"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Montserrat-Medium'; - src: url("font/Montserrat-Medium.ttf"); + src: url("../../font/Montserrat-Medium.ttf"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Pretendard-SemiBold'; - src: url("font/Pretendard-SemiBold.otf"); + src: url("../../font/Pretendard-SemiBold.otf"); font-weight: normal; font-style: normal; } @@ -55,14 +55,23 @@ h4 {color:#16169E; font-size:24px;} .accordion{box-shadow:rgba(149,157,165,0.2)3px 3px 8px;} .accordion dt{ border:1px solid #E0E7EE; padding:18px 24px; - background:#F8FBFF url(img/dashboard/acco_arrow.png) no-repeat 95% 50%; + background:#F8FBFF url(../../img/dashboard/acco_arrow.png) no-repeat 95% 50%; margin:-1px; font-size:16px; font-weight:550; border-radius:4px; text-transform:uppercase; } -.accordion dt.closed {cursor:pointer; background:#F8FBFF url(img/dashboard/acco_arrow_closed.png) no-repeat 95% 50%; color:#000000; border:1px solid #E0E7EE; padding:18px 24px; font-size:16px; font-weight:550; margin:-1px;} +.accordion dt.closed { + cursor:pointer; + background:#F8FBFF url(../../img/dashboard/acco_arrow_closed.png) no-repeat 95% 50%; + color:#000000; + border:1px solid #E0E7EE; + padding:18px 24px; + font-size:16px; + font-weight:550; + margin:-1px; +} .accordion dt img {display:inline-block; margin-right:10px;} @@ -127,7 +136,7 @@ h4 {color:#16169E; font-size:24px;} float:left; width:48%; padding:6px 0 ; - background:url('img/dashboard/iconmenuarrow.png')no-repeat 80% 50%; + background:url('../../img/dashboard/iconmenuarrow.png')no-repeat 80% 50%; margin:0 1%; } .iconmenu ul a {display:block; color:#000; text-decoration:none; line-height:14px;} diff --git a/src/main/resources/templates/login/dashboard.html b/src/main/resources/templates/login/dashboard.html index d2df0c4a..631e0bba 100644 --- a/src/main/resources/templates/login/dashboard.html +++ b/src/main/resources/templates/login/dashboard.html @@ -245,8 +245,8 @@
견문관리