Ailon 4年前

修改理由:

代码和图片效果不一致

此投稿已在 4年前 合并。

内容修改:

红色背景 为原始内容

绿色背景 为新增或者修改的内容

OldNewDifferences
88.
99.
1010     <div class="card-body">
 11        <img class="card-img-top" src="https://cdn.learnku.com/uploads/images/201709/20/1/PtDKbASVcz.png?imageView2/1/w/600/h/600" alt="{{ $user->name }}">  
1112       <h5><strong>个人简介</strong></h5>
1213       <p>{{ $user->introduction }}</p>
1314       <hr>
 
6061.
6162.
6263     <div class="card-body">
 64        <img class="card-img-top" src="https://cdn.learnku.com/uploads/images/201709/20/1/PtDKbASVcz.png?imageView2/1/w/600/h/600" alt="{{ $user->name }}">  
6365       <h5><strong>个人简介</strong></h5>
6466       <p>{{ $user->introduction }}</p>
6567       <hr>