소스 검색

coys 修改签名背景颜色

coys 1 년 전
부모
커밋
8206a26fe6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     }