01 2024 档案
摘要:项目中可能会需要动态添加 style 行内样式,但是在长期维护的项目里面,尽量要避免使用。 注意: 1、凡是有 - 的style属性名都要变成驼峰式,比如font-size要变成fontSize。 2、除了绑定值,其他的属性名的值要用引号括起来,比如backgroundColor:'#00a2ff'
阅读全文
摘要:在本页面引入组件并使用 在需要左滑删除的地方使用 <view v-for="(item, index) in csListArrl" :key="index" :data-index="index"> <delSlideLeft :item="item" :data_transit="{ index
阅读全文