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