feat: display status meta over card (#325)
This commit is contained in:
parent
22a82bca22
commit
8537f9e0ae
17 changed files with 115 additions and 82 deletions
5
components/common/CommonMetaWrapper.vue
Normal file
5
components/common/CommonMetaWrapper.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div flex="~ wrap" gap-1 items-center absolute top-0 pt-2 left-0 px-3>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue