This commit is contained in:
梁灏 2017-09-14 18:13:41 +08:00
parent f0af86ea3e
commit a77eaa5c93
2 changed files with 12 additions and 1 deletions

View file

@ -8,6 +8,7 @@
width: 100%;
top: 16px;
left: 0;
pointer-events: none;
&-notice {
padding: 8px;
@ -37,6 +38,7 @@
border-radius: @border-radius-small;
box-shadow: @shadow-base;
background: #fff;
position: relative;
&-text{
display: inline-block;
}