[app_sample] v17

This commit is contained in:
Chill
2024-11-18 15:33:34 +08:00
parent 6b08c463c7
commit 7fd4c02866
52 changed files with 1450 additions and 0 deletions

View File

View File

View File

@@ -0,0 +1,18 @@
// scss sample, 样例navbar在下方的特殊处理
.o_web_client {
//userMenu
.o_burger_menu {
width: 80%;
.o_burger_menu_topbar {
height: var(--o-navbar-height);
}
&.flex-column {
flex-direction: column-reverse!important;
}
.oi:before, .fa:before, .dropdown-toggle {
font-size: 2em;
line-height: var(--o-navbar-height);
}
}
}

View File