mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
fix placeholder
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<BaseContentPlaceholders
|
<BaseContentPlaceholders
|
||||||
:rounded="true"
|
:rounded="true"
|
||||||
class="relative flex justify-between w-full p-3 bg-white rounded shadow lg:col-span-3 xl:p-4"
|
class="relative flex justify-between w-full p-3 bg-white rounded shadow lg:col-span-3 xl:p-4 dark:bg-gray-800"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<BaseContentPlaceholdersText
|
<BaseContentPlaceholdersText
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
shadow
|
shadow
|
||||||
lg:col-span-2
|
lg:col-span-2
|
||||||
xl:p-4
|
xl:p-4
|
||||||
|
dark:bg-gray-800
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@ -119,11 +119,11 @@
|
|||||||
<template #cell-actions="{ row }">
|
<template #cell-actions="{ row }">
|
||||||
<BaseDropdown>
|
<BaseDropdown>
|
||||||
<template #activator>
|
<template #activator>
|
||||||
<BaseIcon name="DotsHorizontalIcon" class="h-5 text-gray-500" />
|
<BaseIcon name="DotsHorizontalIcon" class="h-5 text-gray-500 dark:text-gray-200" />
|
||||||
</template>
|
</template>
|
||||||
<router-link :to="`estimates/${row.data.id}/view`">
|
<router-link :to="`estimates/${row.data.id}/view`">
|
||||||
<BaseDropdownItem>
|
<BaseDropdownItem>
|
||||||
<BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600" />
|
<BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600 dark:text-gray-200" />
|
||||||
{{ $t('general.view') }}
|
{{ $t('general.view') }}
|
||||||
</BaseDropdownItem>
|
</BaseDropdownItem>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|||||||
@ -126,11 +126,11 @@
|
|||||||
<template #cell-actions="{ row }">
|
<template #cell-actions="{ row }">
|
||||||
<BaseDropdown>
|
<BaseDropdown>
|
||||||
<template #activator>
|
<template #activator>
|
||||||
<BaseIcon name="DotsHorizontalIcon" class="h-5 text-gray-500" />
|
<BaseIcon name="DotsHorizontalIcon" class="h-5 text-gray-500 dark:text-gray-200" />
|
||||||
</template>
|
</template>
|
||||||
<router-link :to="`invoices/${row.data.id}/view`">
|
<router-link :to="`invoices/${row.data.id}/view`">
|
||||||
<BaseDropdownItem>
|
<BaseDropdownItem>
|
||||||
<BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600" />
|
<BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600 dark:text-gray-200" />
|
||||||
{{ $t('general.view') }}
|
{{ $t('general.view') }}
|
||||||
</BaseDropdownItem>
|
</BaseDropdownItem>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|||||||
@ -111,11 +111,11 @@
|
|||||||
<template #cell-actions="{ row }">
|
<template #cell-actions="{ row }">
|
||||||
<BaseDropdown>
|
<BaseDropdown>
|
||||||
<template #activator>
|
<template #activator>
|
||||||
<BaseIcon name="DotsHorizontalIcon" class="w-5 text-gray-500" />
|
<BaseIcon name="DotsHorizontalIcon" class="w-5 text-gray-500 dark:text-gray-200" />
|
||||||
</template>
|
</template>
|
||||||
<router-link :to="`payments/${row.data.id}/view`">
|
<router-link :to="`payments/${row.data.id}/view`">
|
||||||
<BaseDropdownItem>
|
<BaseDropdownItem>
|
||||||
<BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600" />
|
<BaseIcon name="EyeIcon" class="h-5 mr-3 text-gray-600 dark:text-gray-200" />
|
||||||
{{ $t('general.view') }}
|
{{ $t('general.view') }}
|
||||||
</BaseDropdownItem>
|
</BaseDropdownItem>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|||||||
Reference in New Issue
Block a user