阅片意见反馈
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e485b73e1b
commit
c5758b17df
|
@ -25,14 +25,14 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="questions-footer">
|
<div class="questions-footer">
|
||||||
<i class="el-icon-question feedback-icon" @click="openFeedBackTable" />
|
<i class="el-icon-question feedback-icon" @click="openFeedBackTable" />
|
||||||
<el-button size="mini" v-if="readingTaskState<2" style="margin-right: 10px" @click="handleSave(true)">
|
<el-button v-if="readingTaskState<2" style="margin-right: 10px" size="small" @click="handleSave(true)">
|
||||||
{{$t('common:button:save')}}
|
{{$t('common:button:save')}}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button v-if="readingTaskState<2 && IseCRFShowInDicomReading" type="primary" size="mini" @click="skipTask">
|
<el-button v-if="readingTaskState<2 && IseCRFShowInDicomReading" type="primary" size="small" @click="skipTask">
|
||||||
<!-- 跳过 -->
|
<!-- 跳过 -->
|
||||||
{{ $t('trials:readingReport:button:skip') }}
|
{{ $t('trials:readingReport:button:skip') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button size="mini" style="margin-right: 10px" v-if="readingTaskState<2 && IseCRFShowInDicomReading" @click="handleConfirm">
|
<el-button style="margin-right: 10px" size="small" v-if="readingTaskState<2 && IseCRFShowInDicomReading" @click="handleConfirm">
|
||||||
{{ $t('common:button:submit') }}</el-button>
|
{{ $t('common:button:submit') }}</el-button>
|
||||||
</div>
|
</div>
|
||||||
<!-- 签名框 -->
|
<!-- 签名框 -->
|
||||||
|
@ -556,7 +556,7 @@ export default {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 22px;
|
font-size: 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
&:hover{
|
&:hover{
|
||||||
color: #68a2d5;
|
color: #68a2d5;
|
||||||
|
|
Loading…
Reference in New Issue