使用样式对象 <div v-bind:style="styleObject"></div> data: { styleObject: { color: 'red', fontSize: '13px' } }
使用样式对象