mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
文字对齐
This commit is contained in:
parent
ee68076d70
commit
40d40ffc69
@ -391,11 +391,15 @@ footer ul li > a {
|
||||
|
||||
cursor: pointer;
|
||||
transition: background .5s,border .5s;
|
||||
border-left: 3px solid transparent;
|
||||
}
|
||||
.aside-container li>ul{
|
||||
display: none;
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.aside-container li>ul li{
|
||||
border-left: 3px solid transparent;
|
||||
}
|
||||
|
||||
.aside-container li a {
|
||||
line-height: 40px;
|
||||
@ -404,7 +408,7 @@ footer ul li > a {
|
||||
padding-left: 60px;
|
||||
font-size: 14px;
|
||||
color: #5C6B76;
|
||||
border-left: 3px solid transparent;
|
||||
|
||||
}
|
||||
|
||||
.aside-container li a .chinese {
|
||||
|
Loading…
Reference in New Issue
Block a user