liwei 1 year ago
parent
commit
fb68a669b4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/modules/editor/components/CompUI/basicUI/Container/index.ts

+ 3 - 3
src/modules/editor/components/CompUI/basicUI/Container/index.ts

@@ -15,9 +15,9 @@ export const { createComp, useCompData } = createCompHooks({
   },
   layout: {
     size: [750, 300],
-    // background: {
-    //   color: "#ffffff",
-    // },
+    background: {
+      color: "#ffffff",
+    },
   },
 });