diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index 72501241..d57020c4 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -141,9 +141,18 @@ :disabled="scope.row.IsDeleted" @click="handlePreviewStudy(scope.row)" /> + + - - @@ -2248,4 +2249,9 @@ export default { padding: 10px; } } +::v-deep .tip-i{ + &::before{ + color: #fff !important; + } +}