fix: reduced with of marks column

This commit is contained in:
Jannat Patel
2024-10-08 16:09:21 +05:30
parent 3d82c36250
commit 3cd08c80c8

View File

@@ -372,7 +372,7 @@ const questionColumns = computed(() => {
{
label: __('Marks'),
key: 'marks',
width: '10rem',
width: '5rem',
},
]
})