diff --git a/settings.yaml b/settings.yaml index c0d8e92e..8401f241 100644 --- a/settings.yaml +++ b/settings.yaml @@ -543,7 +543,7 @@ spec: - $formkit: radio name: archive_switch label: 标签&归档&统计 (归档按钮开关) - value: true + value: false options: - label: 显示 value: true @@ -931,7 +931,7 @@ spec: - group: moment label: 瞬间 formSchema: - - $formkit: url + - $formkit: attachment name: backgroundImg validation: url label: 背景图 diff --git a/templates/assets/zhheo/custom.css b/templates/assets/zhheo/custom.css index 5c3a22fc..01cf2cb5 100644 --- a/templates/assets/zhheo/custom.css +++ b/templates/assets/zhheo/custom.css @@ -46,3 +46,8 @@ ul li { /* display: block; overflow: auto; */ } + +/* 导航子菜单闪跳 */ +#nav .menus_items .menus_item .menus_item_child li a{ + padding: 0.3rem 0.5rem; +} \ No newline at end of file