VUE实现可随意拖动的弹窗组件

2020-06-14 06:21:22易采站长站整理

}
}
}
}
</script>

<style scoped>
.el-container {
position: absolute;
height: 500px;
width: 500px;
border: 1px;
top: 20%;
left: 35%;
border-radius: 2px;
}

.dialog-footer {
text-align: right;
}

.el-main {
background-color: white;
}

.el-footer {
background-color: white;
}

.el-header {
background-color: white;
color: #333;
line-height: 60px;
}

.el-aside {
color: #333;
}
</style>

备注:解决了鼠标拖动过快移除窗口后终端问题,其它优点请自测,如有问题请留言!

以上这篇VUE实现可随意拖动的弹窗组件就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持软件开发网。