fix: set selector props and update configuration panel styles (#175)

This commit is contained in:
Fine0830
2022-10-25 16:48:49 +08:00
committed by GitHub
parent eda44db0cd
commit 4232161d36
4 changed files with 10 additions and 2 deletions

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();