Skip to content

Commit

Permalink
更新:优化评论文字显示大小
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Jun 12, 2023
1 parent fcfc20e commit fecb924
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div core-show="comment" comment-id="{{$value->id}}"
class="col-md-12 p-2">
<div class="card card-active card-body markdown">
<div class="card card-active card-body markdown" style="font-size: 15px">
评论已删除
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div core-show="comment" comment-id="{{$value->id}}"
class="col-md-12 markdown p-2">
class="col-md-12 markdown p-2" style="font-size: 15px">
<div class="card card-body">
此评论仅楼主可见
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div core-show="comment" comment-id="{{$value->id}}"
class="col-md-12 p-2">
<div class="card card-body bg-warning-lt markdown">
<div class="card card-body bg-warning-lt markdown" style="font-size: 15px">
评论已被举报并封停
</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div core-show="comment" comment-id="{{$value->id}}"
class="col-md-12 markdown mt-3 mb-2 px-3">
class="col-md-12 markdown mt-3 mb-2 px-3" style="font-size: 15px">
@if($value->parent_id)
@if(@$value->parent->id)
<div class="quote">
Expand Down

0 comments on commit fecb924

Please sign in to comment.