Commit dfc2bc7e authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20220920-taskDetails' into 'release'

feat: tooltip组件修改

See merge request !114
parents cf5306d4 2206a379
......@@ -22,6 +22,7 @@ const theme = createTheme({
backgroundColor: "rgba(7, 19, 38, .8)",
padding:'8px 16px',
color: "#fff",
padding: 0,
},
arrow: {
"&:before": {
......@@ -44,8 +45,7 @@ const MyTooltip = (props: IMyTooltipProps) => {
style={{
maxHeight: "36vh",
overflow: "overlay",
padding: "4px 16px",
margin: "0px -8px",
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