diff --git a/components/cascader/style/index.less b/components/cascader/style/index.less index 0951ce8fe1..e7f8993e45 100644 --- a/components/cascader/style/index.less +++ b/components/cascader/style/index.less @@ -9,14 +9,14 @@ display: block; cursor: pointer; width: 100%; + background: rgba(255, 255, 255, 0); + z-index: 1; } &-picker { position: relative; display: inline-block; cursor: pointer; - vertical-align: middle; font-size: @font-size-base; - overflow: hidden; &-disabled { cursor: not-allowed;