Commit 4691f5b0 authored by jiangzijing's avatar jiangzijing

Merge branch 'feat-20220801' of http://120.77.149.83/root/bkunyun into feat-20220801

parents a0bc3c8b 026af981
......@@ -20,9 +20,8 @@ const theme = createTheme({
styleOverrides: {
tooltip: {
backgroundColor: "rgba(7, 19, 38, .8)",
padding:'8px 16px',
color: "#fff",
padding: "8px 0",
padding: 0,
},
arrow: {
"&:before": {
......@@ -45,7 +44,7 @@ const MyTooltip = (props: IMyTooltipProps) => {
style={{
maxHeight: "36vh",
overflow: "overlay",
padding: "0 16px",
padding: "8px 16px",
}}
>
{title}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment