mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:49:43 +08:00
fix(charts): fix echarts does not display after refresh #140
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user