如何在Dialog(Material-UI)上居中?Mi代码
<Dialog
open={this.state.open}
titleStyle = {styles.Dialog}
title='Title centered please!'
actions={standardActions}
onRequestClose={this.handleRequestClose}
>
Run Code Online (Sandbox Code Playgroud)
Dialog boby..asdasdasd
Lar*_*one 11
这对我有用:
<Dialog
titleStyle={{textAlign: "center"}}
... />
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5131 次 |
| 最近记录: |