医学审核布局调整

uat_us
caiyiling 2024-03-06 16:53:05 +08:00
parent 10a1238ab5
commit 1154c700c3
1 changed files with 3 additions and 2 deletions

View File

@ -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;