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 {