chore: update tooltip className

This commit is contained in:
Benjy Cui
2015-11-18 14:32:56 +08:00
parent fd6c393f66
commit f29894e690
2 changed files with 49 additions and 50 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export default class Handle extends React.Component {
const isTooltipVisible = dragging || this.state.isTooltipVisible;
return (<Tooltip
prefixCls={className.replace('handle', 'tooltip')}
prefixCls={className.replace('slider-handle', 'tooltip')}
placement="top"
visible={isTooltipVisible}
overlay={<span>{tipFormatter ? tipFormatter(value) : value}</span>}