Explorar o código

coys 修改签名背景颜色

coys hai 1 ano
pai
achega
8206a26fe6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }