pull/13133/head
ztplz 6 years ago committed by 偏右
parent 6f6d949fcc
commit af4e5bbbed

@ -138,7 +138,7 @@ class Tooltip extends React.Component<TooltipProps, any> {
display: 'inline-block', // default inline-block is important display: 'inline-block', // default inline-block is important
...picked, ...picked,
cursor: 'not-allowed', cursor: 'not-allowed',
width: element.props.block? '100%' : null, width: element.props.block ? '100%' : null,
}; };
const buttonStyle = { const buttonStyle = {
...omitted, ...omitted,

Loading…
Cancel
Save