fix: reduced with of marks column
This commit is contained in:
@@ -372,7 +372,7 @@ const questionColumns = computed(() => {
|
|||||||
{
|
{
|
||||||
label: __('Marks'),
|
label: __('Marks'),
|
||||||
key: 'marks',
|
key: 'marks',
|
||||||
width: '10rem',
|
width: '5rem',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user