mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-16 18:45:23 +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);
|
||||
return;
|
||||
}
|
||||
if (dashboardStore.activedGridItem.split("-").length === 3) {
|
||||
setTabControls(t.id);
|
||||
return;
|
||||
}
|
||||
setControls(t.id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user