diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-11 14:01:53 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-11 14:01:53 +0700 |
| commit | ab39764b288b4d60923cc8cc6146ccdc1b4bfbac (patch) | |
| tree | 7a2a17a9627319cdb639afada3d0fa26a8b01f96 /src-migrate/modules/register/components | |
| parent | f67560a48990dddcc820c5233a5bf3270d1d69d0 (diff) | |
<iman> update switch acc
Diffstat (limited to 'src-migrate/modules/register/components')
| -rw-r--r-- | src-migrate/modules/register/components/FormBisnis.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-migrate/modules/register/components/FormBisnis.tsx b/src-migrate/modules/register/components/FormBisnis.tsx index 6631cb3b..73de60cb 100644 --- a/src-migrate/modules/register/components/FormBisnis.tsx +++ b/src-migrate/modules/register/components/FormBisnis.tsx @@ -296,7 +296,7 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => { className={` ${ type === 'bisnis' ? 'mt-6 grid grid-cols-1 gap-y-4' - : 'mt-6 grid grid-cols-2 gap-x-4 gap-y-2' + : 'mt-6 grid grid-cols-2 gap-x-4 gap-y-5 auto-rows-min' }`} onSubmit={handleSubmit} > @@ -332,11 +332,11 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => { )} </div> - <div> + <div className='bg-red-400 h-full'> <label className='font-bold' htmlFor='company'> Nama Bisnis </label> - <div className='flex justify-between items-start gap-2 max-h-12 min-h-12 text-sm mt-3'> + <div className='flex justify-between items-start gap-2 max-h-11 min-h-11 text-sm mt-3'> <div className='w-4/5 pr-1 max-h-11'> <Controller name='companyType' @@ -380,7 +380,7 @@ const form: React.FC<FormProps> = ({ type, required, isPKP, chekValid }) => { <label className='font-bold' htmlFor='business_name'> Klasifikasi Jenis Usaha </label> - <div className='max-h-10'> + <div className='max-h-10 mt-3'> <Controller name='industry_id' control={control} |
