This commit is contained in:
Cindy Chang
2024-08-01 12:52:31 +08:00
parent 719501dc4b
commit e8e8179c05
8 changed files with 18 additions and 25 deletions

View File

@@ -63,6 +63,7 @@
<p class="h2">Case Duration</p>
<table class="text-sm caseDurationTable">
<caption class="hidden">Case Duration</caption>
<th class="hidden"></th>
<tbody>
<tr>
<td>
@@ -300,9 +301,6 @@ export default {
:deep(.p-tabview-panel) {
@apply animate-fadein
}
/* .caseDurationTable td:first-child {
@apply pr-1
} */
.caseDurationTable td {
@apply scroll-pb-12
}