1. 程式人生 > 其它 >vue a-moal 本頁面增加彈窗

vue a-moal 本頁面增加彈窗

<a-modal
      class="org"
      title="標題"
      :width="200"
      :visible="display"
      :footer="null"
      @cancel="onClose">abo
    </a-modal>

預設with520所以 :with 更改
在這裡插入圖片描述
在這裡插入圖片描述
控制顯示
0.繫結
在這裡插入圖片描述

1.定義
在這裡插入圖片描述
2.開啟
在這裡插入圖片描述
3.關閉
在這裡插入圖片描述
關於 :footer=“null”
footer 不為空

在這裡插入圖片描述footer為null
在這裡插入圖片描述