Fix indent in show.

This commit is contained in:
邱博亞 2024-07-20 16:04:46 +08:00
parent 2d00288a4c
commit 179646fcfa
1 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<style> <style>
.universal-table-show { .universal-table-show {
border: 1px solid #eee; border: 1px solid #eee;
border-collapse: collapse; border-collapse: collapse;
@ -10,12 +10,12 @@
border-right: 1px solid #eee; border-right: 1px solid #eee;
} }
</style> </style>
<table class="table table-striped universal-table-show"> <table class="table table-striped universal-table-show">
<tbody data-level="0" data-list="entry"> <tbody data-level="0" data-list="entry">
<tr> <tr>
<td class="table-title">{{title}}</td> <td class="table-title">{{title}}</td>
<td>{{text}}</td> <td>{{text}}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>