mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
fix cascader overlay width
This commit is contained in:
parent
e8f0081a46
commit
0df8baefce
@ -66,6 +66,8 @@
|
||||
border: 1px solid @border-color-base;
|
||||
border-radius: @border-radius-base;
|
||||
box-shadow: @box-shadow-base;
|
||||
white-space: nowrap;
|
||||
height: 180px;
|
||||
&-hidden {
|
||||
display: none;
|
||||
}
|
||||
@ -88,7 +90,7 @@
|
||||
}
|
||||
}
|
||||
&-menu {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
min-width: 111px;
|
||||
height: 180px;
|
||||
list-style: none;
|
||||
|
Loading…
Reference in New Issue
Block a user