项目信息样式问题修改
parent
77aa182e2f
commit
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