产品-薪资核算列表样式修改

This commit is contained in:
黎永顺 2023-07-04 16:02:15 +08:00
parent 0772c85c01
commit ff7ef86172
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +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" } : {}}
style={(idx === 1 && it.text.length === 2) ? { padding: "0 12px" } : {}}
onClick={() => this.handleOperateClick(it.index, record)}>
{it.text}
</a>