提交 c89db0f5 authored 作者: vipcxj's avatar vipcxj

fix: 固定的操作列必须有固定宽度

上级 0a3e91b1
...@@ -94,6 +94,7 @@ class DsTable extends React.Component { ...@@ -94,6 +94,7 @@ class DsTable extends React.Component {
title: '操作', title: '操作',
key: createUniqueKey(tableProps.columns, 'operations'), key: createUniqueKey(tableProps.columns, 'operations'),
fixed: 'right', fixed: 'right',
width: 150,
render: (text, record, rowIndex, meta, globalMeta) => { render: (text, record, rowIndex, meta, globalMeta) => {
return ( return (
<div style={{ whiteSpace: 'nowrap' }}> <div style={{ whiteSpace: 'nowrap' }}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论