Browse Source

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

zhangyu 4 năm trước cách đây
mục cha
commit
d47dd2fb1a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",
                 }
             }
         };