🐛(component): [cascader]dropdown 样式污染

This commit is contained in:
sight 2022-06-21 21:06:35 +08:00
parent 311bdfd406
commit c39388ec7a

View File

@ -42,6 +42,6 @@
background-color: var(--global-checked-color);
color: white;
}
.layui-dropdown-up > dl {
.layui-cascader.layui-dropdown-up > dl {
min-width: unset;
}