fix 修复 消息弹框内容过长不换行
This commit is contained in:
parent
c454efd713
commit
4839a5152f
@ -146,3 +146,8 @@
|
|||||||
.el-form--inline .el-input {
|
.el-form--inline .el-input {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 设置 el-message-box 消息弹框内容强制换行 */
|
||||||
|
.el-message-box .el-message-box__message {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user