refactor: set placement as top by edfault for modals, better response header layout

This commit is contained in:
liyasthomas
2021-08-13 22:39:47 +05:30
parent 11816111ea
commit e9eee0703d
13 changed files with 63 additions and 27 deletions

View File

@@ -1,21 +1,35 @@
<template>
<div class="p-2">
<div>
<div
v-for="(header, index) in headers"
:key="`header-${index}`"
class="flex items-center"
class="
divide-x divide-dividerLight
border-b border-dividerLight
flex
group
"
>
<span class="flex min-w-0 p-2 transition group-hover:text-secondaryDark">
<span class="rounded select-all truncate">
{{ header.key }}
</span>
</span>
<span class="flex mx-2 justify-center items-center truncate"> </span>
<span
class="
flex flex-1
min-w-0
p-2
py-2
px-4
transition
group-hover:text-secondaryDark
"
>
<span class="rounded select-all truncate">
{{ header.key }}
</span>
</span>
<span
class="
flex flex-1
min-w-0
py-2
px-4
transition
group-hover:text-secondaryDark
"