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(DataPicker):fix picker content is not centered #44245

Merged
merged 5 commits into from Aug 17, 2023

Conversation

Zian502
Copy link
Contributor

@Zian502 Zian502 commented Aug 16, 2023

fix(DataPicker):fix picker content is not centered

[中文版模板 / 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
  • Workflow
  • Other (about what?)

🔗 Related issue link

close #44235

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English fix(DataPicker):fix picker content is not centered
🇨🇳 Chinese 修复日期组件的内容不居中问题

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • 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

🚀 Summary

🤖 Generated by Copilot at d0dbef6

Fix date picker panel overflow bug by adding boxSizing property to panel style in components/date-picker/style/index.ts.

🔍 Walkthrough

🤖 Generated by Copilot at d0dbef6

  • Fix date picker panel overflow bug by adding boxSizing property to panel style (link)

fix(DataPicker):fix picker content  is not centered

Signed-off-by: AN <455454007@qq.com>
@stackblitz
Copy link

stackblitz bot commented Aug 16, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 16, 2023

@argos-ci
Copy link

argos-ci bot commented Aug 16, 2023

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No change detected - Aug 17, 2023, 2:34 AM

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9ba9da2) 100.00% compared to head (52dad0d) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master    #44245   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          659       659           
  Lines        11199     11199           
  Branches      3033      3033           
=========================================
  Hits         11199     11199           
Files Changed Coverage Δ
components/date-picker/style/index.ts 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@afc163
Copy link
Member

afc163 commented Aug 16, 2023

🔗 Related issue link

这里留错链接了。

@Zian502
Copy link
Contributor Author

Zian502 commented Aug 16, 2023

🔗 Related issue link

这里留错链接了。

#44235 这个

@afc163 afc163 merged commit 808452e into ant-design:master Aug 17, 2023
52 checks passed
@Zian502 Zian502 deleted the dev branch August 24, 2023 12:50
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.

DataPicker 组件的 table 未居中
3 participants