fix: 导航子菜单闪跳

This commit is contained in:
guoqi.sun 2023-07-09 04:34:22 +08:00
parent f1e83e1fc0
commit f663abdaeb
2 changed files with 7 additions and 2 deletions

View File

@ -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: 背景图

View File

@ -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;
}