#tiles 이슈

스프링 부트 버전 2.x으로 내려감
스프링 버전 5.x으로 내려감

화면 개발을 위한
layout_dev.html
layout_dev_base.html 등등 추가
This commit is contained in:
Suh
2024-01-05 10:10:56 +09:00
parent 1d0f4d85ec
commit eff8e72d45
14 changed files with 968 additions and 20 deletions

View File

@@ -0,0 +1,21 @@
.navi-bg {
background-color : antiquewhite;
}
.img-user{
width : 100%;
}
.active{
font-weight : bolder;
}
.user-name{
font-size : 1.2rem;
}
.body-bg{
background-color : darkseagreen;
}
.form-select{
width:auto;
}
#search_modal_content{
height : 80vh;
}