From c51c93c8122f0058fd7fffb66f256126f7acf054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Mon, 25 Mar 2024 17:23:42 +0800 Subject: [PATCH] =?UTF-8?q?hotfix/2.12.1.2403.02=20=E8=B0=83=E8=96=AA?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/salaryFile/index.less | 4 +++- pc4mobx/hrmSalary/pages/salaryFile/salaryItemChangeList.js | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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")