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