width: '110px',

dev_forum
hjm 5 years ago
parent 554ab74304
commit 6b27cca854

@ -71,9 +71,10 @@ function buildColumns(that, student_works) {
width: 90, width: 90,
dataIndex: 'user_name', dataIndex: 'user_name',
key: 'user_name', key: 'user_name',
// width: '110px',
render: (text, record) => ( render: (text, record) => (
<div style={{ <div style={{
width: '110px',
overflow: 'hidden', overflow: 'hidden',
textOverflow: 'ellipsis', textOverflow: 'ellipsis',
whiteSpace: 'nowrap' whiteSpace: 'nowrap'

Loading…
Cancel
Save