mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-29 08:22:32 +03:00
добавил лог
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
<script>
|
||||
export let title = false;
|
||||
export let show = true;
|
||||
</script>
|
||||
|
||||
<div class="crd">
|
||||
{#if title}
|
||||
<h1 class="crd-hdr">{title}</h1>
|
||||
{/if}
|
||||
<slot />
|
||||
</div>
|
||||
{#if show}
|
||||
<div class="crd">
|
||||
{#if title}
|
||||
<h1 class="crd-hdr">{title}</h1>
|
||||
{/if}
|
||||
<slot />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<style lang="postcss" global>
|
||||
@tailwind base;
|
||||
|
||||
Reference in New Issue
Block a user