From 70ddcb63d03bf73965eb54496aa9a3711bfc04f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 2 Jun 2026 11:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=96=E5=AE=B6=E5=A4=B4=E5=83=8F=E8=A3=81?= =?UTF-8?q?=E5=89=AA=E4=B8=8D=E8=B6=85=E5=87=BA=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue | 2 +- 1 file 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 a75a6cc4..fc605652 100644 --- a/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue +++ b/src/views/SellerDashboard/BrandProfile/image-clip-dialog.vue @@ -51,7 +51,7 @@ :isProduct="isProduct" :url="data.url" :type="type" - :centerBox="isProduct" + :centerBox="isProduct || $attrs.centerBox" @change="(v) => (data.preview_url = v)" />