diff --git a/src/components/task/hpcList.vue b/src/components/task/hpcList.vue index fb592d0e..b5d1b2db 100644 --- a/src/components/task/hpcList.vue +++ b/src/components/task/hpcList.vue @@ -27,8 +27,10 @@ {{ WORK_STATUS.O[row.jobStatus] }} @@ -145,4 +147,16 @@ onMounted(async () => { height: 100%; } } + +.img-box { + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-start; + + .img { + border-radius: 2px; + } +} diff --git a/src/views/task/execution/components/runDetailPage/runPagecomponent/jobList.vue b/src/views/task/execution/components/runDetailPage/runPagecomponent/jobList.vue index 649b2f27..99a5b549 100644 --- a/src/views/task/execution/components/runDetailPage/runPagecomponent/jobList.vue +++ b/src/views/task/execution/components/runDetailPage/runPagecomponent/jobList.vue @@ -1,7 +1,6 @@ @@ -139,4 +140,16 @@ onBeforeMount(() => { width: 100%; height: 100%; } + +.img-box { + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-start; + + .img { + border-radius: 2px; + } +}