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 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"
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' }}
You can’t perform that action at this time.
0 commit comments