Vue图片裁剪组件实例代码
示例:
文章图片
tip: 该组件基于vue-cropper二次封装
安装插件
npm install vue-cropperyarn add vue-cropper
写入封装的组件
$emit('input', val)" class="conbox">取消 /* @import url(); 引入css类 */.conbox {position: fixed; top: 0; right: 0; bottom: 0; left: 0; box-sizing: border-box; height: 100vh; width: 100%; background-color: #000; display: flex; flex-direction: column; justify-content: center; .info {width: auto; height: 800px; .vue-cropper {background-image: none; background-color: #000; }}.btns {padding: 0 20px; color: #fff; text-align: center; display: flex; justify-content: space-between; align-items: center; position: absolute; left: 0; right: 0; bottom: 15px; img {width: 85px; height: 85px; }.cancel {background-color: #606465; padding: 15px 20px; width: 100px; border-radius: 10px; }.okey {background-color: #df6457; padding: 15px 20px; width: 100px; border-radius: 10px; }}}
文章图片
确定
总结
【Vue图片裁剪组件实例代码】到此这篇关于Vue图片裁剪组件的文章就介绍到这了,更多相关Vue图片裁剪组件内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!
推荐阅读
- 解决ts开发时引入图片报错(“找不到xxx或其相应的类型声明”|解决ts开发时引入图片报错:“找不到xxx或其相应的类型声明” 的问题)
- Flutter入门教程(一)Flutter简介
- vue3中的watch和watchEffect差异和使用
- Vue实现步骤条效果
- 关于Vue脚手架中render|关于Vue脚手架中render 理解
- vue3和react17(三)|vue3和react17(三) - 生命周期(ts)
- 小程序渐变色吸顶
- vue 接收后端返回文件流下载操作
- Vue3+Nuxt3打造SSR网站应用,0到1实现服务端渲染吾爱fen享受
- 浙里办|浙里办接入h5(vue项目)------相关流程说明