项目信息样式问题修改

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-19 14:09:06 +08:00
parent 77aa182e2f
commit 3f80df204c
1 changed files with 7 additions and 2 deletions

View File

@ -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 }}