fix(测试跟踪): 修复错误提示信息显示不完整

--bug=1026958 --user=白奇 【测试跟踪】项目集成jira-缺陷管理-创建缺陷-报错提示信息显示不全且与关闭按钮重叠 https://www.tapd.cn/55049933/s/1381670
This commit is contained in:
baiqi 2023-06-14 14:06:07 +08:00 committed by fit2-zhao
parent e7df52f50c
commit ca3e77590e
1 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,14 @@
margin: 10px 0 5px 0;
}
.el-message--error {
height: auto !important;
}
.el-message__content {
width: 90%;
}
/* --> */
body {