在 div 中居中材质 UI 对话框(默认以窗口居中)

时间:2021-07-15 11:37:09

标签: reactjs material-ui dialog

我有一个由 withStyles 制作的 StyledDialog

const StyledDialog = withStyles({
  paper:{
    // top:100,
    padding: 0,
    boxShadow:'none',
    height: 188,
    // width:'35%',
    borderRadius:14
  }
})(Dialog);

默认情况下,它在窗口全屏中居中。 但我想让它以其容器为中心。 有没有什么优雅的方法可以做到这一点?

0 个答案:

没有答案