fix: style

This commit is contained in:
Fine 2023-10-08 10:32:05 +08:00
parent e42734ba80
commit fc771a0581
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ limitations under the License. -->
}, },
enterable: true, enterable: true,
confine: true, confine: true,
extraCssText: "max-height: 300px; overflow: auto; border: none;", extraCssText: "max-height:85%; overflow: auto;",
}, },
legend: { legend: {
type: "scroll", type: "scroll",

View File

@ -99,7 +99,7 @@ limitations under the License. -->
}, },
enterable: true, enterable: true,
confine: true, confine: true,
extraCssText: "max-height: 300px; overflow: auto; border: none;", extraCssText: "max-height:85%; overflow: auto;",
}; };
const tips = { const tips = {
formatter(params: any) { formatter(params: any) {