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(table): 合并单元格问题 #125 #131

Merged
merged 1 commit into from
Dec 29, 2021
Merged

fix(table): 合并单元格问题 #125 #131

merged 1 commit into from
Dec 29, 2021

Conversation

realyuyanan
Copy link
Contributor

-Table: 合并单元格问题 #125

brefore

.....
image

after

image

......

@github-actions
Copy link
Contributor

github-actions bot commented Dec 29, 2021

PR 预览产物在 https://preview-pr131-tdesign-vue.surge.sh

}
if (colspan > 1 && rowspan === -1) {
rowspan = 1;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为何会有 colspan = -1 或者 rowspan = -1 的情况呢?

@chaishi chaishi merged commit c04f822 into Tencent:develop Dec 29, 2021
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.

2 participants