liwei преди 1 година
родител
ревизия
fb68a669b4
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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",
+    },
   },
 });