mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 22:45:24 +00:00
update style
This commit is contained in:
parent
f1b554ccbd
commit
fde0111f28
@ -53,7 +53,7 @@ export const linkElement = (graph: any) => {
|
|||||||
export const anchorElement = (graph: any, funcs: any, tip: any) => {
|
export const anchorElement = (graph: any, funcs: any, tip: any) => {
|
||||||
const linkEnter = graph
|
const linkEnter = graph
|
||||||
.append("g")
|
.append("g")
|
||||||
.attr("style", "cursor: move;")
|
.attr("class", "topo-line-anchor")
|
||||||
.on("mouseover", function (event: unknown, d: unknown) {
|
.on("mouseover", function (event: unknown, d: unknown) {
|
||||||
tip.html(funcs.tipHtml).show(d, this);
|
tip.html(funcs.tipHtml).show(d, this);
|
||||||
})
|
})
|
||||||
|
@ -453,6 +453,10 @@ watch(
|
|||||||
cursor: move;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topo-line-anchor {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.switch-icon-edit {
|
.switch-icon-edit {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.5ms linear;
|
transition: all 0.5ms linear;
|
||||||
|
Loading…
Reference in New Issue
Block a user