Refactor CSS styles and input components
This commit is contained in:
@ -165,7 +165,7 @@
|
||||
|
||||
<div class="flex flex-row justify-between w-full">
|
||||
<h3 class="text-sm font-medium w-[170px] text-gray-800">Alamat Pelapor:</h3>
|
||||
<InputText :readonly="true" type="textarea" value="-" class-name="flex-1 h-[56px]" />
|
||||
<InputText :readonly="true" type="textarea" value="-" class-name="flex-1" />
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row justify-between w-full">
|
||||
@ -175,7 +175,7 @@
|
||||
|
||||
<div class="flex flex-row justify-between w-full">
|
||||
<h3 class="text-sm font-medium w-[170px] text-gray-800">Keterangan Pelapor:</h3>
|
||||
<InputText :readonly="true" type="textarea" value="-" class-name="flex-1 h-[56px]" />
|
||||
<InputText :readonly="true" type="textarea" value="-" class-name="flex-1" />
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row justify-between w-full">
|
||||
@ -185,12 +185,12 @@
|
||||
|
||||
<div class="flex flex-row justify-between w-full">
|
||||
<h3 class="text-sm font-medium w-[170px] text-gray-800">Uraian:</h3>
|
||||
<InputText :readonly="true" value="-" class-name="flex-1 h-[56px]" />
|
||||
<InputText :readonly="true" value="-" class-name="flex-1" />
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row justify-between w-full">
|
||||
<h3 class="text-sm font-medium w-[170px] text-gray-800">Response Pelanggan:</h3>
|
||||
<InputText :readonly="true" value="-" class-name="flex-1 h-[56px]" />
|
||||
<InputText :readonly="true" value="-" class-name="flex-1" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user