Skip to content

Commit

Permalink
fix 修复评论主体内容宽度未占满一行的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuana committed Jul 2, 2024
1 parent 4eedd85 commit 4a09888
Show file tree
Hide file tree
Showing 2 changed files with 5 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.7",
"version": "1.9.8",
"scripts": {
"dev": "env DEV_SERVER=true vue-cli-service serve",
"serve": "vue-cli-service serve",
Expand Down
5 changes: 4 additions & 1 deletion src/components/comment-and-reply.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:withFrame="true"
:avatarSize="48"
/>
<div>
<div class="u-flex-1">
<div class="c-comment-cmt__author">
<el-link
class="u-name"
Expand Down Expand Up @@ -371,4 +371,7 @@ export default {
.bold;
}
}
.u-flex-1 {
flex: 1;
}
</style>

0 comments on commit 4a09888

Please sign in to comment.