jc-biz-components
Version:
jc component library based on Antd
20 lines (19 loc) • 361 B
text/less
@import "../../style/variables.less";
@upload-prefix-cls: ~"@{component-prefix}-upload";
:global {
.@{upload-prefix-cls} {
&-iconContainer {
display: flex;
justify-content: center;
width: 96px;
clear: both;
}
&-icon {
cursor: pointer;
transition: 300ms;
:hover {
opacity: 0.7;
}
}
}
}