摘要: 04_class与style绑定 1. class绑定: :class='xxx' xxx是字符串 xxx是对象 xxx是数组 2. style绑定 :style="{ color: activeColor, fontSize: fontSize + 'px' }" 更新 阅读全文
posted @ 2018-07-31 09:57 junxin_zxf 阅读(47) 评论(0) 推荐(0)