hotfix/2.12.1.2403.02

调薪列表样式修改
This commit is contained in:
黎永顺 2024-03-25 17:23:42 +08:00
parent a7e75331e1
commit c51c93c812
2 changed files with 4 additions and 1 deletions

View File

@ -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;
}
}

View File

@ -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")