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

zmy
RuoYi 2022-12-03 13:21:07 +08:00
parent a8be0ccb35
commit 3d2f9aa9c6
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;
} }