diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js
index 717910dd..b345f310 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumDeduct/index.js
@@ -637,7 +637,7 @@ export default class CumDeduct extends React.Component {
} else if (item.dataIndex === "operate") {
return {
...item,
- width: 100,
+ width: 120,
fixed: "right",
render: (text, record) => (
diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js
index 82849f06..be8a4c86 100644
--- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js
+++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js
@@ -620,7 +620,7 @@ export default class CumSituation extends React.Component {
} else if (item.dataIndex === "operate") {
return {
...item,
- width: 100,
+ width: 120,
fixed: "right",
render: (text, record) =>