diff --git a/doric-iOS/Pod/Classes/Shader/DoricLayouts.m b/doric-iOS/Pod/Classes/Shader/DoricLayouts.m index a9e766c1..0224aa7c 100644 --- a/doric-iOS/Pod/Classes/Shader/DoricLayouts.m +++ b/doric-iOS/Pod/Classes/Shader/DoricLayouts.m @@ -95,7 +95,7 @@ - (void)measureSelf:(CGSize)targetSize { } if (self.heightSpec == DoricLayoutMost) { if (self.view.superview.doricLayout.layoutType == DoricVLayout && self.weight > 0) { - height = self.measuredWidth = 0; + height = self.measuredHeight = 0; } else { height = self.measuredHeight = targetSize.height; }