如何通过Element-ui的$ confirm更改对话框的宽度?

时间:2019-07-23 11:24:45

标签: element-ui

我想在this.$confirm提供的项目中使用Element-ui工具,但是我找不到文档上的任何属性来更改此确认对话框的宽度。

例如,我尝试使用classNamewidth使其正常工作,但没有一个成功。

this.$confirm('Successful', {
          confirmButtonText: 'confirm',
          type: 'success',
          center: true,
          showClose: false,
          showCancelButton: false,
          width: '200px'
        }).then(() => {
          this.$emit('closeDialog', 1)
        }).catch(() => {
          // cancel handler
        })

0 个答案:

没有答案