Skip to content

Commit 78c4436

Browse files
committed
fix: th scope col
1 parent a38def7 commit 78c4436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/email-parser/email-parser.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function downloadFile(data: Uint8Array, fileName: string, fileType: string) {
6363
<n-table>
6464
<thead>
6565
<tr>
66-
<th>Attachment</th><th />
66+
<th scope="col">Attachment</th><th scope="col" />
6767
</tr>
6868
</thead>
6969
<tbody>

0 commit comments

Comments
 (0)