Created static view sample

This commit is contained in:
Gregorio Chiko Putra
2019-05-14 10:24:37 +07:00
parent 4278293742
commit a1f7147bd1
7 changed files with 654 additions and 298 deletions

View File

@@ -84,6 +84,20 @@ span.error {
}
}
table.nilai {
th, td {
@apply border border-black px-1;
}
.long {
@apply hidden;
}
.short {
display: table-cell;
}
}
table.signature {
@apply w-auto ml-auto mt-4;
@@ -156,6 +170,16 @@ span.error {
.print-button {
display: initial;
}
table.nilai {
.long {
display: table-cell;
}
.short {
@apply hidden;
}
}
}
}