Skip to content

Commit

Permalink
fix: 修复 Tooltip itemMarkerStyle 样式优先级 (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mice33 authored Oct 9, 2024
1 parent 41045d2 commit ee4f100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/f2/src/components/tooltip/tooltipView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ export default class TooltipView extends Component {
itemWidth,
} = props;
const itemMarkerStyle = {
...customItemMarkerStyle,
...defaultStyle.itemMarkerStyle,
...customItemMarkerStyle,
};

const background = {
Expand Down

0 comments on commit ee4f100

Please sign in to comment.