Commit 70307428 authored by Hello's avatar Hello

content

parent c277405f
...@@ -124,8 +124,8 @@ export default { ...@@ -124,8 +124,8 @@ export default {
if (paddingBottomHeight && part.test(paddingBottomHeight)) { if (paddingBottomHeight && part.test(paddingBottomHeight)) {
nextHeight += Number(paddingBottomHeight.replace('px', '')) nextHeight += Number(paddingBottomHeight.replace('px', ''))
} }
}
nextElement = nextElement.nextElementSibling nextElement = nextElement.nextElementSibling
}
} while (nextElement) } while (nextElement)
return nextHeight return nextHeight
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment