mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 18:34:01 +00:00
styling fix
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
export let collection;
|
||||
export let columns;
|
||||
export let showIfEmpty = false;
|
||||
|
||||
</script>
|
||||
|
||||
{#if collection?.length > 0 || showIfEmpty}
|
||||
@@ -55,6 +56,7 @@
|
||||
</TableControl>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
.wrapper {
|
||||
@@ -75,4 +77,3 @@
|
||||
margin: 20px;
|
||||
}
|
||||
</style>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user