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) => { };