Commit 262ac629 authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix cascader style bug (#3877)

parent 47f72baa
......@@ -319,6 +319,7 @@ export default {
if (this.disabled) return;
if (this.filterable) {
this.menuVisible = true;
this.$refs.input.$refs.input.focus();
return;
}
this.menuVisible = !this.menuVisible;
......
......@@ -7,13 +7,10 @@
@b cascader {
display: inline-block;
position: relative;
background-color: transparent;
.el-input,
.el-input__inner {
cursor: pointer;
background-color: #fff;
z-index: var(--index-normal);
}
.el-input__icon {
......
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