摘要: // 单行省略 overflow: hidden; text-overflow: ellipise; white-space: no-wrap; // 两行省略 overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -web 阅读全文
posted @ 2020-12-10 17:33 糖锡 阅读(765) 评论(0) 推荐(0)
摘要: mounted() { document.addEventListener('visibilityChange', 事件处理函数) }, destoryed() { document.removeEventListener('visibilityChange', 事件处理函数) }, methods 阅读全文
posted @ 2020-12-10 17:30 糖锡 阅读(1371) 评论(0) 推荐(1)