bug fixed

This commit is contained in:
wolegca 2019-09-15 15:06:21 +08:00
parent 1f76b77684
commit f6c7d36546

View File

@ -115,7 +115,7 @@ body {
display: block; display: block;
position: fixed; position: fixed;
width: 100%; width: 100%;
height: 100%; height: 200%;
background-color: rgba(0, 0, 0, .5); background-color: rgba(0, 0, 0, .5);
float: left; float: left;
z-index: 1; z-index: 1;
@ -238,7 +238,8 @@ body {
animation: fadeIn .3s forwards; animation: fadeIn .3s forwards;
z-index: 999; z-index: 999;
text-overflow: ellipsis; text-overflow: ellipsis;
word-break: break-word word-break: break-word;
transition:all .2s ease
} }
.msg-header { .msg-header {
@ -301,7 +302,7 @@ body {
position: fixed; position: fixed;
display: block; display: block;
width: 100%; width: 100%;
height: 100%; height: 200%;
background-color: rgba(95, 95, 95, 0.7); background-color: rgba(95, 95, 95, 0.7);
z-index: 998; z-index: 998;
opacity: 0; opacity: 0;