fix(项目管理): 模板字段值显示问题

--bug=1039451 --user=宋昌昌 【项目管理】模板管理-用例/缺陷模板-模板列表-单选/复选框-选项值过长(数字)-显示超出 https://www.tapd.cn/55049933/s/1498873
This commit is contained in:
song-cc-rock 2024-04-16 18:24:01 +08:00 committed by 刘瑞斌
parent ccda1a8b6b
commit 7b5b1bcca8
3 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<MsDrawer
v-model:visible="showAddDrawer"
:title="t('system.orgTemplate.createField')"
:title="t('system.orgTemplate.associatedField')"
:ok-text="t('system.orgTemplate.save')"
:ok-loading="drawerLoading"
:width="800"

View File

@ -840,4 +840,7 @@
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
overflow-wrap: break-word;
}
:deep(.arco-form-item-content) {
overflow-wrap: anywhere;
}
</style>

View File

@ -140,4 +140,8 @@
:deep(.arco-form-item-layout-vertical > .arco-form-item-label-col) {
overflow-wrap: break-word;
}
:deep(.arco-form-item-content) {
overflow-wrap: anywhere;
}
</style>