备案号增加图标,分栏卡片效果调整

This commit is contained in:
j m 2024-06-14 14:51:05 +08:00
parent 653acf0340
commit 768986b137
4 changed files with 20 additions and 3 deletions

View File

@ -3454,6 +3454,23 @@ button.swiper-pagination-bullet {
line-height: 2.5rem; line-height: 2.5rem;
} }
div.columns {
margin: 0 0 14px 0;
& > .column {
border: 1px solid var(--light-b);
border-radius: var(--radius-wrap);
& :not(:last-child) {
margin-bottom: 4px !important;
}
& :last-child {
margin-bottom: 0 !important;
}
}
}
blockquote { blockquote {
line-height: 1.7em; line-height: 1.7em;
margin-bottom: 14px; margin-bottom: 14px;

File diff suppressed because one or more lines are too long

View File

@ -30,7 +30,7 @@ spec:
settingName: theme-dream2-plus-setting settingName: theme-dream2-plus-setting
configMapName: theme-dream2-plus-configMap configMapName: theme-dream2-plus-configMap
# 版本号 # 版本号
version: 0.0.0.6 version: 0.0.0.10
# 最低支持的 Halo 版本 # 最低支持的 Halo 版本
require: ">=2.12.0" require: ">=2.12.0"
# 许可 # 许可

View File

@ -1 +1 @@
1.2.4 1.2.4.1