diff --git a/src/views/creative-generation-workshop/explore/detail/index.vue b/src/views/creative-generation-workshop/explore/detail/index.vue
index aa97556..da84dd6 100644
--- a/src/views/creative-generation-workshop/explore/detail/index.vue
+++ b/src/views/creative-generation-workshop/explore/detail/index.vue
@@ -220,9 +220,9 @@ export default {
{loading.value ? (
-
+
) : (
-
+
(isExpand.value = true)}>
@@ -261,7 +261,7 @@ export default {
onDeleteComment={onDeleteComment}
/>
)}
-
+
)}
);
diff --git a/src/views/creative-generation-workshop/explore/detail/style.scss b/src/views/creative-generation-workshop/explore/detail/style.scss
index c842ee8..01e8a64 100644
--- a/src/views/creative-generation-workshop/explore/detail/style.scss
+++ b/src/views/creative-generation-workshop/explore/detail/style.scss
@@ -34,6 +34,7 @@
flex: 1;
display: flex;
justify-content: center;
+ background: #fff;
.explore-detail-wrap {
min-height: 500px;
width: 684px;
diff --git a/src/views/creative-generation-workshop/explore/list/index.vue b/src/views/creative-generation-workshop/explore/list/index.vue
index 9b45f01..aea464a 100644
--- a/src/views/creative-generation-workshop/explore/list/index.vue
+++ b/src/views/creative-generation-workshop/explore/list/index.vue
@@ -50,10 +50,10 @@ export default {
- {loading.value ? (
-