import styles from "./index.less"; const ModalBody = (props) => { const {overflow, children} = props; let bodyStyle = { overflowY: overflow ? "auto": "hide" }; return (