create export doc rekapitulasi keluhan

This commit is contained in:
kur0nek-o
2024-04-05 17:02:31 +07:00
parent e8708e45f1
commit 4e438c4c23
23 changed files with 2442 additions and 161 deletions

View File

@ -1073,6 +1073,10 @@ body {
visibility: hidden;
}
.collapse {
visibility: collapse;
}
.static {
position: static;
}
@ -1895,6 +1899,10 @@ body {
table-layout: fixed;
}
.border-collapse {
border-collapse: collapse;
}
.origin-top-left {
transform-origin: top left;
}