From 22c9732382caae3075f2ea1fbf562d8c73394618 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 6 Mar 2024 17:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=9E=8D=E5=90=88=E7=95=8C=E9=9D=A2=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E5=8F=8A=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dicoms/components/Lugano/QuestionList.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue index 800d8694..9903667a 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Lugano/QuestionList.vue @@ -66,7 +66,7 @@
- +
@@ -163,20 +163,20 @@ v-loading="merge.loading" :visible.sync="merge.visible" :close-on-click-modal="false" - title="靶病灶融合" + :title="$t('trials:reading:lugano:message:merge')" width="500px" >
- + {{ mergeInfo.lesionName }} {{ mergeInfo.lesionPart }}
-
+
@@ -186,12 +186,12 @@ /> @@ -1393,6 +1393,9 @@ export default { color:#ddd; font-size: 13px; margin-bottom: 10px; + span{ + font-size: 15px; + } } } }