bug fixed
This commit is contained in:
parent
1f76b77684
commit
f6c7d36546
7
myui.css
7
myui.css
@ -115,7 +115,7 @@ body {
|
||||
display: block;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 200%;
|
||||
background-color: rgba(0, 0, 0, .5);
|
||||
float: left;
|
||||
z-index: 1;
|
||||
@ -238,7 +238,8 @@ body {
|
||||
animation: fadeIn .3s forwards;
|
||||
z-index: 999;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word
|
||||
word-break: break-word;
|
||||
transition:all .2s ease
|
||||
}
|
||||
|
||||
.msg-header {
|
||||
@ -301,7 +302,7 @@ body {
|
||||
position: fixed;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 200%;
|
||||
background-color: rgba(95, 95, 95, 0.7);
|
||||
z-index: 998;
|
||||
opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user