fix: fix the dice table
This commit is contained in:
parent
f559e7cd5a
commit
2ff9638f49
1 changed files with 14 additions and 0 deletions
|
@ -38,6 +38,20 @@ thead {
|
|||
th:last-child {
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
th {
|
||||
text-align: center;
|
||||
&:first-child {
|
||||
border-bottom-left-radius: 10px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr:last-child td:first-child {
|
||||
|
|
Loading…
Reference in a new issue