fix: resize column width
This commit is contained in:
parent
e1d25009ce
commit
bb2970cf48
@ -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',
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user