Commit fc36f1f3 authored by Yhspehy's avatar Yhspehy Committed by 陈帅

fix: less compile bug (#3119)

* fix: css(:not(.ant-dropdown-menu)) use in global

* fix: use extra css-class instead of child combinator

* fix: use * to overwrite
parent 399f1f0d
@import '~antd/lib/style/themes/default.less'; @import '~antd/lib/style/themes/default.less';
.container > *:global(:not(.ant-dropdown-menu)) { .container > * {
background-color: #fff; background-color: #fff;
box-shadow: @shadow-1-down; box-shadow: @shadow-1-down;
border-radius: 4px; border-radius: 4px;
......
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