修复部分浏览器HTML样式失效的问题

This commit is contained in:
shuaikangzhou 2024-01-19 22:07:03 +08:00
parent 9a37fc4aa2
commit c68636dcf4

View File

@ -170,6 +170,7 @@ body {
}
.container .content {
}
.bubble {
white-space: pre-wrap;
max-width: 400px;
@ -613,8 +614,6 @@ body {
vertical-align: middle;
margin-top: -4.4px;
}
}
.modal {
display: none;
position: fixed;