mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix(cascader): empty menu style
This commit is contained in:
parent
3958b2e640
commit
f540b1c201
@ -40,7 +40,7 @@
|
||||
"object-assign": "~4.0.1",
|
||||
"rc-animate": "~2.0.2",
|
||||
"rc-calendar": "~5.3.0",
|
||||
"rc-cascader": "~0.8.0",
|
||||
"rc-cascader": "~0.8.1",
|
||||
"rc-checkbox": "~1.2.0",
|
||||
"rc-collapse": "~1.4.4",
|
||||
"rc-dialog": "~5.3.1",
|
||||
@ -171,4 +171,4 @@
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -69,6 +69,7 @@
|
||||
box-shadow: @box-shadow-base;
|
||||
white-space: nowrap;
|
||||
height: 180px;
|
||||
&-empty,
|
||||
&-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user