fix height

This commit is contained in:
Fine 2022-10-25 15:21:30 +08:00
parent eda44db0cd
commit 15aed668cf

View File

@ -101,7 +101,7 @@ export default defineComponent({
...CustomOptions,
},
setup() {
const configHeight = document.documentElement.clientHeight - 520;
const configHeight = document.documentElement.clientHeight - 540;
const { t } = useI18n();
const dashboardStore = useDashboardStore();
const appStoreWithOut = useAppStoreWithOut();