上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: html <van-tabs @click="onClick" v-model="active"> <van-tab v-for="(tabItem,index) in tabTitle" :title="tabItem.title"> <div v-if="tabItem.value 0 || t 阅读全文
posted @ 2020-11-25 10:29 JaneLifeVlog 阅读(868) 评论(0) 推荐(0)
摘要: 函数 sum() {//合计 this.thisPeoData.forEach((value, index) => { value.child.forEach((val, idx) => { val.fine.forEach((v, i) => { if (v.type '早餐') { this.b 阅读全文
posted @ 2020-11-25 10:22 JaneLifeVlog 阅读(173) 评论(0) 推荐(0)
摘要: html <el-button size="medium" @click="handleHide">批量隐藏</el-button> <el-button size="medium" @click="handleShow">批量显示</el-button> <el-button size="medi 阅读全文
posted @ 2020-11-25 10:19 JaneLifeVlog 阅读(1218) 评论(0) 推荐(0)
摘要: html {{price | priceFormat}} 函数 filters: { //格式化价格 priceFormat(val) { var str = (val / 100).toFixed(2) + ''; var intSum = str.substring(0, str.indexOf 阅读全文
posted @ 2020-11-25 10:14 JaneLifeVlog 阅读(68) 评论(0) 推荐(0)
摘要: html <span>添加</span> <el-input type='number' v-model="order_rowNum" placeholder="请输入行数"></el-input> <span>行明细</span> <el-button type="primary" min="1" 阅读全文
posted @ 2020-11-25 10:12 JaneLifeVlog 阅读(1701) 评论(1) 推荐(0)
摘要: HTML规范 1.给 a 标签加上title属性 2.a 标签的href属性必须写上链接地址,暂无的加上 javascript:; 3.非本专题的页面间跳转,采用打开新窗口模式:target="_blank" 属性值 1.元素属性值使用双引号语法 <input type="radio" name=" 阅读全文
posted @ 2020-11-25 09:51 JaneLifeVlog 阅读(232) 评论(0) 推荐(0)
摘要: 全局使用 <p class="test_aa">全局使用的文字</p> css::root{--red_color:red;} .test_aa{color:var(--red_color)} 局部使用 <p class="test_bb">局部使用的文字</p> css:.test_bb{--re 阅读全文
posted @ 2020-11-12 15:00 JaneLifeVlog 阅读(63) 评论(0) 推荐(0)
摘要: JavaScript 算法与数据结构 https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md 数据结构和算法必知必会的50个代码实现 https://github.com/wangzheng0822/ 阅读全文
posted @ 2020-11-12 11:07 JaneLifeVlog 阅读(89) 评论(0) 推荐(0)
摘要: 腾讯标准文档 https://tgideas.qq.com/doc/index.html 京东文档 https://guide.aotu.io/index.html 阿里巴巴文档 https://github.com/airbnb/javascript 百度文档 https://github.com 阅读全文
posted @ 2020-11-12 10:40 JaneLifeVlog 阅读(107) 评论(0) 推荐(0)
摘要: <div id="flash"> <a href="javascript:void(0)" id="prev"><img src="../images/left_icon.png" alt=""></a> <a href="javascript:void(0)" id="next"><img src 阅读全文
posted @ 2020-11-10 17:06 JaneLifeVlog 阅读(38) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页