瀏覽代碼

1、画布更新

huangmp 2 年之前
父節點
當前提交
a38d20ef15
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/canvas-preview/index.vue

+ 1 - 1
src/components/canvas-preview/index.vue

@@ -4,7 +4,7 @@
     :append-to-body="visible"
     :modal="false"
     title="图片预览"
-    width="40%"
+    width="20%"
     @opened="openCanvas"
     @close="closeDialog"
     style="display: flex; align-items: center;justify-content: center;"