顶部菜单支持多级菜单

This commit is contained in:
hy
2024-09-23 10:54:37 +08:00
parent d4ff7ffaa9
commit cab0e1ce0b
3 changed files with 68 additions and 33 deletions

View File

@@ -1077,6 +1077,13 @@ div.dropdown-menu.bootstrap-datetimepicker-widget {
}
}
}
.subtitle {
margin: 5px 0 0px;
padding: 5px 0;
text-indent: 5px;
background: rgba(0, 0, 0, 0.1);
font-size: 14px;
}
&:hover {
.title {
background-color: rgba(0, 0, 0, 0.08);