File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4040 </span >
4141 </template >
4242
43- <div v-if =" jobsInfo" style =" display : flex ; justify-content : space-evenly ; margin : 5px 10 px ; gap : 20px ;" >
43+ <div v-if =" jobsInfo" style =" display : flex ; justify-content : space-evenly ; margin : 5px 50 px 5 px 0 px ; gap : 20px ;" >
4444 <WorkflowRatioCard title =" Jobs" :data =" jobsInfo.jobs" />
4545 <WorkflowRatioCard title =" Steps" :data =" jobsInfo.steps" />
4646 </div >
4747
4848 <Accordion :value =" jobsIdx" multiple >
4949 <AccordionPanel v-for =" (job, idx) in jobs" :key =" job.job.id" :value =" idx.toString()" >
5050 <AccordionHeader >
51- <div >
52- <Tag :value =" idx + 1" :severity =" job.job_tag" ></Tag >
51+ <Tag :value =" idx + 1" :severity =" job.job_tag" style =" flex-grow : 0 " ></Tag >
52+ <b style =" font-size : large ; flex-grow : 1 ; text-align : center ;" > {{ job.job.name }} </b >
53+ <span style =" flex-grow : 0 ; margin-right : 5px ; font-size : smaller ;" >
5354 ( {{ job.job_duration_sec }} secs )
54- </div >
55- <b style =" font-size : large " > {{ job.job.name }} </b >
55+ </span >
5656 </AccordionHeader >
5757
5858 <AccordionContent >
@@ -421,4 +421,9 @@ const jobsInfo = computed(() => {
421421 color : gray ;
422422 justify-self : end ;
423423}
424+
425+ .p-card-body {
426+ padding : 0.4rem !important ;
427+ gap : 0 !important
428+ }
424429 </style >
You can’t perform that action at this time.
0 commit comments