[성현모] DB 예외처리 추가, UI 사이즈 조정

This commit is contained in:
SHM
2025-09-02 11:50:01 +09:00
parent 2cb56154e5
commit 978e4faadc
13 changed files with 235 additions and 45 deletions

View File

@ -50,3 +50,57 @@ h1:focus {
.darker-border-checkbox.form-check-input {
border-color: #929292;
}
.rz-column-title {
font-size: 1.5rem !important;
color: var(--rz-secondary) !important;
}
/*calendar*/
.rz-datepicker-popup-container {
width: 30rem !important;
}
.rz-calendar-header{
height: 5rem;
}
.rz-calendar-view rz-calendar-month-view {
font-size: 1.5rem;
}
.rz-calendar-month-dropdown {
height: 3.0rem !important;
}
.rz-calendar-year-dropdown {
width: 9rem !important;
height: 3.0rem !important;
}
.rz-calendar-view-container {
font-size: 2.0rem;
}
.rz-inputtext {
font-size: 1.5rem !important;
}
.rz-state-default{
font-size: 1.5rem !important;
}
/*data grid*/
.rz-dropdown{
height: 3.0rem !important;
}
.rz-textbox{
font-size: 1.5rem !important;
}
span{
font-size: 1.5rem;
}