mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 18:16:00 +00:00
redis load key refactor #1062
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<div><slot /></div>
|
||||
<script lang="ts">
|
||||
export let noMargin = false;
|
||||
</script>
|
||||
|
||||
<div class:noMargin><slot /></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
@@ -6,4 +10,8 @@
|
||||
border-bottom: 1px solid var(--theme-border);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.noMargin {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user