mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-16 01:41:14 +08:00
15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
.ant-menu-submenu.ant-menu-submenu-placement-bottom {
|
|
top: 6px;
|
|
position: relative;
|
|
}
|
|
|
|
.ant-menu-submenu.ant-menu-submenu-placement-right {
|
|
left: 4px;
|
|
position: relative;
|
|
}
|
|
|
|
.ant-menu-submenu.ant-menu-submenu-placement-left {
|
|
right: 4px;
|
|
position: relative;
|
|
}
|