diff --git a/uni_modules/cool-ui/components/cl-cropper/cl-cropper.uvue b/uni_modules/cool-ui/components/cl-cropper/cl-cropper.uvue index ea4b85a..cf0dcec 100644 --- a/uni_modules/cool-ui/components/cl-cropper/cl-cropper.uvue +++ b/uni_modules/cool-ui/components/cl-cropper/cl-cropper.uvue @@ -85,12 +85,12 @@ - + - + - + - + - + @@ -244,9 +244,9 @@ type PassThrough = { className?: string; // 组件根元素类名 image?: PassThroughProps; // 图片元素透传属性 op?: PassThroughProps; // 底部按钮组透传属性 + opItem?: PassThroughProps; // 按钮透传属性 mask?: PassThroughProps; // 遮罩层透传属性 cropBox?: PassThroughProps; // 裁剪框透传属性 - button?: PassThroughProps; // 按钮透传属性 }; // 解析透传样式配置