-
-
Notifications
You must be signed in to change notification settings - Fork 549
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
修复同行跨列无法分页的问题 #675
base: main
Are you sure you want to change the base?
修复同行跨列无法分页的问题 #675
Conversation
64d5371
to
a40441d
Compare
哎哟,有点东西嗷! |
package-lock.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删除多余文件
pnpm-lock.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删除多余文件
src/editor/core/draw/Draw.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
参考之前讨论#41,此实现有问题。有时间的时候我会想一下
src/editor/interface/table/Td.ts
Outdated
@@ -29,4 +29,6 @@ export interface ITd { | |||
mainHeight?: number // 内容 + 内边距高度 | |||
realHeight?: number // 真实高度(包含跨列) | |||
realMinHeight?: number // 真实最小高度(包含跨列) | |||
tempFlag?: boolean, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要起看不懂实际意义的字段名称
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix: the problem of unable to page across columns in the same row #41