no message

This commit is contained in:
A1300399510 2024-11-28 14:52:47 +08:00
parent cfe8719af3
commit 79d2ef2d79
2 changed files with 8 additions and 1 deletions

View File

@ -945,6 +945,9 @@
.content .details-box .issue-bj:not(:last-of-type) { .content .details-box .issue-bj:not(:last-of-type) {
margin-bottom: 20px; margin-bottom: 20px;
} }
.content .details-box .issue-bj:last-of-type {
margin-bottom: 40px;
}
.content .details-box .issue-bj .issue { .content .details-box .issue-bj .issue {
padding: 0 26px 0 41px; padding: 0 26px 0 41px;
margin-left: 5px; margin-left: 5px;

View File

@ -1082,7 +1082,11 @@
&:not(:last-of-type) { &:not(:last-of-type) {
margin-bottom: 20px; margin-bottom: 20px;
} }
&:last-of-type {
margin-bottom: 40px;
}
.issue { .issue {
padding: 0 26px 0 41px; padding: 0 26px 0 41px;
margin-left: 5px; margin-left: 5px;