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