mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix(document): select Chinese and then jump to English in faq page (#42299)
* fix(document): select Chinese and then jump to English in faq page * update again * update docs
This commit is contained in:
parent
9d1854763d
commit
7f405763fc
@ -43,7 +43,7 @@ Related issue: [#3487](https://github.com/ant-design/ant-design/issues/3487) [#3
|
||||
|
||||
## How do I modify the default theme of Ant Design?
|
||||
|
||||
See: https://ant.design/docs/react/customize-theme .
|
||||
See: [customize-theme](/docs/react/customize-theme).
|
||||
|
||||
## How do I modify `Menu`/`Button`(etc.)'s style?
|
||||
|
||||
|
@ -43,7 +43,7 @@ title: FAQ
|
||||
|
||||
## 如何修改 Ant Design 的默认主题?
|
||||
|
||||
可以参考[定制主题](/docs/react/customize-theme)。
|
||||
可以参考[定制主题](/docs/react/customize-theme-cn)。
|
||||
|
||||
## 如何修改 Ant Design 组件的默认样式?
|
||||
|
||||
@ -63,7 +63,7 @@ antd 在 minor 和 patch 版本迭代中会避免引入破坏性变更,遵从
|
||||
|
||||
## 如何使用其他时间日期库如 Moment.js?
|
||||
|
||||
可以参考[使用自定义日期库](/docs/react/use-custom-date-library)。
|
||||
可以参考[使用自定义日期库](/docs/react/use-custom-date-library-cn)。
|
||||
|
||||
## 当我动态改变 `defaultValue` 的时候它并没有生效。
|
||||
|
||||
@ -83,7 +83,7 @@ antd 内部会对 props 进行浅比较实现性能优化。当状态变更,
|
||||
|
||||
## antd 覆盖了我的全局样式!
|
||||
|
||||
是的,antd 在设计的时候就是用来开发一个完整的应用的,为了方便,我们覆盖了一些全局样式,现在还不能移除,想要了解更多请追踪 [这个 issue](https://github.com/ant-design/ant-design/issues/4331),或者参考这个教程 [How to avoid modifying global styles?](/docs/react/customize-theme#how-to-avoid-modifying-global-styles)
|
||||
是的,antd 在设计的时候就是用来开发一个完整的应用的,为了方便,我们覆盖了一些全局样式,现在还不能移除,想要了解更多请追踪 [这个 issue](https://github.com/ant-design/ant-design/issues/4331),或者参考这个教程 [How to avoid modifying global styles?](/docs/react/customize-theme-cn#how-to-avoid-modifying-global-styles)
|
||||
|
||||
## 我没法安装 `antd` 和 `antd` 的依赖,顺便提一句,我在中国大陆。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user