Add table class for rows with dividers

This commit is contained in:
Râu Cao
2023-02-25 15:27:28 +08:00
parent 55abbcc5ad
commit a0727e709f
6 changed files with 16 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
<% end %>
<section>
<table>
<table class="divided">
<thead>
<tr>
<th>UID</th>

View File

@@ -3,7 +3,7 @@
<%= render MainSimpleComponent.new do %>
<section>
<h3>Account</h3>
<table class="w-1/2">
<table class="w-1/2 divided">
<tbody>
<tr>
<th>Created at</th>