摘要: 让外层的盒子占位置,盒子的宽高比设置: // 防止图片加载的过程中,页面抖动 .wrapper width: 100% height: 0 overflow: hidden padding-botton: 100% .wrapper (浏览器兼容问题) width: 100 height: 100v 阅读全文
posted @ 2020-06-19 17:09 haha-uu 阅读(529) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/edc3001/article/details/86833558 可以参考 阅读全文
posted @ 2020-06-19 16:58 haha-uu 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 官网链接:https://cn.vuejs.org/v2/guide/components-slots.html 项目中具名插槽使用的较多。 封装的通用提示组件,如: 上图截的是注销提示,有的时候不同的情况下提示组件的提示内容不一样,这就要根据具体情况更改 组件中的text内容: 首先父组件使用Pr 阅读全文
posted @ 2020-06-19 14:11 haha-uu 阅读(224) 评论(0) 推荐(0) 编辑