This commit is contained in:
Yuan Chiu 2020-04-10 00:13:17 +08:00
parent 7f74d704a3
commit 9446d6a882

View File

@ -53,10 +53,12 @@ table>tbody td:nth-child(2) {
text-align: center; text-align: center;
} }
table>tbody td:nth-last-child(2) { table>tbody td:nth-last-child(2) {
width: 9em; width: 12em;
text-align: center;
} }
table>tbody td:nth-last-child(1) { table>tbody td:nth-last-child(1) {
width: 10em; width: 11em;
text-align: center;
} }
.table-row-func ul { .table-row-func ul {