chore: minor changes
This commit is contained in:
parent
0096a43465
commit
5145fe9097
@ -110,7 +110,7 @@
|
|||||||
enter-active-class="duration-300 ease-out"
|
enter-active-class="duration-300 ease-out"
|
||||||
enter-from-class="transform opacity-0"
|
enter-from-class="transform opacity-0"
|
||||||
enter-to-class="opacity-100"
|
enter-to-class="opacity-100"
|
||||||
leave-active-class="duration-200 ease-in"
|
leave-active-class="duration-300 ease-in"
|
||||||
leave-from-class="opacity-100"
|
leave-from-class="opacity-100"
|
||||||
leave-to-class="transform opacity-0"
|
leave-to-class="transform opacity-0"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -81,7 +81,7 @@
|
|||||||
>
|
>
|
||||||
<FeatherIcon
|
<FeatherIcon
|
||||||
name="chevron-right"
|
name="chevron-right"
|
||||||
class="h-4 text-gray-600 transition-all duration-200 ease-in-out"
|
class="h-4 text-gray-600 transition-all duration-300 ease-in-out"
|
||||||
:class="{ 'rotate-90': opened }"
|
:class="{ 'rotate-90': opened }"
|
||||||
/>
|
/>
|
||||||
{{ section.label }}
|
{{ section.label }}
|
||||||
@ -161,11 +161,12 @@
|
|||||||
<template #default>{{
|
<template #default>{{
|
||||||
lead.data[field.name]
|
lead.data[field.name]
|
||||||
}}</template>
|
}}</template>
|
||||||
<template #suffix
|
<template #suffix>
|
||||||
><FeatherIcon
|
<FeatherIcon
|
||||||
:name="open ? 'chevron-up' : 'chevron-down'"
|
:name="open ? 'chevron-up' : 'chevron-down'"
|
||||||
class="h-4"
|
class="h-4"
|
||||||
/></template>
|
/>
|
||||||
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
</template>
|
</template>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
@ -211,7 +212,6 @@ import Activities from '@/components/Activities.vue'
|
|||||||
import { TabGroup, TabList, Tab, TabPanels, TabPanel } from '@headlessui/vue'
|
import { TabGroup, TabList, Tab, TabPanels, TabPanel } from '@headlessui/vue'
|
||||||
import {
|
import {
|
||||||
createResource,
|
createResource,
|
||||||
Avatar,
|
|
||||||
FeatherIcon,
|
FeatherIcon,
|
||||||
Autocomplete,
|
Autocomplete,
|
||||||
FormControl,
|
FormControl,
|
||||||
@ -223,7 +223,7 @@ import { usersStore } from '@/stores/users'
|
|||||||
import { dateFormat, timeAgo, dateTooltipFormat } from '@/utils'
|
import { dateFormat, timeAgo, dateTooltipFormat } from '@/utils'
|
||||||
import { ref, computed, h } from 'vue'
|
import { ref, computed, h } from 'vue'
|
||||||
import Breadcrumbs from '@/components/Breadcrumbs.vue'
|
import Breadcrumbs from '@/components/Breadcrumbs.vue'
|
||||||
import UserAvatar from '../components/UserAvatar.vue'
|
import UserAvatar from '@/components/UserAvatar.vue'
|
||||||
|
|
||||||
const { getUser, users } = usersStore()
|
const { getUser, users } = usersStore()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user