From bdb67fd47baf04ecd8d7a0a1902fa02bc1146b45 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Tue, 27 Aug 2024 16:49:40 +0800 Subject: [PATCH] =?UTF-8?q?r=E4=BA=BA=E5=91=98=E7=AE=80=E5=8E=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=A0=E6=B3=95=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/components/resource/PersonnelResume.js | 2 +- pc4mobx/organization/style/resume.less | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pc4mobx/organization/components/resource/PersonnelResume.js b/pc4mobx/organization/components/resource/PersonnelResume.js index 28b81f1..78a0f12 100644 --- a/pc4mobx/organization/components/resource/PersonnelResume.js +++ b/pc4mobx/organization/components/resource/PersonnelResume.js @@ -326,7 +326,7 @@ export default class PersonnelResume extends React.Component { dropMenuDatas={this.getDropMenuDatas()} onDropMenuClick={(e) => this.handleMenuClick(e)} > - + { !this.isEmptyObject(resumeList) ?
diff --git a/pc4mobx/organization/style/resume.less b/pc4mobx/organization/style/resume.less index 419010e..d016b2a 100644 --- a/pc4mobx/organization/style/resume.less +++ b/pc4mobx/organization/style/resume.less @@ -37,4 +37,10 @@ left: 44%; box-shadow: 2px 2px 10px #909090; background-color: #FFFFFF; + } + + .org-personnel-resume { + .wea-left-right-layout-right { + overflow: scroll !important; + } } \ No newline at end of file