修复部分浏览器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 { .container .content {
}
.bubble { .bubble {
white-space: pre-wrap; white-space: pre-wrap;
max-width: 400px; max-width: 400px;
@ -613,8 +614,6 @@ body {
vertical-align: middle; vertical-align: middle;
margin-top: -4.4px; margin-top: -4.4px;
} }
}
.modal { .modal {
display: none; display: none;
position: fixed; position: fixed;