diff --git a/public/error.html b/public/error.html index 155c50e2..4c05b498 100644 --- a/public/error.html +++ b/public/error.html @@ -23,8 +23,8 @@ -
- +
+
@@ -148,7 +148,7 @@ left: 50%; top: 50%; transform: translate(-50%,-50%); - width: 1200px; + width: 1100px; height: 600px; box-sizing: border-box; background: rgb(255, 255, 255); @@ -179,7 +179,12 @@ .login-container .login-body .login-l .login-image img{ height: 100%; } - + .login-container .login-body .login-l .login-image-usa { + width: 100%; + display: flex; + align-items: center; + justify-content: flex-end; + } .login-container .login-body .login-r{ position: relative; float: left; diff --git a/public/errorEN.html b/public/errorEN.html index 455de101..b1139766 100644 --- a/public/errorEN.html +++ b/public/errorEN.html @@ -23,8 +23,8 @@
-
- +
+
@@ -104,7 +104,7 @@ left: 50%; top: 50%; transform: translate(-50%,-50%); - width: 1200px; + width: 1100px; height: 600px; box-sizing: border-box; background: rgb(255, 255, 255); @@ -135,7 +135,12 @@ .login-container .login-body .login-l .login-image img{ height: 100%; } - + .login-container .login-body .login-l .login-image-usa { + width: 100%; + display: flex; + align-items: center; + justify-content: flex-end; + } .login-container .login-body .login-r{ position: relative; float: left; diff --git a/public/error_assets/login-bg.svg b/public/error_assets/login-bg.svg new file mode 100644 index 00000000..f65c3c32 --- /dev/null +++ b/public/error_assets/login-bg.svg @@ -0,0 +1,793 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/api/admin.js b/src/api/admin.js index 05e82744..dbd9acf4 100644 --- a/src/api/admin.js +++ b/src/api/admin.js @@ -309,3 +309,11 @@ export function rePublishEvent(params) { params }) } +// userId获取doctorId +export function useUserIDGetDoctorID(data) { + return request({ + url: `/TrialSiteSurvey/useUserIDGetDoctorID`, + method: 'post', + data + }) +} diff --git a/src/api/reviewers.js b/src/api/reviewers.js index e1fda283..d7b084f1 100644 --- a/src/api/reviewers.js +++ b/src/api/reviewers.js @@ -321,4 +321,12 @@ export function addOrUpdateResearchPublicationInfo(param) { method: 'post', data: param }) +} +// 发送简历采集邮件 +export function doctorSendEmail(param) { + return request({ + url: `/Doctor/sendEmail`, + method: 'post', + data: param + }) } \ No newline at end of file diff --git a/src/styles/index.scss b/src/styles/index.scss index 9700fe12..375cad02 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -149,6 +149,7 @@ body .el-table th.gutter { } .el-dialog__body { + margin-top: 15px; height: calc(100% - 70px); padding: 0 20px; @@ -347,6 +348,7 @@ body .el-table th.gutter { background: #000; z-index: 3999; } -.el-message-box__wrapper{ + +.el-message-box__wrapper { z-index: 9999 !important; } \ No newline at end of file diff --git a/src/views/dictionary/institutions/components/SiteForm.vue b/src/views/dictionary/institutions/components/SiteForm.vue index f348b047..b86d9ff3 100644 --- a/src/views/dictionary/institutions/components/SiteForm.vue +++ b/src/views/dictionary/institutions/components/SiteForm.vue @@ -14,11 +14,17 @@ - + - + @@ -46,7 +52,7 @@ v-model="form.HospitalId" clearable placeholder="Please select" - style="width:100%;" + style="width: 100%" >
-