diff --git a/core/core-frontend/src/views/template-market/component/TemplateMarketItem.vue b/core/core-frontend/src/views/template-market/component/TemplateMarketItem.vue index 2a7add0cff..111a28a3e0 100644 --- a/core/core-frontend/src/views/template-market/component/TemplateMarketItem.vue +++ b/core/core-frontend/src/views/template-market/component/TemplateMarketItem.vue @@ -74,7 +74,7 @@ const templateInnerPreview = () => { box-shadow: 0 0 2px 0 rgba(31, 31, 31, 0.15), 0 1px 2px 0 rgba(31, 31, 31, 0.15); border: solid 2px #fff; box-sizing: border-box; - border-radius: 6px; + border-radius: 12px; width: 100%; } diff --git a/core/core-frontend/src/views/template-market/component/TemplateMarketV2Item.vue b/core/core-frontend/src/views/template-market/component/TemplateMarketV2Item.vue index 7cea246b1b..c8e9ab3fe2 100644 --- a/core/core-frontend/src/views/template-market/component/TemplateMarketV2Item.vue +++ b/core/core-frontend/src/views/template-market/component/TemplateMarketV2Item.vue @@ -96,7 +96,7 @@ const templateInnerPreview = () => { margin: 0; border: 1px solid rgba(222, 224, 227, 1); box-sizing: border-box; - border-radius: 6px; + border-radius: 12px; width: 100%; background: #fff; overflow: hidden; diff --git a/core/core-frontend/src/views/template-market/index.vue b/core/core-frontend/src/views/template-market/index.vue index 18ff6e577b..ae5e46b681 100644 --- a/core/core-frontend/src/views/template-market/index.vue +++ b/core/core-frontend/src/views/template-market/index.vue @@ -647,6 +647,8 @@ defineExpose({ align-items: center; padding: 12px 24px; border-bottom: 1px solid rgba(31, 35, 41, 0.15); + border-top-left-radius: 12px; + border-top-right-radius: 12px; span { font-size: 16px;