diff --git a/package.json b/package.json index 5fc33e4..7bf547d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jx3box/jx3box-comment-ui", - "version": "1.9.3", + "version": "1.9.4", "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 040713d..80cec98 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/components/reply-list-item-comment-content-simple.vue b/src/components/reply-list-item-comment-content-simple.vue index fcabd7a..3dee782 100644 --- a/src/components/reply-list-item-comment-content-simple.vue +++ b/src/components/reply-list-item-comment-content-simple.vue @@ -233,6 +233,11 @@ export default { } } } + .u-reply-label{ + .el-link{.fz(12px);} + .fz(12px); + color:#999; + } .u-reply-text { white-space: pre-line; }