fix(测试跟踪): 缺陷管理-附件-名称过长-删除时弹窗内名称显示不完整

--bug=1027774 --user=白奇 【测试跟踪】缺陷管理-附件-名称过长-删除时弹窗内名称显示不完整 https://www.tapd.cn/55049933/s/1396669
This commit is contained in:
baiqi 2023-07-24 16:58:52 +08:00 committed by fit2-zhao
parent 11a385f88c
commit a51e0aca87
1 changed files with 3 additions and 1 deletions

View File

@ -343,7 +343,9 @@ textarea {
.el-message-box {
margin-bottom: 20%;
}
.el-message-box__message p {
word-wrap: break-word;
}
/* 超出文本显示... */
.text-ellipsis {