-
Notifications
You must be signed in to change notification settings - Fork 0
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
Zl/style modify #78
Conversation
* 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
This reverts commit 1ff58d2.
* 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>
The icon is pushed down a bit
chore: Feature merge master
…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
…t of UI of table header
components/table/style/index.less
Outdated
margin-left: 4px; | ||
color: @table-header-icon-color; | ||
font-size: 0; | ||
font-size: 14px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
使用css变量
components/table/style/index.less
Outdated
@@ -89,7 +89,8 @@ | |||
> th { | |||
position: relative; | |||
color: @table-header-color; | |||
font-weight: 500; | |||
font-weight: 400; | |||
font-size: 12px; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删掉justify-content: space-between; 是?
components/table/style/size.less
Outdated
@@ -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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下方有small 为何在这里修改middle为small
4383f9f
to
23bbf37
Compare
🤔 This is a ...
📝 Changelog
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
2.修改了 table 组件的部分样式
3.回退 tooltip 组件保持与 Antd 一致
4.修复 progress 组件在 small 状态下的样式问题