mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
fix: wrap <tr> into <tbody>
This commit is contained in:
@@ -13,20 +13,22 @@
|
||||
|
||||
<div>
|
||||
<table>
|
||||
<tr>
|
||||
<td
|
||||
use:resizeObserver={true}
|
||||
on:resize={e => {
|
||||
// @ts-ignore
|
||||
$dataGridRowHeight = e.detail.height + 1;
|
||||
}}
|
||||
>
|
||||
title
|
||||
<InlineButton square>
|
||||
<FontIcon icon="icon chevron-down" />
|
||||
</InlineButton>
|
||||
</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td
|
||||
use:resizeObserver={true}
|
||||
on:resize={e => {
|
||||
// @ts-ignore
|
||||
$dataGridRowHeight = e.detail.height + 1;
|
||||
}}
|
||||
>
|
||||
title
|
||||
<InlineButton square>
|
||||
<FontIcon icon="icon chevron-down" />
|
||||
</InlineButton>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user