摘要: 返回的秒转换成时分秒 接收的是毫秒 所以使用时需要乘以1000 Vue.prototype.formatTime = function(ms) { const second = ms / 1000 const oneMin = 60 const oneHour = 60 * oneMin const 阅读全文
posted @ 2020-08-31 11:24 花囍 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://zhoon.github.io/css3/2014/08/23/flex.html 阅读全文
posted @ 2020-07-10 10:03 花囍 阅读(171) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34035425/article/details/88197335?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonec 阅读全文
posted @ 2020-07-03 16:26 花囍 阅读(332) 评论(0) 推荐(0) 编辑
摘要: <i-input v-model="formTop.data" type="textarea" :rows="14" style="resize:none" ></i-input> resize:none 元素不可以被用户缩放 阅读全文
posted @ 2020-07-01 16:31 花囍 阅读(329) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-06 14:26 花囍 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-06 14:25 花囍 阅读(0) 评论(0) 推荐(0) 编辑
摘要: mounted() { window.addEventListener('beforeunload', this.closeMask) this.$once('hook:beoforeDestroy', this.closeMask) }, methods:{ closeMask(){ } } be 阅读全文
posted @ 2020-06-03 17:18 花囍 阅读(4801) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-02 22:40 花囍 阅读(173) 评论(0) 推荐(0) 编辑
摘要: git clean -fd git checkout- 阅读全文
posted @ 2020-05-28 21:13 花囍 阅读(3125) 评论(0) 推荐(0) 编辑
摘要: letters: [ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V' 阅读全文
posted @ 2020-05-21 17:20 花囍 阅读(554) 评论(0) 推荐(0) 编辑