mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 09:00:50 +00:00
update style
This commit is contained in:
parent
7330443f64
commit
0a8e32857b
@ -148,11 +148,10 @@ function getOption() {
|
|||||||
trigger: "axis",
|
trigger: "axis",
|
||||||
zlevel: 1000,
|
zlevel: 1000,
|
||||||
z: 60,
|
z: 60,
|
||||||
backgroundColor: "rgb(50,50,50)",
|
|
||||||
confine: true,
|
confine: true,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
color: "#ccc",
|
color: "#333",
|
||||||
},
|
},
|
||||||
enterable: true,
|
enterable: true,
|
||||||
extraCssText: "max-height: 300px; overflow: auto; border: none",
|
extraCssText: "max-height: 300px; overflow: auto; border: none",
|
||||||
|
@ -154,10 +154,9 @@ function getOption() {
|
|||||||
}
|
}
|
||||||
const tooltip = {
|
const tooltip = {
|
||||||
trigger: "axis",
|
trigger: "axis",
|
||||||
backgroundColor: "rgb(50,50,50)",
|
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: "#ccc",
|
color: "#333",
|
||||||
},
|
},
|
||||||
enterable: true,
|
enterable: true,
|
||||||
confine: true,
|
confine: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user