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