mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Fix code style
This commit is contained in:
parent
541b9d146a
commit
d2b59938b8
@ -89,13 +89,13 @@ export default class Affix extends React.Component<AffixProps, AffixState> {
|
||||
[key: string]: any;
|
||||
} = {};
|
||||
|
||||
private fixedNode: HTMLElement;
|
||||
|
||||
state: AffixState = {
|
||||
affixStyle: undefined,
|
||||
placeholderStyle: undefined,
|
||||
};
|
||||
|
||||
private fixedNode: HTMLElement;
|
||||
|
||||
setAffixStyle(e: any, affixStyle: React.CSSProperties | null) {
|
||||
const { onChange = noop, target = getDefaultTarget } = this.props;
|
||||
const originalAffixStyle = this.state.affixStyle;
|
||||
|
Loading…
Reference in New Issue
Block a user