도시 목록에 select2를 시험 적용

This commit is contained in:
2019-04-07 20:52:41 +09:00
parent 506b1a17d1
commit 59877e181e
4 changed files with 46 additions and 13 deletions
+7
View File
@@ -240,3 +240,10 @@ div.bar_out div.bar_in{
background-color:red;
color:white;
}
.select2-selection--single.simple-select2-align-center .select2-selection__rendered {
text-align: center;
}
.select2-dropdown.simple-select2-align-center li.select2-results__option{
text-align: center;
}