diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue index afe87973..396521f0 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeMeasurementList.vue @@ -23,10 +23,15 @@ :criterionId="TrialReadingCriterionId"> -
+ @@ -88,6 +93,7 @@ @@ -484,5 +541,27 @@ export default { } } + .questions-footer{ + position: absolute; + bottom:0; + left: 0; + z-index: 10; + background: #000; + width: 100%; + display: flex; + justify-content: right; + align-items: center; + height: 50px; + .feedback-icon{ + padding: 0 10px; + color: #fff; + font-weight: 400; + font-size: 22px; + cursor: pointer; + &:hover{ + color: #68a2d5; + } + } + } }