import React from "react"; import styles from "./index.less"; import { Affix, Button } from "antd"; class Demo extends React.Component { state = { top: 10, bottom: 10 }; render() { return (