react-bootstrap模态对话框内联样式

时间:2016-07-26 20:36:08

标签: styles react-bootstrap

是否可以设置'样式'在模态上的属性,以便它将内联样式应用于模态?当我尝试使用它时:

                 <Modal
                    ref="myModal"
                    className="modal-screen-cleared"
                    backdrop="static"
                    dialogClassName="modal-screen-cleared"
                    style={{zIndex:1001}}
                    backdropStyle={{opacity: 1, zIndex:1000, backgroundColor: "#cccccc", height: "100%"}}
                > ...</Modal>

永远不会应用style属性。

0 个答案:

没有答案