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 not add sticky style in IE #32177

Merged
merged 1 commit into from Sep 15, 2021
Merged

fix: Table not add sticky style in IE #32177

merged 1 commit into from Sep 15, 2021

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Sep 15, 2021

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

resolve #31532

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English Table remove sticky style with fixed column in IE to avoid layout issue.
🇨🇳 Chinese Table 移除 IE 下 sticky 的相关样式以解决布局问题。

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link
Contributor

github-actions bot commented Sep 15, 2021

@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #32177 (11917aa) into master (0d619be) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #32177      +/-   ##
==========================================
- Coverage   99.96%   99.96%   -0.01%     
==========================================
  Files         414      414              
  Lines        7575     7569       -6     
  Branches     2122     2120       -2     
==========================================
- Hits         7572     7566       -6     
  Misses          3        3              
Impacted Files Coverage Δ
components/_util/styleChecker.tsx 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d619be...11917aa. Read the comment docs.

@github-actions
Copy link
Contributor

Size Change: +393 B (0%)

Total Size: 917 kB

Filename Size Change
./dist/antd-with-locales.min.js 353 kB +215 B (0%)
./dist/antd.min.js 303 kB +178 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/antd.compact.min.css 64.9 kB
./dist/antd.dark.min.css 66.2 kB
./dist/antd.min.css 65.1 kB
./dist/antd.variable.min.css 65.5 kB

compressed-size-action

@zombieJ zombieJ merged commit 968590e into master Sep 15, 2021
@zombieJ zombieJ deleted the tbl branch September 15, 2021 06:13
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.

table 固定列IE11降级处理,td错位,但是antd官网的案例打开就不会?
1 participant