diff --git a/package.json b/package.json index 4a052e2..62a2207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jx3box/jx3box-comment-ui", - "version": "1.9.5", + "version": "1.9.6", "scripts": { "dev": "env DEV_SERVER=true vue-cli-service serve", "serve": "vue-cli-service serve", diff --git a/src/App.vue b/src/App.vue index 80cec98..3cb96ed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@ diff --git a/src/Comment.vue b/src/Comment.vue index 70c89ee..10cbf1d 100644 --- a/src/Comment.vue +++ b/src/Comment.vue @@ -6,7 +6,11 @@
@@ -45,14 +49,14 @@ :key="item.id" class="c-comment-list" > - + /> --> - - + + @@ -481,7 +501,7 @@ export default { align-items: center; gap: 5px; border: 1px solid #e6a23c; - background-color:#fefbc4; + background-color: #fefbc4; color: #666; padding: 2px 4px; border-radius: 3px; @@ -508,7 +528,7 @@ export default { } @media screen and (max-width: 720px) { .c-comment-panel { - .u-op{ + .u-op { display: none; } } diff --git a/src/components/comment-and-reply-subcomponents-reply-list.vue b/src/components/comment-and-reply-subcomponents-reply-list.vue index 6d94f57..7b7d64d 100644 --- a/src/components/comment-and-reply-subcomponents-reply-list.vue +++ b/src/components/comment-and-reply-subcomponents-reply-list.vue @@ -84,7 +84,7 @@ export default {