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