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 3990249 commit a861408
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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-vue3-ui",
"version": "0.8.3",
"version": "0.8.4",
"description": "JX3BOX Vue3 UI",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<img svg-inline src="../assets/img/jx3.svg" />
</template>
<template #op-prepend>

<!-- <AdminDirectMessage :user-id="8" :sourceId="19382" sourceType="macro"></AdminDirectMessage> -->
</template>
</breadcrumb>
Expand Down Expand Up @@ -67,7 +66,7 @@
:postId="57260"
:allowGift="true"
/>
<Comment category="post" id="58345"></Comment>
<Comment category="post" id="80449"></Comment>
<RightSidebar :show-toggle="true">
<PostTopic type="bps" :id="48857"></PostTopic>
<div id="directory"></div>
Expand Down
5 changes: 4 additions & 1 deletion src/comment/CommentWithReply.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" type="primary" target="_blank" :href="userHref">{{
username || "人字榜800线无名小侠"
Expand Down Expand Up @@ -252,5 +252,8 @@ export default {
display: flex;
padding-top: 5px;
background-size: cover;
.u-flex-1 {
flex: 1;
}
}
</style>

0 comments on commit a861408

Please sign in to comment.