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

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

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

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

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

:width="'30%'"

 

相关文章: