From ee274e07f435e7bcab36677c7669d8078ed5a22c Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Mon, 1 Jun 2026 15:49:07 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E9=87=8D=E5=A4=8D=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue | 1 + src/views/SellerDashboard/BrandProfile/image-clip.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue index c08b5ddd..a75a6cc4 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -51,6 +51,7 @@ :isProduct="isProduct" :url="data.url" :type="type" + :centerBox="isProduct" @change="(v) => (data.preview_url = v)" /> diff --git a/src/views/SellerDashboard/BrandProfile/image-clip.vue b/src/views/SellerDashboard/BrandProfile/image-clip.vue index 52f83cab..7b537631 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip.vue @@ -9,7 +9,6 @@ :fixedNumber="ratio" :fixed="isProduct ? type !== 'apparel' : true" movable - :centerBox="isProduct" :info="false" @realTime="onChange" outputType="png"