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