From 3be7f6cd50d66876263ea6ad853ea3c129686202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 8 Dec 2023 19:09:52 +0800 Subject: [PATCH] =?UTF-8?q?hotfix/2.9.9.2312.01-=E4=B8=AA=E7=A8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/declareDetail/index.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/declareDetail/index.less b/pc4mobx/hrmSalary/pages/declareDetail/index.less index 596d9423..3e6fced4 100644 --- a/pc4mobx/hrmSalary/pages/declareDetail/index.less +++ b/pc4mobx/hrmSalary/pages/declareDetail/index.less @@ -1,6 +1,15 @@ .declareDetail-layout { .declareDetail-layout-content { padding: 0 16px; + + .ant-table-tbody { + td { + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + } } .icon-span {