Skip to content

Commit

Permalink
fix some css
Browse files Browse the repository at this point in the history
  • Loading branch information
syzygy608 committed Jan 18, 2025
1 parent 282cedb commit 1ce96ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/pages/main/classTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
id="virtualtablediv"
class="absolute w-full h-full left-0 top-0 z-20 bg-opacity-1 flex"
@contextmenu.prevent="showsearchclass">
<div class="w-[0.5rem] ">
<div class="w-[0.5rem]">
<div class="h-10"></div>
<div
v-for="item in selectDisplay"
Expand Down Expand Up @@ -112,7 +112,9 @@
<thead>
<tr>
<th class="w-[0.5rem] m-1">⠀</th>
<th class="table-head w-[8.5rem]" colspan="2">節次</th>
<th class="table-head w-[8.5rem]" colspan="2">
節次
</th>
<th class="table-head">星期一</th>
<th class="table-head">星期二</th>
<th class="table-head">星期三</th>
Expand Down

0 comments on commit 1ce96ff

Please sign in to comment.