We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61866b commit 7ab5432Copy full SHA for 7ab5432
src/components/Tree/index.tsx
@@ -297,7 +297,7 @@ export default defineComponent({
297
style={
298
props.showLineNumber
299
? {
300
- paddingLeft: `${Number(flatData.value.length.toString().length) * 12}px`,
+ paddingLeft: `${Number(originFlatData.value.length.toString().length) * 12}px`,
301
...props.style,
302
}
303
: props.style
0 commit comments