摘要: 来自:https://www.cnblogs.com/zhangnan35/p/12682925.html 侵删 主角是谁 在今天这篇文章中,我并不会在这里讲一些移动端视口的概念,包括物理像素和逻辑像素,理想视口,dpr等等等等,我只介绍这样一种非常不错的移动端适配方案:post-css-to-vi 阅读全文
posted @ 2021-04-14 10:33 abcByme 阅读(372) 评论(0) 推荐(0)
摘要: <template> <div :class="className" :style="{height:height,width:width}"/> </template> <script> import echarts from 'echarts' export default { props: { 阅读全文
posted @ 2021-04-14 09:32 abcByme 阅读(2707) 评论(0) 推荐(0)
摘要: 官方有个属性设置poster 图片。但是失效 无奈。强行js修改 <video-player ref="videoPlayerHls" :playsinline="true" :options="videoOption" @error="errors($event)" class="video-pl 阅读全文
posted @ 2021-04-14 09:28 abcByme 阅读(236) 评论(0) 推荐(0)