mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-20 14:36:19 +00:00
update style
This commit is contained in:
parent
e0f4a8fc2e
commit
fe3a40e397
@ -218,7 +218,7 @@ span.collapse {
|
|||||||
color: #eee;
|
color: #eee;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-left: 10px;
|
padding-left: 23px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -221,7 +221,7 @@ function dragended(d: any) {
|
|||||||
function handleNodeClick(d: Node & { x: number; y: number }) {
|
function handleNodeClick(d: Node & { x: number; y: number }) {
|
||||||
topologyStore.setNode(d);
|
topologyStore.setNode(d);
|
||||||
topologyStore.setLink(null);
|
topologyStore.setLink(null);
|
||||||
operationsPos.x = d.x;
|
operationsPos.x = d.x - 100;
|
||||||
operationsPos.y = d.y - 70;
|
operationsPos.y = d.y - 70;
|
||||||
if (d.layer === String(dashboardStore.layerId)) {
|
if (d.layer === String(dashboardStore.layerId)) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user