Update cascader.css (#3862)

Update cascader.css so that it looks better in non-white background
pull/3877/head
tianhai82 2017-03-30 10:28:55 +08:00 committed by baiyaaaaa
parent 01e2115dfb
commit b51e801e84
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
@b cascader {
display: inline-block;
position: relative;
background-color: #fff;
background-color: transparent;
.el-input,
.el-input__inner {
cursor: pointer;
background-color: transparent;
background-color: #fff;
z-index: var(--index-normal);
}