Skip to content

Commit 6c457ac

Browse files
committed
fix: add custom classes
1 parent a11a753 commit 6c457ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom/visionAction.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
@click="closeDialog"
99
>
1010
<div
11-
class="relative max-w-[95vw] max-h-[90vh] bg-white dark:bg-gray-900 rounded-md shadow-2xl overflow-hidden"
11+
class="bulk-vision-dialog relative max-w-[95vw] max-h-[90vh] bg-white dark:bg-gray-900 rounded-md shadow-2xl overflow-hidden"
1212
@click.stop
1313
>
14-
<div class="flex flex-col items-end justify-evenly gap-4 w-full h-full p-6 overflow-y-auto">
14+
<div class="bulk-vision-table flex flex-col items-end justify-evenly gap-4 w-full h-full p-6 overflow-y-auto">
1515
<VisionTable
1616
v-if="records && props.checkboxes.length"
1717
:checkbox="props.checkboxes"
@@ -28,7 +28,7 @@
2828
:primaryKey="primaryKey"
2929
/>
3030
<Button
31-
class="w-64"
31+
class="bulk-vision-button w-64"
3232
@click="saveData"
3333
>
3434
{{ props.checkboxes.length > 1 ? 'Save fields' : 'Save field' }}

0 commit comments

Comments
 (0)