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%'"

 

相关文章:

  • 2021-05-25
  • 2022-12-23
  • 2021-10-24
  • 2020-05-25
  • 2022-12-23
猜你喜欢
  • 2018-08-08
  • 2022-12-23
  • 2022-12-23
  • 2023-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案