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 - $formkit: radio
name: archive_switch name: archive_switch
label: 标签&归档&统计 (归档按钮开关) label: 标签&归档&统计 (归档按钮开关)
value: true value: false
options: options:
- label: 显示 - label: 显示
value: true value: true
@ -931,7 +931,7 @@ spec:
- group: moment - group: moment
label: 瞬间 label: 瞬间
formSchema: formSchema:
- $formkit: url - $formkit: attachment
name: backgroundImg name: backgroundImg
validation: url validation: url
label: 背景图 label: 背景图

View File

@ -46,3 +46,8 @@ ul li {
/* display: block; /* display: block;
overflow: auto; */ overflow: auto; */
} }
/* 导航子菜单闪跳 */
#nav .menus_items .menus_item .menus_item_child li a{
padding: 0.3rem 0.5rem;
}