Fix multiple messages with overlapping bugs
This commit is contained in:
parent
77e4c204a6
commit
f0af86ea3e
1 changed files with 7 additions and 7 deletions
|
@ -10,10 +10,11 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
&-notice {
|
&-notice {
|
||||||
width: auto;
|
padding: 8px;
|
||||||
vertical-align: middle;
|
text-align: center;
|
||||||
position: absolute;
|
&:first-child {
|
||||||
left: 50%;
|
margin-top: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
&-close {
|
&-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -29,14 +30,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-notice-content {
|
&-notice-content {
|
||||||
position: relative;
|
display: inline-block;
|
||||||
right: 50%;
|
pointer-events: all;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
//border: 1px solid @border-color-split;
|
//border: 1px solid @border-color-split;
|
||||||
border-radius: @border-radius-small;
|
border-radius: @border-radius-small;
|
||||||
box-shadow: @shadow-base;
|
box-shadow: @shadow-base;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
display: block;
|
|
||||||
&-text{
|
&-text{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue