Issues #36: done.

This commit is contained in:
chiayin
2023-11-10 14:56:52 +08:00
parent 6f9d57baba
commit 7f5f8a10be
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
</div> </div>
</td> </td>
<td class="py-2 text-right">{{ trace.count }}</td> <td class="py-2 text-right">{{ trace.count }}</td>
<td class="p-2">{{ trace.ratio }}%</td> <td class="p-2 text-right">{{ trace.ratio }}%</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@@ -27,7 +27,7 @@
</div> </div>
</td> </td>
<td class="py-2 text-right">{{ trace.count }}</td> <td class="py-2 text-right">{{ trace.count }}</td>
<td class="p-2">{{ trace.ratio }}</td> <td class="p-2 text-right">{{ trace.ratio }}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>