Skip to content

Commit 94d693c

Browse files
committed
fix: update style for job info popup
1 parent 4999a54 commit 94d693c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom/JobsList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<div class="w-1vw md:w-64 bg-white border border-gray-200 dark:bg-gray-800 dark:border-gray-600 rounded-md">
33
<Modal
4+
class="p-4"
45
v-for="job in props.jobs" :key="job.id"
56
:beforeCloseFunction="onBeforeOpen"
67
:beforeOpenFunction="onBeforeClose"

0 commit comments

Comments
 (0)