mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
修复长按图片后,图片会隐藏问题 (#32)
* fix: 修复长按图片,图片隐藏问题 * fix: button style * fix: preview unit test * fix: init datetime-picker unit test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user