Merge branch 'dev' of ssh://git.codelfi.com:2202/telemedpro/hgh_admin into dev
This commit is contained in:
commit
e38380e553
@ -151,7 +151,7 @@ const breadcrums = [
|
|||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<v-breadcrumbs :items="breadcrums" class="text-primary pt-0 pb-0 mb-5">
|
<v-breadcrumbs :items="breadcrums" class="text-primary pt-0 pb-0 mb-5">
|
||||||
<template v-slot:divider style="padding-top:0px; padding-bottom:0px">
|
<template v-slot:divider style=" padding-block:0 0">
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</v-breadcrumbs>
|
</v-breadcrumbs>
|
||||||
@ -201,7 +201,7 @@ const breadcrums = [
|
|||||||
|
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<template #item.id="{ item }">
|
<template #item.id="{ item }">
|
||||||
<div class="d-flex gap-1 details cursor-pointer" @click=showDetail(item)> +
|
<div class="gap-1 details cursor-pointer" @click=showDetail(item)> +
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user