医学审核布局调整
parent
10a1238ab5
commit
1154c700c3
|
@ -11,7 +11,7 @@
|
|||
:row-data="rowData"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div style="margin-top:15px;">
|
||||
<!-- 审核问题 -->
|
||||
<h3>{{ $t('trials:medicalFeedback:title:auditQuestions') }}</h3>
|
||||
<Issues
|
||||
|
@ -23,7 +23,7 @@
|
|||
:is-send-message="isSendMessage"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div style="margin-top:10px;">
|
||||
<!-- 结论 -->
|
||||
<h3>{{ $t('trials:medicalFeedback:title:conclusions') }}</h3>
|
||||
<Conclusions
|
||||
|
@ -313,6 +313,7 @@ export default {
|
|||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-left: 15px;
|
||||
|
||||
.medical-audit-content{
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in New Issue