vue-preview vue图片预览插件+缩略图样式
2019-08-14 10:00:42来源:博客园 阅读 ()
一、安装
npm i vue-preview -S
二、main.js中 导入组件
//vue-preview 开始 import VuePreview from 'vue-preview'; // defalut install Vue.use(VuePreview) //vue-preview 结束
三、代码
1、要为缩略图设定样式 ,要在全局样式中设定,如下:
/*图片预览 缩略图*/ .preview figure { float: left; width: 30%; height:calc(30vw - 0px); margin: 1.5%; } .preview figure img { width: 100%; }
2、组件代码:
<template> <div> <!--预览--> <vue-preview :slides="setPreview()" class="preview"></vue-preview> </div> </template> <script> export default { created () { let pid = this.$route.params.id; //发送请求 this.$axios.get('https://www.apiopen.top/satinGodApi?type=3&page=' + pid) .then(res=>{ this.details = res.data.data; }) .catch(console.log) }, data () { return { details:[], } }, methods:{ setPreview:function () { //给预览图设置参数 this.details.forEach( img => { img.src = img.header; img.msrc = img.header; img.alt = img.top_commentsName; img.title = img.top_commentsName; img.w = 200;//这是大图的宽 img.h = 200; } ) return this.details; } } } </script> <style scoped> /*这里的样式无法控制缩略图*/ </style>
四、效果
1、缩略图
2、预览图
原文链接:https://www.cnblogs.com/zhinian-/p/11113267.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇:哈喽!我申请到博客了!
- vue.js开发环境搭建教程 2020-03-16
- 微信小程序开发图片拖拽实例详解 2020-03-16
- javascript如何获取图片颜色 2020-03-08
- Vue input控件通过value绑定动态属性及修饰符的方法 2020-03-05
- 鼠标放在图片上显示大图的JS代码 2020-02-20
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash