acud 0.0.73 → 0.0.74

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.
package/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v0.0.73 */
1
+ /*! acud v0.0.74 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -24571,7 +24571,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24571
24571
  border-color: #144BCC;
24572
24572
  }
24573
24573
  .acud-upload.acud-upload-drag.acud-upload-disabled {
24574
- background: #fafafa;
24574
+ background: #F7F7F9;
24575
24575
  cursor: not-allowed;
24576
24576
  }
24577
24577
  .acud-upload.acud-upload-drag .acud-upload-btn {
@@ -24987,9 +24987,11 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24987
24987
  .acud-upload-list-picture-card .acud-upload-list-item-progress {
24988
24988
  position: absolute;
24989
24989
  top: 44px;
24990
+ left: 50%;
24990
24991
  padding-left: 8px;
24991
24992
  padding-right: 8px;
24992
- width: 100%;
24993
+ width: 96px;
24994
+ transform: translateX(-50%);
24993
24995
  }
24994
24996
  .acud-upload-list-text-container,
24995
24997
  .acud-upload-list-picture-container {