commit 27/10/2025

This commit is contained in:
2025-10-27 16:02:57 +07:00
parent 2986433706
commit 0ef35b2b0c
26 changed files with 1106 additions and 433 deletions

View File

@@ -46,6 +46,10 @@
margin-top: 0!important;
}
.mt-3 {
margin-top: 1rem!important;
}
.me-2 {
margin-right: .5rem!important;
}

View File

@@ -128,6 +128,66 @@ body {
width: 25%;
}
.class30 {
width: 30%;
}
.class35 {
width: 35%;
}
.class40 {
width: 40%;
}
.class45 {
width: 45%;
}
.class50 {
width: 50%;
}
.class55 {
width: 55%;
}
.class60 {
width: 60%;
}
.class65 {
width: 65%;
}
.class70 {
width: 70%;
}
.class75 {
width: 75%;
}
.class80 {
width: 80%;
}
.class85 {
width: 85%;
}
.class90 {
width: 90%;
}
.class95 {
width: 95%;
}
.class100 {
width: 100%;
}
.card-login {
background-color: white;
box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
@@ -302,8 +362,8 @@ table {
border: 2px dashed #ccc;
border-radius: 20px;
width: 400px;
height: 200px;
display: flex;
height: 310px;
/*display: flex;*/
justify-content: center;
align-items: center;
font-family: sans-serif;
@@ -318,3 +378,58 @@ table {
color: #0d6efd;
}
#table_user_management {
table-layout: fixed;
width: 100%;
}
#table_user_management th, #table_user_management td {
text-overflow: ellipsis;
white-space: normal !important;
word-wrap: break-word;
overflow-wrap: anywhere;
}
.pad-result {
padding-left: 1rem;
padding-right: 1rem;
border-radius: 8px;
}
.pad-icon-menu {
margin-top: -0.3rem;
}
.div-file-list {
height: 20vh;
overflow-y: auto;
overflow-x: hidden;
padding: 10px;
/*border: dashed;*/
}
.pad-select {
margin-top: 0.3rem;
}
.div-label-drop {
display: flex;
text-align: center;
justify-content: center;
padding-top: 2rem;
/*padding-bottom: 1.5rem;*/
}
.pad-drop {
padding-top: 1rem;
}
.div-search {
padding: 0.5rem;
}
.hr-dashed {
border: none;
border-bottom: 1px dashed #000000;
}