mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +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: 1px solid @border-color-base;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
box-shadow: @box-shadow-base;
|
box-shadow: @box-shadow-base;
|
||||||
|
white-space: nowrap;
|
||||||
|
height: 180px;
|
||||||
&-hidden {
|
&-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -88,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-menu {
|
&-menu {
|
||||||
float: left;
|
display: inline-block;
|
||||||
min-width: 111px;
|
min-width: 111px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user