Skip to content

Commit

Permalink
fix:reply label style
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed Jun 4, 2024
1 parent 2902cde commit 347378b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<Comment id="80317" category="post" order="desc" :homework="true"/>
<Comment id="80449" category="post" order="desc" :homework="true"/>
<!-- <Comment :id="30015" category="post" order="desc" /> -->
</template>

Expand Down
5 changes: 5 additions & 0 deletions src/components/reply-list-item-comment-content-simple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ export default {
}
}
}
.u-reply-label{
.el-link{.fz(12px);}
.fz(12px);
color:#999;
}
.u-reply-text {
white-space: pre-line;
}
Expand Down

0 comments on commit 347378b

Please sign in to comment.