fix(项目管理): 模板字段值显示问题
--bug=1039451 --user=宋昌昌 【项目管理】模板管理-用例/缺陷模板-模板列表-单选/复选框-选项值过长(数字)-显示超出 https://www.tapd.cn/55049933/s/1498873
This commit is contained in:
parent
ccda1a8b6b
commit
7b5b1bcca8
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<MsDrawer
|
<MsDrawer
|
||||||
v-model:visible="showAddDrawer"
|
v-model:visible="showAddDrawer"
|
||||||
:title="t('system.orgTemplate.createField')"
|
:title="t('system.orgTemplate.associatedField')"
|
||||||
:ok-text="t('system.orgTemplate.save')"
|
:ok-text="t('system.orgTemplate.save')"
|
||||||
:ok-loading="drawerLoading"
|
:ok-loading="drawerLoading"
|
||||||
:width="800"
|
:width="800"
|
||||||
|
|
|
@ -840,4 +840,7 @@
|
||||||
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
|
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
:deep(.arco-form-item-content) {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -140,4 +140,8 @@
|
||||||
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
|
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.arco-form-item-content) {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue