IDuxFE / idux

🚀 A UI Component Library for Vue3.x
https://idux.site
MIT License
546 stars 141 forks source link

fix(pro:table): table has horizontal scroll when last column is resiz… #1972

Closed sallerli1 closed 3 months ago

sallerli1 commented 3 months ago

…able

PR Checklist

Please check if your PR fulfills the following requirements:

What is the current behavior?

proTable 当最后一列配置了 resizable 的时候,cdk-resize-handle 具有 right : -5px 的样式,导致固定出现横向滚动条

What is the new behavior?

proTable 中 最后一列的 cdk-resize-handle 的 right 改为 0,修复以上问题

Other information

idux-bot[bot] commented 3 months ago

This preview will be available after the AzureCI is passed.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.95%. Comparing base (4e5cdcc) to head (4a84867).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1972 +/- ## ======================================= Coverage 90.95% 90.95% ======================================= Files 358 358 Lines 35691 35691 Branches 3889 3889 ======================================= Hits 32463 32463 Misses 3228 3228 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.