فهرست منبع

分享图片白边

yuany 3 سال پیش
والد
کامیت
9e977e5686
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/components/Post.vue

+ 2 - 0
src/components/Post.vue

@@ -208,6 +208,8 @@ export default {
                 useCORS: true,
                 allowTaint: true,
                 backgroundColor: null,
+                width: this.$refs.post.offsetWidth - 1,
+                height: this.$refs.post.offsetHeight - 1,
                 scale: 3
             }).then(canvas => {
                 this.$toast.clear();