From c8808a69b2d63da2943aa676a3d4344fb20ecf3c Mon Sep 17 00:00:00 2001 From: watcharanondh Date: Fri, 16 Jun 2023 16:13:37 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=8AUI=20-=20=E0=B8=A3=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=A5=E0=B8=B0=E0=B9=80=E0=B8=AD=E0=B8=B5=E0=B8=A2=E0=B8=94?= =?UTF-8?q?=E0=B8=82=E0=B8=AD=E0=B8=87=20"=E0=B8=AB=E0=B8=99=E0=B9=88?= =?UTF-8?q?=E0=B8=A7=E0=B8=A2=E0=B8=81=E0=B8=81."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/exams_other/Detail.vue | 14 +- .../components/exams_other/Education.vue | 7 +- .../exams_other/Information/Address.vue | 2 +- .../exams_other/Information/Certicate.vue | 2 +- .../exams_other/Information/Information.vue | 2 +- .../exams_other/Information/layout.vue | 16 ++- .../components/exams_other/Insignia.vue | 2 +- .../components/exams_other/Qualification.vue | 135 ++++++++++-------- 8 files changed, 114 insertions(+), 66 deletions(-) diff --git a/src/modules/05_placement/components/exams_other/Detail.vue b/src/modules/05_placement/components/exams_other/Detail.vue index f77c1728b..8c850737e 100644 --- a/src/modules/05_placement/components/exams_other/Detail.vue +++ b/src/modules/05_placement/components/exams_other/Detail.vue @@ -36,24 +36,29 @@ onMounted(async () => {
- +
+
+
+
+
+
- +
@@ -70,4 +75,9 @@ onMounted(async () => { .information:target { padding-top: 84px; } + +.horizontal-line { + background-color: #F4F4F4; + height: 5px; +} \ No newline at end of file diff --git a/src/modules/05_placement/components/exams_other/Education.vue b/src/modules/05_placement/components/exams_other/Education.vue index 726596805..0079e0854 100644 --- a/src/modules/05_placement/components/exams_other/Education.vue +++ b/src/modules/05_placement/components/exams_other/Education.vue @@ -942,7 +942,7 @@ const getClass = (val: boolean) => { };