Closed sallerli1 closed 6 months ago
This preview will be available after the AzureCI is passed.
Attention: Patch coverage is 96.42857%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 90.75%. Comparing base (
8debc9d
) to head (a965ea8
).
Files | Patch % | Lines |
---|---|---|
packages/components/table/src/Table.tsx | 95.45% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
PR Checklist
Please check if your PR fulfills the following requirements:
What is the current behavior?
表头的colgroup也优先使用了column中给定的width,导致表头会有错位
What is the new behavior?
重构宽度测量和计算逻辑,在表格体的colgroup中仅使用配置的宽度,而在固定的表头中和固定列的offset计算中使用测量得到的宽度
Other information