mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 17:35:24 +00:00
fix: update style
This commit is contained in:
parent
a33fca1893
commit
c77fa84fed
@ -295,6 +295,10 @@ function clickIcons(t: { id: string; content: string; name: string }) {
|
|||||||
setTabControls(t.id);
|
setTabControls(t.id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (dashboardStore.activedGridItem.split("-").length === 3) {
|
||||||
|
setTabControls(t.id);
|
||||||
|
return;
|
||||||
|
}
|
||||||
setControls(t.id);
|
setControls(t.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user