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

Zl/style modify #78

Merged
merged 1,238 commits into from
Jul 7, 2022
Merged

Zl/style modify #78

merged 1,238 commits into from
Jul 7, 2022

Conversation

zhanglei66
Copy link

@zhanglei66 zhanglei66 commented Jul 4, 2022

🤔 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?)

📝 Changelog

Language Changelog
🇺🇸 English 1.Synchronize the update of antd 4.21.4 version
2.Modified some styles of the table component
3.The tooltip component has been rolled back to keep it consistent with antd
4.Fix the style problem in the small state of the progress component
🇨🇳 Chinese 1.同步 antd 4.21.4 版本的更新
2.修改了 table 组件的部分样式
3.回退 tooltip 组件保持与 Antd 一致
4.修复 progress 组件在 small 状态下的样式问题

SukkaW and others added 30 commits April 27, 2022 10:07
* Make table sortable columns focusable and keyboard accessible.

* Fix typo.

* Change focus style for sortable table column header from broken outline to color text.

* Update snapshots.

* Change order to fix lint error.

* Add unit test to test sorting with keypress.

* Update components/table/hooks/useSorter.tsx

* chore: improve code style

* style: use focus-visible

* fix: test case

* test: update snapshot

Co-authored-by: Katsiaryna Pustakhod <Katsiaryna_Pustakhod@epam.com>
* feat: support icon only with segmented

* fix: lint issue

* chore: update

* test: fix

* test: update snapshot
* feat: dropdown auto-focus

* chore: update rc-tabs
Co-authored-by: Jesús Gallego Irles <jesusgallego@outlook.com>
* feat: add form disabled

* feat: add form disabled

* feat: add radio disabled

* feat: update snap

* feat: add test case
* test: replace Empty part test with test lib

* test: update snapshot case
* docs: update Tabs component  onEdit prop describe

* docs: update Tabs component  onEdit prop describe

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
MadCcc and others added 22 commits June 6, 2022 23:23
…t-design#35849)

* fix: Form.Item noStyle should not be affected by parent Form.Item

* test: update snapshot

* fix: status

* chore: code clean

* fix: modal and drawer

* test: fix lint

* chore: code clean

* refactor: noFormStyle

* chore: code clean

* revert: revert change in Form.Item

* chore: code clean
* test: replace test case with test library

* test: replace test case with test library

* test: update snapshots
* test: tree test

* test: clean up

* chore: bump rc-tree

* test: Update snapshot

* test: Update for react 18
* Fix menu items typings

* add test case for menu item type checking
@github-actions
Copy link

github-actions bot commented Jul 4, 2022

Prepare preview

margin-left: 4px;
color: @table-header-icon-color;
font-size: 0;
font-size: 14px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用css变量

@@ -89,7 +89,8 @@
> th {
position: relative;
color: @table-header-color;
font-weight: 500;
font-weight: 400;
font-size: 12px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

使用css变量

@@ -309,17 +319,19 @@
// ============================ Filter ============================
&-filter-column {
display: flex;
justify-content: space-between;
align-items: center;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

删掉justify-content: space-between; 是?

@@ -43,7 +47,7 @@
// ================================================================
// = Middle =
// ================================================================
.table-size(~'middle', @table-padding-vertical-md, @table-padding-horizontal-md, @table-font-size-md);
.table-size(~'middle', @table-padding-vertical-sm, @table-padding-vertical-md, @table-font-size-md);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下方有small 为何在这里修改middle为small

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.