Skip to content
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

fix(comp:table): tree cell with no siblings should show indent line #1735

Merged
merged 1 commit into from Nov 6, 2023

Conversation

sallerli1
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

表格组件,当一个树节点没有下个兄弟节点,且该树节点被展开时,其子节点行与该节点对应的缩进位置依然展示了连线

What is the new behavior?

修复以上问题,只有当某个节点有兄弟节点时,其下方才应当有连线

Other information

Copy link

idux-bot bot commented Nov 6, 2023

This preview will be available after the AzureCI is passed.

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #1735 (732c713) into main (873d214) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 732c713 differs from pull request most recent head cf12322. Consider uploading reports for the commit cf12322 to get more accurate results

@@           Coverage Diff           @@
##             main    #1735   +/-   ##
=======================================
  Coverage   92.31%   92.31%           
=======================================
  Files         346      346           
  Lines       32781    32783    +2     
  Branches     3704     3704           
=======================================
+ Hits        30261    30263    +2     
  Misses       2520     2520           
Files Coverage Δ
packages/components/table/src/types.ts 100.00% <100.00%> (ø)

@sallerli1 sallerli1 merged commit bb75c13 into IDuxFE:main Nov 6, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant