Commit b51e801e authored by tianhai82's avatar tianhai82 Committed by baiyaaaaa

Update cascader.css (#3862)

Update cascader.css so that it looks better in non-white background
parent 01e2115d
...@@ -7,12 +7,12 @@ ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment