Skip to content

Commit

Permalink
更新:优化评论
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Feb 10, 2023
1 parent 078b7e7 commit 1762eb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<div class="row row-cards">
@foreach($comment as $key=>$value)
@if(!$loop->first)<div class="hr-text mt-0 mb-0">next</div>@endif
<div id="comment-{{$value->id}}" name="comment-{{$value->id}}" class="col-md-12 mt-1">
<div class="@if($value->optimal) comment-optimal @endif">
<div id="comment-{{$value->id}}" name="comment-{{$value->id}}" class="col-md-12 mt-1 @if($comment_page==$value->id) bg-cyan-lt @endif">
<div class="@if($value->optimal)comment-optimal @endif">
<div class="mt-2">
<div class="row">
{{-- 作者信息--}}
Expand Down

0 comments on commit 1762eb4

Please sign in to comment.