fix: update style

This commit is contained in:
Qiuxia Fan 2022-03-04 13:21:06 +08:00
parent a33fca1893
commit c77fa84fed

View File

@ -295,6 +295,10 @@ function clickIcons(t: { id: string; content: string; name: string }) {
setTabControls(t.id);
return;
}
if (dashboardStore.activedGridItem.split("-").length === 3) {
setTabControls(t.id);
return;
}
setControls(t.id);
}