antd React--如何修改Modal弹出位置


  ]}
  style={{
    top: "10px" //调整浮层位置
  }}
>

加入这行代码即可

style={{ top: "10px" //调整浮层位置 }}

你可能感兴趣的:(react.js)