From 93a0c7675317d2bd476987fbc0698df97052eea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 16 Jan 2024 16:23:29 +0800 Subject: [PATCH] 1release/2.9.10.2312.02 --- pc4mobx/hrmSalary/components/mobileTemplate/index.js | 2 +- .../hrmSalary/components/mobileTemplate/index.less | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/pc4mobx/hrmSalary/components/mobileTemplate/index.js b/pc4mobx/hrmSalary/components/mobileTemplate/index.js index 3f260f5a..ba53b276 100644 --- a/pc4mobx/hrmSalary/components/mobileTemplate/index.js +++ b/pc4mobx/hrmSalary/components/mobileTemplate/index.js @@ -18,7 +18,7 @@ class Index extends Component { const { onlyOneGrup, showData } = dealTemplate(itemTypeList, "mobile"); return ( -
{title || getLabel(111, "薪酬预览")}
+ {/*
{title || getLabel(111, "薪酬预览")}
*/}
diff --git a/pc4mobx/hrmSalary/components/mobileTemplate/index.less b/pc4mobx/hrmSalary/components/mobileTemplate/index.less index 5338957f..34d1868a 100644 --- a/pc4mobx/hrmSalary/components/mobileTemplate/index.less +++ b/pc4mobx/hrmSalary/components/mobileTemplate/index.less @@ -8,7 +8,7 @@ } .pbmc-body { - height: calc(100% - 150px); + height: calc(100% - 50px); background: #f6f6f6; overflow: auto; @@ -84,15 +84,13 @@ .group-title { background: #fff; - background: var(--base-white); display: flex; - color: #2780c4; align-items: center; min-height: 45px; padding: 0 16px; border-bottom: 1px solid #f2f2f2; font-weight: bolder; - font-size: 16px; + font-size: 14px; } .group-list { @@ -104,16 +102,13 @@ background: #fff; .item-name { - font-size: 16px; padding: 8px 16px; - width: 40%; + width: 50%; display: flex; align-items: center; background: #fbfbfb; border-right: 1px solid #f2f2f2; flex-shrink: 0; - color: #2780c4; - font-weight: bolder; } .item-count {