mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
docs: site detail
This commit is contained in:
parent
a4153d5399
commit
0baab01c39
@ -148,7 +148,7 @@ export default ({
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Github
|
||||
GitHub
|
||||
</a>
|
||||
),
|
||||
key: 'github',
|
||||
|
@ -41,10 +41,6 @@ const useStyle = () => {
|
||||
|
||||
&:hover {
|
||||
background: ${token.colorBgTextHover};
|
||||
|
||||
.btn-inner {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -352,7 +352,7 @@ const Header: React.FC<HeaderProps> = (props) => {
|
||||
target="_blank"
|
||||
href="https://github.com/ant-design/ant-design/issues/38463"
|
||||
>
|
||||
Github Issue
|
||||
GitHub Issue
|
||||
</Typography.Link>{' '}
|
||||
反馈。
|
||||
</div>
|
||||
@ -366,7 +366,7 @@ const Header: React.FC<HeaderProps> = (props) => {
|
||||
target="_blank"
|
||||
href="https://github.com/ant-design/ant-design/issues/38463"
|
||||
>
|
||||
Github Issue
|
||||
GitHub Issue
|
||||
</Typography.Link>
|
||||
.
|
||||
</div>
|
||||
@ -383,6 +383,7 @@ const Header: React.FC<HeaderProps> = (props) => {
|
||||
defaultValue={antdVersion}
|
||||
onChange={handleVersionChange}
|
||||
dropdownStyle={getDropdownStyle}
|
||||
dropdownMatchSelectWidth={false}
|
||||
getPopupContainer={(trigger) => trigger.parentNode}
|
||||
onClick={onClose}
|
||||
>
|
||||
|
@ -64,4 +64,4 @@ We provide comprehensive design guidelines, best practices, resources, and tools
|
||||
|
||||
## How to Contribute
|
||||
|
||||
Contributions to Ant Design on Github are welcomed! Whether you have questions, concerns, or suggestions for improving Ant Design - please don't hesitate to reach out to us [here](https://github.com/ant-design/ant-design/issues).
|
||||
Contributions to Ant Design on GitHub are welcomed! Whether you have questions, concerns, or suggestions for improving Ant Design - please don't hesitate to reach out to us [here](https://github.com/ant-design/ant-design/issues).
|
||||
|
@ -10,7 +10,7 @@ The use of design patterns in enterprise-level businesses can significantly incr
|
||||
|
||||
Design patterns adhere to Ant Design design values and provide a general solution to recurring design issues in enterprise products. The designer can directly use the design pattern to complete the interface design, or the design pattern can be used as a starting point to derive a more business-specific solution to meet the individual design needs.
|
||||
|
||||
At the same time, this is a dynamically updated design document, and your reading and feedback is the driving force behind our progress, [Github Feedback Address](https://github.com/ant-design/ant-design/issues).
|
||||
At the same time, this is a dynamically updated design document, and your reading and feedback is the driving force behind our progress, [GitHub Feedback Address](https://github.com/ant-design/ant-design/issues).
|
||||
|
||||
## Framework Information
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user