确认弹框响应式优化

This commit is contained in:
zhanglipeng
2021-02-04 10:12:56 +08:00
parent f00b46b35b
commit 94cf3fa544
6 changed files with 34 additions and 26 deletions

View File

@ -109,7 +109,6 @@ export default {
},
async logout() {
this.$confirm("确定注销并退出系统吗?", "提示", {
cancelButtonClass: "btn-custom-cancel",
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
@ -123,13 +122,6 @@ export default {
};
</script>
<style lang="scss">
.btn-custom-cancel {
float: right;
margin-left: 20px;
}
</style>
<style lang="scss" scoped>
.navbar {
height: 50px;