maycur-business
Version:
maycur business react components of web
39 lines (32 loc) • 854 B
text/less
@import '../../../style/variables.less';
.@{prefix}-filter-setting-modal {
.ant-modal {
width: 600px ;
.title-desc-popover {
max-width: 400px;
}
.ant-modal-body {
max-height: 380px;
overflow: auto;
padding-top: 0;
}
.ant-modal-title {
.ant-breadcrumb {
color: @maycur-color;
cursor: pointer;
.fm {
color: #bcbcbc;
margin-left: 5px;
cursor: pointer;
&:hover {
color: @maycur-color;
}
}
&>span:last-child {
color: #555;
cursor: auto;
}
}
}
}
}