给想要显示到顶层的modal 设置class属性

.my-modal-parent {
  position: fixed;  // 浮动
  z-index: 999999;
}

 

相关文章: