소스 검색

修改添加文本背景颜色错误问题

zhangyu 4 년 전
부모
커밋
d47dd2fb1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      persagy-web-edit/src/SGraphEditScene.ts

+ 1 - 1
persagy-web-edit/src/SGraphEditScene.ts

@@ -206,7 +206,7 @@ export class SGraphEditScene extends SGraphScene {
                     text: '请在右侧属性栏输入文字!',
                     color: "#646c73",
                     font: 14,
-                    backgroundcolor: "#f7f9facc",
+                    backgroundColor: "#f7f9fa00",
                 }
             }
         };