From 79d2ef2d79c2a534135bac6fc444caf48f7209d8 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 28 Nov 2024 14:52:47 +0800 Subject: [PATCH] no message --- css/details.css | 3 +++ css/details.less | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/details.css b/css/details.css index ac25517..8af9a28 100644 --- a/css/details.css +++ b/css/details.css @@ -945,6 +945,9 @@ .content .details-box .issue-bj:not(:last-of-type) { margin-bottom: 20px; } +.content .details-box .issue-bj:last-of-type { + margin-bottom: 40px; +} .content .details-box .issue-bj .issue { padding: 0 26px 0 41px; margin-left: 5px; diff --git a/css/details.less b/css/details.less index 7667f73..e6729f1 100644 --- a/css/details.less +++ b/css/details.less @@ -1082,7 +1082,11 @@ &:not(:last-of-type) { margin-bottom: 20px; } - + + &:last-of-type { + margin-bottom: 40px; + } + .issue { padding: 0 26px 0 41px; margin-left: 5px;