element-ui弹窗实现自定义宽度

  <el-dialog
      :title="title"
      :visible.sync="hiddenDialogCommon"
      :width="width"
      @close="closeDilog('refCommonForm')"
>

width: {
        type: String,
        default: '54%'
      },

:width="'30%'"

猜你喜欢

转载自www.cnblogs.com/wuhefeng/p/11358328.html