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

View File

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