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

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

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

:width="'30%'"

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

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

:width="'30%'"