Skip to content

Commit

Permalink
Merge branch 'dev' of dev
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Dec 1, 2023
2 parents 6da1c83 + b9c98bc commit 2580767
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/main/classTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<th class = "w-[10px] m-1">
</th>
<th class = 'table-head w-36' colspan = "2">
<th class = 'table-head w-36 border-b border-gray-500' colspan = "2">
節次
</th>
<th class = 'table-head bg-red-400'>
Expand Down
4 changes: 4 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ table
{
table-layout: fixed;
}
thead > tr > th
{
@apply text-center text-gray-900 py-1.5 font-semibold min-w-[9rem] border-b border-gray-500;
}
.table-head
{
@apply text-center text-gray-900 py-1.5 font-semibold min-w-[9rem];
Expand Down
Loading

0 comments on commit 2580767

Please sign in to comment.