<template> <div class="jdtI" :style="{styleObj}"></div> </template> <script> data () { return { styleObj: { width: '', height: '', marginTop: '' //vux中不支持margin-top,直至成驼峰式 } } }, </script>