diff --git a/components/image-cropper/index.wxml b/components/image-cropper/index.wxml index 89d6dd2..c2299bc 100644 --- a/components/image-cropper/index.wxml +++ b/components/image-cropper/index.wxml @@ -1,41 +1,51 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/components/image-cropper/index.wxss b/components/image-cropper/index.wxss index 22a78c4..2a5dfcc 100644 --- a/components/image-cropper/index.wxss +++ b/components/image-cropper/index.wxss @@ -192,12 +192,6 @@ user-select: none; } -.image-cropper .crop-rotate .lineation>view { - flex: 1; - height: 100%; - display: inline-block; -} - .image-cropper .crop-rotate .lineation .number { width: 100%; height: 32px; @@ -227,7 +221,7 @@ z-index: 999; } -.image-cropper .crop-btns>view { +.image-cropper .crop-btns .btn { flex: 1; height: 100%; background-color: transparent; @@ -238,7 +232,7 @@ position: relative; } -.image-cropper .crop-btns>view:after { +.image-cropper .crop-btns .btn:after { position: absolute; top: 0; bottom: 0; diff --git a/project.config.json b/project.config.json index 2813bf6..e722e7b 100644 --- a/project.config.json +++ b/project.config.json @@ -4,7 +4,7 @@ "ignore": [] }, "setting": { - "urlCheck": false, + "urlCheck": true, "es6": true, "enhance": true, "postcss": true, @@ -39,7 +39,7 @@ "minifyWXSS": true }, "compileType": "miniprogram", - "libVersion": "2.17.0", + "libVersion": "2.17.3", "appid": "wx8214a7f3614a3340", "projectname": "ztb-saas-mini", "debugOptions": {