摘要: <template> <div> <p @click="backtop" v-show="isShow">回到顶部</p> </div> </template> <script> export default { data() { return { isShow: false } }, mounte 阅读全文
posted @ 2020-07-13 10:54 一念一见 阅读(147) 评论(0) 推荐(0)
摘要: 禁止用户缩放 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 单行显示 overflow: hidden; text-overflo 阅读全文
posted @ 2020-06-03 19:40 一念一见 阅读(150) 评论(0) 推荐(0)