调整引用布局下代码的间距过大问题

This commit is contained in:
j m 2024-03-27 06:40:00 +08:00
parent 6e10948106
commit 57fea06517
3 changed files with 8 additions and 4 deletions

View File

@ -3551,6 +3551,10 @@ button.swiper-pagination-bullet {
margin-bottom: 4px !important;
}
& > figure {
margin-top: 0 !important;
}
& > :last-child {
margin: 0 !important;
@ -3574,7 +3578,7 @@ button.swiper-pagination-bullet {
}
&:last-child {
margin-bottom: 0px !important;
margin-bottom: 0 !important;
}
}
@ -3593,7 +3597,7 @@ button.swiper-pagination-bullet {
}
p:last-child {
margin-bottom: 0px !important;
margin-bottom: 0 !important;
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,6 @@ spec:
settingName: theme-dream-setting
configMapName: theme-dream-configMap
# 版本号
version: 1.0.2
version: 1.0.2.2
# 最低支持的 Halo 版本
require: ">=2.6.0"