acud 1.0.0-beta.4 → 1.0.0-beta.5

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 (212) hide show
  1. package/dist/acud.css +761 -307
  2. package/dist/acud.css.map +1 -1
  3. package/dist/acud.js +12554 -3914
  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 +31 -22
  8. package/dist/acud.min.js.map +1 -1
  9. package/es/_util/motion.d.ts +4 -1
  10. package/es/_util/motion.js +12 -2
  11. package/es/_util/statusUtils.d.ts +6 -0
  12. package/es/_util/statusUtils.js +12 -0
  13. package/es/alert/style/index.css +3 -3
  14. package/es/badge/style/index.css +3 -3
  15. package/es/breadcrumb/style/index.css +1 -1
  16. package/es/breadcrumb/style/index.less +2 -2
  17. package/es/button/style/index.css +7 -7
  18. package/es/button/style/index.less +3 -3
  19. package/es/card/Card.js +4 -2
  20. package/es/card/style/index.css +32 -32
  21. package/es/card/style/index.less +12 -12
  22. package/es/carousel/style/index.css +2 -2
  23. package/es/carousel/style/index.less +2 -2
  24. package/es/cascader/index.js +3 -2
  25. package/es/cascader/style/index.css +8 -8
  26. package/es/cascader/style/index.less +1 -1
  27. package/es/config-provider/DisabledContext.d.ts +9 -0
  28. package/es/config-provider/DisabledContext.js +11 -0
  29. package/es/date-picker/src/PickerPanel.js +0 -1
  30. package/es/date-picker/src/RangePicker.js +0 -1
  31. package/es/date-picker/style/index.css +1 -1
  32. package/es/date-picker/style/index.less +1 -1
  33. package/es/dialog-box/style/index.css +10 -10
  34. package/es/dialog-box/style/index.less +3 -3
  35. package/es/form/context.d.ts +7 -0
  36. package/es/form/context.js +2 -1
  37. package/es/form/style/index.css +1 -1
  38. package/es/index.d.ts +1 -0
  39. package/es/index.js +1 -0
  40. package/es/input/style/index.css +5 -5
  41. package/es/input/style/index.less +21 -21
  42. package/es/input-number/src/hooks/useFrame.d.ts +1 -1
  43. package/es/input-number/style/index.css +1 -1
  44. package/es/input-number/style/index.less +1 -1
  45. package/es/link/style/index.css +1 -1
  46. package/es/link/style/index.less +2 -2
  47. package/es/locale/zh_CN.js +1 -1
  48. package/es/menu/style/header.less +1 -1
  49. package/es/menu/style/index.css +20 -20
  50. package/es/menu/style/index.less +8 -8
  51. package/es/menu/style/sider.less +1 -1
  52. package/es/modal/style/index.less +8 -8
  53. package/es/modal/style/mixin.less +12 -3
  54. package/es/pagination/style/index.css +7 -7
  55. package/es/pagination/style/index.less +12 -12
  56. package/es/popconfirm/style/index.css +1 -1
  57. package/es/popconfirm/style/index.less +1 -1
  58. package/es/popover/style/index.css +2 -2
  59. package/es/popover/style/index.less +1 -1
  60. package/es/progress/CircleProgress.js +3 -2
  61. package/es/progress/LineProgress.js +3 -2
  62. package/es/progress/index.js +3 -1
  63. package/es/progress/interface.d.ts +1 -0
  64. package/es/search/style/index.css +10 -10
  65. package/es/search/style/index.less +3 -3
  66. package/es/select/src/OptionList.d.ts +5 -4
  67. package/es/select/src/OptionList.js +25 -13
  68. package/es/select/src/Selector/index.d.ts +1 -0
  69. package/es/select/src/generate.d.ts +2 -0
  70. package/es/select/src/generate.js +6 -2
  71. package/es/select/src/interface/generator.d.ts +1 -0
  72. package/es/select/src/utils/valueUtil.js +4 -3
  73. package/es/select/style/index.css +18 -6
  74. package/es/select/style/index.less +15 -6
  75. package/es/select/style/multiple.less +3 -0
  76. package/es/select/style/single.less +3 -3
  77. package/es/select/utils/iconUtil.d.ts +4 -1
  78. package/es/select/utils/iconUtil.js +16 -8
  79. package/es/slider/style/index.css +1 -1
  80. package/es/slider/style/index.less +1 -1
  81. package/es/style/themes/dark/config.less +1 -1
  82. package/es/style/themes/default/config.less +1 -1
  83. package/es/switch/style/index.css +1 -1
  84. package/es/switch/style/index.less +1 -1
  85. package/es/table/hooks/useFilter/FilterDropdown.js +9 -7
  86. package/es/table/style/index.css +4 -4
  87. package/es/table/style/index.less +1 -1
  88. package/es/tabs/style/index.css +4 -4
  89. package/es/tag/style/index.css +14 -14
  90. package/es/tag/style/index.less +1 -1
  91. package/es/toast/style/index.css +4 -4
  92. package/es/transfer/style/index.css +8 -8
  93. package/es/transfer/style/index.less +1 -1
  94. package/es/tree/style/index.css +32 -32
  95. package/es/tree/style/index.less +1 -192
  96. package/es/tree/style/mixin.less +223 -27
  97. package/es/tree/tree.d.ts +4 -1
  98. package/es/tree/tree.js +6 -2
  99. package/es/tree/utils/nodeHelper.d.ts +1 -2
  100. package/es/tree-select/index.d.ts +48 -0
  101. package/es/tree-select/index.js +181 -0
  102. package/es/tree-select/style/css.js +6 -0
  103. package/es/tree-select/style/index.css +497 -0
  104. package/es/tree-select/style/index.d.ts +4 -0
  105. package/es/tree-select/style/index.js +6 -0
  106. package/es/tree-select/style/index.less +57 -0
  107. package/es/upload/style/index.css +61 -61
  108. package/es/upload/style/index.less +15 -14
  109. package/es/virtual-list/List.js +0 -7
  110. package/lib/_util/motion.d.ts +4 -1
  111. package/lib/_util/motion.js +14 -1
  112. package/lib/_util/statusUtils.d.ts +6 -0
  113. package/lib/_util/statusUtils.js +29 -0
  114. package/lib/alert/style/index.css +3 -3
  115. package/lib/badge/style/index.css +3 -3
  116. package/lib/breadcrumb/style/index.css +1 -1
  117. package/lib/breadcrumb/style/index.less +2 -2
  118. package/lib/button/style/index.css +7 -7
  119. package/lib/button/style/index.less +3 -3
  120. package/lib/card/Card.js +4 -2
  121. package/lib/card/style/index.css +32 -32
  122. package/lib/card/style/index.less +12 -12
  123. package/lib/carousel/style/index.css +2 -2
  124. package/lib/carousel/style/index.less +2 -2
  125. package/lib/cascader/index.js +4 -2
  126. package/lib/cascader/style/index.css +8 -8
  127. package/lib/cascader/style/index.less +1 -1
  128. package/lib/config-provider/DisabledContext.d.ts +9 -0
  129. package/lib/config-provider/DisabledContext.js +29 -0
  130. package/lib/date-picker/src/PickerPanel.js +0 -1
  131. package/lib/date-picker/src/RangePicker.js +0 -1
  132. package/lib/date-picker/style/index.css +1 -1
  133. package/lib/date-picker/style/index.less +1 -1
  134. package/lib/dialog-box/style/index.css +10 -10
  135. package/lib/dialog-box/style/index.less +3 -3
  136. package/lib/form/context.d.ts +7 -0
  137. package/lib/form/context.js +4 -2
  138. package/lib/form/style/index.css +1 -1
  139. package/lib/index.d.ts +1 -0
  140. package/lib/index.js +8 -0
  141. package/lib/input/style/index.css +5 -5
  142. package/lib/input/style/index.less +21 -21
  143. package/lib/input-number/src/hooks/useFrame.d.ts +1 -1
  144. package/lib/input-number/style/index.css +1 -1
  145. package/lib/input-number/style/index.less +1 -1
  146. package/lib/link/style/index.css +1 -1
  147. package/lib/link/style/index.less +2 -2
  148. package/lib/locale/zh_CN.js +1 -1
  149. package/lib/menu/style/header.less +1 -1
  150. package/lib/menu/style/index.css +20 -20
  151. package/lib/menu/style/index.less +8 -8
  152. package/lib/menu/style/sider.less +1 -1
  153. package/lib/modal/style/index.less +8 -8
  154. package/lib/modal/style/mixin.less +12 -3
  155. package/lib/pagination/style/index.css +7 -7
  156. package/lib/pagination/style/index.less +12 -12
  157. package/lib/popconfirm/style/index.css +1 -1
  158. package/lib/popconfirm/style/index.less +1 -1
  159. package/lib/popover/style/index.css +2 -2
  160. package/lib/popover/style/index.less +1 -1
  161. package/lib/progress/CircleProgress.js +3 -2
  162. package/lib/progress/LineProgress.js +3 -2
  163. package/lib/progress/index.js +3 -1
  164. package/lib/progress/interface.d.ts +1 -0
  165. package/lib/search/style/index.css +10 -10
  166. package/lib/search/style/index.less +3 -3
  167. package/lib/select/src/OptionList.d.ts +5 -4
  168. package/lib/select/src/OptionList.js +25 -13
  169. package/lib/select/src/Selector/index.d.ts +1 -0
  170. package/lib/select/src/generate.d.ts +2 -0
  171. package/lib/select/src/generate.js +6 -2
  172. package/lib/select/src/interface/generator.d.ts +1 -0
  173. package/lib/select/src/utils/valueUtil.js +4 -3
  174. package/lib/select/style/index.css +18 -6
  175. package/lib/select/style/index.less +15 -6
  176. package/lib/select/style/multiple.less +3 -0
  177. package/lib/select/style/single.less +3 -3
  178. package/lib/select/utils/iconUtil.d.ts +4 -1
  179. package/lib/select/utils/iconUtil.js +16 -8
  180. package/lib/slider/style/index.css +1 -1
  181. package/lib/slider/style/index.less +1 -1
  182. package/lib/style/components.less +1 -0
  183. package/lib/style/themes/dark/config.less +1 -1
  184. package/lib/style/themes/default/config.less +1 -1
  185. package/lib/switch/style/index.css +1 -1
  186. package/lib/switch/style/index.less +1 -1
  187. package/lib/table/hooks/useFilter/FilterDropdown.js +9 -7
  188. package/lib/table/style/index.css +4 -4
  189. package/lib/table/style/index.less +1 -1
  190. package/lib/tabs/style/index.css +4 -4
  191. package/lib/tag/style/index.css +14 -14
  192. package/lib/tag/style/index.less +1 -1
  193. package/lib/toast/style/index.css +4 -4
  194. package/lib/transfer/style/index.css +8 -8
  195. package/lib/transfer/style/index.less +1 -1
  196. package/lib/tree/style/index.css +32 -32
  197. package/lib/tree/style/index.less +1 -192
  198. package/lib/tree/style/mixin.less +223 -27
  199. package/lib/tree/tree.d.ts +4 -1
  200. package/lib/tree/tree.js +6 -2
  201. package/lib/tree/utils/nodeHelper.d.ts +1 -2
  202. package/lib/tree-select/index.d.ts +48 -0
  203. package/lib/tree-select/index.js +215 -0
  204. package/lib/tree-select/style/css.js +9 -0
  205. package/lib/tree-select/style/index.css +497 -0
  206. package/lib/tree-select/style/index.d.ts +4 -0
  207. package/lib/tree-select/style/index.js +9 -0
  208. package/lib/tree-select/style/index.less +57 -0
  209. package/lib/upload/style/index.css +61 -61
  210. package/lib/upload/style/index.less +15 -14
  211. package/lib/virtual-list/List.js +0 -7
  212. package/package.json +3 -2
package/dist/acud.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! acud v1.0.0-beta.4 */
1
+ /*! acud v1.0.0-beta.5 */
2
2
  /* color */
3
3
  /* 默认颜色 */
4
4
  /* 通用-icon */
@@ -1174,14 +1174,14 @@ a {
1174
1174
  outline: none;
1175
1175
  cursor: pointer;
1176
1176
  }
1177
- .acud-alert-close-icon > .acuicon {
1177
+ .acud-alert-close-icon > .acudicon {
1178
1178
  color: #84868C;
1179
1179
  transition: color 0.3s;
1180
1180
  }
1181
- .acud-alert-close-icon > .acuicon:hover {
1181
+ .acud-alert-close-icon > .acudicon:hover {
1182
1182
  color: #5C5F66;
1183
1183
  }
1184
- .acud-alert-close-icon > .acuicon:active {
1184
+ .acud-alert-close-icon > .acudicon:active {
1185
1185
  color: #303540;
1186
1186
  }
1187
1187
  .acud-alert-close-text {
@@ -1566,9 +1566,9 @@ a {
1566
1566
  transform: translate(-50%, -10px);
1567
1567
  transform-origin: 100% 0%;
1568
1568
  }
1569
- .acud-badge-count.acuicon-spin,
1570
- .acud-badge-dot.acuicon-spin,
1571
- .acud-badge .acud-scroll-number-custom-component.acuicon-spin {
1569
+ .acud-badge-count.acudicon-spin,
1570
+ .acud-badge-dot.acudicon-spin,
1571
+ .acud-badge .acud-scroll-number-custom-component.acudicon-spin {
1572
1572
  -webkit-animation: acudBadgeLoadingCircle 1s infinite linear;
1573
1573
  animation: acudBadgeLoadingCircle 1s infinite linear;
1574
1574
  }
@@ -2037,7 +2037,7 @@ a {
2037
2037
  .acud-breadcrumb .acud-dropdown-trigger {
2038
2038
  display: inline-block;
2039
2039
  }
2040
- .acud-breadcrumb .acud-dropdown-trigger .acuicon {
2040
+ .acud-breadcrumb .acud-dropdown-trigger .acudicon {
2041
2041
  margin-left: 4px;
2042
2042
  }
2043
2043
  .acud-breadcrumb-dropdown a {
@@ -2096,7 +2096,7 @@ a {
2096
2096
  padding-right: 7px;
2097
2097
  padding-left: 7px;
2098
2098
  }
2099
- .acud-btn-has-icon > .acuicon {
2099
+ .acud-btn-has-icon > .acudicon {
2100
2100
  height: 16px;
2101
2101
  }
2102
2102
  .acud-btn-lg {
@@ -2116,7 +2116,7 @@ a {
2116
2116
  padding-right: 11px;
2117
2117
  padding-left: 11px;
2118
2118
  }
2119
- .acud-btn-lg-has-icon > .acuicon {
2119
+ .acud-btn-lg-has-icon > .acudicon {
2120
2120
  height: 16px;
2121
2121
  }
2122
2122
  .acud-btn-sm {
@@ -2136,7 +2136,7 @@ a {
2136
2136
  padding-right: 3px;
2137
2137
  padding-left: 3px;
2138
2138
  }
2139
- .acud-btn-sm-has-icon > .acuicon {
2139
+ .acud-btn-sm-has-icon > .acudicon {
2140
2140
  height: 16px;
2141
2141
  }
2142
2142
  .acud-btn,
@@ -2355,8 +2355,8 @@ a {
2355
2355
  .acud-btn > span {
2356
2356
  display: inline-block;
2357
2357
  }
2358
- .acud-btn > .acuicon + span,
2359
- .acud-btn > span + .acuicon {
2358
+ .acud-btn > .acudicon + span,
2359
+ .acud-btn > span + .acudicon {
2360
2360
  margin-left: 4px;
2361
2361
  }
2362
2362
  .acud-btn-group {
@@ -2370,10 +2370,10 @@ a {
2370
2370
  border-top-left-radius: 0px;
2371
2371
  border-bottom-left-radius: 0px;
2372
2372
  }
2373
- .acud-btn-group .acuicon-outlined-down {
2373
+ .acud-btn-group .acudicon-outlined-down {
2374
2374
  transition: transform 0.48s;
2375
2375
  }
2376
- .acud-btn-group-expand .acuicon-outlined-down {
2376
+ .acud-btn-group-expand .acudicon-outlined-down {
2377
2377
  transform: rotate(-180deg);
2378
2378
  transform-origin: center;
2379
2379
  }
@@ -2908,7 +2908,7 @@ a {
2908
2908
  padding: 40px 16px;
2909
2909
  text-align: center;
2910
2910
  }
2911
- .acud-card-simple-con .acuicon {
2911
+ .acud-card-simple-con .acudicon {
2912
2912
  line-height: 0;
2913
2913
  color: #84868C;
2914
2914
  opacity: 0.5;
@@ -3036,7 +3036,7 @@ a {
3036
3036
  transition: color 0.3s;
3037
3037
  }
3038
3038
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn),
3039
- .acud-card-meta-footer-actions > li > span > .acuicon {
3039
+ .acud-card-meta-footer-actions > li > span > .acudicon {
3040
3040
  display: inline-block;
3041
3041
  width: 100%;
3042
3042
  line-height: 22px;
@@ -3046,66 +3046,66 @@ a {
3046
3046
  border-color: transparent;
3047
3047
  }
3048
3048
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):hover,
3049
- .acud-card-meta-footer-actions > li > span > .acuicon:hover {
3049
+ .acud-card-meta-footer-actions > li > span > .acudicon:hover {
3050
3050
  color: #2468F2;
3051
3051
  }
3052
3052
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):focus,
3053
- .acud-card-meta-footer-actions > li > span > .acuicon:focus,
3053
+ .acud-card-meta-footer-actions > li > span > .acudicon:focus,
3054
3054
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):active,
3055
- .acud-card-meta-footer-actions > li > span > .acuicon:active {
3055
+ .acud-card-meta-footer-actions > li > span > .acudicon:active {
3056
3056
  color: #144BCC;
3057
3057
  }
3058
3058
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled],
3059
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled],
3059
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled],
3060
3060
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:hover,
3061
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:hover,
3061
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:hover,
3062
3062
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:focus,
3063
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:focus,
3063
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:focus,
3064
3064
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:active,
3065
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:active {
3065
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:active {
3066
3066
  color: #B8BABF;
3067
3067
  }
3068
3068
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):hover,
3069
- .acud-card-meta-footer-actions > li > span > .acuicon:hover {
3069
+ .acud-card-meta-footer-actions > li > span > .acudicon:hover {
3070
3070
  background-color: transparent;
3071
3071
  }
3072
3072
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):focus,
3073
- .acud-card-meta-footer-actions > li > span > .acuicon:focus,
3073
+ .acud-card-meta-footer-actions > li > span > .acudicon:focus,
3074
3074
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):active,
3075
- .acud-card-meta-footer-actions > li > span > .acuicon:active {
3075
+ .acud-card-meta-footer-actions > li > span > .acudicon:active {
3076
3076
  background-color: transparent;
3077
3077
  }
3078
3078
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled],
3079
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled],
3079
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled],
3080
3080
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:hover,
3081
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:hover,
3081
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:hover,
3082
3082
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:focus,
3083
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:focus,
3083
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:focus,
3084
3084
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:active,
3085
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:active {
3085
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:active {
3086
3086
  background-color: transparent;
3087
3087
  }
3088
3088
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):hover,
3089
- .acud-card-meta-footer-actions > li > span > .acuicon:hover {
3089
+ .acud-card-meta-footer-actions > li > span > .acudicon:hover {
3090
3090
  border-color: transparent;
3091
3091
  }
3092
3092
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):focus,
3093
- .acud-card-meta-footer-actions > li > span > .acuicon:focus,
3093
+ .acud-card-meta-footer-actions > li > span > .acudicon:focus,
3094
3094
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn):active,
3095
- .acud-card-meta-footer-actions > li > span > .acuicon:active {
3095
+ .acud-card-meta-footer-actions > li > span > .acudicon:active {
3096
3096
  border-color: transparent;
3097
3097
  }
3098
3098
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled],
3099
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled],
3099
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled],
3100
3100
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:hover,
3101
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:hover,
3101
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:hover,
3102
3102
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:focus,
3103
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:focus,
3103
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:focus,
3104
3104
  .acud-card-meta-footer-actions > li > span a:not(.acud-btn)[disabled]:active,
3105
- .acud-card-meta-footer-actions > li > span > .acuicon[disabled]:active {
3105
+ .acud-card-meta-footer-actions > li > span > .acudicon[disabled]:active {
3106
3106
  border-color: transparent;
3107
3107
  }
3108
- .acud-card-meta-footer-actions > li > span > .acuicon {
3108
+ .acud-card-meta-footer-actions > li > span > .acudicon {
3109
3109
  font-size: 16px;
3110
3110
  line-height: 22px;
3111
3111
  }
@@ -3164,13 +3164,13 @@ a {
3164
3164
  clear: both;
3165
3165
  content: '';
3166
3166
  }
3167
- .acud-card-actions-wrap .acuicon {
3167
+ .acud-card-actions-wrap .acudicon {
3168
3168
  line-height: 0;
3169
3169
  }
3170
3170
  .acud-card-actions-wrap .acud-card-actions {
3171
3171
  float: left;
3172
3172
  }
3173
- .acud-card-actions-wrap .acud-card-actions .acuicon {
3173
+ .acud-card-actions-wrap .acud-card-actions .acudicon {
3174
3174
  margin-right: 4px;
3175
3175
  font-size: 14px;
3176
3176
  line-height: 15px;
@@ -3231,8 +3231,8 @@ a {
3231
3231
  }
3232
3232
  .acud-card-actions > li > span a:not(.acud-btn),
3233
3233
  .acud-card-actionsExtra > li > span a:not(.acud-btn),
3234
- .acud-card-actions > li > span > .acuicon,
3235
- .acud-card-actionsExtra > li > span > .acuicon {
3234
+ .acud-card-actions > li > span > .acudicon,
3235
+ .acud-card-actionsExtra > li > span > .acudicon {
3236
3236
  display: inline-block;
3237
3237
  width: 100%;
3238
3238
  color: #B8BABF;
@@ -3241,12 +3241,12 @@ a {
3241
3241
  }
3242
3242
  .acud-card-actions > li > span a:not(.acud-btn):hover,
3243
3243
  .acud-card-actionsExtra > li > span a:not(.acud-btn):hover,
3244
- .acud-card-actions > li > span > .acuicon:hover,
3245
- .acud-card-actionsExtra > li > span > .acuicon:hover {
3244
+ .acud-card-actions > li > span > .acudicon:hover,
3245
+ .acud-card-actionsExtra > li > span > .acudicon:hover {
3246
3246
  color: #D4E5FF;
3247
3247
  }
3248
- .acud-card-actions > li > span > .acuicon,
3249
- .acud-card-actionsExtra > li > span > .acuicon {
3248
+ .acud-card-actions > li > span > .acudicon,
3249
+ .acud-card-actionsExtra > li > span > .acudicon {
3250
3250
  font-size: 16px;
3251
3251
  line-height: 22px;
3252
3252
  }
@@ -3329,7 +3329,7 @@ a {
3329
3329
  .acud-tabs-rtl .acud-tabs-nav .acud-tabs-tab:last-of-type {
3330
3330
  margin-left: 0;
3331
3331
  }
3332
- .acud-tabs-rtl .acud-tabs-nav .acud-tabs-tab .acuicon {
3332
+ .acud-tabs-rtl .acud-tabs-nav .acud-tabs-tab .acudicon {
3333
3333
  margin-right: 0;
3334
3334
  margin-left: 12px;
3335
3335
  }
@@ -3337,7 +3337,7 @@ a {
3337
3337
  margin-right: 8px;
3338
3338
  margin-left: -4px;
3339
3339
  }
3340
- .acud-tabs-rtl .acud-tabs-nav .acud-tabs-tab .acud-tabs-tab-remove .acuicon {
3340
+ .acud-tabs-rtl .acud-tabs-nav .acud-tabs-tab .acud-tabs-tab-remove .acudicon {
3341
3341
  margin: 0;
3342
3342
  }
3343
3343
  .acud-tabs-rtl.acud-tabs-left > .acud-tabs-nav {
@@ -3899,10 +3899,10 @@ a {
3899
3899
  .acud-tabs-tab.acud-tabs-tab-disabled .acud-tabs-tab-remove:active {
3900
3900
  color: #B8BABF;
3901
3901
  }
3902
- .acud-tabs-tab .acud-tabs-tab-remove .acuicon {
3902
+ .acud-tabs-tab .acud-tabs-tab-remove .acudicon {
3903
3903
  margin: 0;
3904
3904
  }
3905
- .acud-tabs-tab .acuicon {
3905
+ .acud-tabs-tab .acudicon {
3906
3906
  margin-right: 8px;
3907
3907
  height: 100%;
3908
3908
  width: 16px;
@@ -9157,7 +9157,7 @@ a {
9157
9157
  cursor: pointer;
9158
9158
  pointer-events: visible;
9159
9159
  }
9160
- .acud-carousel-switch > span > .acuicon {
9160
+ .acud-carousel-switch > span > .acudicon {
9161
9161
  display: block;
9162
9162
  width: 48px;
9163
9163
  height: 48px;
@@ -9169,7 +9169,7 @@ a {
9169
9169
  font-size: 16px;
9170
9170
  position: relative;
9171
9171
  }
9172
- .acud-carousel-switch > span > .acuicon svg {
9172
+ .acud-carousel-switch > span > .acudicon svg {
9173
9173
  position: absolute;
9174
9174
  top: 50%;
9175
9175
  left: 50%;
@@ -9494,20 +9494,20 @@ a {
9494
9494
  line-height: 16px;
9495
9495
  transition: transform 0.48s;
9496
9496
  }
9497
- .acud-cascader-picker-arrow.acuicon {
9497
+ .acud-cascader-picker-arrow.acudicon {
9498
9498
  color: #84868C;
9499
9499
  }
9500
- .acud-cascader-picker-arrow.acuicon:hover {
9500
+ .acud-cascader-picker-arrow.acudicon:hover {
9501
9501
  color: #84868C;
9502
9502
  }
9503
- .acud-cascader-picker-arrow.acuicon:focus,
9504
- .acud-cascader-picker-arrow.acuicon:active {
9503
+ .acud-cascader-picker-arrow.acudicon:focus,
9504
+ .acud-cascader-picker-arrow.acudicon:active {
9505
9505
  color: #84868C;
9506
9506
  }
9507
- .acud-cascader-picker-arrow.acuicon[disabled],
9508
- .acud-cascader-picker-arrow.acuicon[disabled]:hover,
9509
- .acud-cascader-picker-arrow.acuicon[disabled]:focus,
9510
- .acud-cascader-picker-arrow.acuicon[disabled]:active {
9507
+ .acud-cascader-picker-arrow.acudicon[disabled],
9508
+ .acud-cascader-picker-arrow.acudicon[disabled]:hover,
9509
+ .acud-cascader-picker-arrow.acudicon[disabled]:focus,
9510
+ .acud-cascader-picker-arrow.acudicon[disabled]:active {
9511
9511
  color: #B8BABF;
9512
9512
  }
9513
9513
  .acud-cascader-picker-arrow-expand {
@@ -10073,7 +10073,7 @@ a {
10073
10073
  .acud-input > * {
10074
10074
  line-height: 30px;
10075
10075
  }
10076
- .acud-input .acuicon {
10076
+ .acud-input .acudicon {
10077
10077
  display: inline-flex;
10078
10078
  align-items: center;
10079
10079
  justify-content: center;
@@ -10726,22 +10726,22 @@ a {
10726
10726
  align-items: center;
10727
10727
  bottom: 2px;
10728
10728
  }
10729
- .acud-input-password-outer-icon .acuicon svg {
10729
+ .acud-input-password-outer-icon .acudicon svg {
10730
10730
  fill: #84868C;
10731
10731
  }
10732
10732
  .acud-input-password-outer-icon.acud-input-password-outer-icon-sm {
10733
10733
  top: -2px;
10734
10734
  }
10735
- .acud-input-password-outer-icon:hover .acuicon svg {
10735
+ .acud-input-password-outer-icon:hover .acudicon svg {
10736
10736
  fill: #5C5F66;
10737
10737
  }
10738
- .acud-input-password-outer-icon:active .acuicon svg {
10738
+ .acud-input-password-outer-icon:active .acudicon svg {
10739
10739
  fill: #303540;
10740
10740
  }
10741
10741
  .acud-input-password-outer-icon-disabled {
10742
10742
  cursor: not-allowed;
10743
10743
  }
10744
- .acud-input-password-outer-icon-disabled .acuicon svg {
10744
+ .acud-input-password-outer-icon-disabled .acudicon svg {
10745
10745
  fill: #D4D6D9 !important;
10746
10746
  }
10747
10747
  .acud-input-select-tags .acud-select-clear {
@@ -10853,21 +10853,21 @@ a {
10853
10853
  cursor: pointer;
10854
10854
  transition: all 0.3s;
10855
10855
  }
10856
- .acud-tag .acuicon {
10856
+ .acud-tag .acudicon {
10857
10857
  color: #84868C;
10858
10858
  line-height: 100%;
10859
10859
  }
10860
- .acud-tag .acuicon:hover {
10860
+ .acud-tag .acudicon:hover {
10861
10861
  color: #5C5F66;
10862
10862
  }
10863
- .acud-tag .acuicon:focus,
10864
- .acud-tag .acuicon:active {
10863
+ .acud-tag .acudicon:focus,
10864
+ .acud-tag .acudicon:active {
10865
10865
  color: #303540;
10866
10866
  }
10867
- .acud-tag .acuicon[disabled],
10868
- .acud-tag .acuicon[disabled]:hover,
10869
- .acud-tag .acuicon[disabled]:focus,
10870
- .acud-tag .acuicon[disabled]:active {
10867
+ .acud-tag .acudicon[disabled],
10868
+ .acud-tag .acudicon[disabled]:hover,
10869
+ .acud-tag .acudicon[disabled]:focus,
10870
+ .acud-tag .acudicon[disabled]:active {
10871
10871
  color: #B8BABF;
10872
10872
  }
10873
10873
  .acud-tag-has-color {
@@ -10876,8 +10876,8 @@ a {
10876
10876
  .acud-tag-has-color,
10877
10877
  .acud-tag-has-color a,
10878
10878
  .acud-tag-has-color a:hover,
10879
- .acud-tag-has-color .acuicon-close,
10880
- .acud-tag-has-color .acuicon-close:hover {
10879
+ .acud-tag-has-color .acudicon-close,
10880
+ .acud-tag-has-color .acudicon-close:hover {
10881
10881
  color: #151B26;
10882
10882
  }
10883
10883
  .acud-tag-checkable {
@@ -10931,8 +10931,8 @@ a {
10931
10931
  .acud-tag-hidden {
10932
10932
  display: none;
10933
10933
  }
10934
- .acud-tag > .acuicon + span,
10935
- .acud-tag > span + .acuicon {
10934
+ .acud-tag > .acudicon + span,
10935
+ .acud-tag > span + .acudicon {
10936
10936
  margin-left: 8px;
10937
10937
  }
10938
10938
  .acud-tag-active-solid {
@@ -11135,8 +11135,8 @@ a {
11135
11135
  margin-right: 3px;
11136
11136
  margin-left: 0;
11137
11137
  }
11138
- .acud-tag-rtl.acud-tag > .acuicon + span,
11139
- .acud-tag-rtl.acud-tag > span + .acuicon {
11138
+ .acud-tag-rtl.acud-tag > .acudicon + span,
11139
+ .acud-tag-rtl.acud-tag > span + .acudicon {
11140
11140
  margin-right: 7px;
11141
11141
  margin-left: 0;
11142
11142
  }
@@ -12370,7 +12370,7 @@ a {
12370
12370
  .acud-picker-suffix > * {
12371
12371
  vertical-align: top;
12372
12372
  }
12373
- .acud-picker-suffix > .acuicon {
12373
+ .acud-picker-suffix > .acudicon {
12374
12374
  width: 16px;
12375
12375
  height: 16px;
12376
12376
  }
@@ -13436,7 +13436,7 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
13436
13436
  border-radius: 50%;
13437
13437
  color: #fff;
13438
13438
  }
13439
- .acud-dialogbox-content-icon .acuicon {
13439
+ .acud-dialogbox-content-icon .acudicon {
13440
13440
  height: 20px;
13441
13441
  width: 20px;
13442
13442
  display: flex;
@@ -13445,7 +13445,7 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
13445
13445
  font-size: 24px;
13446
13446
  font-weight: 700;
13447
13447
  }
13448
- .acud-dialogbox-content-icon .acuicon svg {
13448
+ .acud-dialogbox-content-icon .acudicon svg {
13449
13449
  width: 100%;
13450
13450
  height: 100%;
13451
13451
  }
@@ -13493,20 +13493,20 @@ _:-ms-fullscreen .acud-picker-range-wrapper .acud-picker-year-panel .acud-picker
13493
13493
  cursor: pointer;
13494
13494
  transition: color 0.3s;
13495
13495
  }
13496
- .acud-dialogbox-close-x .acuicon {
13496
+ .acud-dialogbox-close-x .acudicon {
13497
13497
  color: #84868C;
13498
13498
  }
13499
- .acud-dialogbox-close-x .acuicon:hover {
13499
+ .acud-dialogbox-close-x .acudicon:hover {
13500
13500
  color: #5C5F66;
13501
13501
  }
13502
- .acud-dialogbox-close-x .acuicon:focus,
13503
- .acud-dialogbox-close-x .acuicon:active {
13502
+ .acud-dialogbox-close-x .acudicon:focus,
13503
+ .acud-dialogbox-close-x .acudicon:active {
13504
13504
  color: #303540;
13505
13505
  }
13506
- .acud-dialogbox-close-x .acuicon[disabled],
13507
- .acud-dialogbox-close-x .acuicon[disabled]:hover,
13508
- .acud-dialogbox-close-x .acuicon[disabled]:focus,
13509
- .acud-dialogbox-close-x .acuicon[disabled]:active {
13506
+ .acud-dialogbox-close-x .acudicon[disabled],
13507
+ .acud-dialogbox-close-x .acudicon[disabled]:hover,
13508
+ .acud-dialogbox-close-x .acudicon[disabled]:focus,
13509
+ .acud-dialogbox-close-x .acudicon[disabled]:active {
13510
13510
  color: #B8BABF;
13511
13511
  }
13512
13512
  .acud-dialogbox-body {
@@ -14801,7 +14801,7 @@ li.acud-dropdown-menu-submenu-active:hover,
14801
14801
  color: #84868C;
14802
14802
  font-size: 12px;
14803
14803
  }
14804
- .acud-form-item-label > label > .acuicon {
14804
+ .acud-form-item-label > label > .acudicon {
14805
14805
  font-size: 12px;
14806
14806
  vertical-align: top;
14807
14807
  }
@@ -15309,7 +15309,7 @@ li.acud-dropdown-menu-submenu-active:hover,
15309
15309
  .acud-input-number-handler:hover .acud-input-number-handler-down-inner {
15310
15310
  color: #2468F2;
15311
15311
  }
15312
- .acud-input-number .acuicon {
15312
+ .acud-input-number .acudicon {
15313
15313
  display: flex;
15314
15314
  align-items: center;
15315
15315
  justify-content: center;
@@ -15659,7 +15659,7 @@ li.acud-dropdown-menu-submenu-active:hover,
15659
15659
  .acud-link-icon {
15660
15660
  font-size: 12px;
15661
15661
  }
15662
- .acud-link-icon > .acuicon {
15662
+ .acud-link-icon > .acudicon {
15663
15663
  margin-right: 4px;
15664
15664
  }
15665
15665
 
@@ -16021,7 +16021,7 @@ li.acud-dropdown-menu-submenu-active:hover,
16021
16021
  color: #84868C;
16022
16022
  line-height: 48px;
16023
16023
  }
16024
- .acuicon.acud-menu-submenu-expand-icon {
16024
+ .acudicon.acud-menu-submenu-expand-icon {
16025
16025
  display: flex;
16026
16026
  }
16027
16027
  .acud-menu-header-siderMenu {
@@ -16109,7 +16109,7 @@ li.acud-dropdown-menu-submenu-active:hover,
16109
16109
  .acud-menu-header-siderMenu-collapsed .acud-menu-bottom-nav {
16110
16110
  width: 64px;
16111
16111
  }
16112
- .acud-menu-header-siderMenu-collapsed .acud-menu-bottom-nav .acuicon {
16112
+ .acud-menu-header-siderMenu-collapsed .acud-menu-bottom-nav .acudicon {
16113
16113
  margin-right: 22px;
16114
16114
  }
16115
16115
  .acud-menu-header-siderMenu > .acud-menu {
@@ -16388,7 +16388,7 @@ li.acud-dropdown-menu-submenu-active:hover,
16388
16388
  .acud-menu-horizontal > .acud-menu-submenu-selected::after {
16389
16389
  border-bottom: 2px solid #2468F2;
16390
16390
  }
16391
- .acud-menu-horizontal > .acud-menu-submenu > .acud-menu-submenu-title > .acuicon {
16391
+ .acud-menu-horizontal > .acud-menu-submenu > .acud-menu-submenu-title > .acudicon {
16392
16392
  height: 40px;
16393
16393
  }
16394
16394
  .acud-menu-vertical {
@@ -16446,8 +16446,8 @@ li.acud-dropdown-menu-submenu-active:hover,
16446
16446
  display: flex;
16447
16447
  margin-bottom: 4px;
16448
16448
  }
16449
- .acud-menu-inline .acud-menu-item .acuicon,
16450
- .acud-menu-inline-collapsed .acud-menu-item .acuicon {
16449
+ .acud-menu-inline .acud-menu-item .acudicon,
16450
+ .acud-menu-inline-collapsed .acud-menu-item .acudicon {
16451
16451
  margin-right: 8px;
16452
16452
  }
16453
16453
  .acud-menu-inline .acud-menu-item.acud-menu-item-selected,
@@ -16465,8 +16465,8 @@ li.acud-dropdown-menu-submenu-active:hover,
16465
16465
  top: 0;
16466
16466
  height: 40px;
16467
16467
  }
16468
- .acud-menu-inline .acud-menu-submenu-title > .acuicon,
16469
- .acud-menu-inline-collapsed .acud-menu-submenu-title > .acuicon {
16468
+ .acud-menu-inline .acud-menu-submenu-title > .acudicon,
16469
+ .acud-menu-inline-collapsed .acud-menu-submenu-title > .acudicon {
16470
16470
  height: 40px;
16471
16471
  }
16472
16472
  .acud-menu-inline.acud-menu-vertical,
@@ -16517,14 +16517,14 @@ li.acud-dropdown-menu-submenu-active:hover,
16517
16517
  width: 100%;
16518
16518
  border-bottom: 1px solid #F2F2F4;
16519
16519
  }
16520
- .acud-menu-inline-header-item .acuicon {
16520
+ .acud-menu-inline-header-item .acudicon {
16521
16521
  display: flex;
16522
16522
  margin-right: 8px;
16523
16523
  }
16524
16524
  .acud-menu-inline-header-collapsed .acud-menu-inline-header-item {
16525
16525
  padding-left: 4px;
16526
16526
  }
16527
- .acud-menu-inline-header-collapsed .acuicon {
16527
+ .acud-menu-inline-header-collapsed .acudicon {
16528
16528
  margin-right: 0;
16529
16529
  }
16530
16530
  .acud-menu-inline-title-pop {
@@ -16575,11 +16575,11 @@ li.acud-dropdown-menu-submenu-active:hover,
16575
16575
  .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-item .acud-menu-item-icon,
16576
16576
  .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-submenu > .acud-menu-submenu-title .acud-menu-item-icon,
16577
16577
  .acud-menu-inline-collapsed > .acud-menu-submenu > .acud-menu-submenu-title .acud-menu-item-icon,
16578
- .acud-menu-inline-collapsed > .acud-menu-item .acuicon,
16579
- .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-title .acuicon,
16580
- .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-item .acuicon,
16581
- .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-submenu > .acud-menu-submenu-title .acuicon,
16582
- .acud-menu-inline-collapsed > .acud-menu-submenu > .acud-menu-submenu-title .acuicon {
16578
+ .acud-menu-inline-collapsed > .acud-menu-item .acudicon,
16579
+ .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-title .acudicon,
16580
+ .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-item .acudicon,
16581
+ .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-submenu > .acud-menu-submenu-title .acudicon,
16582
+ .acud-menu-inline-collapsed > .acud-menu-submenu > .acud-menu-submenu-title .acudicon {
16583
16583
  margin: 0;
16584
16584
  }
16585
16585
  .acud-menu-inline-collapsed > .acud-menu-item .acud-menu-item-icon + span,
@@ -16587,11 +16587,11 @@ li.acud-dropdown-menu-submenu-active:hover,
16587
16587
  .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-item .acud-menu-item-icon + span,
16588
16588
  .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-submenu > .acud-menu-submenu-title .acud-menu-item-icon + span,
16589
16589
  .acud-menu-inline-collapsed > .acud-menu-submenu > .acud-menu-submenu-title .acud-menu-item-icon + span,
16590
- .acud-menu-inline-collapsed > .acud-menu-item .acuicon + span,
16591
- .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-title .acuicon + span,
16592
- .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-item .acuicon + span,
16593
- .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-submenu > .acud-menu-submenu-title .acuicon + span,
16594
- .acud-menu-inline-collapsed > .acud-menu-submenu > .acud-menu-submenu-title .acuicon + span {
16590
+ .acud-menu-inline-collapsed > .acud-menu-item .acudicon + span,
16591
+ .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-title .acudicon + span,
16592
+ .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-item .acudicon + span,
16593
+ .acud-menu-inline-collapsed > .acud-menu-item-group > .acud-menu-item-group-list > .acud-menu-submenu > .acud-menu-submenu-title .acudicon + span,
16594
+ .acud-menu-inline-collapsed > .acud-menu-submenu > .acud-menu-submenu-title .acudicon + span {
16595
16595
  display: inline-block;
16596
16596
  opacity: 0;
16597
16597
  }
@@ -16694,7 +16694,7 @@ li.acud-dropdown-menu-submenu-active:hover,
16694
16694
  .acud-menu-icon-container > .acud-menu-iconlist .icon-item[disabled]:active {
16695
16695
  color: #B8BABF;
16696
16696
  }
16697
- .acuicon.acud-menu-item-icon {
16697
+ .acudicon.acud-menu-item-icon {
16698
16698
  display: flex;
16699
16699
  }
16700
16700
 
@@ -17128,8 +17128,8 @@ li.acud-dropdown-menu-submenu-active:hover,
17128
17128
  opacity: 1;
17129
17129
  transition: all 0.2s;
17130
17130
  }
17131
- .acud-pagination-jump-prev .acud-pagination-item-container .acud-pagination-item-ellipsis .acuicon,
17132
- .acud-pagination-jump-next .acud-pagination-item-container .acud-pagination-item-ellipsis .acuicon {
17131
+ .acud-pagination-jump-prev .acud-pagination-item-container .acud-pagination-item-ellipsis .acudicon,
17132
+ .acud-pagination-jump-next .acud-pagination-item-container .acud-pagination-item-ellipsis .acudicon {
17133
17133
  line-height: 0;
17134
17134
  }
17135
17135
  .acud-pagination-jump-prev:hover .acud-pagination-item-link-icon,
@@ -17251,8 +17251,8 @@ li.acud-dropdown-menu-submenu-active:hover,
17251
17251
  .acud-pagination-next .acud-pagination-item-link[disabled]:active {
17252
17252
  border-color: transparent;
17253
17253
  }
17254
- .acud-pagination-prev .acud-pagination-item-link .acuicon,
17255
- .acud-pagination-next .acud-pagination-item-link .acuicon {
17254
+ .acud-pagination-prev .acud-pagination-item-link .acudicon,
17255
+ .acud-pagination-next .acud-pagination-item-link .acudicon {
17256
17256
  line-height: 0;
17257
17257
  }
17258
17258
  .acud-pagination-slash {
@@ -17554,7 +17554,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17554
17554
  padding-right: 7px;
17555
17555
  padding-left: 7px;
17556
17556
  }
17557
- .acud-pagination-options-quick-jumper button-has-icon > .acuicon {
17557
+ .acud-pagination-options-quick-jumper button-has-icon > .acudicon {
17558
17558
  height: 16px;
17559
17559
  }
17560
17560
  .acud-pagination-options-quick-jumper button-lg {
@@ -17574,7 +17574,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17574
17574
  padding-right: 11px;
17575
17575
  padding-left: 11px;
17576
17576
  }
17577
- .acud-pagination-options-quick-jumper button-lg-has-icon > .acuicon {
17577
+ .acud-pagination-options-quick-jumper button-lg-has-icon > .acudicon {
17578
17578
  height: 16px;
17579
17579
  }
17580
17580
  .acud-pagination-options-quick-jumper button-sm {
@@ -17594,7 +17594,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17594
17594
  padding-right: 3px;
17595
17595
  padding-left: 3px;
17596
17596
  }
17597
- .acud-pagination-options-quick-jumper button-sm-has-icon > .acuicon {
17597
+ .acud-pagination-options-quick-jumper button-sm-has-icon > .acudicon {
17598
17598
  height: 16px;
17599
17599
  }
17600
17600
  .acud-pagination-options-quick-jumper button,
@@ -17932,7 +17932,7 @@ li.acud-dropdown-menu-submenu-active:hover,
17932
17932
  cursor: pointer;
17933
17933
  color: #84868C;
17934
17934
  }
17935
- .acud-select-multiple .acud-select-selection-item-remove > .acuicon {
17935
+ .acud-select-multiple .acud-select-selection-item-remove > .acudicon {
17936
17936
  vertical-align: -0.2em;
17937
17937
  }
17938
17938
  .acud-select-multiple .acud-select-selection-item-remove:hover {
@@ -18042,6 +18042,9 @@ li.acud-dropdown-menu-submenu-active:hover,
18042
18042
  line-height: 22px;
18043
18043
  cursor: pointer;
18044
18044
  }
18045
+ .acud-select-dropdown-multiple .acud-select-item-checkall-can-active:hover {
18046
+ background-color: #E6F0FF;
18047
+ }
18045
18048
  .acud-select-dropdown-multiple .acud-select-item-option-content {
18046
18049
  margin-left: 8px;
18047
18050
  }
@@ -18191,14 +18194,14 @@ li.acud-dropdown-menu-submenu-active:hover,
18191
18194
  text-align: center;
18192
18195
  pointer-events: none;
18193
18196
  }
18194
- .acud-select-arrow .acuicon {
18197
+ .acud-select-arrow .acudicon {
18195
18198
  vertical-align: top;
18196
18199
  transition: transform 0.3s;
18197
18200
  }
18198
- .acud-select-arrow .acuicon > svg {
18201
+ .acud-select-arrow .acudicon > svg {
18199
18202
  vertical-align: top;
18200
18203
  }
18201
- .acud-select-arrow .acuicon:not(.acud-select-suffix) {
18204
+ .acud-select-arrow .acudicon:not(.acud-select-suffix) {
18202
18205
  pointer-events: auto;
18203
18206
  }
18204
18207
  .acud-select-disabled .acud-select-arrow {
@@ -18232,7 +18235,7 @@ li.acud-dropdown-menu-submenu-active:hover,
18232
18235
  .acud-select:hover .acud-select-clear {
18233
18236
  opacity: 1;
18234
18237
  }
18235
- .acud-select-clear .acuicon-outlined-close {
18238
+ .acud-select-clear .acudicon-outlined-close {
18236
18239
  display: inline-flex;
18237
18240
  width: 12px;
18238
18241
  height: 12px;
@@ -18361,13 +18364,19 @@ li.acud-dropdown-menu-submenu-active:hover,
18361
18364
  margin-right: 8px;
18362
18365
  display: flex;
18363
18366
  }
18364
- .acud-select-item-group-arrow .acuicon {
18367
+ .acud-select-item-group-arrow .acudicon {
18365
18368
  display: flex;
18366
18369
  color: #84868C;
18367
18370
  }
18368
18371
  .acud-select-item-group-checkbox {
18369
18372
  margin-right: 8px;
18370
18373
  }
18374
+ .acud-select-item-group-keep-expand {
18375
+ color: #B8BABF;
18376
+ }
18377
+ .acud-select-item-group-can-active:hover {
18378
+ background-color: #E6F0FF;
18379
+ }
18371
18380
  .acud-select-item-option {
18372
18381
  display: flex;
18373
18382
  }
@@ -18398,6 +18407,9 @@ li.acud-dropdown-menu-submenu-active:hover,
18398
18407
  .acud-select-item-option-grouped {
18399
18408
  padding-left: 48px;
18400
18409
  }
18410
+ .acud-select-item-option-grouped-keep-expand {
18411
+ padding-left: 24px;
18412
+ }
18401
18413
  .acud-select-lg {
18402
18414
  font-size: 14px;
18403
18415
  }
@@ -18424,7 +18436,7 @@ li.acud-dropdown-menu-submenu-active:hover,
18424
18436
  .acud-popconfirm {
18425
18437
  z-index: 1060;
18426
18438
  }
18427
- .acud-popconfirm .acud-popover-message > .acuicon {
18439
+ .acud-popconfirm .acud-popover-message > .acudicon {
18428
18440
  top: 5.0002px;
18429
18441
  }
18430
18442
 
@@ -18511,7 +18523,7 @@ li.acud-dropdown-menu-submenu-active:hover,
18511
18523
  color: #151B26;
18512
18524
  font-size: 12px;
18513
18525
  }
18514
- .acud-popover-inner-content .acuicon-outlined-close {
18526
+ .acud-popover-inner-content .acudicon-outlined-close {
18515
18527
  padding-left: 12px;
18516
18528
  font-size: 16px;
18517
18529
  color: #84868C;
@@ -18522,7 +18534,7 @@ li.acud-dropdown-menu-submenu-active:hover,
18522
18534
  color: #151B26;
18523
18535
  font-size: 12px;
18524
18536
  }
18525
- .acud-popover-message > .acuicon {
18537
+ .acud-popover-message > .acudicon {
18526
18538
  position: absolute;
18527
18539
  top: 8.0002px;
18528
18540
  color: #FF9326;
@@ -19305,24 +19317,24 @@ span.acud-radio-button {
19305
19317
  .acud-input-search {
19306
19318
  display: flex;
19307
19319
  }
19308
- .acud-input-search-icon.acuicon {
19320
+ .acud-input-search-icon.acudicon {
19309
19321
  color: #84868C;
19310
19322
  cursor: pointer;
19311
19323
  }
19312
- .acud-input-search-icon.acuicon:hover {
19324
+ .acud-input-search-icon.acudicon:hover {
19313
19325
  color: #2468F2;
19314
19326
  }
19315
- .acud-input-search-icon.acuicon:focus,
19316
- .acud-input-search-icon.acuicon:active {
19327
+ .acud-input-search-icon.acudicon:focus,
19328
+ .acud-input-search-icon.acudicon:active {
19317
19329
  color: #144BCC;
19318
19330
  }
19319
- .acud-input-search-icon.acuicon[disabled],
19320
- .acud-input-search-icon.acuicon[disabled]:hover,
19321
- .acud-input-search-icon.acuicon[disabled]:focus,
19322
- .acud-input-search-icon.acuicon[disabled]:active {
19331
+ .acud-input-search-icon.acudicon[disabled],
19332
+ .acud-input-search-icon.acudicon[disabled]:hover,
19333
+ .acud-input-search-icon.acudicon[disabled]:focus,
19334
+ .acud-input-search-icon.acudicon[disabled]:active {
19323
19335
  color: #B8BABF;
19324
19336
  }
19325
- .acud-input-search-loading-icon.acuicon {
19337
+ .acud-input-search-loading-icon.acudicon {
19326
19338
  color: #2468F2;
19327
19339
  }
19328
19340
  .acud-input-search-enter-button .acud-input {
@@ -19388,7 +19400,7 @@ span.acud-radio-button {
19388
19400
  border: none;
19389
19401
  box-shadow: none;
19390
19402
  }
19391
- .acud-input-search-enter-button .acud-btn .acuicon {
19403
+ .acud-input-search-enter-button .acud-btn .acudicon {
19392
19404
  height: 16px;
19393
19405
  }
19394
19406
  .acud-input-search-enter-button-disabled {
@@ -19623,7 +19635,7 @@ span.acud-radio-button {
19623
19635
  .acud-slider-handle:active {
19624
19636
  box-shadow: 0px 2px 8px 0px rgba(7, 12, 20, 0.12);
19625
19637
  }
19626
- .acud-slider-handle .acuicon {
19638
+ .acud-slider-handle .acudicon {
19627
19639
  margin: 2px 0 0 0;
19628
19640
  color: #d5e6ff;
19629
19641
  }
@@ -20657,7 +20669,7 @@ span.acud-radio-button {
20657
20669
  height: 100%;
20658
20670
  font-size: 12px;
20659
20671
  }
20660
- .acud-switch-inner .acuicon {
20672
+ .acud-switch-inner .acudicon {
20661
20673
  line-height: 0;
20662
20674
  }
20663
20675
  .acud-switch:after {
@@ -21174,7 +21186,7 @@ div.acud-table-summary {
21174
21186
  .acud-table-filter-column .acud-dropdown-trigger {
21175
21187
  display: flex;
21176
21188
  }
21177
- .acud-table-filter-column .acud-dropdown-trigger .acuicon-outlined-funnel {
21189
+ .acud-table-filter-column .acud-dropdown-trigger .acudicon-outlined-funnel {
21178
21190
  display: flex;
21179
21191
  }
21180
21192
  .acud-table-filter-trigger {
@@ -21226,7 +21238,7 @@ div.acud-table-summary {
21226
21238
  .acud-table-filter-dropdown-search-input input {
21227
21239
  min-width: 140px;
21228
21240
  }
21229
- .acud-table-filter-dropdown-search-input .acuicon {
21241
+ .acud-table-filter-dropdown-search-input .acudicon {
21230
21242
  color: #B8BABF;
21231
21243
  }
21232
21244
  .acud-table-filter-dropdown-checkall {
@@ -21300,12 +21312,12 @@ table tr th.acud-table-selection-column::after {
21300
21312
  .acud-table-selection-extra .acud-dropdown-trigger {
21301
21313
  display: flex;
21302
21314
  }
21303
- .acud-table-selection-extra .acuicon {
21315
+ .acud-table-selection-extra .acudicon {
21304
21316
  color: #bfbfbf;
21305
21317
  font-size: 10px;
21306
21318
  display: flex;
21307
21319
  }
21308
- .acud-table-selection-extra .acuicon:hover {
21320
+ .acud-table-selection-extra .acudicon:hover {
21309
21321
  color: #a6a6a6;
21310
21322
  }
21311
21323
  .acud-table-expand-icon-col {
@@ -22152,6 +22164,37 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
22152
22164
  .acud-tree-checkbox-indeterminate:hover .acud-tree-checkbox-inner::after {
22153
22165
  background-color: #528EFF;
22154
22166
  }
22167
+ .acud-tree-checkbox-inner::after {
22168
+ top: 43%;
22169
+ left: 24%;
22170
+ width: 4px;
22171
+ height: 8px;
22172
+ position: absolute;
22173
+ display: table;
22174
+ border: 1px solid #FFFFFF;
22175
+ border-top: 0;
22176
+ border-left: 0;
22177
+ transform: rotate(45deg) scale(1) translate(-50%, -50%);
22178
+ opacity: 1;
22179
+ content: " ";
22180
+ }
22181
+ .acud-tree-treenode-checkbox-disabled .acud-tree-checkbox-inner::after {
22182
+ border: 1px solid #B8BABF;
22183
+ border-top: 0;
22184
+ border-left: 0;
22185
+ }
22186
+ .acud-tree-popover-util {
22187
+ margin: -6px 0;
22188
+ }
22189
+ .acud-tree-popover-util li {
22190
+ line-height: 32px;
22191
+ margin: 0 -12px;
22192
+ padding: 0 12px;
22193
+ }
22194
+ .acud-tree-popover-util li:hover {
22195
+ background: #E6F0FF;
22196
+ cursor: pointer;
22197
+ }
22155
22198
  .acud-tree-search-input {
22156
22199
  margin-bottom: 4px;
22157
22200
  }
@@ -22329,7 +22372,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
22329
22372
  .acud-tree .acud-tree-node-content-wrapper .acud-tree-iconEle:empty {
22330
22373
  display: none;
22331
22374
  }
22332
- .acud-tree .acud-tree-node-content-wrapper .acud-tree-iconEle .acuicon {
22375
+ .acud-tree .acud-tree-node-content-wrapper .acud-tree-iconEle .acudicon {
22333
22376
  vertical-align: -0.2em;
22334
22377
  }
22335
22378
  .acud-tree .acud-tree-node-content-wrapper .acud-tree-icon-util > span {
@@ -22388,37 +22431,6 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
22388
22431
  margin: 2px 0 0 8px;
22389
22432
  top: 0.1em;
22390
22433
  }
22391
- .acud-tree-checkbox-inner::after {
22392
- top: 43%;
22393
- left: 24%;
22394
- width: 4px;
22395
- height: 8px;
22396
- position: absolute;
22397
- display: table;
22398
- border: 1px solid #FFFFFF;
22399
- border-top: 0;
22400
- border-left: 0;
22401
- transform: rotate(45deg) scale(1) translate(-50%, -50%);
22402
- opacity: 1;
22403
- content: " ";
22404
- }
22405
- .acud-tree-checkbox-disabled .acud-tree-checkbox-inner::after {
22406
- border: 1px solid #B8BABF;
22407
- border-top: 0;
22408
- border-left: 0;
22409
- }
22410
- .acud-tree-popover-util {
22411
- margin: -6px 0;
22412
- }
22413
- .acud-tree-popover-util li {
22414
- line-height: 32px;
22415
- margin: 0 -12px;
22416
- padding: 0 12px;
22417
- }
22418
- .acud-tree-popover-util li:hover {
22419
- background: #E6F0FF;
22420
- cursor: pointer;
22421
- }
22422
22434
 
22423
22435
  /* color */
22424
22436
  /* 默认颜色 */
@@ -23923,16 +23935,16 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
23923
23935
  line-height: 16px;
23924
23936
  top: 8px;
23925
23937
  }
23926
- .acuicon.acud-notification-notice-icon-success path {
23938
+ .acudicon.acud-notification-notice-icon-success path {
23927
23939
  fill: #30BF13;
23928
23940
  }
23929
- .acuicon.acud-notification-notice-icon-info path {
23941
+ .acudicon.acud-notification-notice-icon-info path {
23930
23942
  fill: #2468F2;
23931
23943
  }
23932
- .acuicon.acud-notification-notice-icon-warning path {
23944
+ .acudicon.acud-notification-notice-icon-warning path {
23933
23945
  fill: #FF9326;
23934
23946
  }
23935
- .acuicon.acud-notification-notice-icon-error path {
23947
+ .acudicon.acud-notification-notice-icon-error path {
23936
23948
  fill: #F33E3E;
23937
23949
  }
23938
23950
  .acud-notification-notice-close {
@@ -24361,22 +24373,22 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24361
24373
  overflow: hidden;
24362
24374
  text-overflow: ellipsis;
24363
24375
  }
24364
- .acud-transfer-target-item-cancel.acuicon-outlined-close {
24376
+ .acud-transfer-target-item-cancel.acudicon-outlined-close {
24365
24377
  display: flex;
24366
24378
  cursor: pointer;
24367
24379
  color: #84868C;
24368
24380
  }
24369
- .acud-transfer-target-item-cancel.acuicon-outlined-close:hover {
24381
+ .acud-transfer-target-item-cancel.acudicon-outlined-close:hover {
24370
24382
  color: #5C5F66;
24371
24383
  }
24372
- .acud-transfer-target-item-cancel.acuicon-outlined-close:focus,
24373
- .acud-transfer-target-item-cancel.acuicon-outlined-close:active {
24384
+ .acud-transfer-target-item-cancel.acudicon-outlined-close:focus,
24385
+ .acud-transfer-target-item-cancel.acudicon-outlined-close:active {
24374
24386
  color: #303540;
24375
24387
  }
24376
- .acud-transfer-target-item-cancel.acuicon-outlined-close[disabled],
24377
- .acud-transfer-target-item-cancel.acuicon-outlined-close[disabled]:hover,
24378
- .acud-transfer-target-item-cancel.acuicon-outlined-close[disabled]:focus,
24379
- .acud-transfer-target-item-cancel.acuicon-outlined-close[disabled]:active {
24388
+ .acud-transfer-target-item-cancel.acudicon-outlined-close[disabled],
24389
+ .acud-transfer-target-item-cancel.acudicon-outlined-close[disabled]:hover,
24390
+ .acud-transfer-target-item-cancel.acudicon-outlined-close[disabled]:focus,
24391
+ .acud-transfer-target-item-cancel.acudicon-outlined-close[disabled]:active {
24380
24392
  color: #B8BABF;
24381
24393
  }
24382
24394
  .acud-transfer-target-item-arrow {
@@ -24439,6 +24451,504 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24439
24451
  overflow: auto;
24440
24452
  }
24441
24453
 
24454
+ /* color */
24455
+ /* 默认颜色 */
24456
+ /* 通用-icon */
24457
+ /* 标签 */
24458
+ /* 默认颜色 */
24459
+ /* 其他颜色 */
24460
+ /* 通用 */
24461
+ /* 水平 */
24462
+ /* 垂直 */
24463
+ /* 序号水平 */
24464
+ /* 序号垂直 */
24465
+ @-webkit-keyframes acudCheckboxEffect {
24466
+ 0% {
24467
+ transform: scale(1);
24468
+ opacity: 0.5;
24469
+ }
24470
+ 100% {
24471
+ transform: scale(1.6);
24472
+ opacity: 0;
24473
+ }
24474
+ }
24475
+ @keyframes acudCheckboxEffect {
24476
+ 0% {
24477
+ transform: scale(1);
24478
+ opacity: 0.5;
24479
+ }
24480
+ 100% {
24481
+ transform: scale(1.6);
24482
+ opacity: 0;
24483
+ }
24484
+ }
24485
+ .acud-select-tree-checkbox {
24486
+ margin: 0;
24487
+ padding: 0;
24488
+ display: flex;
24489
+ position: relative;
24490
+ line-height: 1;
24491
+ top: 0;
24492
+ white-space: nowrap;
24493
+ outline: none;
24494
+ cursor: pointer;
24495
+ }
24496
+ .acud-select-tree-checkbox-wrapper:hover .acud-select-tree-checkbox-inner,
24497
+ .acud-select-tree-checkbox:hover .acud-select-tree-checkbox-inner {
24498
+ border-color: #2468F2;
24499
+ }
24500
+ .acud-select-tree-checkbox:active .acud-select-tree-checkbox-inner {
24501
+ border-color: #144BCC;
24502
+ }
24503
+ .acud-select-tree-checkbox:hover::after,
24504
+ .acud-select-tree-checkbox-wrapper:hover .acud-select-tree-checkbox::after {
24505
+ visibility: visible;
24506
+ }
24507
+ .acud-select-tree-checkbox-inner {
24508
+ position: relative;
24509
+ display: inline-flex;
24510
+ width: 16px;
24511
+ height: 16px;
24512
+ direction: ltr;
24513
+ background-color: #FFFFFF;
24514
+ border: 1px solid #E8E9EB;
24515
+ border-radius: 0px;
24516
+ border-collapse: separate;
24517
+ border-radius: 2px;
24518
+ }
24519
+ .acud-select-tree-checkbox-input {
24520
+ position: absolute;
24521
+ top: 0;
24522
+ right: 0;
24523
+ bottom: 0;
24524
+ left: 0;
24525
+ z-index: 1;
24526
+ width: 16px;
24527
+ height: 16px;
24528
+ cursor: pointer;
24529
+ opacity: 0;
24530
+ }
24531
+ .acud-select-tree-checkbox-checked .acud-select-tree-checkbox-inner {
24532
+ background-color: #2468F2;
24533
+ border-color: #2468F2;
24534
+ }
24535
+ .acud-select-tree-checkbox-checked .acud-select-tree-checkbox-inner .checkbox-check-icon {
24536
+ color: #FFFFFF;
24537
+ width: 14px;
24538
+ height: 14px;
24539
+ }
24540
+ .acud-select-tree-checkbox-checked:hover .acud-select-tree-checkbox-inner {
24541
+ background-color: #528EFF;
24542
+ border-color: #528EFF;
24543
+ }
24544
+ .acud-select-tree-checkbox-checked:hover .acud-select-tree-checkbox-inner .checkbox-check-icon {
24545
+ color: #FFFFFF;
24546
+ width: 14px;
24547
+ height: 14px;
24548
+ }
24549
+ .acud-select-tree-checkbox-checked:active .acud-select-tree-checkbox-inner {
24550
+ background-color: #144BCC;
24551
+ border-color: #144BCC;
24552
+ }
24553
+ .acud-select-tree-checkbox-checked:active .acud-select-tree-checkbox-inner .checkbox-check-icon {
24554
+ color: #FFFFFF;
24555
+ width: 14px;
24556
+ height: 14px;
24557
+ }
24558
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-checked + span {
24559
+ color: #151B26;
24560
+ }
24561
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-checked + span:hover {
24562
+ color: #151B26;
24563
+ }
24564
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled {
24565
+ cursor: not-allowed;
24566
+ }
24567
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled.acud-select-tree-checkbox-checked .acud-select-tree-checkbox-inner::after {
24568
+ border-color: #E8E9EB;
24569
+ -webkit-animation-name: none;
24570
+ animation-name: none;
24571
+ }
24572
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled .acud-select-tree-checkbox-input {
24573
+ cursor: not-allowed;
24574
+ }
24575
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled .acud-select-tree-checkbox-inner {
24576
+ background-color: #F7F7F9;
24577
+ border-color: #E8E9EB;
24578
+ }
24579
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled .acud-select-tree-checkbox-inner .checkbox-check-icon {
24580
+ color: #B8BABF;
24581
+ }
24582
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled + span {
24583
+ color: #B8BABF;
24584
+ cursor: not-allowed;
24585
+ }
24586
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled + span:hover {
24587
+ color: #B8BABF;
24588
+ }
24589
+ .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled:hover::after,
24590
+ .acud-select-tree-checkbox-wrapper:hover .acud-select-tree-checkbox.acud-select-tree-checkbox-disabled::after {
24591
+ visibility: hidden;
24592
+ }
24593
+ .acud-select-tree-checkbox-wrapper {
24594
+ margin: 0;
24595
+ padding: 0;
24596
+ display: flex;
24597
+ align-items: center;
24598
+ line-height: unset;
24599
+ cursor: pointer;
24600
+ }
24601
+ .acud-select-tree-checkbox-wrapper::after {
24602
+ display: inline-block;
24603
+ width: 0;
24604
+ overflow: hidden;
24605
+ content: "\a0";
24606
+ }
24607
+ .acud-select-tree-checkbox-wrapper.acud-select-tree-checkbox-wrapper-disabled {
24608
+ cursor: not-allowed;
24609
+ }
24610
+ .acud-select-tree-checkbox-wrapper + .acud-select-tree-checkbox-wrapper {
24611
+ margin-left: 8px;
24612
+ }
24613
+ .acud-select-tree-checkbox + span {
24614
+ padding-right: 8px;
24615
+ padding-left: 8px;
24616
+ color: #151B26;
24617
+ }
24618
+ .acud-select-tree-checkbox + span:hover {
24619
+ color: #151B26;
24620
+ }
24621
+ .acud-select-tree-checkbox-group {
24622
+ margin: 0;
24623
+ padding: 0;
24624
+ display: inline-flex;
24625
+ }
24626
+ .acud-select-tree-checkbox-group-item {
24627
+ margin-right: 16px;
24628
+ }
24629
+ .acud-select-tree-checkbox-group-item:last-child {
24630
+ margin-right: 0;
24631
+ }
24632
+ .acud-select-tree-checkbox-group-item + .acud-select-tree-checkbox-group-item {
24633
+ margin-left: 0;
24634
+ }
24635
+ .acud-select-tree-checkbox-indeterminate .acud-select-tree-checkbox-inner {
24636
+ background-color: #FFFFFF;
24637
+ border-color: #2468F2;
24638
+ }
24639
+ .acud-select-tree-checkbox-indeterminate .acud-select-tree-checkbox-inner::after {
24640
+ position: absolute;
24641
+ display: table;
24642
+ top: 50%;
24643
+ left: 50%;
24644
+ width: 8px;
24645
+ height: 8px;
24646
+ background-color: #2468F2;
24647
+ border: 0;
24648
+ transform: translate(-50%, -50%) scale(1);
24649
+ opacity: 1;
24650
+ content: ' ';
24651
+ }
24652
+ .acud-select-tree-checkbox-indeterminate.acud-select-tree-checkbox-disabled .acud-select-tree-checkbox-inner::after {
24653
+ background-color: #D4D6D9;
24654
+ border-color: #D4D6D9;
24655
+ }
24656
+ .acud-select-tree-checkbox-indeterminate:hover .acud-select-tree-checkbox-inner {
24657
+ background-color: #FFFFFF;
24658
+ border-color: #528EFF;
24659
+ }
24660
+ .acud-select-tree-checkbox-indeterminate:hover .acud-select-tree-checkbox-inner::after {
24661
+ background-color: #528EFF;
24662
+ }
24663
+ .acud-tree-select-dropdown {
24664
+ padding: 12px 6px;
24665
+ }
24666
+ .acud-tree-select-dropdown-rtl {
24667
+ direction: rtl;
24668
+ }
24669
+ .acud-tree-select-dropdown .acud-select-tree {
24670
+ border-radius: 0;
24671
+ }
24672
+ .acud-tree-select-dropdown .acud-select-tree-list-holder-inner {
24673
+ align-items: stretch;
24674
+ }
24675
+ .acud-tree-select-dropdown .acud-select-tree-list-holder-inner .acud-select-tree-treenode .acud-select-tree-node-content-wrapper {
24676
+ flex: auto;
24677
+ }
24678
+ .acud-select-tree-checkbox-inner::after {
24679
+ top: 43%;
24680
+ left: 24%;
24681
+ width: 4px;
24682
+ height: 8px;
24683
+ position: absolute;
24684
+ display: table;
24685
+ border: 1px solid #FFFFFF;
24686
+ border-top: 0;
24687
+ border-left: 0;
24688
+ transform: rotate(45deg) scale(1) translate(-50%, -50%);
24689
+ opacity: 1;
24690
+ content: " ";
24691
+ }
24692
+ .acud-select-tree-treenode-checkbox-disabled .acud-select-tree-checkbox-inner::after {
24693
+ border: 1px solid #B8BABF;
24694
+ border-top: 0;
24695
+ border-left: 0;
24696
+ }
24697
+ .acud-select-tree-popover-util {
24698
+ margin: -6px 0;
24699
+ }
24700
+ .acud-select-tree-popover-util li {
24701
+ line-height: 32px;
24702
+ margin: 0 -12px;
24703
+ padding: 0 12px;
24704
+ }
24705
+ .acud-select-tree-popover-util li:hover {
24706
+ background: #E6F0FF;
24707
+ cursor: pointer;
24708
+ }
24709
+ .acud-select-tree-search-input {
24710
+ margin-bottom: 4px;
24711
+ }
24712
+ .acud-select-tree .acud-select-tree-treenode {
24713
+ display: flex;
24714
+ align-items: flex-start;
24715
+ outline: none;
24716
+ padding: 0 0 4px 0;
24717
+ line-height: 24px;
24718
+ color: #151B26;
24719
+ }
24720
+ .acud-select-tree .acud-select-tree-treenode:hover {
24721
+ color: #151B26;
24722
+ }
24723
+ .acud-select-tree .acud-select-tree-treenode:focus,
24724
+ .acud-select-tree .acud-select-tree-treenode:active {
24725
+ color: #2468F2;
24726
+ }
24727
+ .acud-select-tree .acud-select-tree-treenode[disabled],
24728
+ .acud-select-tree .acud-select-tree-treenode[disabled]:hover,
24729
+ .acud-select-tree .acud-select-tree-treenode[disabled]:focus,
24730
+ .acud-select-tree .acud-select-tree-treenode[disabled]:active {
24731
+ color: #B8BABF;
24732
+ }
24733
+ .acud-select-tree .acud-select-tree-treenode:active {
24734
+ color: #151B26;
24735
+ }
24736
+ .acud-select-tree .acud-select-tree-treenode-disabled .acud-select-tree-node-content-wrapper {
24737
+ color: #B8BABF;
24738
+ cursor: not-allowed;
24739
+ }
24740
+ .acud-select-tree .acud-select-tree-treenode-disabled .acud-select-tree-node-content-wrapper:hover {
24741
+ background: transparent;
24742
+ }
24743
+ .acud-select-tree-indent {
24744
+ align-self: stretch;
24745
+ white-space: nowrap;
24746
+ -webkit-user-select: none;
24747
+ -moz-user-select: none;
24748
+ -ms-user-select: none;
24749
+ user-select: none;
24750
+ }
24751
+ .acud-select-tree-indent-unit {
24752
+ display: inline-block;
24753
+ width: 24px;
24754
+ }
24755
+ .acud-select-tree-switcher {
24756
+ position: relative;
24757
+ flex: none;
24758
+ align-self: stretch;
24759
+ width: 16px;
24760
+ margin: 0;
24761
+ line-height: 24px;
24762
+ text-align: center;
24763
+ cursor: pointer;
24764
+ -webkit-user-select: none;
24765
+ -moz-user-select: none;
24766
+ -ms-user-select: none;
24767
+ user-select: none;
24768
+ }
24769
+ .acud-select-tree-switcher .acud-tree-switcher-icon,
24770
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon {
24771
+ color: #84868C;
24772
+ background-color: transparent;
24773
+ border-color: transparent;
24774
+ display: inline-block;
24775
+ font-size: 10px;
24776
+ line-height: 0;
24777
+ vertical-align: -0.24em;
24778
+ }
24779
+ .acud-select-tree-switcher .acud-tree-switcher-icon:hover,
24780
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:hover {
24781
+ color: #84868C;
24782
+ }
24783
+ .acud-select-tree-switcher .acud-tree-switcher-icon:focus,
24784
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:focus,
24785
+ .acud-select-tree-switcher .acud-tree-switcher-icon:active,
24786
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:active {
24787
+ color: #84868C;
24788
+ }
24789
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled],
24790
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled],
24791
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:hover,
24792
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:hover,
24793
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:focus,
24794
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:focus,
24795
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:active,
24796
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:active {
24797
+ color: #B8BABF;
24798
+ }
24799
+ .acud-select-tree-switcher .acud-tree-switcher-icon:hover,
24800
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:hover {
24801
+ background-color: transparent;
24802
+ }
24803
+ .acud-select-tree-switcher .acud-tree-switcher-icon:focus,
24804
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:focus,
24805
+ .acud-select-tree-switcher .acud-tree-switcher-icon:active,
24806
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:active {
24807
+ background-color: transparent;
24808
+ }
24809
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled],
24810
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled],
24811
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:hover,
24812
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:hover,
24813
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:focus,
24814
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:focus,
24815
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:active,
24816
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:active {
24817
+ background-color: transparent;
24818
+ }
24819
+ .acud-select-tree-switcher .acud-tree-switcher-icon:hover,
24820
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:hover {
24821
+ border-color: transparent;
24822
+ }
24823
+ .acud-select-tree-switcher .acud-tree-switcher-icon:focus,
24824
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:focus,
24825
+ .acud-select-tree-switcher .acud-tree-switcher-icon:active,
24826
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon:active {
24827
+ border-color: transparent;
24828
+ }
24829
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled],
24830
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled],
24831
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:hover,
24832
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:hover,
24833
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:focus,
24834
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:focus,
24835
+ .acud-select-tree-switcher .acud-tree-switcher-icon[disabled]:active,
24836
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon[disabled]:active {
24837
+ border-color: transparent;
24838
+ }
24839
+ .acud-select-tree-switcher .acud-tree-switcher-icon svg,
24840
+ .acud-select-tree-switcher .acud-select-tree-switcher-icon svg {
24841
+ transition: transform 0.3s;
24842
+ }
24843
+ .acud-select-tree-switcher-noop {
24844
+ cursor: default;
24845
+ }
24846
+ .acud-select-tree-switcher_close .acud-select-tree-switcher-icon svg {
24847
+ transform: rotate(-90deg);
24848
+ }
24849
+ .acud-select-tree .acud-select-tree-node-content-wrapper {
24850
+ position: relative;
24851
+ z-index: auto;
24852
+ min-height: 24px;
24853
+ margin: 0 4px;
24854
+ padding: 0 4px;
24855
+ color: inherit;
24856
+ line-height: 24px;
24857
+ background: transparent;
24858
+ cursor: pointer;
24859
+ transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
24860
+ }
24861
+ .acud-select-tree .acud-select-tree-node-content-wrapper:hover {
24862
+ background-color: #F7F7F9;
24863
+ border-radius: 2px;
24864
+ }
24865
+ .acud-select-tree .acud-select-tree-node-content-wrapper:active {
24866
+ color: #151B26;
24867
+ }
24868
+ .acud-select-tree .acud-select-tree-node-content-wrapper.acud-select-tree-node-selected,
24869
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-node-highlighttext {
24870
+ background-color: #E6F0FF;
24871
+ border-radius: 2px;
24872
+ }
24873
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-iconEle {
24874
+ display: inline-block;
24875
+ width: 16px;
24876
+ height: 16px;
24877
+ line-height: 24px;
24878
+ margin-right: 8px;
24879
+ text-align: center;
24880
+ vertical-align: top;
24881
+ color: #84868C;
24882
+ }
24883
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-iconEle:empty {
24884
+ display: none;
24885
+ }
24886
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-iconEle .acudicon {
24887
+ vertical-align: -0.2em;
24888
+ }
24889
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-icon-util > span {
24890
+ color: #84868C;
24891
+ margin-left: 8px;
24892
+ vertical-align: -0.2em;
24893
+ line-height: 0;
24894
+ }
24895
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-icon-util > span:hover {
24896
+ color: #2468F2;
24897
+ }
24898
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-icon-util > span:active {
24899
+ color: #144BCC;
24900
+ }
24901
+ .acud-select-tree .acud-select-tree-node-content-wrapper .acud-select-tree-edit-input {
24902
+ margin: 0 -8px;
24903
+ }
24904
+ .acud-select-tree-node-content-wrapper {
24905
+ line-height: 24px;
24906
+ -webkit-user-select: none;
24907
+ -moz-user-select: none;
24908
+ -ms-user-select: none;
24909
+ user-select: none;
24910
+ }
24911
+ .acud-select-tree-node-content-wrapper .acud-tree-drop-indicator {
24912
+ position: absolute;
24913
+ z-index: 1;
24914
+ height: 1px;
24915
+ background-color: #2468F2;
24916
+ border-radius: 1px;
24917
+ pointer-events: none;
24918
+ }
24919
+ .acud-select-tree-node-content-wrapper .acud-tree-drop-indicator::after {
24920
+ position: absolute;
24921
+ top: -2px;
24922
+ left: -4px;
24923
+ width: 5px;
24924
+ height: 5px;
24925
+ background-color: transparent;
24926
+ border: 1px solid #2468F2;
24927
+ border-radius: 50%;
24928
+ content: '';
24929
+ }
24930
+ .acud-select-tree-draggable-icon {
24931
+ width: 16px;
24932
+ height: 16px;
24933
+ text-align: center;
24934
+ line-height: 24px;
24935
+ margin: 0 8px;
24936
+ opacity: 0;
24937
+ }
24938
+ .acud-select-tree-treenode:hover .acud-select-tree-draggable-icon {
24939
+ opacity: 0.45;
24940
+ }
24941
+ .acud-select-tree-checkbox {
24942
+ margin: 2px 0 0 8px;
24943
+ top: 0.1em;
24944
+ }
24945
+ .acud-tree-select-dropdown-rtl .acud-select-tree .acud-select-tree-switcher_close .acud-select-tree-switcher-icon svg {
24946
+ transform: rotate(90deg);
24947
+ }
24948
+ .acud-tree-select-dropdown-rtl .acud-select-tree .acud-select-tree-switcher-loading-icon {
24949
+ transform: scaleY(-1);
24950
+ }
24951
+
24442
24952
  /* color */
24443
24953
  /* 默认颜色 */
24444
24954
  /* 通用-icon */
@@ -24528,20 +25038,20 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24528
25038
  .acud-upload.acud-upload-select-picture-card[disabled]:active {
24529
25039
  border-color: #E8E9EB;
24530
25040
  }
24531
- .acud-upload.acud-upload-select-picture-card .acuicon {
25041
+ .acud-upload.acud-upload-select-picture-card .acudicon {
24532
25042
  color: #84868C;
24533
25043
  }
24534
- .acud-upload.acud-upload-select-picture-card .acuicon:hover {
25044
+ .acud-upload.acud-upload-select-picture-card .acudicon:hover {
24535
25045
  color: #84868C;
24536
25046
  }
24537
- .acud-upload.acud-upload-select-picture-card .acuicon:focus,
24538
- .acud-upload.acud-upload-select-picture-card .acuicon:active {
25047
+ .acud-upload.acud-upload-select-picture-card .acudicon:focus,
25048
+ .acud-upload.acud-upload-select-picture-card .acudicon:active {
24539
25049
  color: #84868C;
24540
25050
  }
24541
- .acud-upload.acud-upload-select-picture-card .acuicon[disabled],
24542
- .acud-upload.acud-upload-select-picture-card .acuicon[disabled]:hover,
24543
- .acud-upload.acud-upload-select-picture-card .acuicon[disabled]:focus,
24544
- .acud-upload.acud-upload-select-picture-card .acuicon[disabled]:active {
25051
+ .acud-upload.acud-upload-select-picture-card .acudicon[disabled],
25052
+ .acud-upload.acud-upload-select-picture-card .acudicon[disabled]:hover,
25053
+ .acud-upload.acud-upload-select-picture-card .acudicon[disabled]:focus,
25054
+ .acud-upload.acud-upload-select-picture-card .acudicon[disabled]:active {
24545
25055
  color: #B8BABF;
24546
25056
  }
24547
25057
  .acud-upload.acud-upload-select-picture-card > .acud-upload {
@@ -24588,7 +25098,7 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24588
25098
  .acud-upload.acud-upload-drag p.acud-upload-drag-icon {
24589
25099
  margin-bottom: 20px;
24590
25100
  }
24591
- .acud-upload.acud-upload-drag p.acud-upload-drag-icon .acuicon {
25101
+ .acud-upload.acud-upload-drag p.acud-upload-drag-icon .acudicon {
24592
25102
  color: #528EFF;
24593
25103
  font-size: 48px;
24594
25104
  }
@@ -24601,15 +25111,15 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24601
25111
  color: #B8BABF;
24602
25112
  font-size: 12px;
24603
25113
  }
24604
- .acud-upload.acud-upload-drag .acuicon-outlined-plus {
25114
+ .acud-upload.acud-upload-drag .acudicon-outlined-plus {
24605
25115
  color: #B8BABF;
24606
25116
  font-size: 30px;
24607
25117
  transition: all 0.3s;
24608
25118
  }
24609
- .acud-upload.acud-upload-drag .acuicon-outlined-plus:hover {
25119
+ .acud-upload.acud-upload-drag .acudicon-outlined-plus:hover {
24610
25120
  color: #B8BABF;
24611
25121
  }
24612
- .acud-upload.acud-upload-drag:hover .acuicon-outlined-plus {
25122
+ .acud-upload.acud-upload-drag:hover .acudicon-outlined-plus {
24613
25123
  color: #B8BABF;
24614
25124
  }
24615
25125
  .acud-upload-picture-card-wrapper {
@@ -24687,20 +25197,20 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24687
25197
  .acud-upload-list-item-card-actions.picture .acud-upload-list-item-card-actions-btn {
24688
25198
  opacity: 1;
24689
25199
  }
24690
- .acud-upload-list-item-card-actions .acuicon {
25200
+ .acud-upload-list-item-card-actions .acudicon {
24691
25201
  color: #84868C;
24692
25202
  }
24693
- .acud-upload-list-item-card-actions .acuicon:hover {
25203
+ .acud-upload-list-item-card-actions .acudicon:hover {
24694
25204
  color: #5C5F66;
24695
25205
  }
24696
- .acud-upload-list-item-card-actions .acuicon:focus,
24697
- .acud-upload-list-item-card-actions .acuicon:active {
25206
+ .acud-upload-list-item-card-actions .acudicon:focus,
25207
+ .acud-upload-list-item-card-actions .acudicon:active {
24698
25208
  color: #303540;
24699
25209
  }
24700
- .acud-upload-list-item-card-actions .acuicon[disabled],
24701
- .acud-upload-list-item-card-actions .acuicon[disabled]:hover,
24702
- .acud-upload-list-item-card-actions .acuicon[disabled]:focus,
24703
- .acud-upload-list-item-card-actions .acuicon[disabled]:active {
25210
+ .acud-upload-list-item-card-actions .acudicon[disabled],
25211
+ .acud-upload-list-item-card-actions .acudicon[disabled]:hover,
25212
+ .acud-upload-list-item-card-actions .acudicon[disabled]:focus,
25213
+ .acud-upload-list-item-card-actions .acudicon[disabled]:active {
24704
25214
  color: #B8BABF;
24705
25215
  }
24706
25216
  .acud-upload-list-item-info {
@@ -24713,57 +25223,57 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24713
25223
  width: 100%;
24714
25224
  height: 100%;
24715
25225
  }
24716
- .acud-upload-list-item-info .acuicon-outlined-loading,
25226
+ .acud-upload-list-item-info .acudicon-outlined-loading,
24717
25227
  .acud-upload-list-item-info .acud-upload-text-icon {
24718
25228
  line-height: 0;
24719
25229
  }
24720
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon,
24721
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon {
25230
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon,
25231
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon {
24722
25232
  color: #B8BABF;
24723
25233
  font-size: 12px;
24724
25234
  color: #84868C;
24725
25235
  }
24726
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon:hover,
24727
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon:hover {
25236
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon:hover,
25237
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon:hover {
24728
25238
  color: #84868C;
24729
25239
  }
24730
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon:focus,
24731
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon:focus,
24732
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon:active,
24733
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon:active {
25240
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon:focus,
25241
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon:focus,
25242
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon:active,
25243
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon:active {
24734
25244
  color: #84868C;
24735
25245
  }
24736
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon[disabled],
24737
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon[disabled],
24738
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon[disabled]:hover,
24739
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon[disabled]:hover,
24740
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon[disabled]:focus,
24741
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon[disabled]:focus,
24742
- .acud-upload-list-item-info .acuicon-outlined-loading .acuicon[disabled]:active,
24743
- .acud-upload-list-item-info .acud-upload-text-icon .acuicon[disabled]:active {
25246
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon[disabled],
25247
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon[disabled],
25248
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon[disabled]:hover,
25249
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon[disabled]:hover,
25250
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon[disabled]:focus,
25251
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon[disabled]:focus,
25252
+ .acud-upload-list-item-info .acudicon-outlined-loading .acudicon[disabled]:active,
25253
+ .acud-upload-list-item-info .acud-upload-text-icon .acudicon[disabled]:active {
24744
25254
  color: #B8BABF;
24745
25255
  }
24746
- .acud-upload-list-item .acuicon-outlined-close {
25256
+ .acud-upload-list-item .acudicon-outlined-close {
24747
25257
  font-size: 10px;
24748
25258
  line-height: 0;
24749
25259
  cursor: pointer;
24750
25260
  opacity: 0;
24751
25261
  transition: all 0.3s;
24752
25262
  }
24753
- .acud-upload-list-item .acuicon-outlined-close:hover {
25263
+ .acud-upload-list-item .acudicon-outlined-close:hover {
24754
25264
  color: #151B26;
24755
25265
  }
24756
25266
  .acud-upload-list-item:hover {
24757
25267
  background-color: #F7F7F9;
24758
25268
  }
24759
- .acud-upload-list-item:hover .acuicon-outlined-close {
25269
+ .acud-upload-list-item:hover .acudicon-outlined-close {
24760
25270
  opacity: 1;
24761
25271
  }
24762
- .acud-upload-list-item .acuicon-outlined-cloud-download {
25272
+ .acud-upload-list-item .acudicon-outlined-cloud-download {
24763
25273
  transition: all 0.3s;
24764
25274
  opacity: 0;
24765
25275
  }
24766
- .acud-upload-list-item:hover .acuicon-outlined-cloud-download {
25276
+ .acud-upload-list-item:hover .acudicon-outlined-cloud-download {
24767
25277
  opacity: 1;
24768
25278
  }
24769
25279
  .acud-upload-list-item-card-actions-btn {
@@ -24776,9 +25286,9 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24776
25286
  opacity: 1;
24777
25287
  }
24778
25288
  .acud-upload-list-item-error,
24779
- .acud-upload-list-item-error .acud-upload-text-icon > .acuicon,
25289
+ .acud-upload-list-item-error .acud-upload-text-icon > .acudicon,
24780
25290
  .acud-upload-list-item-error .acud-upload-list-item-name,
24781
- .acud-upload-list-item-error .acud-upload-list-item-info .acud-upload-text-icon .acuicon:hover {
25291
+ .acud-upload-list-item-error .acud-upload-list-item-info .acud-upload-text-icon .acudicon:hover {
24782
25292
  color: #F33E3E;
24783
25293
  }
24784
25294
  .acud-upload-list-item-error .acud-upload-list-item-card-actions .acud-upload-text-icon {
@@ -24823,17 +25333,17 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24823
25333
  text-align: center;
24824
25334
  opacity: 0.8;
24825
25335
  }
24826
- .acud-upload-list-picture .acud-upload-list-item-thumbnail .acuicon,
24827
- .acud-upload-list-picture-card .acud-upload-list-item-thumbnail .acuicon {
25336
+ .acud-upload-list-picture .acud-upload-list-item-thumbnail .acudicon,
25337
+ .acud-upload-list-picture-card .acud-upload-list-item-thumbnail .acudicon {
24828
25338
  margin-top: 24px;
24829
25339
  font-size: 26px;
24830
25340
  }
24831
- .acud-upload-list-picture .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acuicon svg path[fill='#e6f7ff'],
24832
- .acud-upload-list-picture-card .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acuicon svg path[fill='#e6f7ff'] {
25341
+ .acud-upload-list-picture .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acudicon svg path[fill='#e6f7ff'],
25342
+ .acud-upload-list-picture-card .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acudicon svg path[fill='#e6f7ff'] {
24833
25343
  fill: red;
24834
25344
  }
24835
- .acud-upload-list-picture .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acuicon svg path[fill='#1890ff'],
24836
- .acud-upload-list-picture-card .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acuicon svg path[fill='#1890ff'] {
25345
+ .acud-upload-list-picture .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acudicon svg path[fill='#1890ff'],
25346
+ .acud-upload-list-picture-card .acud-upload-list-item-error .acud-upload-list-item-thumbnail .acudicon svg path[fill='#1890ff'] {
24837
25347
  fill: #F33E3E;
24838
25348
  }
24839
25349
  .acud-upload-list-picture .acud-upload-list-item-icon,
@@ -24844,8 +25354,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24844
25354
  font-size: 26px;
24845
25355
  transform: translate(-50%, -50%);
24846
25356
  }
24847
- .acud-upload-list-picture .acud-upload-list-item-icon .acuicon,
24848
- .acud-upload-list-picture-card .acud-upload-list-item-icon .acuicon {
25357
+ .acud-upload-list-picture .acud-upload-list-item-icon .acudicon,
25358
+ .acud-upload-list-picture-card .acud-upload-list-item-icon .acudicon {
24849
25359
  font-size: 26px;
24850
25360
  }
24851
25361
  .acud-upload-list-picture .acud-upload-list-item-image,
@@ -24877,8 +25387,8 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24877
25387
  .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-name {
24878
25388
  margin-bottom: 12px;
24879
25389
  }
24880
- .acud-upload-list-picture .acuicon-outlined-close,
24881
- .acud-upload-list-picture-card .acuicon-outlined-close {
25390
+ .acud-upload-list-picture .acudicon-outlined-close,
25391
+ .acud-upload-list-picture-card .acudicon-outlined-close {
24882
25392
  position: absolute;
24883
25393
  top: 8px;
24884
25394
  right: 8px;
@@ -24929,10 +25439,10 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24929
25439
  opacity: 0;
24930
25440
  transition: all 0.3s;
24931
25441
  }
24932
- .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-button-upload,
24933
- .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-eye,
24934
- .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-download,
24935
- .acud-upload-list-picture-card .acud-upload-list-item-actions .acuicon-outlined-delete {
25442
+ .acud-upload-list-picture-card .acud-upload-list-item-actions .acudicon-outlined-button-upload,
25443
+ .acud-upload-list-picture-card .acud-upload-list-item-actions .acudicon-outlined-eye,
25444
+ .acud-upload-list-picture-card .acud-upload-list-item-actions .acudicon-outlined-download,
25445
+ .acud-upload-list-picture-card .acud-upload-list-item-actions .acudicon-outlined-delete {
24936
25446
  z-index: 10;
24937
25447
  width: 16px;
24938
25448
  font-size: 16px;
@@ -24976,9 +25486,9 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
24976
25486
  height: 100%;
24977
25487
  }
24978
25488
  .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info::before,
24979
- .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info .acuicon-outlined-eye,
24980
- .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info .acuicon-outlined-button-upload,
24981
- .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info .acuicon-outlined-delete {
25489
+ .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info .acudicon-outlined-eye,
25490
+ .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info .acudicon-outlined-button-upload,
25491
+ .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info .acudicon-outlined-delete {
24982
25492
  display: none;
24983
25493
  }
24984
25494
  .acud-upload-list-picture-card .acud-upload-list-item-uploading .acud-upload-list-item-info .acud-upload-list-item-thumbnail {
@@ -25095,61 +25605,5 @@ tr.acud-table-expanded-row .acud-descriptions-view table {
25095
25605
  }
25096
25606
  }
25097
25607
 
25098
- .acuicon {
25099
- display: inline-block;
25100
- color: inherit;
25101
- line-height: 0;
25102
- vertical-align: middle;
25103
- font-size: 16px;
25104
- }
25105
- .acuicon-animation-spin {
25106
- -webkit-animation: spin 1s linear infinite;
25107
- animation: spin 1s linear infinite;
25108
- }
25109
- .acuicon-animation-heartbeat {
25110
- -webkit-animation: heartbeat 1s linear infinite;
25111
- animation: heartbeat 1s linear infinite;
25112
- }
25113
- @-webkit-keyframes spin {
25114
- 0% {
25115
- transform: rotate(0deg);
25116
- }
25117
- 100% {
25118
- transform: rotate(360deg);
25119
- }
25120
- }
25121
- @keyframes spin {
25122
- 0% {
25123
- transform: rotate(0deg);
25124
- }
25125
- 100% {
25126
- transform: rotate(360deg);
25127
- }
25128
- }
25129
- @-webkit-keyframes heartbeat {
25130
- 0%,
25131
- 100% {
25132
- transform: scale(1);
25133
- }
25134
- 25% {
25135
- transform: scale(1.2);
25136
- }
25137
- 75% {
25138
- transform: scale(0.8);
25139
- }
25140
- }
25141
- @keyframes heartbeat {
25142
- 0%,
25143
- 100% {
25144
- transform: scale(1);
25145
- }
25146
- 25% {
25147
- transform: scale(1.2);
25148
- }
25149
- 75% {
25150
- transform: scale(0.8);
25151
- }
25152
- }
25153
-
25154
25608
 
25155
25609
  /*# sourceMappingURL=acud.css.map*/