摘要: 下面代码是组件源码: import React, {Component} from 'react' import {createPortal} from 'react-dom' import styles from './modal.css' export default class Modal e 阅读全文
posted @ 2020-02-27 23:36 野生野鸡码农 阅读(1275) 评论(0) 推荐(0) 编辑
摘要: 下面样式设置到父div上: .modal { display: flex; align-items: center; /*竖直居中 垂直居中*/ justify-content: center; /*水平居中*/ } 阅读全文
posted @ 2020-02-27 23:30 野生野鸡码农 阅读(347) 评论(0) 推荐(0) 编辑