dev: hotfix, styling

+ sidebar
+ modal and dialog
This commit is contained in:
2025-10-16 05:28:40 +07:00
parent 1cae6de418
commit bf831edead
6 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -85,7 +85,7 @@ function onCancelForm() {
<template>
<form id="form-medicine" @submit.prevent>
<Block labelSize="thin" class="!mb-2.5 !pt-0 xl:!mb-3" :colCount="1">
<Block class="!mb-2.5 !pt-0 xl:!mb-3" :colCount="1">
<Cell>
<Label height="">Kode</Label>
<Field :errMessage="errors.code">
@@ -111,7 +111,7 @@ function onCancelForm() {
</Field>
</Cell>
<Cell>
<Label height="compact">Kelompok Obat</Label>
<Label >Kelompok Obat</Label>
<Field :errMessage="errors.medicineGroup_code">
<Select
id="medicineGroup_code"
@@ -139,7 +139,7 @@ function onCancelForm() {
</Field>
</Cell>
<Cell>
<Label height="compact">Satuan</Label>
<Label>Satuan</Label>
<Field :errMessage="errors.uom_code">
<Select
id="uom_code"