เงินเดือน => fix bug

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-19 11:50:08 +07:00
parent ea0a6bab77
commit c04ae5f71a
4 changed files with 5 additions and 5 deletions

View file

@ -145,10 +145,10 @@ watch(
</div>
</q-card>
<q-scroll-area style="height: 65vh; max-width: 100%">
<q-scroll-area style="height: 60vh; max-width: 100%">
<div class="q-gutter-md q-pa-sm">
<q-card bordered style="border: 1px solid #d6dee1">
<q-card-section>
<q-card-section style="padding-bottom: 0px;">
<div class="text-weight-bold row items-center">
<span class="q-ml-md">
{{

View file

@ -126,7 +126,7 @@ onMounted(() => {
</script>
<template>
<q-card-section>
<q-card-section class="q-pt-none">
<div class="row items-center q-gutter-x-sm q-pb-sm">
<q-space />
<q-input dense outlined v-model="keyword" label="ค้นหา" class="q-mr-sm">

View file

@ -151,7 +151,7 @@ onMounted(() => {
</script>
<template>
<q-card-section>
<q-card-section class="q-pt-none">
<div class="row items-center q-gutter-x-sm q-pb-sm">
<q-space />
<q-input dense outlined v-model="keyword" label="ค้นหา" class="q-mr-sm">

View file

@ -169,7 +169,7 @@ onMounted(() => {
</script>
<template>
<q-card-section>
<q-card-section class="q-pt-none">
<div class="row items-center q-gutter-x-sm q-pb-sm">
<q-space />
<q-input dense outlined v-model="keyword" label="ค้นหา" class="q-mr-sm">