12345678910111213141516171819202122232425262728293031323334353637383940 |
- .ant-upload-select-picture-card i {
- font-size: 32px;
- color: #999;
- }
-
- .ant-upload-select-picture-card .ant-upload-text {
- margin-top: 8px;
- color: #666;
- }
- .upload-img-preview {
- z-index: 10000 !important;
- }
- .upload-img-preview .ant-modal-close {
- top: -10px;
- right: -15px;
- }
-
- .ant-upload-list-item {
- padding: 0 !important;
- }
- .ant-popover-inner-content {
- position: relative;
- }
- .ant-upload-list-item-info {
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .upload-close-icon {
- position: absolute;
- background: url("../../assert/close.png");
- top: 16px;
- width: 19px;
- height: 19px;
- z-index: 99;
- cursor: pointer;
- color: #989898;
- }
|