如何把用iview的this.$Modal.confirm写的弹窗的确认和取消按钮位置对换

hand(){
          this.$Modal.confirm({
              title: "shanchu",
              content: "是否删除操作?",
              onOk: async() => {
                  console.log("11121");
              }
          })
      }

img

可以自定义页头和页脚吧

render 只能修改中间content内容和样式