@jiaozhiye/qm-design-react 1.9.30 → 1.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28460,6 +28460,15 @@ table {
28460
28460
  height: 30px;
28461
28461
  margin: 0;
28462
28462
  }
28463
+ .qm-upload-file .ant-upload-list .ant-upload-list-item-name {
28464
+ padding: 0 4px;
28465
+ }
28466
+ .qm-upload-file .ant-upload-list .ant-upload-list-item-name a {
28467
+ display: block;
28468
+ }
28469
+ .qm-upload-file .ant-upload-list .ant-upload-list-item.handle .ant-upload-list-item-name {
28470
+ cursor: move;
28471
+ }
28463
28472
  .qm-upload-file--horizontal .ant-upload-list {
28464
28473
  display: flex;
28465
28474
  flex-wrap: wrap;
@@ -28513,6 +28522,9 @@ table {
28513
28522
  .qm-upload-img .upload-item:hover .icon {
28514
28523
  display: block;
28515
28524
  }
28525
+ .qm-upload-img .upload-item.handle {
28526
+ cursor: move;
28527
+ }
28516
28528
  .qm-upload-img .upload-item .icon {
28517
28529
  position: absolute;
28518
28530
  top: 2px;