fix(接口测试): 修复接口调试报错时,报错内容过多导致弹框很宽无法点击关闭的问题
--bug=1016629 --user=刘瑞斌 【接口测试】github#17745,csv变量名过长时,提示显示超出页面显示范围 https://www.tapd.cn/55049933/s/1243217 Closes #17745
This commit is contained in:
parent
886b96351b
commit
3aa2292bd7
|
@ -325,3 +325,8 @@ textarea {
|
||||||
.el-message-box {
|
.el-message-box {
|
||||||
margin-bottom: 20%;
|
margin-bottom: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-message.is-closable .el-message__content {
|
||||||
|
max-width: 800px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue