chore: removed cellstyles and modified some styles
This commit is contained in:
@@ -27,7 +27,6 @@ declare module '@vue/runtime-core' {
|
||||
IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
|
||||
IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
|
||||
IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
|
||||
IconLucideUser: typeof import('~icons/lucide/user')['default']
|
||||
TeamsAdd: typeof import('./components/teams/Add.vue')['default']
|
||||
TeamsDetails: typeof import('./components/teams/Details.vue')['default']
|
||||
TeamsInvite: typeof import('./components/teams/Invite.vue')['default']
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
:list="newTeamsList"
|
||||
:headings="headings"
|
||||
@on-row-clicked="goToTeamDetails"
|
||||
cell-styles="px-6 py-1"
|
||||
>
|
||||
<template #action="{ item }">
|
||||
<div class="relative">
|
||||
|
||||
@@ -25,11 +25,7 @@
|
||||
</div>
|
||||
|
||||
<div v-else class="m-5">
|
||||
<HoppSmartTable
|
||||
cell-styles="px-6 py-1"
|
||||
:list="newInvitedUsersList"
|
||||
:headings="headings"
|
||||
>
|
||||
<HoppSmartTable :list="newInvitedUsersList" :headings="headings">
|
||||
<template #invitedOn="{ item }">
|
||||
<div class="flex flex-col truncate">
|
||||
<span v-if="item" class="truncate">
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
v-for="cellHeading in headings"
|
||||
:key="cellHeading.key"
|
||||
@click="!cellHeading.preventClick && onRowClicked(rowData)"
|
||||
class="max-w-40 px-6 py-1"
|
||||
class="max-w-40 pl-6 py-1"
|
||||
>
|
||||
<!-- Dynamic column slot -->
|
||||
<slot :name="cellHeading.key" :item="rowData">
|
||||
|
||||
Reference in New Issue
Block a user