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