diff --git a/pc4mobx/hrmSalary/pages/salaryFile/index.less b/pc4mobx/hrmSalary/pages/salaryFile/index.less index ebc4a8a4..ac388b47 100644 --- a/pc4mobx/hrmSalary/pages/salaryFile/index.less +++ b/pc4mobx/hrmSalary/pages/salaryFile/index.less @@ -169,10 +169,12 @@ } .adjustItem-layout { - .ant-table-fixed td { + .ant-table-fixed-left td > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + width: 100px; + display: inline-block; } } diff --git a/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js b/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js index 13706751..97bb8519 100644 --- a/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js +++ b/pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js @@ -4,6 +4,7 @@ import { WeaLocaleProvider, WeaTable } from "ecCom"; import { inject, observer } from "mobx-react"; import { deleteSalaryItem } from "../../apis/archive"; import SalaryArchiveEditAdjLogRecord from "./salaryArchiveEditAdjLogRecord"; +import "./index.less"; const { getLabel } = WeaLocaleProvider; @inject("salaryFileStore")