Pre Merge pull request !180 from zst_2001/dev

This commit is contained in:
zst_2001 2025-02-05 01:18:42 +00:00 committed by Gitee
commit d630336e04
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;
}