mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-01 05:06:53 +08:00
Update layout
This commit is contained in:
parent
4154723220
commit
371f860c14
1
components/index.html
Normal file
1
components/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<meta http-equiv="refresh" content="0; url=/components/layout" />
|
@ -318,12 +318,12 @@ footer ul {
|
|||||||
footer ul li {
|
footer ul li {
|
||||||
float: left;
|
float: left;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
padding: 5px 2% 10px;
|
padding: 5px 2% 15px;
|
||||||
}
|
}
|
||||||
footer ul li>h2 {
|
footer ul li>h2 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #5C6B77;
|
color: #5C6B77;
|
||||||
margin: 10px auto;
|
margin: 10px auto 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
footer ul li>h3,
|
footer ul li>h3,
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<a href="/docs/design">设计</a>
|
<a href="/docs/design">设计</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{%- if post.meta.template === 'component' %}current{%- endif %}">
|
<li class="{%- if post.meta.template === 'component' %}current{%- endif %}">
|
||||||
<a href="/components/button">组件</a>
|
<a href="/components">组件</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="{%- if post.filename === 'modes' %}current{%- endif %}">
|
<li class="{%- if post.filename === 'modes' %}current{%- endif %}">
|
||||||
<a href="/docs/modes">模式</a>
|
<a href="/docs/modes">模式</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user