From 01ea7b3e89d1f38e397549022f7e8e405b75e467 Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Sun, 3 Aug 2025 13:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E9=B8=BF=E8=92=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cool-ui/components/cl-cropper/cl-cropper.uvue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; // 按钮透传属性 }; // 解析透传样式配置