fix(cascader): empty menu style

This commit is contained in:
afc163 2016-01-27 15:26:39 +08:00
parent 3958b2e640
commit f540b1c201
2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@
"object-assign": "~4.0.1", "object-assign": "~4.0.1",
"rc-animate": "~2.0.2", "rc-animate": "~2.0.2",
"rc-calendar": "~5.3.0", "rc-calendar": "~5.3.0",
"rc-cascader": "~0.8.0", "rc-cascader": "~0.8.1",
"rc-checkbox": "~1.2.0", "rc-checkbox": "~1.2.0",
"rc-collapse": "~1.4.4", "rc-collapse": "~1.4.4",
"rc-dialog": "~5.3.1", "rc-dialog": "~5.3.1",
@ -171,4 +171,4 @@
"path": "./node_modules/cz-conventional-changelog" "path": "./node_modules/cz-conventional-changelog"
} }
} }
} }

View File

@ -69,6 +69,7 @@
box-shadow: @box-shadow-base; box-shadow: @box-shadow-base;
white-space: nowrap; white-space: nowrap;
height: 180px; height: 180px;
&-empty,
&-hidden { &-hidden {
display: none; display: none;
} }