1
0
forked from test/crm

fix: resize column width

This commit is contained in:
Shariq Ansari 2023-09-01 15:36:13 +05:30
parent e1d25009ce
commit bb2970cf48
2 changed files with 5 additions and 5 deletions

View File

@ -142,13 +142,13 @@ const columns = [
label: 'Organization',
key: 'organization_name',
type: 'logo',
size: 'w-48',
size: 'w-40',
},
{
label: 'Amount',
key: 'annual_revenue',
type: 'currency',
size: 'w-24',
size: 'w-32',
},
{
label: 'Status',
@ -166,7 +166,7 @@ const columns = [
label: 'Mobile no',
key: 'mobile_no',
type: 'phone',
size: 'w-36',
size: 'w-40',
},
{
label: 'Lead owner',

View File

@ -147,7 +147,7 @@ const columns = [
label: 'Name',
key: 'lead_name',
type: 'avatar',
size: 'w-48',
size: 'w-44',
},
{
label: 'Organization',
@ -171,7 +171,7 @@ const columns = [
label: 'Mobile no',
key: 'mobile_no',
type: 'phone',
size: 'w-36',
size: 'w-40',
},
{
label: 'Lead owner',