首页 > 技术文章 > element-ui弹窗实现自定义宽度

wuhefeng 2019-08-15 15:38 原文

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

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

:width="'30%'"

 

推荐阅读