|
@@ -163,10 +163,13 @@ export default defineComponent({
|
|
|
.inlineflex;
|
|
.inlineflex;
|
|
|
border-bottom: 1px solid @m-black2;
|
|
border-bottom: 1px solid @m-black2;
|
|
|
.m-layout-left {
|
|
.m-layout-left {
|
|
|
- height: 100%;
|
|
|
|
|
|
|
+ height: calc(100vh - 40px);
|
|
|
background: @m-black4;
|
|
background: @m-black4;
|
|
|
|
|
+ overflow: hidden;
|
|
|
.ant-layout-sider-children {
|
|
.ant-layout-sider-children {
|
|
|
- ul.ant-menu.ant-menu-inline {
|
|
|
|
|
|
|
+ ul.ant-menu.ant-menu-inline.left-menu {
|
|
|
|
|
+ height: calc(100vh - 80px);
|
|
|
|
|
+ overflow-y: auto;
|
|
|
li.ant-menu-submenu {
|
|
li.ant-menu-submenu {
|
|
|
padding-bottom: 0;
|
|
padding-bottom: 0;
|
|
|
.ant-menu-submenu-title {
|
|
.ant-menu-submenu-title {
|