报警弹框---换行

This commit is contained in:
joylink_zhaoerwei 2023-10-09 10:31:48 +08:00
parent 94adee376c
commit f0d7f13ae9

View File

@ -227,11 +227,14 @@ async function searchById() {
}
.alarm-message-detail {
display: flex;
flex-flow: row wrap;
.left,
.right {
width: 50%;
padding: 0 5px;
.text {
width: 450px;
word-wrap: break-word;
margin-bottom: 10px;
font-size: 20px;
}