DashboardEffectScatterModalChart 微調

This commit is contained in:
koko 2025-07-25 17:10:44 +08:00
parent 19370f5d86
commit 2f31b2be6f
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ watch(
// modal
const handleCancel = () => {
currentTab.value = "desktop"; // desktop tab
dashboard_effectScatter_modal.close();
};
</script>

View File

@ -31,7 +31,7 @@ const defaultChartOption = {
},
},
grid: {
top: "0%",
top: "10%",
left: "0%",
right: "0%",
bottom: "0%",