-
Notifications
You must be signed in to change notification settings - Fork 489
feat: support set tree indent width #804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
需要测试用例 |
辛苦有时间再 review 下 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #804 +/- ##
=======================================
Coverage 99.77% 99.77%
=======================================
Files 14 14
Lines 1310 1312 +2
Branches 380 382 +2
=======================================
+ Hits 1307 1309 +2
Misses 3 3 ☔ View full report in Codecov by Sentry. |
没有看到用例有covert这个indent |
辛苦大佬看看这次补充的对了么,之前没搞过这个 |
Co-authored-by: Amumu <[email protected]>
不对呀,intend 宽度一直是通过 |
Line 228 in 5ad456b
改这个,不需要通过 props 传入哈~ |
Reverted by #832 |
支持下自定义树的层级缩进宽度,目前的宽度对我们团队来说有些太宽松了,我们希望能再紧密点。
保持了默认还是 16px 的设定。