Compare commits
2 Commits
09ed271199
...
9c36c7975c
Author | SHA1 | Date |
---|---|---|
|
9c36c7975c | |
|
3f80df204c |
|
@ -4,8 +4,13 @@
|
||||||
:column="2"
|
:column="2"
|
||||||
border
|
border
|
||||||
style="width: 1000px"
|
style="width: 1000px"
|
||||||
labelStyle="white-space:nowrap;"
|
:labelStyle="{
|
||||||
contentStyle="word-break:break-all;"
|
whiteSpace: 'nowrap',
|
||||||
|
}"
|
||||||
|
:contentStyle="{
|
||||||
|
wordBreak: 'break-all',
|
||||||
|
whiteSpace: 'nowrap',
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
<el-descriptions-item :label="$t('trials:trials-list:form:trialId')">
|
<el-descriptions-item :label="$t('trials:trials-list:form:trialId')">
|
||||||
{{ trialInfo.TrialCode }}
|
{{ trialInfo.TrialCode }}
|
||||||
|
|
Loading…
Reference in New Issue