parent
29be0d6035
commit
02af3d9b55
|
@ -3,10 +3,6 @@
|
||||||
|
|
||||||
<div class="container" :style="{'height':height+'px'}" style="padding-bottom: 50px;overflow-y: auto;">
|
<div class="container" :style="{'height':height+'px'}" style="padding-bottom: 50px;overflow-y: auto;">
|
||||||
<div class="basic-info">
|
<div class="basic-info">
|
||||||
<h3 v-if="isReadingShowSubjectInfo">
|
|
||||||
<span v-if="subjectCode">{{ subjectCode }} </span>
|
|
||||||
<span style="margin-left:5px;">{{ taskBlindName }}</span>
|
|
||||||
</h3>
|
|
||||||
<div v-if="readingTaskState < 2">
|
<div v-if="readingTaskState < 2">
|
||||||
<el-tooltip class="item" effect="dark" :content="$t('trials:dicomReading:message:confirmReset')" placement="bottom">
|
<el-tooltip class="item" effect="dark" :content="$t('trials:dicomReading:message:confirmReset')" placement="bottom">
|
||||||
<i
|
<i
|
||||||
|
@ -15,6 +11,10 @@
|
||||||
/>
|
/>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
<h3 v-if="isReadingShowSubjectInfo">
|
||||||
|
<span v-if="subjectCode">{{ subjectCode }} </span>
|
||||||
|
<span style="margin-left:5px;">{{ taskBlindName }}</span>
|
||||||
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<QuestionsPreview
|
<QuestionsPreview
|
||||||
ref="QuestionsPreview"
|
ref="QuestionsPreview"
|
||||||
|
@ -465,6 +465,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-direction: row-reverse;
|
||||||
h3{
|
h3{
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
|
|
Loading…
Reference in New Issue