commit 27/10/2025

This commit is contained in:
2025-10-27 17:27:19 +07:00
parent 0ef35b2b0c
commit cbd5ea59d3
19 changed files with 187 additions and 98 deletions

View File

@@ -401,7 +401,7 @@ table {
}
.div-file-list {
height: 20vh;
height: 150px;
overflow-y: auto;
overflow-x: hidden;
padding: 10px;
@@ -433,3 +433,12 @@ table {
border-bottom: 1px dashed #000000;
}
.pad-left {
margin-left: 1rem;
}
.btn-download {
background-color: #2d3578;
color: white;
}