docs: fix docs mistake (#51491)

This commit is contained in:
二货爱吃白萝卜 2024-11-05 15:19:03 +08:00 committed by GitHub
parent 718609102b
commit 4f1e56f31c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View File

@ -41,6 +41,10 @@ const useStyle = createStyles(({ token, css }) => ({
`, `,
copyTip: css` copyTip: css`
color: ${token.colorTextTertiary}; color: ${token.colorTextTertiary};
border: none;
background: transparent;
padding: 0;
cursor: pointer;
`, `,
copiedTip: css` copiedTip: css`
.anticon { .anticon {

View File

@ -39,6 +39,7 @@ function postPureProps(props: DatePickerProps) {
return { return {
...props, ...props,
dropdownAlign, dropdownAlign,
popupAlign: dropdownAlign,
}; };
} }

View File

@ -65,7 +65,7 @@ export default () => (
## CSS 逻辑属性 ## CSS 逻辑属性
- 支持版本:`>=5.0.0` - 支持版本:`>=5.0.0`
- MDN 文档:[:where](https://developer.mozilla.org/en-US/docs/Web/CSS/:where) - MDN 文档:[CSS Logical Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties)
- 浏览器兼容性:[caniuse](https://caniuse.com/css-logical-props) - 浏览器兼容性:[caniuse](https://caniuse.com/css-logical-props)
- Chrome 最低支持版本89 - Chrome 最低支持版本89
- 默认启用:是 - 默认启用:是