Skip to content

Commit

Permalink
fix: 修复 Tooltip itemMarkerStyle 样式优先级
Browse files Browse the repository at this point in the history
  • Loading branch information
mice33 authored Sep 20, 2024
1 parent cd44a23 commit d4a2e25
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 d4a2e25

Please sign in to comment.