owl.onMounted(()=>{
$('#' + this.id + " .modal-content").draggable({
handle: '.modal-header'
});
});
odoo 弹框可拖动
于 2023-02-22 09:18:23 首次发布
owl.onMounted(()=>{
$('#' + this.id + " .modal-content").draggable({
handle: '.modal-header'
});
});