File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
@click =" closeDialog"
9
9
>
10
10
<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"
12
12
@click.stop
13
13
>
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" >
15
15
<VisionTable
16
16
v-if =" records && props.checkboxes.length"
17
17
:checkbox =" props.checkboxes"
28
28
:primaryKey =" primaryKey"
29
29
/>
30
30
<Button
31
- class =" w-64"
31
+ class =" bulk-vision-button w-64"
32
32
@click =" saveData"
33
33
>
34
34
{{ props.checkboxes.length > 1 ? 'Save fields' : 'Save field' }}
You can’t perform that action at this time.
0 commit comments