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