修复长按图片后,图片会隐藏问题 (#32)

* fix: 修复长按图片,图片隐藏问题

* fix: button style

* fix: preview unit test

* fix: init datetime-picker unit test
This commit is contained in:
wny
2017-05-24 17:34:08 +08:00
committed by 张敏
parent f4dc7982d9
commit 525a415aee
5 changed files with 86 additions and 10 deletions

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;
}