qinyan преди 1 година
родител
ревизия
4b2b41eb14
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/modules/editor/components/CompUI/basicUI/Page/component.tsx

+ 1 - 1
src/modules/editor/components/CompUI/basicUI/Page/component.tsx

@@ -15,7 +15,7 @@ export const Component = defineComponent({
     const compRef = useCompRef(props.compId);
 
     return () => (
-      <div ref={compRef} style={helper.createStyle(layout)}>
+      <div ref={compRef} style={helper.createStyle(layout)} class="!h-auto">
         <div class="relative">
           {slots.Container?.(
             children.default.map((compId) => {