优化弹窗内容过多展示不全问题(I645RU)

This commit is contained in:
RuoYi 2022-12-03 12:42:50 +08:00
parent 963247df43
commit 9aae863ce3
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@
color: inherit; color: inherit;
} }
.el-message-box__status + .el-message-box__message{
word-break: break-word;
}
.el-dialog:not(.is-fullscreen) { .el-dialog:not(.is-fullscreen) {
margin-top: 6vh !important; margin-top: 6vh !important;
} }