แก้ไขลงเวลา

This commit is contained in:
Warunee Tamkoo 2023-12-12 12:07:35 +07:00
parent 5ab256807a
commit 143c889fa1
2 changed files with 11 additions and 11 deletions

View file

@ -181,7 +181,7 @@ watch(
:close="close"
/>
<q-separator color="grey-4" />
<q-card-section style="max-height: 50vh" class="scroll q-pa-none">
<q-card-section style="max-height: 80vh" class="scroll q-pa-none">
<div
class="col q-ma-md q-pa-sm bg-white border_custom text-weight-medium"
>
@ -371,19 +371,19 @@ watch(
</div>
</q-card-section>
<q-separator color="grey-4" />
<div class="q-pa-xs">
<div class="q-pa-sm">
<div class="row justify-end">
<q-btn
id="onSubmit"
type="submit"
flat
round
color="secondary"
icon="mdi-content-save-outline"
><q-tooltip>{{
props.editCheck === "add" ? "บันทึกข้อมูล" : "บันทึกแก้ไขข้อมูล"
}}</q-tooltip></q-btn
dense
unelevated
label="บันทึก"
color="public"
class="q-px-md"
>
<q-tooltip>นท</q-tooltip>
</q-btn>
</div>
</div>
</form>