diff --git a/jero-web/src/components/ReferenceParameter/index.vue b/jero-web/src/components/ReferenceParameter/index.vue index d73eaf0a2..94db39bf8 100644 --- a/jero-web/src/components/ReferenceParameter/index.vue +++ b/jero-web/src/components/ReferenceParameter/index.vue @@ -6,41 +6,76 @@ ref='ruleForm' :model='formInline' :rules='rules' - :label-col='labelCol' - :wrapper-col='wrapperCol' > - - - * - {{ $t('from') }} - - - + + + * + {{$t('from')}} + + + + + {{ item.label }} - {{ $t('configure') }} - - + {{ $t('configure') }} + + + + + + + + + + + + + + + + + - - - * - {{ $t('ReferenceTo') }} - - - + + + * + {{$t('ReferenceTo')}} + + + + + {{ item.label }} - {{ $t('configure') }} - - + {{ $t('configure') }} + + + + + + + + + + + + + + + + @@ -265,6 +300,14 @@ export default { display: flex; justify-content: center; } +.itemOption { + display: inline-block; + width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; +} \ No newline at end of file