[update] full name label

This commit is contained in:
2023-11-24 19:45:23 +07:00
parent 20a1e7b579
commit ab6e8bc73a

View File

@@ -18,7 +18,7 @@
<div class="col-span-full">
<div class="lg:flex lg:flex-col grid grid-cols-9 gap-2">
<mat-label class="col-span-1 lg:text-left lg:self-auto text-right self-center mr-4">ชื่อ</mat-label>
<mat-label class="col-span-1 lg:text-left lg:self-auto text-right self-center mr-4">ชื่อ - นามสกุล</mat-label>
<mat-form-field class="col-span-7">
<input matInput formControlName="first_name" readonly type="text">
</mat-form-field>