vue vxe-table vxe-modal 模态窗口、最大化窗口,缩放拖动窗口

查看官网示例:https://xuliangzhan_admin.gitee.io/vxe-table/#/table/module/modal

vue vxe-table vxe-modal 模态窗口、最大化窗口,缩放拖动窗口_第1张图片

<vxe-button @click="value2 = !value2">拖动窗口调整大小vxe-button>
 <vxe-modal v-model="value2" resize>
    <template>
      <p style="color: red">按住头部移动!!!!!!!!!!!!!!!p>
      <p style="color: blue">按住左边距拖动!!!!!!!!!!!!!!!p>
      <p style="color: red">按住右边距拖动!!!!!!!!!!!!!!!p>
      <p style="color: blue">按住底边距拖动!!!!!!!!!!!!!!!p>
      <p style="color: blue">按住左下角拖动 !!!!!!!!!!!!!!!p>
      <p style="color: blue">按住右下角拖动!!!!!!!!!!!!!!!p>
    template>
  vxe-modal>

你可能感兴趣的:(vue,vxe-table,vxe-table,vxe-grid,vxe-modal)