@antdp/antdp-ui
Version:
基于antd封装的组件
10 lines • 332 B
CSS
.upload-grid .ant-upload-draggable-list-item {
border-top: 2px dashed rgba(0, 0, 0, 0);
border-bottom: 2px dashed rgba(0, 0, 0, 0);
}
.upload-grid .ant-upload-draggable-list-item.drop-over-downward {
border-bottom-color: #1890ff;
}
.upload-grid .ant-upload-draggable-list-item.drop-over-upward {
border-top-color: #1890ff;
}