update style

This commit is contained in:
Qiuxia Fan 2022-07-08 11:42:01 +08:00
parent 7330443f64
commit 0a8e32857b
2 changed files with 2 additions and 4 deletions

View File

@ -148,11 +148,10 @@ function getOption() {
trigger: "axis",
zlevel: 1000,
z: 60,
backgroundColor: "rgb(50,50,50)",
confine: true,
textStyle: {
fontSize: 13,
color: "#ccc",
color: "#333",
},
enterable: true,
extraCssText: "max-height: 300px; overflow: auto; border: none",

View File

@ -154,10 +154,9 @@ function getOption() {
}
const tooltip = {
trigger: "axis",
backgroundColor: "rgb(50,50,50)",
textStyle: {
fontSize: 12,
color: "#ccc",
color: "#333",
},
enterable: true,
confine: true,