diff --git a/pc4mobx/organization/stores/personnelResume.js b/pc4mobx/organization/stores/personnelResume.js
index f811545..4f6e6c5 100644
--- a/pc4mobx/organization/stores/personnelResume.js
+++ b/pc4mobx/organization/stores/personnelResume.js
@@ -35,6 +35,7 @@ export class PersonnelResumeStore {
@observable resumeList = {};
@observable percent = 0;
@observable visible = false;
+ @observable show = false;
// @observable resumeList = {
// lastName: '徐凤年',
// sex: '男',
diff --git a/pc4mobx/organization/style/resume.less b/pc4mobx/organization/style/resume.less
index a2128fc..cb6b315 100644
--- a/pc4mobx/organization/style/resume.less
+++ b/pc4mobx/organization/style/resume.less
@@ -28,4 +28,13 @@
}
}
}
+ }
+
+ .search-group{
+ width: 420px;
+ height: 200px;
+ position: absolute;
+ left: 44%;
+ box-shadow: 2px 2px 10px #909090;
+ background-color: #FFFFFF;
}
\ No newline at end of file