From f4adb9489316e62956dc62641303ded6b7362b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 6 Dec 2023 18:51:17 +0800 Subject: [PATCH] =?UTF-8?q?release/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/calculate/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pc4mobx/hrmSalary/pages/calculate/index.less b/pc4mobx/hrmSalary/pages/calculate/index.less index b0418614..98cfc21f 100644 --- a/pc4mobx/hrmSalary/pages/calculate/index.less +++ b/pc4mobx/hrmSalary/pages/calculate/index.less @@ -82,12 +82,17 @@ } .ant-table-tbody { + .ant-table-row-indent { + display: none; + } + td { span { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + display: inline-block; } } }