diff --git a/src/views/trials/trials-list/index.vue b/src/views/trials/trials-list/index.vue
index c78ce455..853f075d 100644
--- a/src/views/trials/trials-list/index.vue
+++ b/src/views/trials/trials-list/index.vue
@@ -297,22 +297,21 @@
:label="$t('trials:trials-list:table:experimentName')"
show-overflow-tooltip
sortable="custom"
- min-width="160"
+ min-width="240"
/>
-
{{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
@@ -327,7 +326,7 @@
:label="$t('trials:trials-list:table:ExpetiedTaskCount')"
show-overflow-tooltip
sortable="custom"
- width="160"
+ min-width="120"
/>
{{scope.row.IR_ReadingCriterionList.join(', ')}}
@@ -395,7 +394,7 @@
:label="$t('trials:trials-list:table:IR_UrgentCount')"
show-overflow-tooltip
sortable="custom"
- width="160"
+ min-width="160"
/>
{{scope.row.IR_PMEmailList.join(', ')}}
@@ -431,7 +430,7 @@
:label="$t('trials:trials-list:table:IQC_UrgentCount')"
show-overflow-tooltip
sortable="custom"
- width="160"
+ min-width="140"
/>
@@ -78,7 +78,7 @@
@@ -86,7 +86,7 @@
@@ -101,7 +101,7 @@
@@ -109,7 +109,7 @@
@@ -117,7 +117,7 @@
diff --git a/src/views/trials/trials-panel/reading/read-task-allocation/index.vue b/src/views/trials/trials-panel/reading/read-task-allocation/index.vue
index 61863608..4bc4568c 100644
--- a/src/views/trials/trials-panel/reading/read-task-allocation/index.vue
+++ b/src/views/trials/trials-panel/reading/read-task-allocation/index.vue
@@ -411,7 +411,7 @@
v-if="manualAllocationVisible"
:title="$t('trials:reviewAssign:dialog:assignReader')"
:visible.sync="manualAllocationVisible"
- width="1610px"
+ width="1320px"
:close-on-click-modal="false"
>
{manualAllocationVisible = false}" @getList="getList">