使React-Modal不透明

时间:2018-08-09 22:13:23

标签: css reactjs react-modal

enter image description here enter image description here我在代码中使用react-modal。 请在其样式下方找到

const customStyles = {
    content : {
      top                   : '37%',
      left                  : '50%',
      right                 : 'auto',
      bottom                : 'auto',
      marginRight           : '-50%',
      transform             : 'translate(-50%, -50%)',
      maxWidth              : '40%'
    }
  };

当我单击网格中的任何行时,将弹出模式对话框。但是问题是,当我单击行时,该行被突出显示,并显示在模式前面。 我不想突出显示的行或网格分散模式视图。

我该如何实现?

谢谢

0 个答案:

没有答案