CRUD building and concept codes

This commit is contained in:
2026-06-24 14:11:55 +07:00
parent 09de1c3e92
commit 75830562c4
24 changed files with 1024 additions and 82 deletions

View File

@@ -1,13 +1,13 @@
.select2-selection__rendered {
line-height: 18px !important;
line-height: 25px !important;
}
.select2-container .select2-selection--single{
box-shadow: none;
outline: none;
}
.select2-container .select2-selection--single, .select2-selection--multiple {
min-height: 46px !important;
min-height: 36px !important;
border-radius: 0;
border-color: #f3f3f3 !important;
}
@@ -15,7 +15,7 @@
outline: none;
}
.select2-selection__arrow {
height: 46px !important;
height: 36px !important;
}
.select2-selection__choice{
font-size: 13px !important;
@@ -86,3 +86,8 @@
.select2-selection .select2-selection--multiple:after {
content: 'hhghgh';
}
.select2-container .select2-selection--single, .main-panel .select2-selection--multiple {
padding-top: 5px !important;
padding-left: 5px !important;
}