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"