Merge branch 'feature/230701-列表上面操作按钮显示两个' into develop

This commit is contained in:
黎永顺 2023-07-04 16:00:15 +08:00
commit 600816c98f
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ export default class Calculate extends React.Component {
style={{ display: "inline-block", marginRight: 8 }}>
<a
href="javascript:void(0);"
style={idx === 1 ? { padding: "0 12px" } : {}}
onClick={() => this.handleOperateClick(it.index, record)}>
{it.text}
</a>