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