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