mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
#tiles 이슈
스프링 부트 버전 2.x으로 내려감 스프링 버전 5.x으로 내려감 화면 개발을 위한 layout_dev.html layout_dev_base.html 등등 추가
This commit is contained in:
21
src/main/resources/static/css/base.css
Normal file
21
src/main/resources/static/css/base.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user