diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index 83cf99173..ca0dcf44f 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -324,12 +324,12 @@ onMounted(async () => { > - + ทั่วไป: - ปฏิบัติงาน,ชำนาญงาน,อาวุโส ปฏิบัติงาน, ชำนาญงาน, อาวุโส @@ -337,7 +337,9 @@ onMounted(async () => { วิชาการ: - ปฏิบัติการ,ชำนาญการ,ชำนาญการพิเศษ + ปฏิบัติการ, ชำนาญการ, ชำนาญการพิเศษ @@ -351,7 +353,7 @@ onMounted(async () => { - + @@ -364,7 +366,7 @@ onMounted(async () => { วิชาการ: - เชี่ยวชาญ,ทรงคุณวุฒิ เชี่ยวชาญ, ทรงคุณวุฒิ @@ -381,7 +383,7 @@ onMounted(async () => { บริหาร: - ต้น,สูง ต้น, สูง @@ -555,4 +557,7 @@ onMounted(async () => { .q-tabs--vertical .q-tab { padding: 0 20px; } +.tootip-txt-normal { + font-size: 0.8rem; +}