modal的style中设置top无效

使用 :wrapStyle="{ top: '20px' }" 替代

项目代码如下:

<a-modal
      :title="title"
      :width="width"
      :visible="visible"
      :wrapStyle="{ overflow: 'hidden', top: '-60px' }"
      :destroyOnClose="destroyOnClose"
      switchFullscreen
      @cancel="handleCancel"
      cancelText="关闭">
posted @ 2021-04-28 11:02  岁月淡忘了谁  阅读(431)  评论(0编辑  收藏  举报