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

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

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

:width="'30%'"

 

posted @ 2019-08-15 15:38  熊削铁如泥-厚积薄发  阅读(5114)  评论(0编辑  收藏  举报