updated color
This commit is contained in:
parent
2672f7518c
commit
326f5f8e6a
12 changed files with 18 additions and 31 deletions
|
|
@ -99,8 +99,8 @@ function nextPage() {
|
|||
</q-tab>
|
||||
</q-tabs>
|
||||
<div>
|
||||
<q-btn color="blue" flat dense icon="mdi-plus" @click="nextPage">
|
||||
<q-tooltip> เพิ่ม </q-tooltip>
|
||||
<q-btn color="primary" flat dense icon="mdi-plus" @click="nextPage">
|
||||
<q-tooltip> เพิ่มข้อมูล </q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -568,8 +568,15 @@ onMounted(async () => {
|
|||
</q-list>
|
||||
</q-menu>
|
||||
</q-btn>
|
||||
<q-btn color="blue" rounded flat dense icon="mdi-plus" @click="addData">
|
||||
<q-tooltip> เพิ่ม </q-tooltip>
|
||||
<q-btn
|
||||
color="primary"
|
||||
rounded
|
||||
flat
|
||||
dense
|
||||
icon="mdi-plus"
|
||||
@click="addData"
|
||||
>
|
||||
<q-tooltip> เพิ่มข้อมูล </q-tooltip>
|
||||
</q-btn>
|
||||
</q-toolbar>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -275,10 +275,9 @@ onMounted(async () => {
|
|||
<div class="row">
|
||||
<q-btn
|
||||
@click="router.push(`/probation/add/${profileId}`)"
|
||||
size="12px"
|
||||
flat
|
||||
round
|
||||
color="add"
|
||||
color="primary"
|
||||
icon="mdi-plus"
|
||||
>
|
||||
<q-tooltip>เพิ่มงานที่ได้รับมอบหมาย</q-tooltip>
|
||||
|
|
@ -315,7 +314,6 @@ onMounted(async () => {
|
|||
outlined
|
||||
emit-value
|
||||
map-options
|
||||
|
||||
options-dense
|
||||
option-value="name"
|
||||
style="min-width: 140px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue