DashboardEffectScatterModalChart 微調
This commit is contained in:
parent
19370f5d86
commit
2f31b2be6f
@ -32,6 +32,7 @@ watch(
|
|||||||
|
|
||||||
// 關閉 modal 的處理函數
|
// 關閉 modal 的處理函數
|
||||||
const handleCancel = () => {
|
const handleCancel = () => {
|
||||||
|
currentTab.value = "desktop"; // 重置到 desktop tab
|
||||||
dashboard_effectScatter_modal.close();
|
dashboard_effectScatter_modal.close();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
@ -31,7 +31,7 @@ const defaultChartOption = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
top: "0%",
|
top: "10%",
|
||||||
left: "0%",
|
left: "0%",
|
||||||
right: "0%",
|
right: "0%",
|
||||||
bottom: "0%",
|
bottom: "0%",
|
||||||
|
Loading…
Reference in New Issue
Block a user