diff --git a/src/views/dashboard/configuration/Widget.vue b/src/views/dashboard/configuration/Widget.vue index 4c684906..4582b702 100644 --- a/src/views/dashboard/configuration/Widget.vue +++ b/src/views/dashboard/configuration/Widget.vue @@ -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();