1
0
Fork 0

Level与Date的冒号后面加个空格,使得后面的信息更加看得清楚。

Alpha
Lan Hui 2023-03-26 20:58:37 +08:00
parent 0e25737381
commit 9eb5210d3f
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@
</div> </div>
<div><small>{{ text.source }}</small></div> <div><small>{{ text.source }}</small></div>
<div class="d-flex w-100 justify-content-between"> <div class="d-flex w-100 justify-content-between">
<small>Level:{{text.level }}</small> <small>Level: {{text.level }}</small>
<small>Date:{{ text.date }}</small> <small>Date: {{ text.date }}</small>
</div> </div>
<p style="padding-top: 5px;" class="mb-1">{{ text.content }}</p> <p style="padding-top: 5px;" class="mb-1">{{ text.content }}</p>
</div> </div>