parent
a7e75331e1
commit
c51c93c812
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue