From 71e04c3bf11f10f35ab8c35f2f7a997b83ad11a6 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 9 Jul 2026 15:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E7=A1=AE=E8=AE=A4=E5=BC=B9=E6=A1=86=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 4 ++++ src/views/research-mobile/detail.vue | 3 ++- .../reading/visit-review/components/StudyList.vue | 11 +++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index f28ee724..c19563d4 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -376,4 +376,8 @@ body .el-table th.gutter { height: 20px !important; vertical-align: -0.4em !important; cursor: pointer; +} + +.mobile_confirm { + width: 200px; } \ No newline at end of file diff --git a/src/views/research-mobile/detail.vue b/src/views/research-mobile/detail.vue index 0a0d6893..089ee9d0 100644 --- a/src/views/research-mobile/detail.vue +++ b/src/views/research-mobile/detail.vue @@ -126,7 +126,8 @@ export default { this.userTypeEnumInt === 0 ? this.$t('trials:researchForm:message:submitWarning') : this.$t('trials:researchForm:message:submitWarning2'), { type: 'warning', - distinguishCancelAndClose: true + distinguishCancelAndClose: true, + customClass: "mobile_confirm" } ) if (confirm !== 'confirm') return diff --git a/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue b/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue index d88a9373..4c6b020b 100644 --- a/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue +++ b/src/views/trials/trials-panel/reading/visit-review/components/StudyList.vue @@ -15,7 +15,8 @@