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>
|
||||
<template>
|
||||
<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>
|
||||
</v-breadcrumbs>
|
||||
@ -201,7 +201,7 @@ const breadcrums = [
|
||||
|
||||
<!-- Actions -->
|
||||
<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>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user