diff --git a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue index 477285492..b735f163b 100644 --- a/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue +++ b/src/pages/regulatoryRepository/standardTranslationAcquisitionRequest/components/detailModal.vue @@ -68,7 +68,7 @@ - {{ StandardApplyForEO.reason ? StandardApplyForEO.reason : '--' }} + {{ StandardApplyForEO.reason ? StandardApplyForEO.reason : '--' }} @@ -82,8 +82,8 @@ - - {{ StandardApplyForEO.refuseCause ? StandardApplyForEO.refuseCause : '--' }} + + {{ StandardApplyForEO.refuseCause ? StandardApplyForEO.refuseCause : '--' }} @@ -141,6 +141,12 @@ export default { z-index: 999; } .content{ + display: flex; + align-items: center; + height: 50px; + overflow: auto; +} +.contentLine{ display: flex; align-items: center; min-height: 50px;