feat(Uploader): add preview-cover slot (#6707)

* feat(Uploader): add preview-cover slot

* docs: upd

* fix: case name
This commit is contained in:
neverland
2020-07-05 20:09:20 +08:00
committed by GitHub
parent 340a90feaa
commit 5793481ba4
8 changed files with 240 additions and 75 deletions
+8
View File
@@ -83,6 +83,14 @@
background-color: @uploader-delete-background-color;
border-radius: 100%;
}
&-cover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
&__mask {