acud 0.0.66 → 0.0.69

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.
Files changed (148) hide show
  1. package/dist/acud.css +277 -152
  2. package/dist/acud.css.map +1 -1
  3. package/dist/acud.js +1107 -910
  4. package/dist/acud.js.map +1 -1
  5. package/dist/acud.min.css +1 -1
  6. package/dist/acud.min.css.map +1 -1
  7. package/dist/acud.min.js +6 -6
  8. package/dist/acud.min.js.map +1 -1
  9. package/es/button/button.d.ts +1 -0
  10. package/es/button/button.js +1 -0
  11. package/es/cascader/Cascader.js +2 -1
  12. package/es/cascader/MenuItem.js +7 -13
  13. package/es/cascader/Menus.d.ts +3 -2
  14. package/es/cascader/Menus.js +30 -24
  15. package/es/cascader/index.js +32 -11
  16. package/es/cascader/style/index.css +17 -68
  17. package/es/cascader/style/index.less +23 -31
  18. package/es/clear/index.d.ts +12 -0
  19. package/es/clear/index.js +41 -0
  20. package/es/clear/style/css.js +2 -0
  21. package/es/clear/style/index.css +63 -0
  22. package/es/clear/style/index.d.ts +2 -0
  23. package/es/clear/style/index.js +2 -0
  24. package/es/clear/style/index.less +18 -0
  25. package/es/date-picker/generatePicker/generateRangePicker.js +2 -2
  26. package/es/date-picker/generatePicker/generateSinglePicker.js +2 -2
  27. package/es/date-picker/src/PickerPanel.js +4 -1
  28. package/es/date-picker/src/utils/uiUtil.js +4 -4
  29. package/es/date-picker/style/index.css +106 -53
  30. package/es/date-picker/style/panel.less +83 -18
  31. package/es/dropdown/dropdown.js +2 -3
  32. package/es/dropdown/rc-dropdown/Dropdown.js +1 -0
  33. package/es/form/style/horizontal.less +3 -1
  34. package/es/form/style/index.css +2 -0
  35. package/es/index.d.ts +1 -0
  36. package/es/index.js +1 -0
  37. package/es/menu/menu.d.ts +2 -1
  38. package/es/modal/DialogBox.d.ts +1 -1
  39. package/es/modal/Modal.d.ts +0 -2
  40. package/es/modal/style/index.css +27 -7
  41. package/es/modal/style/index.less +23 -7
  42. package/es/modal/style/mixin.less +2 -2
  43. package/es/progress/CircleProgress.js +2 -2
  44. package/es/progress/LineProgress.js +4 -2
  45. package/es/radio/Radio.d.ts +1 -0
  46. package/es/radio/Radio.js +3 -2
  47. package/es/radio/RadioButton.js +3 -2
  48. package/es/radio/RadioGroup.d.ts +1 -0
  49. package/es/radio/RadioGroup.js +4 -1
  50. package/es/radio/context.d.ts +1 -0
  51. package/es/style/themes/dark/components/modal.less +1 -1
  52. package/es/style/themes/default/components/cascader.less +0 -4
  53. package/es/style/themes/default/components/clear.less +2 -0
  54. package/es/style/themes/default/components/datePicker.less +1 -0
  55. package/es/style/themes/default/components/index.less +1 -0
  56. package/es/style/themes/default/components/modal.less +1 -1
  57. package/es/switch/index.d.ts +2 -3
  58. package/es/switch/index.js +11 -3
  59. package/es/switch/interface.d.ts +4 -0
  60. package/es/switch/style/index.css +31 -0
  61. package/es/switch/style/index.less +33 -1
  62. package/es/tabs/src/TabNavList/index.js +2 -2
  63. package/es/tabs/style/index.css +0 -1
  64. package/es/tabs/style/index.less +0 -1
  65. package/es/toast/index.js +7 -8
  66. package/es/toast/style/index.css +1 -1
  67. package/es/toast/style/index.less +3 -3
  68. package/es/tooltip/index.js +1 -1
  69. package/es/transfer/SourceList.js +1 -0
  70. package/es/transfer/index.js +5 -5
  71. package/es/transfer/style/index.css +3 -0
  72. package/es/transfer/style/index.less +3 -0
  73. package/es/upload/Upload.js +4 -1
  74. package/es/upload/UploadList/ListItem.js +2 -2
  75. package/es/upload/UploadList/index.js +1 -1
  76. package/es/upload/style/index.css +25 -21
  77. package/es/upload/style/index.less +28 -21
  78. package/lib/button/button.d.ts +1 -0
  79. package/lib/button/button.js +1 -0
  80. package/lib/cascader/Cascader.js +2 -1
  81. package/lib/cascader/MenuItem.js +7 -13
  82. package/lib/cascader/Menus.d.ts +3 -2
  83. package/lib/cascader/Menus.js +31 -24
  84. package/lib/cascader/index.js +34 -12
  85. package/lib/cascader/style/index.css +17 -68
  86. package/lib/cascader/style/index.less +23 -31
  87. package/lib/clear/index.d.ts +12 -0
  88. package/lib/clear/index.js +55 -0
  89. package/lib/clear/style/css.js +5 -0
  90. package/lib/clear/style/index.css +63 -0
  91. package/lib/clear/style/index.d.ts +2 -0
  92. package/lib/clear/style/index.js +5 -0
  93. package/lib/clear/style/index.less +18 -0
  94. package/lib/date-picker/generatePicker/generateRangePicker.js +3 -3
  95. package/lib/date-picker/generatePicker/generateSinglePicker.js +3 -3
  96. package/lib/date-picker/src/PickerPanel.js +4 -1
  97. package/lib/date-picker/src/utils/uiUtil.js +4 -4
  98. package/lib/date-picker/style/index.css +106 -53
  99. package/lib/date-picker/style/panel.less +83 -18
  100. package/lib/dropdown/dropdown.js +2 -3
  101. package/lib/dropdown/rc-dropdown/Dropdown.js +1 -0
  102. package/lib/form/style/horizontal.less +3 -1
  103. package/lib/form/style/index.css +2 -0
  104. package/lib/index.d.ts +1 -0
  105. package/lib/index.js +8 -0
  106. package/lib/menu/menu.d.ts +2 -1
  107. package/lib/modal/DialogBox.d.ts +1 -1
  108. package/lib/modal/Modal.d.ts +0 -2
  109. package/lib/modal/style/index.css +27 -7
  110. package/lib/modal/style/index.less +23 -7
  111. package/lib/modal/style/mixin.less +2 -2
  112. package/lib/progress/CircleProgress.js +2 -2
  113. package/lib/progress/LineProgress.js +4 -2
  114. package/lib/radio/Radio.d.ts +1 -0
  115. package/lib/radio/Radio.js +3 -2
  116. package/lib/radio/RadioButton.js +3 -2
  117. package/lib/radio/RadioGroup.d.ts +1 -0
  118. package/lib/radio/RadioGroup.js +5 -1
  119. package/lib/radio/context.d.ts +1 -0
  120. package/lib/style/components.less +1 -0
  121. package/lib/style/themes/dark/components/modal.less +1 -1
  122. package/lib/style/themes/default/components/cascader.less +0 -4
  123. package/lib/style/themes/default/components/clear.less +2 -0
  124. package/lib/style/themes/default/components/datePicker.less +1 -0
  125. package/lib/style/themes/default/components/index.less +1 -0
  126. package/lib/style/themes/default/components/modal.less +1 -1
  127. package/lib/switch/index.d.ts +2 -3
  128. package/lib/switch/index.js +12 -3
  129. package/lib/switch/interface.d.ts +4 -0
  130. package/lib/switch/style/index.css +31 -0
  131. package/lib/switch/style/index.less +33 -1
  132. package/lib/tabs/src/TabNavList/index.js +2 -2
  133. package/lib/tabs/style/index.css +0 -1
  134. package/lib/tabs/style/index.less +0 -1
  135. package/lib/toast/index.js +7 -8
  136. package/lib/toast/style/index.css +1 -1
  137. package/lib/toast/style/index.less +3 -3
  138. package/lib/tooltip/index.js +1 -1
  139. package/lib/transfer/SourceList.js +1 -0
  140. package/lib/transfer/index.js +5 -5
  141. package/lib/transfer/style/index.css +3 -0
  142. package/lib/transfer/style/index.less +3 -0
  143. package/lib/upload/Upload.js +4 -1
  144. package/lib/upload/UploadList/ListItem.js +2 -2
  145. package/lib/upload/UploadList/index.js +1 -1
  146. package/lib/upload/style/index.css +25 -21
  147. package/lib/upload/style/index.less +28 -21
  148. package/package.json +2 -2
package/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v0.0.66 */
1
+ /*! acud v0.0.69 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -3853,7 +3853,6 @@ a {
3853
3853
  }
3854
3854
  .acud-tabs-tab-active {
3855
3855
  color: #2468F2;
3856
- background: #FFFFFF;
3857
3856
  }
3858
3857
  .acud-tabs-tab-btn {
3859
3858
  outline: none;
@@ -9479,64 +9478,9 @@ a {
9479
9478
  .acud-cascader-picker-clear {
9480
9479
  position: absolute;
9481
9480
  top: 50%;
9482
- right: 32px;
9481
+ right: 30px;
9483
9482
  z-index: 2;
9484
- width: 12px;
9485
- height: 12px;
9486
- margin-top: -6px;
9487
- line-height: 12px;
9488
- cursor: pointer;
9489
- border-radius: 50%;
9490
- text-align: center;
9491
- transition: color 0.3s ease, opacity 0.15s ease;
9492
- }
9493
- .acud-cascader-picker-clear.acuicon {
9494
- display: flex;
9495
- color: #FFFFFF;
9496
- background-color: #D4D6D9;
9497
- border-color: transparent;
9498
- }
9499
- .acud-cascader-picker-clear.acuicon:hover {
9500
- color: #FFFFFF;
9501
- }
9502
- .acud-cascader-picker-clear.acuicon:focus,
9503
- .acud-cascader-picker-clear.acuicon:active {
9504
- color: #FFFFFF;
9505
- }
9506
- .acud-cascader-picker-clear.acuicon[disabled],
9507
- .acud-cascader-picker-clear.acuicon[disabled]:hover,
9508
- .acud-cascader-picker-clear.acuicon[disabled]:focus,
9509
- .acud-cascader-picker-clear.acuicon[disabled]:active {
9510
- color: #FFFFFF;
9511
- }
9512
- .acud-cascader-picker-clear.acuicon:hover {
9513
- background-color: #5C5F66;
9514
- }
9515
- .acud-cascader-picker-clear.acuicon:focus,
9516
- .acud-cascader-picker-clear.acuicon:active {
9517
- background-color: #303540;
9518
- }
9519
- .acud-cascader-picker-clear.acuicon[disabled],
9520
- .acud-cascader-picker-clear.acuicon[disabled]:hover,
9521
- .acud-cascader-picker-clear.acuicon[disabled]:focus,
9522
- .acud-cascader-picker-clear.acuicon[disabled]:active {
9523
- background-color: #F2F2F4;
9524
- }
9525
- .acud-cascader-picker-clear.acuicon:hover {
9526
- border-color: transparent;
9527
- }
9528
- .acud-cascader-picker-clear.acuicon:focus,
9529
- .acud-cascader-picker-clear.acuicon:active {
9530
- border-color: transparent;
9531
- }
9532
- .acud-cascader-picker-clear.acuicon[disabled],
9533
- .acud-cascader-picker-clear.acuicon[disabled]:hover,
9534
- .acud-cascader-picker-clear.acuicon[disabled]:focus,
9535
- .acud-cascader-picker-clear.acuicon[disabled]:active {
9536
- border-color: transparent;
9537
- }
9538
- .acud-cascader-picker-clear > svg {
9539
- transform: scale(0.6);
9483
+ margin-top: -8px;
9540
9484
  }
9541
9485
  .acud-cascader-picker-arrow {
9542
9486
  position: absolute;
@@ -9567,7 +9511,7 @@ a {
9567
9511
  color: #B8BABF;
9568
9512
  }
9569
9513
  .acud-cascader-picker-arrow-expand {
9570
- transform: rotate(-180deg);
9514
+ transform: rotate(180deg);
9571
9515
  }
9572
9516
  .acud-cascader-picker-arrow > svg {
9573
9517
  width: 16px;
@@ -9715,7 +9659,9 @@ a {
9715
9659
  color: #151B26;
9716
9660
  background-color: #FFFFFF;
9717
9661
  border-color: transparent;
9718
- padding: 0 8px 0 12px;
9662
+ display: flex;
9663
+ justify-content: space-between;
9664
+ padding: 0 12px;
9719
9665
  height: 32px;
9720
9666
  line-height: 32px;
9721
9667
  cursor: pointer;
@@ -9763,17 +9709,18 @@ a {
9763
9709
  border-color: transparent;
9764
9710
  }
9765
9711
  .acud-cascader-menu-item-content {
9766
- width: calc(100% - 3 * 4px);
9712
+ display: flex;
9767
9713
  overflow: hidden;
9768
9714
  text-overflow: ellipsis;
9769
9715
  }
9770
- .acud-cascader-menu-item-checkbox {
9716
+ .acud-cascader-menu-item-checkbox.acud-checkbox-wrapper {
9771
9717
  vertical-align: middle;
9718
+ margin-right: 8px;
9772
9719
  }
9773
- .acud-cascader-menu-item-checkbox .acud-checkbox {
9720
+ .acud-cascader-menu-item-checkbox.acud-checkbox-wrapper .acud-checkbox {
9774
9721
  top: 0;
9775
9722
  }
9776
- .acud-cascader-menu-item-checkbox .acud-checkbox + span {
9723
+ .acud-cascader-menu-item-label {
9777
9724
  overflow: hidden;
9778
9725
  text-overflow: ellipsis;
9779
9726
  }
@@ -9795,15 +9742,11 @@ a {
9795
9742
  }
9796
9743
  .acud-cascader-menu-item-expand {
9797
9744
  position: relative;
9745
+ padding-right: 8px;
9798
9746
  }
9799
9747
  .acud-cascader-menu-item-expand .acud-cascader-menu-item-expand-icon,
9800
9748
  .acud-cascader-menu-item-loading-icon {
9801
9749
  color: #84868C;
9802
- position: absolute;
9803
- right: 8px;
9804
- top: 50%;
9805
- transform: translateY(-50%);
9806
- line-height: 0;
9807
9750
  }
9808
9751
  .acud-cascader-menu-item-expand .acud-cascader-menu-item-expand-icon:hover,
9809
9752
  .acud-cascader-menu-item-loading-icon:hover {
@@ -9828,6 +9771,11 @@ a {
9828
9771
  .acud-cascader-menu-item .acud-cascader-menu-item-keyword {
9829
9772
  color: #2468F2;
9830
9773
  }
9774
+ .acud-cascader-tag-tooltip.acud-tooltip,
9775
+ .acud-cascader-picker-label-tooltip.acud-tooltip,
9776
+ .acud-cascader-menu-item-tooltip.acud-tooltip {
9777
+ max-width: initial;
9778
+ }
9831
9779
 
9832
9780
  /* color */
9833
9781
  /* 默认颜色 */
@@ -11245,6 +11193,70 @@ a {
11245
11193
  z-index: 1;
11246
11194
  }
11247
11195
 
11196
+ /* color */
11197
+ /* 默认颜色 */
11198
+ /* 通用-icon */
11199
+ /* 标签 */
11200
+ /* 默认颜色 */
11201
+ /* 其他颜色 */
11202
+ /* 通用 */
11203
+ /* 水平 */
11204
+ /* 垂直 */
11205
+ /* 序号水平 */
11206
+ /* 序号垂直 */
11207
+ .acud-clear.acudicon {
11208
+ color: #FFFFFF;
11209
+ background-color: #D4D6D9;
11210
+ border-color: transparent;
11211
+ padding: 2px;
11212
+ background-clip: content-box;
11213
+ border-radius: 50%;
11214
+ font-size: 12px;
11215
+ transition: color 0.3s ease, opacity 0.15s ease;
11216
+ }
11217
+ .acud-clear.acudicon:hover {
11218
+ color: #FFFFFF;
11219
+ }
11220
+ .acud-clear.acudicon:focus,
11221
+ .acud-clear.acudicon:active {
11222
+ color: #FFFFFF;
11223
+ }
11224
+ .acud-clear.acudicon[disabled],
11225
+ .acud-clear.acudicon[disabled]:hover,
11226
+ .acud-clear.acudicon[disabled]:focus,
11227
+ .acud-clear.acudicon[disabled]:active {
11228
+ color: #FFFFFF;
11229
+ }
11230
+ .acud-clear.acudicon:hover {
11231
+ background-color: #5C5F66;
11232
+ }
11233
+ .acud-clear.acudicon:focus,
11234
+ .acud-clear.acudicon:active {
11235
+ background-color: #303540;
11236
+ }
11237
+ .acud-clear.acudicon[disabled],
11238
+ .acud-clear.acudicon[disabled]:hover,
11239
+ .acud-clear.acudicon[disabled]:focus,
11240
+ .acud-clear.acudicon[disabled]:active {
11241
+ background-color: #F2F2F4;
11242
+ }
11243
+ .acud-clear.acudicon:hover {
11244
+ border-color: transparent;
11245
+ }
11246
+ .acud-clear.acudicon:focus,
11247
+ .acud-clear.acudicon:active {
11248
+ border-color: transparent;
11249
+ }
11250
+ .acud-clear.acudicon[disabled],
11251
+ .acud-clear.acudicon[disabled]:hover,
11252
+ .acud-clear.acudicon[disabled]:focus,
11253
+ .acud-clear.acudicon[disabled]:active {
11254
+ border-color: transparent;
11255
+ }
11256
+ .acud-clear.acudicon > svg {
11257
+ transform: scale(0.66666);
11258
+ }
11259
+
11248
11260
  /* color */
11249
11261
  /* 默认颜色 */
11250
11262
  /* 通用-icon */
@@ -11979,12 +11991,23 @@ a {
11979
11991
  color: #151B26;
11980
11992
  }
11981
11993
  .acud-picker-panel-header > li {
11994
+ color: #151B26;
11982
11995
  margin-right: 24px;
11983
11996
  display: inline-block;
11984
11997
  cursor: pointer;
11985
11998
  }
11986
- .acud-picker-panel.acud-picker-panel-has-range .acud-picker-date-panel .acud-picker-content td:not(.acud-picker-cell-range-hover-start):not(.acud-picker-cell-range-hover-end):not(.acud-picker-cell-range-start):not(.acud-picker-cell-range-end):not(.acud-picker-cell-today):hover {
11987
- background-color: #F7F7F9 !important;
11999
+ .acud-picker-panel-header > li:hover {
12000
+ color: #2468F2;
12001
+ }
12002
+ .acud-picker-panel-header > li:focus,
12003
+ .acud-picker-panel-header > li:active {
12004
+ color: #144BCC;
12005
+ }
12006
+ .acud-picker-panel-header > li[disabled],
12007
+ .acud-picker-panel-header > li[disabled]:hover,
12008
+ .acud-picker-panel-header > li[disabled]:focus,
12009
+ .acud-picker-panel-header > li[disabled]:active {
12010
+ color: #B8BABF;
11988
12011
  }
11989
12012
  .acud-picker-panel.acud-picker-panel-has-range .acud-picker-date-panel .acud-picker-content td:not(.acud-picker-cell-range-hover-start):not(.acud-picker-cell-range-hover-end):not(.acud-picker-cell-range-start):not(.acud-picker-cell-range-end):not(.acud-picker-cell-today):hover .acud-picker-cell-inner {
11990
12013
  background-color: #F7F7F9 !important;
@@ -12002,20 +12025,27 @@ a {
12002
12025
  width: 240px;
12003
12026
  }
12004
12027
  .acud-picker-month-panel .acud-picker-cell-in-range:not(:first-child)::before,
12005
- .acud-picker-month-panel .acud-picker-cell-range-hover:not(:first-child)::before {
12028
+ .acud-picker-year-panel .acud-picker-cell-in-range:not(:first-child)::before,
12029
+ .acud-picker-month-panel .acud-picker-cell-range-hover:not(:first-child)::before,
12030
+ .acud-picker-year-panel .acud-picker-cell-range-hover:not(:first-child)::before {
12006
12031
  width: 12px;
12007
12032
  left: -12px;
12008
12033
  background: #E6F0FF;
12009
12034
  }
12010
- .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-end:hover,
12011
- .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-start:hover {
12035
+ .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-end:hover .acud-picker-cell-inner,
12036
+ .acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-end:hover .acud-picker-cell-inner,
12037
+ .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-start:hover .acud-picker-cell-inner,
12038
+ .acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-in-range.acud-picker-cell-range-hover-start:hover .acud-picker-cell-inner {
12012
12039
  background-color: #D4E5FF;
12013
12040
  }
12014
- .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover,
12015
- .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:hover {
12041
+ .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner,
12042
+ .acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner,
12043
+ .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner,
12044
+ .acud-picker-year-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:not(.acud-picker-cell-in-range):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner {
12016
12045
  background: #E6F0FF;
12017
12046
  }
12018
- .acud-picker-month-panel .acud-picker-cell-disabled:not(:first-child)::before {
12047
+ .acud-picker-month-panel .acud-picker-cell-disabled:not(:first-child)::before,
12048
+ .acud-picker-year-panel .acud-picker-cell-disabled:not(:first-child)::before {
12019
12049
  left: -12px;
12020
12050
  }
12021
12051
  .acud-picker-header {
@@ -12089,8 +12119,23 @@ a {
12089
12119
  color: #B8BABF;
12090
12120
  }
12091
12121
  .acud-picker-header-view button {
12122
+ font-size: 12px;
12092
12123
  color: inherit;
12093
- font-weight: inherit;
12124
+ font-weight: 400;
12125
+ color: #151B26;
12126
+ }
12127
+ .acud-picker-header-view button:hover {
12128
+ color: #2468F2;
12129
+ }
12130
+ .acud-picker-header-view button:focus,
12131
+ .acud-picker-header-view button:active {
12132
+ color: #144BCC;
12133
+ }
12134
+ .acud-picker-header-view button[disabled],
12135
+ .acud-picker-header-view button[disabled]:hover,
12136
+ .acud-picker-header-view button[disabled]:focus,
12137
+ .acud-picker-header-view button[disabled]:active {
12138
+ color: #B8BABF;
12094
12139
  }
12095
12140
  .acud-picker-header-view button:not(:first-child) {
12096
12141
  margin-left: 8px;
@@ -12202,36 +12247,6 @@ a {
12202
12247
  font-weight: 400;
12203
12248
  font-size: 12px;
12204
12249
  }
12205
- .acud-picker-content td {
12206
- background-color: #FFFFFF;
12207
- border-color: transparent;
12208
- }
12209
- .acud-picker-content td:hover {
12210
- background-color: #F7F7F9;
12211
- }
12212
- .acud-picker-content td:focus,
12213
- .acud-picker-content td:active {
12214
- background-color: #2468F2;
12215
- }
12216
- .acud-picker-content td[disabled],
12217
- .acud-picker-content td[disabled]:hover,
12218
- .acud-picker-content td[disabled]:focus,
12219
- .acud-picker-content td[disabled]:active {
12220
- background-color: #FFFFFF;
12221
- }
12222
- .acud-picker-content td:hover {
12223
- border-color: transparent;
12224
- }
12225
- .acud-picker-content td:focus,
12226
- .acud-picker-content td:active {
12227
- border-color: transparent;
12228
- }
12229
- .acud-picker-content td[disabled],
12230
- .acud-picker-content td[disabled]:hover,
12231
- .acud-picker-content td[disabled]:focus,
12232
- .acud-picker-content td[disabled]:active {
12233
- border-color: transparent;
12234
- }
12235
12250
  .acud-picker-cell {
12236
12251
  cursor: pointer;
12237
12252
  color: #B8BABF;
@@ -12278,10 +12293,10 @@ a {
12278
12293
  content: '';
12279
12294
  border-radius: 2px;
12280
12295
  }
12281
- .acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start) {
12296
+ .acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-disabled) {
12282
12297
  background-color: transparent !important;
12283
12298
  }
12284
- .acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start) .acud-picker-cell-inner {
12299
+ .acud-picker-cell-today:not(.acud-picker-cell-in-range):not(.acud-picker-cell-range-hover):not(.acud-picker-cell-range-end):not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-disabled) .acud-picker-cell-inner {
12285
12300
  background-color: transparent !important;
12286
12301
  }
12287
12302
  .acud-picker-cell-in-view.acud-picker-cell-in-range,
@@ -12326,6 +12341,9 @@ a {
12326
12341
  .acud-picker-cell-in-view.acud-picker-cell-range-end:not(.acud-picker-cell-range-end-single)::before {
12327
12342
  background: #E6F0FF;
12328
12343
  }
12344
+ .acud-picker-cell-in-view.acud-picker-cell-range-start.acud-picker-cell-range-end::before {
12345
+ background: transparent;
12346
+ }
12329
12347
  .acud-picker-cell-in-view.acud-picker-cell-range-start.acud-picker-cell-range-end.acud-picker-cell-selected::before,
12330
12348
  .acud-picker-cell-in-view.acud-picker-cell-range-start.acud-picker-cell-range-hover-start.acud-picker-cell-range-hover-end::before {
12331
12349
  background: transparent !important;
@@ -12366,6 +12384,9 @@ a {
12366
12384
  right: 0;
12367
12385
  left: 0;
12368
12386
  }
12387
+ .acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover:not(:first-child)::before {
12388
+ left: -9px;
12389
+ }
12369
12390
  .acud-picker-cell-range-hover.acud-picker-cell-range-start::after {
12370
12391
  right: 50%;
12371
12392
  }
@@ -12416,9 +12437,6 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12416
12437
  .acud-picker-quarter-panel .acud-picker-content {
12417
12438
  height: 56px;
12418
12439
  }
12419
- .acud-picker-date-panel .acud-picker-content td:hover {
12420
- border-radius: 2px;
12421
- }
12422
12440
  .acud-picker-date-panel tr .acud-picker-cell:first-child::before {
12423
12441
  display: none;
12424
12442
  }
@@ -12437,8 +12455,8 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12437
12455
  justify-content: space-between;
12438
12456
  width: 216px;
12439
12457
  }
12440
- .acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover,
12441
- .acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:hover {
12458
+ .acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):hover .acud-picker-cell-inner,
12459
+ .acud-picker-date-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:not(.acud-picker-cell-range-start):hover .acud-picker-cell-inner {
12442
12460
  background-color: #E6F0FF;
12443
12461
  }
12444
12462
  .acud-picker-footer {
@@ -12448,6 +12466,9 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12448
12466
  min-width: 100%;
12449
12467
  text-align: center;
12450
12468
  border-top: 1px solid #E8E9EB;
12469
+ font-size: 12px;
12470
+ line-height: 24px;
12471
+ cursor: pointer;
12451
12472
  }
12452
12473
  .acud-picker-footer-extra {
12453
12474
  padding: 0 8px;
@@ -12459,8 +12480,20 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12459
12480
  .acud-picker-today-btn.acud-picker-today-btn-disabled {
12460
12481
  cursor: not-allowed;
12461
12482
  }
12462
- .acud-picker-decade-panel .acud-picker-cell-inner {
12463
- padding: 0 6px;
12483
+ .acud-picker-decade-panel tr {
12484
+ display: block;
12485
+ margin: 12px 0;
12486
+ }
12487
+ .acud-picker-decade-panel tr td {
12488
+ display: inline-block;
12489
+ margin-right: 12px;
12490
+ width: 79px;
12491
+ }
12492
+ .acud-picker-decade-panel tr td:last-child {
12493
+ margin-right: 0;
12494
+ }
12495
+ .acud-picker-decade-panel tr .acud-picker-cell-inner {
12496
+ width: 100%;
12464
12497
  }
12465
12498
  .acud-picker-decade-panel .acud-picker-cell::before {
12466
12499
  display: none;
@@ -12481,7 +12514,6 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12481
12514
  .acud-picker-month-panel tr td {
12482
12515
  display: inline-block;
12483
12516
  margin-right: 12px;
12484
- border-radius: 2px;
12485
12517
  }
12486
12518
  .acud-picker-year-panel tr td:last-child,
12487
12519
  .acud-picker-quarter-panel tr td:last-child,
@@ -12519,6 +12551,13 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12519
12551
  .acud-picker-panels .acud-picker-date-panel {
12520
12552
  width: 234px;
12521
12553
  }
12554
+ .acud-picker-panels .acud-picker-decade-panel {
12555
+ width: 285px;
12556
+ }
12557
+ .acud-picker-panels .acud-picker-decade-panel .acud-picker-header,
12558
+ .acud-picker-panels .acud-picker-decade-panel .acud-picker-body {
12559
+ padding-right: 12px !important;
12560
+ }
12522
12561
  .acud-picker-week-panel .acud-picker-body {
12523
12562
  padding: 12px 8px;
12524
12563
  }
@@ -12536,20 +12575,46 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12536
12575
  }
12537
12576
  .acud-picker-date-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:first-child,
12538
12577
  .acud-picker-month-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:first-child,
12578
+ .acud-picker-year-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:first-child,
12539
12579
  .acud-picker-date-panel tr td.acud-picker-cell-range-hover:first-child,
12540
- .acud-picker-month-panel tr td.acud-picker-cell-range-hover:first-child {
12580
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover:first-child,
12581
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover:first-child {
12541
12582
  border-radius: 2px 0 0 2px;
12542
12583
  }
12543
12584
  .acud-picker-date-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:last-child,
12544
12585
  .acud-picker-month-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:last-child,
12586
+ .acud-picker-year-panel tr td.acud-picker-cell-in-view.acud-picker-cell-in-range:last-child,
12545
12587
  .acud-picker-date-panel tr td.acud-picker-cell-range-hover:last-child,
12546
- .acud-picker-month-panel tr td.acud-picker-cell-range-hover:last-child {
12588
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover:last-child,
12589
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover:last-child {
12547
12590
  border-radius: 0 2px 2px 0;
12548
12591
  }
12549
- .acud-picker-date-panel tr td.acud-picker-cell-range-hover-end,
12550
- .acud-picker-month-panel tr td.acud-picker-cell-range-hover-end {
12592
+ .acud-picker-date-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
12593
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
12594
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range) .acud-picker-cell-inner {
12551
12595
  border-radius: 0 2px 2px 0;
12552
12596
  }
12597
+ .acud-picker-date-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range):first-child .acud-picker-cell-inner,
12598
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range):first-child .acud-picker-cell-inner,
12599
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range):first-child .acud-picker-cell-inner,
12600
+ .acud-picker-date-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
12601
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
12602
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover-end:not(.acud-picker-cell-range-end):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner {
12603
+ border-radius: 2px;
12604
+ }
12605
+ .acud-picker-date-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
12606
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range) .acud-picker-cell-inner,
12607
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range) .acud-picker-cell-inner {
12608
+ border-radius: 2px 0 0 2px;
12609
+ }
12610
+ .acud-picker-date-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range):last-child .acud-picker-cell-inner,
12611
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range):last-child .acud-picker-cell-inner,
12612
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range):last-child .acud-picker-cell-inner,
12613
+ .acud-picker-date-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
12614
+ .acud-picker-month-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner,
12615
+ .acud-picker-year-panel tr td.acud-picker-cell-range-hover-start:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-in-range).acud-picker-cell-selected .acud-picker-cell-inner {
12616
+ border-radius: 2px;
12617
+ }
12553
12618
  .acud-picker-date-panel .acud-picker-body {
12554
12619
  padding: 12px;
12555
12620
  }
@@ -13885,6 +13950,8 @@ li.acud-dropdown-menu-submenu-active:hover,
13885
13950
  .acud-form-horizontal .acud-form-item-label {
13886
13951
  flex-grow: 0;
13887
13952
  line-height: 1.6667;
13953
+ padding-left: calc(.5em + 4px);
13954
+ box-sizing: content-box;
13888
13955
  }
13889
13956
  .acud-form-horizontal .acud-form-item-label:not([class*=' acud-col-']) {
13890
13957
  margin-right: 16px;
@@ -16633,26 +16700,46 @@ li.acud-dropdown-menu-submenu-active:hover,
16633
16700
  -webkit-overflow-scrolling: touch;
16634
16701
  z-index: 1000;
16635
16702
  }
16636
- .acud-modal-sm > .acud-modal-content {
16703
+ .acud-modal-sm {
16637
16704
  width: 520px;
16638
16705
  min-height: 240px;
16639
16706
  max-height: 560px;
16640
16707
  }
16641
- .acud-modal-md > .acud-modal-content {
16708
+ .acud-modal-sm > .acud-modal-content {
16709
+ width: 100%;
16710
+ min-height: 240px;
16711
+ max-height: 560px;
16712
+ }
16713
+ .acud-modal-md {
16642
16714
  width: 800px;
16643
16715
  min-height: 400px;
16644
16716
  max-height: 560px;
16645
16717
  }
16646
- .acud-modal-lg > .acud-modal-content {
16718
+ .acud-modal-md > .acud-modal-content {
16719
+ width: 100%;
16720
+ min-height: 400px;
16721
+ max-height: 560px;
16722
+ }
16723
+ .acud-modal-lg {
16647
16724
  width: 1120px;
16648
16725
  min-height: 480px;
16649
16726
  max-height: 560px;
16650
16727
  }
16651
- .acud-modal-xl > .acud-modal-content {
16728
+ .acud-modal-lg > .acud-modal-content {
16729
+ width: 100%;
16730
+ min-height: 480px;
16731
+ max-height: 560px;
16732
+ }
16733
+ .acud-modal-xl {
16652
16734
  width: 1200px;
16653
16735
  min-height: 480px;
16654
16736
  max-height: 560px;
16655
16737
  }
16738
+ .acud-modal-xl > .acud-modal-content {
16739
+ width: 100%;
16740
+ min-height: 480px;
16741
+ max-height: 560px;
16742
+ }
16656
16743
  .acud-modal-content {
16657
16744
  position: relative;
16658
16745
  background-color: #FFFFFF;
@@ -16708,13 +16795,14 @@ li.acud-dropdown-menu-submenu-active:hover,
16708
16795
  word-wrap: break-word;
16709
16796
  }
16710
16797
  .acud-modal-body {
16711
- padding: 16px 24px 24px;
16798
+ margin: 16px 24px 24px;
16712
16799
  font-size: 12px;
16713
16800
  font-weight: 400;
16714
16801
  line-height: 20px;
16715
16802
  word-wrap: break-word;
16716
16803
  color: #151B26;
16717
16804
  flex: 1;
16805
+ overflow-y: auto;
16718
16806
  }
16719
16807
  .acud-modal-footer {
16720
16808
  padding: 0 24px 24px;
@@ -16749,14 +16837,13 @@ li.acud-dropdown-menu-submenu-active:hover,
16749
16837
  padding-right: 12px;
16750
16838
  }
16751
16839
  .acud-modal-dialogbox-content {
16752
- width: 400px;
16840
+ width: 100%;
16753
16841
  padding-left: 32px;
16754
16842
  }
16755
16843
  .acud-modal-dialogbox .acud-modal-title .acudicon {
16756
16844
  font-size: 20px;
16757
16845
  }
16758
16846
  .acud-modal-dialogbox > .acud-modal-content {
16759
- width: 400px;
16760
16847
  min-height: 184px;
16761
16848
  }
16762
16849
  .acud-modal-dialogbox-warning .acud-modal-dialogbox-icon {
@@ -20594,6 +20681,34 @@ span.acud-radio-button {
20594
20681
  .acud-switch-checked[disabled]:after {
20595
20682
  background-color: #FFFFFF;
20596
20683
  }
20684
+ .acud-switch-checked[disabled].acud-switch-loading .acud-switch-loading-icon {
20685
+ color: #D4E5FF;
20686
+ }
20687
+ .acud-switch-checked.acud-switch-loading .acud-switch-loading-icon {
20688
+ color: #2468F2;
20689
+ left: initial;
20690
+ right: 2px;
20691
+ }
20692
+ .acud-switch-loading {
20693
+ cursor: no-drop;
20694
+ }
20695
+ .acud-switch-loading:after {
20696
+ cursor: no-drop;
20697
+ -webkit-animation-name: none;
20698
+ animation-name: none;
20699
+ }
20700
+ .acud-switch-loading:hover:after {
20701
+ width: 16px;
20702
+ -webkit-animation-name: none;
20703
+ animation-name: none;
20704
+ }
20705
+ .acud-switch-loading .acud-switch-loading-icon {
20706
+ position: absolute;
20707
+ top: 1px;
20708
+ z-index: 99;
20709
+ color: #D4D6D9;
20710
+ left: 2px;
20711
+ }
20597
20712
  .acud-switch-disabled {
20598
20713
  cursor: no-drop;
20599
20714
  }
@@ -20608,6 +20723,9 @@ span.acud-radio-button {
20608
20723
  -webkit-animation-name: none;
20609
20724
  animation-name: none;
20610
20725
  }
20726
+ .acud-switch-disabled .acud-switch-loading-icon {
20727
+ color: #F2F2F4;
20728
+ }
20611
20729
  .acud-switch-label {
20612
20730
  display: inline-block;
20613
20731
  padding-left: 10px;
@@ -23738,7 +23856,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23738
23856
  }
23739
23857
  .acud-notification-notice-with-icon .acud-notification-notice-message {
23740
23858
  margin: 0 calc(8px + 4px * 4) 0 calc(8px + 18px);
23741
- font-size: 16px;
23859
+ font-size: 14px;
23742
23860
  }
23743
23861
  .acud-notification-notice-with-icon .acud-notification-notice-description {
23744
23862
  margin: 0 calc(8px + 4px * 4) 0 calc(8px + 18px);
@@ -24046,6 +24164,9 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24046
24164
  .acud-transfer-datasource-item-group-option {
24047
24165
  padding-left: 60px;
24048
24166
  }
24167
+ .acud-transfer-datasource-item-checkbox {
24168
+ height: 16px;
24169
+ }
24049
24170
  .acud-transfer-datasource-search {
24050
24171
  height: 40px;
24051
24172
  padding: 8px 12px;
@@ -24388,6 +24509,12 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24388
24509
  .acud-upload.acud-upload-drag.acud-upload-drag-hover:not(.acud-upload-disabled) {
24389
24510
  border-color: #144BCC;
24390
24511
  }
24512
+ .acud-upload.acud-upload-drag.acud-upload-drag-click:not(.acud-upload-disabled) {
24513
+ border-color: #144BCC;
24514
+ }
24515
+ .acud-upload.acud-upload-drag.acud-upload-drag-click:not(.acud-upload-disabled):hover {
24516
+ border-color: #144BCC;
24517
+ }
24391
24518
  .acud-upload.acud-upload-drag.acud-upload-disabled {
24392
24519
  background: #fafafa;
24393
24520
  cursor: not-allowed;
@@ -24457,9 +24584,9 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24457
24584
  }
24458
24585
  .acud-upload-list-item {
24459
24586
  position: relative;
24460
- height: 24px;
24461
- margin-top: 8px;
24462
24587
  font-size: 12px;
24588
+ transition: background-color 0.3s;
24589
+ overflow-y: hidden;
24463
24590
  }
24464
24591
  .acud-upload-list-item-name {
24465
24592
  display: inline-block;
@@ -24486,7 +24613,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24486
24613
  }
24487
24614
  .acud-upload-list-item-card-actions {
24488
24615
  position: absolute;
24489
- right: 0;
24616
+ right: 4px;
24490
24617
  }
24491
24618
  .acud-upload-list-item-card-actions-btn {
24492
24619
  opacity: 0;
@@ -24522,9 +24649,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24522
24649
  color: #B8BABF;
24523
24650
  }
24524
24651
  .acud-upload-list-item-info {
24525
- height: 100%;
24652
+ height: 24px;
24526
24653
  padding: 0 2px;
24527
- transition: background-color 0.3s;
24528
24654
  border-radius: 2px;
24529
24655
  }
24530
24656
  .acud-upload-list-item-info > span {
@@ -24572,7 +24698,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24572
24698
  .acud-upload-list-item .acuicon-outlined-close:hover {
24573
24699
  color: #151B26;
24574
24700
  }
24575
- .acud-upload-list-item:hover .acud-upload-list-item-info {
24701
+ .acud-upload-list-item:hover {
24576
24702
  background-color: #F7F7F9;
24577
24703
  }
24578
24704
  .acud-upload-list-item:hover .acuicon-outlined-close {
@@ -24604,10 +24730,9 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24604
24730
  color: #F33E3E;
24605
24731
  }
24606
24732
  .acud-upload-list-item-progress {
24607
- position: absolute;
24608
- bottom: -12px;
24609
24733
  width: 100%;
24610
24734
  padding-left: 4px;
24735
+ padding-right: 4px;
24611
24736
  font-size: 12px;
24612
24737
  line-height: 0;
24613
24738
  }
@@ -24697,13 +24822,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24697
24822
  .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-name {
24698
24823
  margin-bottom: 12px;
24699
24824
  }
24700
- .acud-upload-list-picture .acud-upload-list-item-progress,
24701
- .acud-upload-list-picture-card .acud-upload-list-item-progress {
24702
- bottom: 14px;
24703
- width: calc(100% - 24px);
24704
- margin-top: 0;
24705
- padding-left: 56px;
24706
- }
24707
24825
  .acud-upload-list-picture .acuicon-outlined-close,
24708
24826
  .acud-upload-list-picture-card .acuicon-outlined-close {
24709
24827
  position: absolute;
@@ -24756,7 +24874,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24756
24874
  opacity: 0;
24757
24875
  transition: all 0.3s;
24758
24876
  }
24759
- .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-refresh,
24877
+ .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-button-upload,
24760
24878
  .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-eye,
24761
24879
  .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-download,
24762
24880
  .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-delete {
@@ -24784,8 +24902,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24784
24902
  display: block;
24785
24903
  width: 100%;
24786
24904
  height: 100%;
24787
- -o-object-fit: contain;
24788
- object-fit: contain;
24905
+ -o-object-fit: cover;
24906
+ object-fit: cover;
24789
24907
  }
24790
24908
  .acud-upload-list-picture-card .acud-upload-list-item-name {
24791
24909
  display: none;
@@ -24812,6 +24930,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24812
24930
  line-height: 140px;
24813
24931
  }
24814
24932
  .acud-upload-list-picture-card .acud-upload-list-item-progress {
24933
+ position: absolute;
24815
24934
  top: 44px;
24816
24935
  padding-left: 8px;
24817
24936
  padding-right: 8px;
@@ -24848,9 +24967,15 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24848
24967
  margin: 0;
24849
24968
  padding: 0 8px 0 4px;
24850
24969
  }
24851
- .acud-upload-list-text .acud-upload-list-item-card-actions,
24852
- .acud-upload-list-picture .acud-upload-list-item-card-actions {
24853
- position: static;
24970
+ .acud-upload-list-text-container {
24971
+ margin-bottom: 4px;
24972
+ }
24973
+ .acud-upload-list-text-container:first-child {
24974
+ margin-top: 8px;
24975
+ }
24976
+ .acud-upload-list-text .acud-upload-list-item-progress {
24977
+ margin-top: 4px;
24978
+ margin-bottom: 2px;
24854
24979
  }
24855
24980
  .acud-upload-list .acud-upload-animate-inline-appear,
24856
24981
  .acud-upload-list .acud-upload-animate-inline-enter,