mirror of https://github.com/bra1n/townsquare.git
fix screenshot
This commit is contained in:
parent
339479b310
commit
b37edc8b9e
|
@ -120,7 +120,6 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
takeScreenshot(dimensions = {}) {
|
||||
this.isControlOpen = false;
|
||||
this.isScreenshotSuccess = false;
|
||||
this.isScreenshot = true;
|
||||
this.$refs.screenshot.capture(dimensions, this.zoom);
|
||||
|
@ -337,6 +336,11 @@ ul {
|
|||
right: 3px;
|
||||
top: 3px;
|
||||
text-align: right;
|
||||
|
||||
#app.screenshot & {
|
||||
display: none;
|
||||
}
|
||||
|
||||
svg {
|
||||
cursor: pointer;
|
||||
&.success {
|
||||
|
@ -349,6 +353,7 @@ ul {
|
|||
position: absolute;
|
||||
right: 50px;
|
||||
top: 10px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.menu {
|
||||
|
|
Loading…
Reference in New Issue