-
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
fix: infrad components style fix #97
base: master
Are you sure you want to change the base?
Conversation
|
@@ -45,6 +45,7 @@ interface StepsType extends React.FC<StepsProps> { | |||
|
|||
const Steps: StepsType = props => { | |||
const { | |||
type, |
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.
这里是新增一个props吗
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.
不是新增属性,原本就有。只是原有样式没有用到。 我们的设计稿里在这个组件处于导航模式的时候每个step有16的下边距,所以需要判断
@@ -137,6 +138,7 @@ function InternalTable<RecordType extends object = any>( | |||
sortDirections, | |||
locale, | |||
showSorterTooltip = true, | |||
outline = true, |
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.
这是新增的属性吗,新增属性的话,文档中需要更新
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge