docs: site detail

This commit is contained in:
afc163 2022-12-01 19:10:37 +08:00
parent a4153d5399
commit 0baab01c39
5 changed files with 6 additions and 9 deletions

View File

@ -148,7 +148,7 @@ export default ({
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >
Github GitHub
</a> </a>
), ),
key: 'github', key: 'github',

View File

@ -41,10 +41,6 @@ const useStyle = () => {
&:hover { &:hover {
background: ${token.colorBgTextHover}; background: ${token.colorBgTextHover};
.btn-inner {
transform: scale(1.1);
}
} }
img { img {

View File

@ -352,7 +352,7 @@ const Header: React.FC<HeaderProps> = (props) => {
target="_blank" target="_blank"
href="https://github.com/ant-design/ant-design/issues/38463" href="https://github.com/ant-design/ant-design/issues/38463"
> >
Github Issue GitHub Issue
</Typography.Link>{' '} </Typography.Link>{' '}
</div> </div>
@ -366,7 +366,7 @@ const Header: React.FC<HeaderProps> = (props) => {
target="_blank" target="_blank"
href="https://github.com/ant-design/ant-design/issues/38463" href="https://github.com/ant-design/ant-design/issues/38463"
> >
Github Issue GitHub Issue
</Typography.Link> </Typography.Link>
. .
</div> </div>
@ -383,6 +383,7 @@ const Header: React.FC<HeaderProps> = (props) => {
defaultValue={antdVersion} defaultValue={antdVersion}
onChange={handleVersionChange} onChange={handleVersionChange}
dropdownStyle={getDropdownStyle} dropdownStyle={getDropdownStyle}
dropdownMatchSelectWidth={false}
getPopupContainer={(trigger) => trigger.parentNode} getPopupContainer={(trigger) => trigger.parentNode}
onClick={onClose} onClick={onClose}
> >

View File

@ -64,4 +64,4 @@ We provide comprehensive design guidelines, best practices, resources, and tools
## How to Contribute ## 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).

View File

@ -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. 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 ## Framework Information