mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
parent
fd469ea1a5
commit
0a3e57a61e
@ -11,8 +11,8 @@
|
||||
padding: 5px;
|
||||
font-size: @font-size-base;
|
||||
li {
|
||||
padding: 0;
|
||||
margin: 7px 0;
|
||||
padding: 3.5px 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
white-space: nowrap;
|
||||
outline: 0;
|
||||
@ -114,6 +114,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
> li {
|
||||
&:first-child {
|
||||
padding-top: 7px;
|
||||
}
|
||||
&:last-child {
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
}
|
||||
&-child-tree {
|
||||
display: none;
|
||||
&-open {
|
||||
|
Loading…
Reference in New Issue
Block a user