From 6707bfef8c8eb3deeba60971c4a53c850160989e Mon Sep 17 00:00:00 2001 From: Tanyalak Date: Thu, 12 Oct 2023 11:22:22 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A3?= =?UTF-8?q?=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B8=AA=E0=B8=A3=E0=B8=A3=E0=B8=AB?= =?UTF-8?q?=E0=B8=B2=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=97=E0=B8=B3?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99=20=E0=B8=A3=E0=B8=A7=E0=B8=A1?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=A2=E0=B8=B0=E0=B9=80=E0=B8=A7=E0=B8=A5?= =?UTF-8?q?=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../03_recruiting/components/Career.vue | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/modules/03_recruiting/components/Career.vue b/src/modules/03_recruiting/components/Career.vue index bb7ff708e..1a458efd1 100644 --- a/src/modules/03_recruiting/components/Career.vue +++ b/src/modules/03_recruiting/components/Career.vue @@ -34,7 +34,7 @@ @@ -353,7 +354,7 @@ const columns = ref([ sortable: true, field: "position", headerStyle: "font-size: 14px", - style: "font-size: 14px", + style: "font-size: 14px; width:25%;", sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, @@ -364,7 +365,7 @@ const columns = ref([ sortable: true, field: "type", headerStyle: "font-size: 14px", - style: "font-size: 14px", + style: "font-size: 14px; width:20%;", sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, @@ -408,7 +409,7 @@ const columns = ref([ sortable: true, field: "startDate", headerStyle: "font-size: 14px", - style: "font-size: 14px", + style: "font-size: 14px; width:15%;", sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, @@ -419,7 +420,7 @@ const columns = ref([ sortable: true, field: "endDate", headerStyle: "font-size: 14px", - style: "font-size: 14px", + style: "font-size: 14px; width:15%;", sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), }, @@ -430,7 +431,7 @@ const columns = ref([ sortable: true, field: "rangeDate", headerStyle: "font-size: 14px", - style: "font-size: 14px", + style: "font-size: 14px; width:20%;", sort: (a: string, b: string) => a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), },