Compare commits
No commits in common. "9c36c7975cf9eee1aad37e04a869399645628e74" and "09ed271199ae8c67f0e2d7646f31b15468e3c319" have entirely different histories.
9c36c7975c
...
09ed271199
|
@ -4,13 +4,8 @@
|
||||||
:column="2"
|
:column="2"
|
||||||
border
|
border
|
||||||
style="width: 1000px"
|
style="width: 1000px"
|
||||||
:labelStyle="{
|
labelStyle="white-space:nowrap;"
|
||||||
whiteSpace: 'nowrap',
|
contentStyle="word-break:break-all;"
|
||||||
}"
|
|
||||||
: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