摘要: 在v-for循环里 函数带上index methods: { //时间操作函数执行 dolikes(index){ console.log(this.items[index]) this.items[index].likes = this.items[index].likesbefore ?pars 阅读全文
posted @ 2018-01-29 17:58 anne_zhou 阅读(5474) 评论(0) 推荐(0) 编辑
摘要: 1.ios按钮变灰色,给按钮加样式: -webkit-appearance: none; 2.有圆角 button{ border-radius: 0; } 3.去除Chrome等浏览器文本框默认发光边框 input:focus, textarea:focus { outline: none;} 4 阅读全文
posted @ 2018-01-29 12:05 anne_zhou 阅读(513) 评论(0) 推荐(0) 编辑