acud 0.0.63 → 0.0.66

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 (115) hide show
  1. package/dist/acud.css +164 -53
  2. package/dist/acud.css.map +1 -1
  3. package/dist/acud.js +817 -213
  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 +10 -4
  8. package/dist/acud.min.js.map +1 -1
  9. package/es/alert/style/index.css +1 -1
  10. package/es/alert/style/index.less +150 -147
  11. package/es/alert/style/rtl.less +27 -27
  12. package/es/breadcrumb/BreadcrumbItem.d.ts +1 -1
  13. package/es/breadcrumb/BreadcrumbItem.js +16 -4
  14. package/es/date-picker/src/Picker.js +1 -1
  15. package/es/date-picker/src/RangePicker.js +1 -1
  16. package/es/date-picker/style/index.css +43 -11
  17. package/es/date-picker/style/index.less +13 -2
  18. package/es/date-picker/style/panel.less +32 -10
  19. package/es/dialog-box/style/index.css +4 -4
  20. package/es/dropdown/dropdown-button.js +11 -2
  21. package/es/dropdown/style/index.css +6 -1
  22. package/es/dropdown/style/index.less +6 -1
  23. package/es/modal/DialogBox.d.ts +46 -0
  24. package/es/modal/DialogBox.js +152 -0
  25. package/es/modal/Modal.d.ts +5 -0
  26. package/es/modal/Modal.js +6 -4
  27. package/es/modal/dialog.d.ts +17 -0
  28. package/es/modal/dialog.js +123 -0
  29. package/es/modal/index.d.ts +11 -2
  30. package/es/modal/index.js +10 -1
  31. package/es/modal/style/index.css +62 -16
  32. package/es/modal/style/index.less +76 -5
  33. package/es/modal/style/mixin.less +2 -2
  34. package/es/progress/style/common.less +5 -3
  35. package/es/progress/style/index.css +2 -1
  36. package/es/radio/index.d.ts +3 -0
  37. package/es/style/themes/dark/components/modal.less +14 -9
  38. package/es/style/themes/default/components/datePicker.less +1 -1
  39. package/es/style/themes/default/components/modal.less +14 -14
  40. package/es/time-picker/style/index.css +1 -0
  41. package/es/time-picker/style/index.less +1 -0
  42. package/es/transfer/{dataSource.d.ts → DataSource.d.ts} +1 -1
  43. package/es/transfer/{dataSource.js → DataSource.js} +37 -6
  44. package/{lib/transfer/sourceList.d.ts → es/transfer/SourceList.d.ts} +2 -2
  45. package/es/transfer/{sourceList.js → SourceList.js} +0 -0
  46. package/es/transfer/{target.d.ts → Target.d.ts} +1 -1
  47. package/es/transfer/{target.js → Target.js} +60 -4
  48. package/{lib/transfer/targetList.d.ts → es/transfer/TargetList.d.ts} +2 -2
  49. package/es/transfer/{targetList.js → TargetList.js} +0 -0
  50. package/es/transfer/index.d.ts +3 -0
  51. package/es/transfer/index.js +9 -4
  52. package/es/transfer/style/css.js +3 -1
  53. package/es/transfer/style/index.css +27 -5
  54. package/es/transfer/style/index.d.ts +1 -0
  55. package/es/transfer/style/index.js +3 -1
  56. package/es/transfer/style/index.less +32 -5
  57. package/es/upload/UploadList/ListItem.js +7 -2
  58. package/es/upload/UploadList/index.js +4 -7
  59. package/es/upload/style/index.css +17 -13
  60. package/es/upload/style/index.less +25 -20
  61. package/es/upload/utils.js +1 -1
  62. package/lib/alert/style/index.css +1 -1
  63. package/lib/alert/style/index.less +150 -147
  64. package/lib/alert/style/rtl.less +27 -27
  65. package/lib/breadcrumb/BreadcrumbItem.d.ts +1 -1
  66. package/lib/breadcrumb/BreadcrumbItem.js +21 -8
  67. package/lib/date-picker/src/Picker.js +1 -1
  68. package/lib/date-picker/src/RangePicker.js +1 -1
  69. package/lib/date-picker/style/index.css +43 -11
  70. package/lib/date-picker/style/index.less +13 -2
  71. package/lib/date-picker/style/panel.less +32 -10
  72. package/lib/dialog-box/style/index.css +4 -4
  73. package/lib/dropdown/dropdown-button.js +11 -2
  74. package/lib/dropdown/style/index.css +6 -1
  75. package/lib/dropdown/style/index.less +6 -1
  76. package/lib/modal/DialogBox.d.ts +46 -0
  77. package/lib/modal/DialogBox.js +179 -0
  78. package/lib/modal/Modal.d.ts +5 -0
  79. package/lib/modal/Modal.js +6 -4
  80. package/lib/modal/dialog.d.ts +17 -0
  81. package/lib/modal/dialog.js +145 -0
  82. package/lib/modal/index.d.ts +11 -2
  83. package/lib/modal/index.js +13 -1
  84. package/lib/modal/style/index.css +62 -16
  85. package/lib/modal/style/index.less +76 -5
  86. package/lib/modal/style/mixin.less +2 -2
  87. package/lib/progress/style/common.less +5 -3
  88. package/lib/progress/style/index.css +2 -1
  89. package/lib/radio/index.d.ts +3 -0
  90. package/lib/style/themes/dark/components/modal.less +14 -9
  91. package/lib/style/themes/default/components/datePicker.less +1 -1
  92. package/lib/style/themes/default/components/modal.less +14 -14
  93. package/lib/time-picker/style/index.css +1 -0
  94. package/lib/time-picker/style/index.less +1 -0
  95. package/lib/transfer/{dataSource.d.ts → DataSource.d.ts} +1 -1
  96. package/lib/transfer/{dataSource.js → DataSource.js} +38 -6
  97. package/{es/transfer/sourceList.d.ts → lib/transfer/SourceList.d.ts} +2 -2
  98. package/lib/transfer/{sourceList.js → SourceList.js} +0 -0
  99. package/lib/transfer/{target.d.ts → Target.d.ts} +1 -1
  100. package/lib/transfer/{target.js → Target.js} +63 -5
  101. package/{es/transfer/targetList.d.ts → lib/transfer/TargetList.d.ts} +2 -2
  102. package/lib/transfer/{targetList.js → TargetList.js} +0 -0
  103. package/lib/transfer/index.d.ts +3 -0
  104. package/lib/transfer/index.js +11 -7
  105. package/lib/transfer/style/css.js +3 -1
  106. package/lib/transfer/style/index.css +27 -5
  107. package/lib/transfer/style/index.d.ts +1 -0
  108. package/lib/transfer/style/index.js +3 -1
  109. package/lib/transfer/style/index.less +32 -5
  110. package/lib/upload/UploadList/ListItem.js +7 -2
  111. package/lib/upload/UploadList/index.js +4 -7
  112. package/lib/upload/style/index.css +17 -13
  113. package/lib/upload/style/index.less +25 -20
  114. package/lib/upload/utils.js +1 -1
  115. package/package.json +1 -1
package/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v0.0.63 */
1
+ /*! acud v0.0.66 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -1114,7 +1114,7 @@ a {
1114
1114
  min-width: 0;
1115
1115
  }
1116
1116
  .acud-alert-icon {
1117
- margin: 3px 8px 0 0;
1117
+ margin: 4px 8px 0 0;
1118
1118
  font-size: 18px;
1119
1119
  height: 18px;
1120
1120
  line-height: 18px;
@@ -11745,7 +11745,7 @@ a {
11745
11745
  .acud-picker-input:hover .acud-picker-clear {
11746
11746
  opacity: 1;
11747
11747
  }
11748
- .acud-picker-input-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-suffix {
11748
+ .acud-picker-input-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-clear + .acud-picker-suffix {
11749
11749
  opacity: 0;
11750
11750
  }
11751
11751
  .acud-picker-suffix {
@@ -11834,7 +11834,7 @@ a {
11834
11834
  padding: 0 12px;
11835
11835
  line-height: 1;
11836
11836
  }
11837
- .acud-picker-range-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-suffix {
11837
+ .acud-picker-range-has-value:not(.acud-picker-clear-disabled):hover .acud-picker-clear + .acud-picker-suffix {
11838
11838
  opacity: 0;
11839
11839
  }
11840
11840
  .acud-picker-dropdown {
@@ -11902,6 +11902,28 @@ a {
11902
11902
  .acud-picker-ranges .acud-picker-preset > .acud-tag-blue {
11903
11903
  cursor: pointer;
11904
11904
  }
11905
+ .acud-picker-ranges .acud-picker-now {
11906
+ font-size: 12px;
11907
+ float: left;
11908
+ cursor: pointer;
11909
+ margin-top: 10px;
11910
+ }
11911
+ .acud-picker-ranges .acud-picker-now a {
11912
+ color: #2468F2;
11913
+ }
11914
+ .acud-picker-ranges .acud-picker-now a:hover {
11915
+ color: #528EFF;
11916
+ }
11917
+ .acud-picker-ranges .acud-picker-now a:focus,
11918
+ .acud-picker-ranges .acud-picker-now a:active {
11919
+ color: #144BCC;
11920
+ }
11921
+ .acud-picker-ranges .acud-picker-now a[disabled],
11922
+ .acud-picker-ranges .acud-picker-now a[disabled]:hover,
11923
+ .acud-picker-ranges .acud-picker-now a[disabled]:focus,
11924
+ .acud-picker-ranges .acud-picker-now a[disabled]:active {
11925
+ color: #B8BABF;
11926
+ }
11905
11927
  .acud-picker-ranges .acud-picker-ok {
11906
11928
  float: right;
11907
11929
  margin-left: 12px;
@@ -11985,12 +12007,16 @@ a {
11985
12007
  left: -12px;
11986
12008
  background: #E6F0FF;
11987
12009
  }
11988
- .acud-picker-month-panel .acud-picker-cell-in-view.acud-picker-cell-range-hover-end:hover {
11989
- background-color: #E6F0FF;
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 {
12012
+ background-color: #D4E5FF;
11990
12013
  }
11991
- .acud-picker-month-panel .acud-picker-cell-range-hover-start:hover {
11992
- background-color: #A7C2F9;
11993
- border-radius: 2px;
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 {
12016
+ background: #E6F0FF;
12017
+ }
12018
+ .acud-picker-month-panel .acud-picker-cell-disabled:not(:first-child)::before {
12019
+ left: -12px;
11994
12020
  }
11995
12021
  .acud-picker-header {
11996
12022
  display: flex;
@@ -12238,7 +12264,7 @@ a {
12238
12264
  }
12239
12265
  .acud-picker-cell:hover:not(.acud-picker-cell-in-view) .acud-picker-cell-inner,
12240
12266
  .acud-picker-cell:hover:not(.acud-picker-cell-selected):not(.acud-picker-cell-range-start):not(.acud-picker-cell-range-end):not(.acud-picker-cell-range-hover-start):not(.acud-picker-cell-range-hover-end) .acud-picker-cell-inner {
12241
- background: #E6F0FF;
12267
+ background: #F7F7F9;
12242
12268
  border-radius: 2px;
12243
12269
  }
12244
12270
  .acud-picker-cell-in-view.acud-picker-cell-today .acud-picker-cell-inner::before {
@@ -12328,7 +12354,7 @@ a {
12328
12354
  top: 0;
12329
12355
  bottom: 0;
12330
12356
  z-index: -1;
12331
- background: #A7C2F9;
12357
+ background: #D4E5FF;
12332
12358
  content: '';
12333
12359
  border-radius: 2px;
12334
12360
  }
@@ -12375,7 +12401,7 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12375
12401
  }
12376
12402
  .acud-picker-cell-disabled:not(:first-child)::before {
12377
12403
  width: 12px;
12378
- left: -12px;
12404
+ left: -10px;
12379
12405
  background: #F7F7F9;
12380
12406
  }
12381
12407
  .acud-picker-cell-disabled.acud-picker-cell-today .acud-picker-cell-inner::before {
@@ -12391,7 +12417,6 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12391
12417
  height: 56px;
12392
12418
  }
12393
12419
  .acud-picker-date-panel .acud-picker-content td:hover {
12394
- background-color: #E6F0FF;
12395
12420
  border-radius: 2px;
12396
12421
  }
12397
12422
  .acud-picker-date-panel tr .acud-picker-cell:first-child::before {
@@ -12412,6 +12437,10 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12412
12437
  justify-content: space-between;
12413
12438
  width: 216px;
12414
12439
  }
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 {
12442
+ background-color: #E6F0FF;
12443
+ }
12415
12444
  .acud-picker-footer {
12416
12445
  width: -webkit-min-content;
12417
12446
  width: -moz-min-content;
@@ -12487,6 +12516,9 @@ tr > .acud-picker-cell-in-view.acud-picker-cell-range-hover-start:last-child::af
12487
12516
  .acud-picker-panels .acud-picker-month-panel {
12488
12517
  width: 186px;
12489
12518
  }
12519
+ .acud-picker-panels .acud-picker-date-panel {
12520
+ width: 234px;
12521
+ }
12490
12522
  .acud-picker-week-panel .acud-picker-body {
12491
12523
  padding: 12px 8px;
12492
12524
  }
@@ -13058,19 +13090,19 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
13058
13090
  }
13059
13091
  .acud-dialogbox-sm {
13060
13092
  width: 520px;
13061
- max-height: 240px;
13093
+ max-height: 560px;
13062
13094
  }
13063
13095
  .acud-dialogbox-md {
13064
13096
  width: 800px;
13065
- max-height: 400px;
13097
+ max-height: 560px;
13066
13098
  }
13067
13099
  .acud-dialogbox-lg {
13068
13100
  width: 1120px;
13069
- max-height: 480px;
13101
+ max-height: 560px;
13070
13102
  }
13071
13103
  .acud-dialogbox-xl {
13072
13104
  width: 1200px;
13073
- max-height: 480px;
13105
+ max-height: 560px;
13074
13106
  }
13075
13107
  .acud-dialogbox-content {
13076
13108
  position: relative;
@@ -13546,9 +13578,10 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
13546
13578
  margin-top: -8px;
13547
13579
  font-size: 12px;
13548
13580
  line-height: 16px;
13581
+ transition: transform 0.48s;
13549
13582
  }
13550
13583
  .acud-dropdown-trigger-arrow-expand {
13551
- transform: rotate(-180deg);
13584
+ transform: rotate(180deg);
13552
13585
  }
13553
13586
  .acud-dropdown-trigger-arrow > svg {
13554
13587
  width: 16px;
@@ -13673,6 +13706,10 @@ li.acud-dropdown-menu-submenu-disabled:active,
13673
13706
  .acud-dropdown-menu-item-disabled:active {
13674
13707
  border-color: transparent;
13675
13708
  }
13709
+ li.acud-dropdown-menu-submenu-active:hover,
13710
+ .acud-dropdown-menu-item-active:hover {
13711
+ background-color: #E6F0FF;
13712
+ }
13676
13713
  .acud-dropdown-menu-submenu-title,
13677
13714
  .acud-dropdown-menu-item {
13678
13715
  padding-left: 12px;
@@ -16560,7 +16597,6 @@ li.acud-dropdown-menu-submenu-disabled:active,
16560
16597
  transform: translate(-50%, -50%);
16561
16598
  width: auto;
16562
16599
  max-width: calc(100vw - 32px);
16563
- padding-bottom: 24px;
16564
16600
  }
16565
16601
  .acud-modal.zoom-enter,
16566
16602
  .acud-modal.zoom-appear {
@@ -16597,25 +16633,25 @@ li.acud-dropdown-menu-submenu-disabled:active,
16597
16633
  -webkit-overflow-scrolling: touch;
16598
16634
  z-index: 1000;
16599
16635
  }
16600
- .acud-modal-sm {
16636
+ .acud-modal-sm > .acud-modal-content {
16601
16637
  width: 520px;
16602
- height: 240px;
16603
- max-height: 240px;
16638
+ min-height: 240px;
16639
+ max-height: 560px;
16604
16640
  }
16605
- .acud-modal-md {
16641
+ .acud-modal-md > .acud-modal-content {
16606
16642
  width: 800px;
16607
- height: 400px;
16608
- max-height: 400px;
16643
+ min-height: 400px;
16644
+ max-height: 560px;
16609
16645
  }
16610
- .acud-modal-lg {
16646
+ .acud-modal-lg > .acud-modal-content {
16611
16647
  width: 1120px;
16612
- height: 480px;
16613
- max-height: 480px;
16648
+ min-height: 480px;
16649
+ max-height: 560px;
16614
16650
  }
16615
- .acud-modal-xl {
16651
+ .acud-modal-xl > .acud-modal-content {
16616
16652
  width: 1200px;
16617
- height: 480px;
16618
- max-height: 480px;
16653
+ min-height: 480px;
16654
+ max-height: 560px;
16619
16655
  }
16620
16656
  .acud-modal-content {
16621
16657
  position: relative;
@@ -16652,7 +16688,7 @@ li.acud-dropdown-menu-submenu-disabled:active,
16652
16688
  }
16653
16689
  .acud-modal-close-x {
16654
16690
  display: block;
16655
- margin-top: 28px;
16691
+ margin-top: 27px;
16656
16692
  font-size: 16px;
16657
16693
  text-align: center;
16658
16694
  text-transform: none;
@@ -16666,8 +16702,9 @@ li.acud-dropdown-menu-submenu-disabled:active,
16666
16702
  font-weight: 900;
16667
16703
  }
16668
16704
  .acud-modal-title {
16669
- font-size: 16px;
16670
- line-height: 24px;
16705
+ font-size: 14px;
16706
+ line-height: 22px;
16707
+ padding-right: 12px;
16671
16708
  word-wrap: break-word;
16672
16709
  }
16673
16710
  .acud-modal-body {
@@ -16684,6 +16721,9 @@ li.acud-dropdown-menu-submenu-disabled:active,
16684
16721
  background: #FFFFFF;
16685
16722
  text-align: right;
16686
16723
  flex: none;
16724
+ display: flex;
16725
+ align-items: center;
16726
+ justify-content: flex-end;
16687
16727
  }
16688
16728
  .acud-modal-footer .acud-btn {
16689
16729
  margin: 0;
@@ -16691,6 +16731,49 @@ li.acud-dropdown-menu-submenu-disabled:active,
16691
16731
  .acud-modal-footer .acud-btn + .acud-btn {
16692
16732
  margin-left: 16px;
16693
16733
  }
16734
+ .acud-modal-dialogbox {
16735
+ width: 400px;
16736
+ height: auto;
16737
+ min-height: 184px;
16738
+ }
16739
+ .acud-modal-dialogbox-icon {
16740
+ height: 100%;
16741
+ margin-right: 12px;
16742
+ float: left;
16743
+ display: flex;
16744
+ align-items: center;
16745
+ padding-top: 2px;
16746
+ }
16747
+ .acud-modal-dialogbox-title {
16748
+ overflow: hidden;
16749
+ padding-right: 12px;
16750
+ }
16751
+ .acud-modal-dialogbox-content {
16752
+ width: 400px;
16753
+ padding-left: 32px;
16754
+ }
16755
+ .acud-modal-dialogbox .acud-modal-title .acudicon {
16756
+ font-size: 20px;
16757
+ }
16758
+ .acud-modal-dialogbox > .acud-modal-content {
16759
+ width: 400px;
16760
+ min-height: 184px;
16761
+ }
16762
+ .acud-modal-dialogbox-warning .acud-modal-dialogbox-icon {
16763
+ color: #FF9326;
16764
+ }
16765
+ .acud-modal-dialogbox-info .acud-modal-dialogbox-icon {
16766
+ color: #2468F2;
16767
+ }
16768
+ .acud-modal-dialogbox-success .acud-modal-dialogbox-icon {
16769
+ color: #30BF13;
16770
+ }
16771
+ .acud-modal-dialogbox-error .acud-modal-dialogbox-icon {
16772
+ color: #F33E3E;
16773
+ }
16774
+ .acud-modal-dialogbox-confirm .acud-modal-dialogbox-icon {
16775
+ color: #FF9326;
16776
+ }
16694
16777
 
16695
16778
  /* color */
16696
16779
  /* 默认颜色 */
@@ -17726,7 +17809,8 @@ li.acud-dropdown-menu-submenu-disabled:active,
17726
17809
  .acud-progress-success .acud-progress-label-icon {
17727
17810
  font-size: 0;
17728
17811
  }
17729
- .acud-progress-label-hidden .acud-progress-label {
17812
+ .acud-progress-label-hidden .acud-progress-label.acud-progress-label-outer,
17813
+ .acud-progress-label-hidden .acud-progress-label.acud-progress-label-inner {
17730
17814
  display: none;
17731
17815
  }
17732
17816
  .acud-progress-line {
@@ -22396,6 +22480,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
22396
22480
  text-align: left;
22397
22481
  color: #2468F2;
22398
22482
  cursor: pointer;
22483
+ margin-top: 0;
22399
22484
  }
22400
22485
  .acud-time-panel-wrap .acud-picker-decade-panel .acud-picker-cell-inner {
22401
22486
  padding: 0 6px;
@@ -23843,6 +23928,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23843
23928
  border: 1px solid #E8E9EB;
23844
23929
  border-radius: 4px;
23845
23930
  background-color: #F7F7F9;
23931
+ overflow: hidden;
23846
23932
  }
23847
23933
  .acud-transfer-datasource-header {
23848
23934
  display: flex;
@@ -23853,8 +23939,10 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23853
23939
  border-radius: 4px 4px 0 0;
23854
23940
  line-height: 21px;
23855
23941
  }
23942
+ .acud-transfer-datasource-header-checkall {
23943
+ margin-right: 12px;
23944
+ }
23856
23945
  .acud-transfer-datasource-label {
23857
- margin-left: 12px;
23858
23946
  color: #151B26;
23859
23947
  font-size: 12px;
23860
23948
  font-weight: #FFECD4;
@@ -23959,8 +24047,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23959
24047
  padding-left: 60px;
23960
24048
  }
23961
24049
  .acud-transfer-datasource-search {
23962
- height: 24px;
23963
- margin: 8px 12px;
24050
+ height: 40px;
24051
+ padding: 8px 12px;
23964
24052
  width: auto;
23965
24053
  flex-shrink: 0;
23966
24054
  }
@@ -23984,6 +24072,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23984
24072
  border-radius: 4px;
23985
24073
  background-color: #F7F7F9;
23986
24074
  margin-left: 16px;
24075
+ overflow: hidden;
23987
24076
  }
23988
24077
  .acud-transfer-target-header {
23989
24078
  display: flex;
@@ -24136,10 +24225,10 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24136
24225
  padding-left: 56px;
24137
24226
  }
24138
24227
  .acud-transfer-target-search {
24139
- margin: 8px 12px;
24228
+ padding: 8px 12px;
24140
24229
  width: auto;
24141
24230
  flex-shrink: 0;
24142
- height: 24px;
24231
+ height: 40px;
24143
24232
  }
24144
24233
  .acud-transfer-target-nodata {
24145
24234
  display: flex;
@@ -24155,6 +24244,24 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24155
24244
  .acud-transfer .acud-input input {
24156
24245
  font-size: 12px;
24157
24246
  }
24247
+ .acud-transfer.acud-transfer-table .acud-transfer-datasource,
24248
+ .acud-transfer.acud-transfer-table .acud-transfer-target {
24249
+ height: 360px;
24250
+ }
24251
+ .acud-transfer.acud-transfer-table .acud-transfer-datasource-search,
24252
+ .acud-transfer.acud-transfer-table .acud-transfer-target-search {
24253
+ background-color: #F7F7F9;
24254
+ border-top: 1px solid #fff;
24255
+ }
24256
+ .acud-transfer.acud-transfer-table table {
24257
+ border-top: 1px solid #fff;
24258
+ }
24259
+ .acud-transfer.acud-transfer-table table thead tr th:nth-last-child(2) {
24260
+ border-right: none;
24261
+ }
24262
+ .acud-transfer.acud-transfer-table .acud-transfer-table-box {
24263
+ overflow: auto;
24264
+ }
24158
24265
 
24159
24266
  /* color */
24160
24267
  /* 默认颜色 */
@@ -24201,6 +24308,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24201
24308
  border-style: solid;
24202
24309
  cursor: pointer;
24203
24310
  transition: border-color 0.3s;
24311
+ overflow: hidden;
24204
24312
  color: #5C5F66;
24205
24313
  background-color: #FFFFFF;
24206
24314
  border-color: #E8E9EB;
@@ -24273,15 +24381,12 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24273
24381
  height: 100%;
24274
24382
  text-align: center;
24275
24383
  border: 1px dashed #d9d9d9;
24276
- border-radius: 4px;
24384
+ border-radius: 6px;
24277
24385
  cursor: pointer;
24278
24386
  transition: border-color 0.3s;
24279
24387
  }
24280
- .acud-upload.acud-upload-drag .acud-upload {
24281
- padding: 16px 0;
24282
- }
24283
24388
  .acud-upload.acud-upload-drag.acud-upload-drag-hover:not(.acud-upload-disabled) {
24284
- border-color: red;
24389
+ border-color: #144BCC;
24285
24390
  }
24286
24391
  .acud-upload.acud-upload-drag.acud-upload-disabled {
24287
24392
  background: #fafafa;
@@ -24458,10 +24563,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24458
24563
  color: #B8BABF;
24459
24564
  }
24460
24565
  .acud-upload-list-item .acuicon-outlined-close {
24461
- position: absolute;
24462
- top: 4px;
24463
- right: 4px;
24464
- color: #B8BABF;
24465
24566
  font-size: 10px;
24466
24567
  line-height: 0;
24467
24568
  cursor: pointer;
@@ -24477,6 +24578,19 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24477
24578
  .acud-upload-list-item:hover .acuicon-outlined-close {
24478
24579
  opacity: 1;
24479
24580
  }
24581
+ .acud-upload-list-item .acuicon-outlined-cloud-download {
24582
+ transition: all 0.3s;
24583
+ opacity: 0;
24584
+ }
24585
+ .acud-upload-list-item:hover .acuicon-outlined-cloud-download {
24586
+ opacity: 1;
24587
+ }
24588
+ .acud-upload-list-item-card-actions-btn {
24589
+ margin-right: 6px;
24590
+ }
24591
+ .acud-upload-list-item-card-actions-btn:last-child {
24592
+ margin-right: 0;
24593
+ }
24480
24594
  .acud-upload-list-item:hover .acud-upload-list-item-card-actions-btn {
24481
24595
  opacity: 1;
24482
24596
  }
@@ -24486,12 +24600,9 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24486
24600
  .acud-upload-list-item-error .acud-upload-list-item-info .acud-upload-text-icon .acuicon:hover {
24487
24601
  color: #F33E3E;
24488
24602
  }
24489
- .acud-upload-list-item-error .acud-upload-list-item-card-actions .acuicon {
24603
+ .acud-upload-list-item-error .acud-upload-list-item-card-actions .acud-upload-text-icon {
24490
24604
  color: #F33E3E;
24491
24605
  }
24492
- .acud-upload-list-item-error .acud-upload-list-item-card-actions-btn {
24493
- opacity: 1;
24494
- }
24495
24606
  .acud-upload-list-item-progress {
24496
24607
  position: absolute;
24497
24608
  bottom: -12px;