调节 alert confirm prompt 的位置

   return this.$confirm(`确定移除 ${file.name}?`, {
            customClass: "confirmMsg",
          });
<style rel="stylesheet/scss" lang="scss">
.confirmMsg {
  margin-top: -50%;
}
</style>

 

posted @ 2020-10-27 14:18  帖子搬运工  阅读(352)  评论(0编辑  收藏  举报