fix: button style

This commit is contained in:
niunai 2017-05-24 10:58:21 +08:00
parent b2b1a2a24d
commit 38d8003532

View File

@ -18,7 +18,11 @@
&::after {
content: " ";
position: absolute 0 0 0 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
opacity: 0;
}