jc-biz-components
Version:
jc component library based on Antd
29 lines (28 loc) • 1.01 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
:global .jc-sortable-upload .ant-upload-list-picture-card .ant-upload-list-item {
margin-bottom: 30px;
overflow: visible;
position: relative;
}
:global .jc-sortable-upload-order span {
position: absolute;
bottom: -30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 80px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
:global .jc-sortable-upload .ant-upload-list-item-info > span {
display: inline;
}
:global .jc-sortable-upload-hover .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
opacity: 0;
}