!180 fix 修复 消息弹框内容过长不换行

Merge pull request !180 from zst_2001/dev
This commit is contained in:
疯狂的狮子Li 2025-02-05 01:19:53 +00:00 committed by Gitee
commit 904ee32b24
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -146,3 +146,8 @@
.el-form--inline .el-input {
width: 240px;
}
/* 设置 el-message-box 消息弹框内容强制换行 */
.el-message-box .el-message-box__message {
word-break: break-word;
}