瀏覽代碼

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

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: '请在右侧属性栏输入文字!',
                     text: '请在右侧属性栏输入文字!',
                     color: "#646c73",
                     color: "#646c73",
                     font: 14,
                     font: 14,
-                    backgroundcolor: "#f7f9facc",
+                    backgroundColor: "#f7f9fa00",
                 }
                 }
             }
             }
         };
         };