摘要:
下面代码是组件源码: 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
野鸡码农
阅读(1382)
评论(0)
推荐(0)
摘要:
下面样式设置到父div上: .modal { display: flex; align-items: center; /*竖直居中 垂直居中*/ justify-content: center; /*水平居中*/ } 阅读全文
posted @ 2020-02-27 23:30
野鸡码农
阅读(353)
评论(0)
推荐(0)