dingyong0214 / ThorUI-uniapp

ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc
MIT License
2.64k stars 396 forks source link

裁剪组件 tui-picture-cropper 设置宽高裁剪框不改变 #87

Closed ztj1993 closed 3 years ago

ztj1993 commented 3 years ago

在 H5 中,我使用了如下代码:

    <tui-picture-cropper
        :width="300"
        :heigth="100"
        :lockRatio="true"
        :lockWidth="true"
        :lockHeight="true"
        :imageUrl="imageUrl"
        @ready="ready"
        @cropper="cropper"/>

裁剪框仍然为正方形。