You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.1 KiB
1 lines
1.1 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0d3c18"],{"5db5":function(o,t,e){"use strict";e.r(t);var r=function(){var o=this,t=o.$createElement,e=o._self._c||t;return e("el-card",{attrs:{shadow:"never",header:"裁剪图片"}},[e("el-button",{on:{click:function(t){(o.aspectRatio=1)&&(o.showCropper=!0)}}},[o._v("1:1裁剪 ")]),e("el-button",{on:{click:function(t){(o.aspectRatio=16/9)&&(o.showCropper=!0)}}},[o._v("16:9裁剪 ")]),e("div",[o.cropResult?e("img",{staticStyle:{height:"120px",width:"auto","margin-top":"15px"},attrs:{src:o.cropResult}}):o._e()]),e("ele-cropper-dialog",{attrs:{show:o.showCropper,aspectRatio:o.aspectRatio,"destroy-on-close":!0,src:"https://cdn.eleadmin.com/20200610/LrCTN2j94lo9N7wEql7cBr1Ux4rHMvmZ.jpg","lock-scroll":!1},on:{"update:show":function(t){o.showCropper=t},crop:o.onCrop}})],1)},p=[],c=e("c667"),n={name:"DemoCropper",components:{EleCropperDialog:c["a"]},data:function(){return{showCropper:!1,aspectRatio:1,cropResult:null}},methods:{onCrop:function(o){this.cropResult=o,this.showCropper=!1}}},s=n,a=e("2877"),l=Object(a["a"])(s,r,p,!1,null,"2447af29",null);t["default"]=l.exports}}]);
|