fix(charts): fix echarts does not display after refresh #140

This commit is contained in:
vben
2020-12-23 00:14:51 +08:00
parent f69aaeab5e
commit 5cbfb2a1f9
6 changed files with 37 additions and 35 deletions

View File

@@ -110,7 +110,6 @@
getCanDrag,
getCloseMixSidebarOnChange,
getMenuTheme,
getMixSidebarTheme,
} = useMenuSetting();
const { title } = useGlobSetting();
@@ -193,7 +192,6 @@
title,
openMenu,
getMenuTheme,
getMixSidebarTheme,
};
},
});
@@ -290,9 +288,12 @@
}
}
> .scrollbar {
height: calc(100% - @header-height) !important;
}
&-module {
position: relative;
height: calc(100% - @header-height) !important;
padding-top: 1px;
&__item {