diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pull-image-list.vue index dc0aeb9..8e7535a 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pull-image-list.vue @@ -117,6 +117,7 @@ clearable multiple collapse-tags + style="width: 140px;" > = MaxStudyCount) { let message = this.$t( 'trials:inspection:pullImage:confirm:limit50' - ).replace('xx', MaxStudyCount) - this.$confirm(message, 'hahaha', { + ).replace('xxx', MaxStudyCount) + this.$confirm(message, '', { type: 'warning', showCancelButton: false, })