Browse Source

coys 修改签名背景颜色

coys 1 năm trước cách đây
mục cha
commit
8206a26fe6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/writingPad/index.vue

+ 1 - 1
src/components/writingPad/index.vue

@@ -32,7 +32,7 @@ export default {
     return {
       lineWidth: 6,
       lineColor: '#000000',
-      bgColor: '#ccc',
+      bgColor: '',
       resultImg: '',
       isCrop: false
     }