amis 1.6.2 → 1.6.3

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 (239) hide show
  1. package/lib/Schema.d.ts +3 -2
  2. package/lib/Schema.js.map +1 -1
  3. package/lib/components/CalendarMobile.d.ts +84 -84
  4. package/lib/components/Card.d.ts +20 -20
  5. package/lib/components/Collapse.js +3 -2
  6. package/lib/components/Collapse.js.map +2 -2
  7. package/lib/components/ColorPicker.d.ts +84 -84
  8. package/lib/components/ColorPicker.js +1 -1
  9. package/lib/components/ColorPicker.js.map +2 -2
  10. package/lib/components/DatePicker.d.ts +84 -84
  11. package/lib/components/DatePicker.js +1 -1
  12. package/lib/components/DatePicker.js.map +2 -2
  13. package/lib/components/DateRangePicker.d.ts +84 -84
  14. package/lib/components/DateRangePicker.js +2 -2
  15. package/lib/components/DateRangePicker.js.map +2 -2
  16. package/lib/components/Editor.d.ts +84 -84
  17. package/lib/components/ListGroup.d.ts +21 -21
  18. package/lib/components/LocationPicker.d.ts +84 -84
  19. package/lib/components/LocationPicker.js +1 -1
  20. package/lib/components/LocationPicker.js.map +2 -2
  21. package/lib/components/MonthRangePicker.d.ts +84 -84
  22. package/lib/components/PickerContainer.d.ts +1 -0
  23. package/lib/components/PickerContainer.js +2 -2
  24. package/lib/components/PickerContainer.js.map +2 -2
  25. package/lib/components/ResultBox.js +1 -1
  26. package/lib/components/ResultBox.js.map +2 -2
  27. package/lib/components/Select.d.ts +237 -237
  28. package/lib/components/Tabs.d.ts +3 -2
  29. package/lib/components/Tabs.js.map +2 -2
  30. package/lib/components/calendar/Calendar.js +1 -2
  31. package/lib/components/calendar/Calendar.js.map +2 -2
  32. package/lib/components/condition-builder/Expression.d.ts +2 -0
  33. package/lib/components/condition-builder/Expression.js +2 -2
  34. package/lib/components/condition-builder/Expression.js.map +2 -2
  35. package/lib/components/condition-builder/Group.d.ts +3 -0
  36. package/lib/components/condition-builder/Group.js +3 -3
  37. package/lib/components/condition-builder/Group.js.map +2 -2
  38. package/lib/components/condition-builder/GroupOrItem.d.ts +2 -0
  39. package/lib/components/condition-builder/GroupOrItem.js +2 -2
  40. package/lib/components/condition-builder/GroupOrItem.js.map +2 -2
  41. package/lib/components/condition-builder/Item.d.ts +2 -0
  42. package/lib/components/condition-builder/Item.js +4 -4
  43. package/lib/components/condition-builder/Item.js.map +2 -2
  44. package/lib/components/condition-builder/Value.d.ts +2 -0
  45. package/lib/components/condition-builder/Value.js +15 -2
  46. package/lib/components/condition-builder/Value.js.map +2 -2
  47. package/lib/components/condition-builder/index.d.ts +3 -0
  48. package/lib/components/condition-builder/index.js +2 -2
  49. package/lib/components/condition-builder/index.js.map +2 -2
  50. package/lib/components/formula/Editor.d.ts +88 -84
  51. package/lib/components/formula/Editor.js +22 -25
  52. package/lib/components/formula/Editor.js.map +2 -2
  53. package/lib/components/formula/FuncList.d.ts +3 -0
  54. package/lib/components/formula/FuncList.js +19 -9
  55. package/lib/components/formula/FuncList.js.map +2 -2
  56. package/lib/components/formula/Picker.d.ts +44 -0
  57. package/lib/components/formula/Picker.js +33 -8
  58. package/lib/components/formula/Picker.js.map +2 -2
  59. package/lib/components/formula/VariableList.d.ts +8 -1
  60. package/lib/components/formula/VariableList.js +13 -4
  61. package/lib/components/formula/VariableList.js.map +2 -2
  62. package/lib/components/icons.d.ts +3 -1
  63. package/lib/components/icons.js +7 -1
  64. package/lib/components/icons.js.map +2 -2
  65. package/lib/env.d.ts +4 -0
  66. package/lib/env.js.map +2 -2
  67. package/lib/factory.d.ts +4 -0
  68. package/lib/factory.js +5 -1
  69. package/lib/factory.js.map +2 -2
  70. package/lib/helper.css.map +1 -1
  71. package/lib/icons/function.js +7 -0
  72. package/lib/icons/input-clear.js +7 -0
  73. package/lib/index.d.ts +1 -0
  74. package/lib/index.js +2 -1
  75. package/lib/index.js.map +2 -2
  76. package/lib/locale/de-DE.js +8 -1
  77. package/lib/locale/de-DE.js.map +2 -2
  78. package/lib/locale/en-US.js +5 -1
  79. package/lib/locale/en-US.js.map +2 -2
  80. package/lib/locale/zh-CN.js +8 -1
  81. package/lib/locale/zh-CN.js.map +2 -2
  82. package/lib/renderers/Breadcrumb.js.map +2 -2
  83. package/lib/renderers/CRUD.js +4 -3
  84. package/lib/renderers/CRUD.js.map +2 -2
  85. package/lib/renderers/Calendar.d.ts +45 -0
  86. package/lib/renderers/Calendar.js +21 -0
  87. package/lib/renderers/Calendar.js.map +13 -0
  88. package/lib/renderers/Card.js +2 -2
  89. package/lib/renderers/Card.js.map +2 -2
  90. package/lib/renderers/Form/ConditionBuilder.d.ts +8 -0
  91. package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
  92. package/lib/renderers/Form/IconPicker.d.ts +2 -0
  93. package/lib/renderers/Form/IconPicker.js +22 -2
  94. package/lib/renderers/Form/IconPicker.js.map +2 -2
  95. package/lib/renderers/Form/InputCity.d.ts +84 -84
  96. package/lib/renderers/Form/InputColor.d.ts +84 -84
  97. package/lib/renderers/Form/InputColor.js +1 -1
  98. package/lib/renderers/Form/InputColor.js.map +2 -2
  99. package/lib/renderers/Form/InputDate.d.ts +0 -18
  100. package/lib/renderers/Form/InputDate.js +1 -1
  101. package/lib/renderers/Form/InputDate.js.map +2 -2
  102. package/lib/renderers/Form/InputDateRange.js +1 -1
  103. package/lib/renderers/Form/InputDateRange.js.map +2 -2
  104. package/lib/renderers/Form/InputFormula.d.ts +42 -0
  105. package/lib/renderers/Form/InputFormula.js +6 -2
  106. package/lib/renderers/Form/InputFormula.js.map +2 -2
  107. package/lib/renderers/Form/InputText.d.ts +5 -0
  108. package/lib/renderers/Form/InputText.js +22 -4
  109. package/lib/renderers/Form/InputText.js.map +2 -2
  110. package/lib/renderers/Form/Picker.js +1 -1
  111. package/lib/renderers/Form/Picker.js.map +2 -2
  112. package/lib/renderers/Form/Textarea.d.ts +12 -0
  113. package/lib/renderers/Form/Textarea.js +31 -15
  114. package/lib/renderers/Form/Textarea.js.map +2 -2
  115. package/lib/renderers/Form/Transfer.d.ts +1 -1
  116. package/lib/renderers/Form/Transfer.js +7 -1
  117. package/lib/renderers/Form/Transfer.js.map +2 -2
  118. package/lib/renderers/Form/index.js +4 -0
  119. package/lib/renderers/Form/index.js.map +2 -2
  120. package/lib/renderers/IFrame.js +8 -3
  121. package/lib/renderers/IFrame.js.map +2 -2
  122. package/lib/renderers/Tpl.js +1 -1
  123. package/lib/renderers/Tpl.js.map +2 -2
  124. package/lib/schemaExtend.js +11 -8
  125. package/lib/schemaExtend.js.map +2 -2
  126. package/lib/themes/ang-ie11.css +427 -141
  127. package/lib/themes/ang.css +427 -141
  128. package/lib/themes/ang.css.map +1 -1
  129. package/lib/themes/antd-ie11.css +427 -141
  130. package/lib/themes/antd.css +427 -141
  131. package/lib/themes/antd.css.map +1 -1
  132. package/lib/themes/cxd-ie11.css +432 -152
  133. package/lib/themes/cxd.css +432 -152
  134. package/lib/themes/cxd.css.map +1 -1
  135. package/lib/themes/dark-ie11.css +427 -141
  136. package/lib/themes/dark.css +427 -141
  137. package/lib/themes/dark.css.map +1 -1
  138. package/lib/themes/default.css +432 -152
  139. package/lib/themes/default.css.map +1 -1
  140. package/lib/utils/api.js +22 -9
  141. package/lib/utils/api.js.map +2 -2
  142. package/lib/utils/helper.d.ts +1 -0
  143. package/lib/utils/helper.js +10 -1
  144. package/lib/utils/helper.js.map +2 -2
  145. package/package.json +2 -2
  146. package/schema.json +201 -66
  147. package/scss/_mixins.scss +10 -5
  148. package/scss/_properties.scss +11 -0
  149. package/scss/components/_collapse-group.scss +4 -0
  150. package/scss/components/_condition-builder.scss +8 -1
  151. package/scss/components/_formula.scss +247 -74
  152. package/scss/components/_result-box.scss +0 -13
  153. package/scss/components/form/_color.scss +0 -2
  154. package/scss/components/form/_date-range.scss +14 -7
  155. package/scss/components/form/_date.scss +14 -7
  156. package/scss/components/form/_form.scss +1 -0
  157. package/scss/components/form/_icon-picker.scss +2 -0
  158. package/scss/components/form/_location.scss +0 -1
  159. package/scss/components/form/_picker.scss +0 -1
  160. package/scss/components/form/_text.scss +6 -7
  161. package/scss/components/form/_textarea.scss +16 -0
  162. package/scss/components/form/_transfer.scss +2 -1
  163. package/scss/themes/_cxd-variables.scss +5 -3
  164. package/scss/themes/cxd.scss +0 -13
  165. package/sdk/ang-ie11.css +467 -126
  166. package/sdk/ang.css +486 -141
  167. package/sdk/antd-ie11.css +467 -126
  168. package/sdk/antd.css +486 -141
  169. package/sdk/charts.js +17 -17
  170. package/sdk/codemirror.js +7 -7
  171. package/sdk/color-picker.js +65 -69
  172. package/sdk/cropperjs.js +3 -3
  173. package/sdk/cxd-ie11.css +474 -142
  174. package/sdk/cxd.css +491 -153
  175. package/sdk/dark-ie11.css +467 -126
  176. package/sdk/dark.css +486 -141
  177. package/sdk/exceljs.js +1 -1
  178. package/sdk/helper.css.map +1 -1
  179. package/sdk/locale/de-DE.js +8 -1
  180. package/sdk/markdown.js +69 -69
  181. package/sdk/papaparse.js +1 -1
  182. package/sdk/renderers/Form/CityDB.js +1 -1
  183. package/sdk/rest.js +20 -16
  184. package/sdk/rich-text.js +62 -62
  185. package/sdk/sdk-ie11.css +474 -142
  186. package/sdk/sdk.css +491 -153
  187. package/sdk/sdk.js +1351 -1273
  188. package/sdk/thirds/hls.js/hls.js +18 -18
  189. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  190. package/sdk/tinymce.js +57 -57
  191. package/src/Schema.ts +3 -0
  192. package/src/components/Collapse.tsx +4 -1
  193. package/src/components/ColorPicker.tsx +1 -1
  194. package/src/components/DatePicker.tsx +1 -1
  195. package/src/components/DateRangePicker.tsx +2 -2
  196. package/src/components/LocationPicker.tsx +1 -1
  197. package/src/components/PickerContainer.tsx +3 -1
  198. package/src/components/ResultBox.tsx +1 -1
  199. package/src/components/Tabs.tsx +4 -2
  200. package/src/components/calendar/Calendar.tsx +1 -2
  201. package/src/components/condition-builder/Expression.tsx +5 -2
  202. package/src/components/condition-builder/Group.tsx +8 -2
  203. package/src/components/condition-builder/GroupOrItem.tsx +5 -1
  204. package/src/components/condition-builder/Item.tsx +7 -1
  205. package/src/components/condition-builder/Value.tsx +17 -4
  206. package/src/components/condition-builder/index.tsx +8 -1
  207. package/src/components/formula/Editor.tsx +43 -23
  208. package/src/components/formula/FuncList.tsx +74 -44
  209. package/src/components/formula/Picker.tsx +161 -23
  210. package/src/components/formula/VariableList.tsx +54 -9
  211. package/src/components/icons.tsx +7 -1
  212. package/src/env.tsx +5 -0
  213. package/src/factory.tsx +9 -1
  214. package/src/icons/function.svg +4 -0
  215. package/src/icons/input-clear.svg +1 -0
  216. package/src/index.tsx +1 -0
  217. package/src/locale/de-DE.ts +8 -1
  218. package/src/locale/en-US.ts +5 -1
  219. package/src/locale/zh-CN.ts +8 -1
  220. package/src/renderers/Breadcrumb.tsx +0 -1
  221. package/src/renderers/CRUD.tsx +6 -3
  222. package/src/renderers/Calendar.tsx +43 -0
  223. package/src/renderers/Card.tsx +12 -2
  224. package/src/renderers/Form/ConditionBuilder.tsx +11 -0
  225. package/src/renderers/Form/IconPicker.tsx +29 -0
  226. package/src/renderers/Form/InputColor.tsx +1 -1
  227. package/src/renderers/Form/InputDate.tsx +1 -21
  228. package/src/renderers/Form/InputDateRange.tsx +1 -1
  229. package/src/renderers/Form/InputFormula.tsx +103 -3
  230. package/src/renderers/Form/InputText.tsx +30 -5
  231. package/src/renderers/Form/Picker.tsx +1 -1
  232. package/src/renderers/Form/Textarea.tsx +46 -22
  233. package/src/renderers/Form/Transfer.tsx +6 -1
  234. package/src/renderers/Form/index.tsx +16 -1
  235. package/src/renderers/IFrame.tsx +8 -10
  236. package/src/renderers/Tpl.tsx +3 -1
  237. package/src/schemaExtend.ts +11 -7
  238. package/src/utils/api.ts +25 -10
  239. package/src/utils/helper.ts +11 -1
package/sdk/antd-ie11.css CHANGED
@@ -26493,6 +26493,10 @@ readers do not read off random characters that represent icons */
26493
26493
  float: right;
26494
26494
  }
26495
26495
 
26496
+ .amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-icon-tranform {
26497
+ float: right;
26498
+ }
26499
+
26496
26500
  .amis-scope .antd-ColorField {
26497
26501
  display: inline-block;
26498
26502
  }
@@ -26547,7 +26551,6 @@ readers do not read off random characters that represent icons */
26547
26551
  transition: opacity 0s;
26548
26552
  display: flex;
26549
26553
  align-items: center;
26550
- margin-left: 0.75rem;
26551
26554
  }
26552
26555
 
26553
26556
  .amis-scope .antd-CBGroup-toolbar .antd-CBGroup-toolbarConditionAdd .antd-CBDelete {
@@ -26641,6 +26644,10 @@ readers do not read off random characters that represent icons */
26641
26644
  display: none;
26642
26645
  }
26643
26646
 
26647
+ .amis-scope .antd-CBGroup-toolbarCondition {
26648
+ margin-right: 0.75rem;
26649
+ }
26650
+
26644
26651
  .amis-scope .antd-CBDelete {
26645
26652
  color: inherit;
26646
26653
  cursor: pointer;
@@ -26750,6 +26757,10 @@ readers do not read off random characters that represent icons */
26750
26757
  display: none;
26751
26758
  }
26752
26759
 
26760
+ .amis-scope .antd-CBGroupOrItem-simple {
26761
+ margin-bottom: 0.5rem;
26762
+ }
26763
+
26753
26764
  .amis-scope .antd-CBInputSwitch {
26754
26765
  position: relative;
26755
26766
  display: inline-block;
@@ -31444,17 +31455,22 @@ readers do not read off random characters that represent icons */
31444
31455
  align-items: center;
31445
31456
  justify-content: center;
31446
31457
  margin-left: auto;
31458
+ text-decoration: none;
31447
31459
  }
31448
31460
 
31449
31461
  .amis-scope .antd-InputBox-clear svg {
31450
- fill: inherit;
31462
+ fill: #cecfd1;
31451
31463
  top: 0;
31452
- width: 0.625rem;
31453
- height: 0.625rem;
31464
+ width: 0.875rem;
31465
+ height: 0.875rem;
31454
31466
  }
31455
31467
 
31456
31468
  .amis-scope .antd-InputBox-clear:hover svg {
31457
- fill: #1f2329;
31469
+ fill: #5e626a;
31470
+ }
31471
+
31472
+ .amis-scope .antd-InputBox-clear:active svg {
31473
+ fill: #2d323c;
31458
31474
  }
31459
31475
 
31460
31476
  .amis-scope .antd-InputBox > svg {
@@ -31568,30 +31584,22 @@ readers do not read off random characters that represent icons */
31568
31584
  align-items: center;
31569
31585
  justify-content: center;
31570
31586
  margin-left: auto;
31571
- width: 1.625rem;
31572
- height: 1.625rem;
31573
- margin: 0 -0.125rem;
31574
- margin-left: auto;
31587
+ text-decoration: none;
31575
31588
  }
31576
31589
 
31577
31590
  .amis-scope .antd-ResultBox-clear svg {
31578
- fill: inherit;
31591
+ fill: #cecfd1;
31579
31592
  top: 0;
31580
- width: 0.625rem;
31581
- height: 0.625rem;
31593
+ width: 0.875rem;
31594
+ height: 0.875rem;
31582
31595
  }
31583
31596
 
31584
31597
  .amis-scope .antd-ResultBox-clear:hover svg {
31585
- fill: #1f2329;
31598
+ fill: #5e626a;
31586
31599
  }
31587
31600
 
31588
- .amis-scope .antd-ResultBox-clear:hover {
31589
- background: #f5f5f5;
31590
- }
31591
-
31592
- .amis-scope .antd-ResultBox-clear > svg {
31593
- width: 0.75rem;
31594
- height: 0.75rem;
31601
+ .amis-scope .antd-ResultBox-clear:active svg {
31602
+ fill: #2d323c;
31595
31603
  }
31596
31604
 
31597
31605
  .amis-scope .antd-ResultBox > svg {
@@ -32847,17 +32855,22 @@ readers do not read off random characters that represent icons */
32847
32855
  align-items: center;
32848
32856
  justify-content: center;
32849
32857
  margin-left: auto;
32858
+ text-decoration: none;
32850
32859
  }
32851
32860
 
32852
32861
  .amis-scope .antd-TextControl-clear svg {
32853
- fill: inherit;
32862
+ fill: #cecfd1;
32854
32863
  top: 0;
32855
- width: 0.625rem;
32856
- height: 0.625rem;
32864
+ width: 0.875rem;
32865
+ height: 0.875rem;
32857
32866
  }
32858
32867
 
32859
32868
  .amis-scope .antd-TextControl-clear:hover svg {
32860
- fill: #1f2329;
32869
+ fill: #5e626a;
32870
+ }
32871
+
32872
+ .amis-scope .antd-TextControl-clear:active svg {
32873
+ fill: #2d323c;
32861
32874
  }
32862
32875
 
32863
32876
  @media (min-width: 576px) {
@@ -33117,6 +33130,7 @@ readers do not read off random characters that represent icons */
33117
33130
  }
33118
33131
 
33119
33132
  .amis-scope .antd-TextareaControl {
33133
+ --Form-input-clearBtn-padding: 0.125rem;
33120
33134
  position: relative;
33121
33135
  }
33122
33136
 
@@ -33198,10 +33212,47 @@ readers do not read off random characters that represent icons */
33198
33212
  background: rgba(0, 0, 0, 0.4);
33199
33213
  }
33200
33214
 
33215
+ .amis-scope .antd-TextareaControl-counter.is-clearable {
33216
+ right: calc( 0.5rem + 0.875rem + 0.1875rem * 2 + 0.3125rem );
33217
+ }
33218
+
33201
33219
  .amis-scope .has-error--maxLength .antd-TextareaControl-counter {
33202
33220
  background: #ff4d4f;
33203
33221
  }
33204
33222
 
33223
+ .amis-scope .antd-TextareaControl-clear {
33224
+ padding: 0.1875rem;
33225
+ cursor: pointer;
33226
+ display: flex;
33227
+ align-items: center;
33228
+ justify-content: center;
33229
+ margin-left: auto;
33230
+ text-decoration: none;
33231
+ position: absolute;
33232
+ right: 0.5rem;
33233
+ bottom: calc(
33234
+ (
33235
+ 1.875rem - 1.4285714286 *
33236
+ 0.875rem - 0.125rem
33237
+ ) / 2
33238
+ );
33239
+ }
33240
+
33241
+ .amis-scope .antd-TextareaControl-clear svg {
33242
+ fill: #cecfd1;
33243
+ top: 0;
33244
+ width: 0.875rem;
33245
+ height: 0.875rem;
33246
+ }
33247
+
33248
+ .amis-scope .antd-TextareaControl-clear:hover svg {
33249
+ fill: #5e626a;
33250
+ }
33251
+
33252
+ .amis-scope .antd-TextareaControl-clear:active svg {
33253
+ fill: #2d323c;
33254
+ }
33255
+
33205
33256
  .amis-scope .antd-Checkbox {
33206
33257
  margin: 0 0.5rem 0 0;
33207
33258
  font-weight: 400;
@@ -34784,26 +34835,30 @@ readers do not read off random characters that represent icons */
34784
34835
  }
34785
34836
 
34786
34837
  .amis-scope .antd-LocationPicker-clear {
34787
- display: inline-block;
34788
34838
  padding: 0.1875rem;
34789
34839
  cursor: pointer;
34790
34840
  display: flex;
34791
34841
  align-items: center;
34792
34842
  justify-content: center;
34793
34843
  margin-left: auto;
34844
+ text-decoration: none;
34794
34845
  line-height: 1;
34795
34846
  margin-right: 0.25rem;
34796
34847
  }
34797
34848
 
34798
34849
  .amis-scope .antd-LocationPicker-clear svg {
34799
- fill: inherit;
34850
+ fill: #cecfd1;
34800
34851
  top: 0;
34801
- width: 0.625rem;
34802
- height: 0.625rem;
34852
+ width: 0.875rem;
34853
+ height: 0.875rem;
34803
34854
  }
34804
34855
 
34805
34856
  .amis-scope .antd-LocationPicker-clear:hover svg {
34806
- fill: #1f2329;
34857
+ fill: #5e626a;
34858
+ }
34859
+
34860
+ .amis-scope .antd-LocationPicker-clear:active svg {
34861
+ fill: #2d323c;
34807
34862
  }
34808
34863
 
34809
34864
  .amis-scope .antd-LocationControl {
@@ -34958,19 +35013,22 @@ readers do not read off random characters that represent icons */
34958
35013
  align-items: center;
34959
35014
  justify-content: center;
34960
35015
  margin-left: auto;
34961
- display: inline-block;
34962
- line-height: 1;
35016
+ text-decoration: none;
34963
35017
  }
34964
35018
 
34965
35019
  .amis-scope .antd-ColorPicker-clear svg {
34966
- fill: inherit;
35020
+ fill: #cecfd1;
34967
35021
  top: 0;
34968
- width: 0.625rem;
34969
- height: 0.625rem;
35022
+ width: 0.875rem;
35023
+ height: 0.875rem;
34970
35024
  }
34971
35025
 
34972
35026
  .amis-scope .antd-ColorPicker-clear:hover svg {
34973
- fill: #1f2329;
35027
+ fill: #5e626a;
35028
+ }
35029
+
35030
+ .amis-scope .antd-ColorPicker-clear:active svg {
35031
+ fill: #2d323c;
34974
35032
  }
34975
35033
 
34976
35034
  .amis-scope .antd-ColorPicker-arrow {
@@ -35082,37 +35140,66 @@ readers do not read off random characters that represent icons */
35082
35140
  }
35083
35141
 
35084
35142
  .amis-scope .antd-DatePicker-toggler {
35143
+ padding: 0.1875rem;
35085
35144
  cursor: pointer;
35086
- color: inherit;
35087
- display: inline-flex;
35145
+ display: flex;
35088
35146
  align-items: center;
35147
+ justify-content: center;
35148
+ margin-left: auto;
35149
+ text-decoration: none;
35150
+ line-height: 1;
35089
35151
  }
35090
35152
 
35091
- .amis-scope .antd-DatePicker-toggler:hover {
35092
- color: #1890ff;
35153
+ .amis-scope .antd-DatePicker-toggler svg {
35154
+ fill: #cecfd1;
35155
+ top: 0;
35156
+ width: 0.875rem;
35157
+ height: 0.875rem;
35158
+ }
35159
+
35160
+ .amis-scope .antd-DatePicker-toggler:hover svg {
35161
+ fill: #5e626a;
35162
+ }
35163
+
35164
+ .amis-scope .antd-DatePicker-toggler:active svg {
35165
+ fill: #2d323c;
35166
+ }
35167
+
35168
+ .amis-scope .antd-DatePicker-toggler svg polyline,
35169
+ .amis-scope .antd-DatePicker-toggler svg circle {
35170
+ stroke: inherit;
35171
+ }
35172
+
35173
+ .amis-scope .antd-DatePicker-toggler:hover svg polyline,
35174
+ .amis-scope .antd-DatePicker-toggler:hover svg circle {
35175
+ stroke: #1890ff;
35093
35176
  }
35094
35177
 
35095
35178
  .amis-scope .antd-DatePicker-clear {
35096
- display: inline-block;
35097
35179
  padding: 0.1875rem;
35098
35180
  cursor: pointer;
35099
35181
  display: flex;
35100
35182
  align-items: center;
35101
35183
  justify-content: center;
35102
35184
  margin-left: auto;
35185
+ text-decoration: none;
35103
35186
  line-height: 1;
35104
35187
  margin-right: 0.25rem;
35105
35188
  }
35106
35189
 
35107
35190
  .amis-scope .antd-DatePicker-clear svg {
35108
- fill: inherit;
35191
+ fill: #cecfd1;
35109
35192
  top: 0;
35110
- width: 0.625rem;
35111
- height: 0.625rem;
35193
+ width: 0.875rem;
35194
+ height: 0.875rem;
35112
35195
  }
35113
35196
 
35114
35197
  .amis-scope .antd-DatePicker-clear:hover svg {
35115
- fill: #1f2329;
35198
+ fill: #5e626a;
35199
+ }
35200
+
35201
+ .amis-scope .antd-DatePicker-clear:active svg {
35202
+ fill: #2d323c;
35116
35203
  }
35117
35204
 
35118
35205
  .amis-scope .antd-DateControl:not(.is-inline) > .antd-DatePicker {
@@ -35663,14 +35750,39 @@ readers do not read off random characters that represent icons */
35663
35750
  }
35664
35751
 
35665
35752
  .amis-scope .antd-DateRangePicker-toggler {
35753
+ padding: 0.1875rem;
35666
35754
  cursor: pointer;
35667
- color: inherit;
35668
- display: inline-flex;
35755
+ display: flex;
35669
35756
  align-items: center;
35757
+ justify-content: center;
35758
+ margin-left: auto;
35759
+ text-decoration: none;
35760
+ line-height: 1;
35670
35761
  }
35671
35762
 
35672
- .amis-scope .antd-DateRangePicker-toggler:hover {
35673
- color: #1890ff;
35763
+ .amis-scope .antd-DateRangePicker-toggler svg {
35764
+ fill: #cecfd1;
35765
+ top: 0;
35766
+ width: 0.875rem;
35767
+ height: 0.875rem;
35768
+ }
35769
+
35770
+ .amis-scope .antd-DateRangePicker-toggler:hover svg {
35771
+ fill: #5e626a;
35772
+ }
35773
+
35774
+ .amis-scope .antd-DateRangePicker-toggler:active svg {
35775
+ fill: #2d323c;
35776
+ }
35777
+
35778
+ .amis-scope .antd-DateRangePicker-toggler svg polyline,
35779
+ .amis-scope .antd-DateRangePicker-toggler svg circle {
35780
+ stroke: inherit;
35781
+ }
35782
+
35783
+ .amis-scope .antd-DateRangePicker-toggler:hover svg polyline,
35784
+ .amis-scope .antd-DateRangePicker-toggler:hover svg circle {
35785
+ stroke: #1890ff;
35674
35786
  }
35675
35787
 
35676
35788
  .amis-scope .antd-DateRangePicker-clear {
@@ -35680,20 +35792,24 @@ readers do not read off random characters that represent icons */
35680
35792
  align-items: center;
35681
35793
  justify-content: center;
35682
35794
  margin-left: auto;
35683
- display: inline-block;
35795
+ text-decoration: none;
35684
35796
  line-height: 1;
35685
35797
  margin-right: 0.25rem;
35686
35798
  }
35687
35799
 
35688
35800
  .amis-scope .antd-DateRangePicker-clear svg {
35689
- fill: inherit;
35801
+ fill: #cecfd1;
35690
35802
  top: 0;
35691
- width: 0.625rem;
35692
- height: 0.625rem;
35803
+ width: 0.875rem;
35804
+ height: 0.875rem;
35693
35805
  }
35694
35806
 
35695
35807
  .amis-scope .antd-DateRangePicker-clear:hover svg {
35696
- fill: #1f2329;
35808
+ fill: #5e626a;
35809
+ }
35810
+
35811
+ .amis-scope .antd-DateRangePicker-clear:active svg {
35812
+ fill: #2d323c;
35697
35813
  }
35698
35814
 
35699
35815
  .amis-scope .antd-DateRangePicker-wrap {
@@ -37098,17 +37214,22 @@ readers do not read off random characters that represent icons */
37098
37214
  align-items: center;
37099
37215
  justify-content: center;
37100
37216
  margin-left: auto;
37217
+ text-decoration: none;
37101
37218
  }
37102
37219
 
37103
37220
  .amis-scope .antd-TreeSelect-clear svg {
37104
- fill: inherit;
37221
+ fill: #cecfd1;
37105
37222
  top: 0;
37106
- width: 0.625rem;
37107
- height: 0.625rem;
37223
+ width: 0.875rem;
37224
+ height: 0.875rem;
37108
37225
  }
37109
37226
 
37110
37227
  .amis-scope .antd-TreeSelect-clear:hover svg {
37111
- fill: #1f2329;
37228
+ fill: #5e626a;
37229
+ }
37230
+
37231
+ .amis-scope .antd-TreeSelect-clear:active svg {
37232
+ fill: #2d323c;
37112
37233
  }
37113
37234
 
37114
37235
  @media (min-width: 576px) {
@@ -37721,17 +37842,22 @@ readers do not read off random characters that represent icons */
37721
37842
  align-items: center;
37722
37843
  justify-content: center;
37723
37844
  margin-left: auto;
37845
+ text-decoration: none;
37724
37846
  }
37725
37847
 
37726
37848
  .amis-scope .antd-Picker-clear svg {
37727
- fill: inherit;
37849
+ fill: #cecfd1;
37728
37850
  top: 0;
37729
- width: 0.625rem;
37730
- height: 0.625rem;
37851
+ width: 0.875rem;
37852
+ height: 0.875rem;
37731
37853
  }
37732
37854
 
37733
37855
  .amis-scope .antd-Picker-clear:hover svg {
37734
- fill: #1f2329;
37856
+ fill: #5e626a;
37857
+ }
37858
+
37859
+ .amis-scope .antd-Picker-clear:active svg {
37860
+ fill: #2d323c;
37735
37861
  }
37736
37862
 
37737
37863
  @media (min-width: 576px) {
@@ -37826,26 +37952,30 @@ readers do not read off random characters that represent icons */
37826
37952
  }
37827
37953
 
37828
37954
  .amis-scope .antd-Picker-clear {
37829
- display: inline-block;
37830
37955
  padding: 0.1875rem;
37831
37956
  cursor: pointer;
37832
37957
  display: flex;
37833
37958
  align-items: center;
37834
37959
  justify-content: center;
37835
37960
  margin-left: auto;
37961
+ text-decoration: none;
37836
37962
  line-height: 1;
37837
37963
  margin-right: 0.25rem;
37838
37964
  }
37839
37965
 
37840
37966
  .amis-scope .antd-Picker-clear svg {
37841
- fill: inherit;
37967
+ fill: #cecfd1;
37842
37968
  top: 0;
37843
- width: 0.625rem;
37844
- height: 0.625rem;
37969
+ width: 0.875rem;
37970
+ height: 0.875rem;
37845
37971
  }
37846
37972
 
37847
37973
  .amis-scope .antd-Picker-clear:hover svg {
37848
- fill: #1f2329;
37974
+ fill: #5e626a;
37975
+ }
37976
+
37977
+ .amis-scope .antd-Picker-clear:active svg {
37978
+ fill: #2d323c;
37849
37979
  }
37850
37980
 
37851
37981
  .amis-scope .antd-PickerControl.is-inline .antd-Picker {
@@ -38286,6 +38416,7 @@ readers do not read off random characters that represent icons */
38286
38416
 
38287
38417
  .amis-scope .antd-TransferDropDown-content {
38288
38418
  min-height: 12.5rem;
38419
+ min-width: 25rem;
38289
38420
  display: flex;
38290
38421
  flex-direction: column;
38291
38422
  }
@@ -38607,17 +38738,22 @@ readers do not read off random characters that represent icons */
38607
38738
  align-items: center;
38608
38739
  justify-content: center;
38609
38740
  margin-left: auto;
38741
+ text-decoration: none;
38610
38742
  }
38611
38743
 
38612
38744
  .amis-scope .antd-IconPickerControl-clear svg {
38613
- fill: inherit;
38745
+ fill: #cecfd1;
38614
38746
  top: 0;
38615
- width: 0.625rem;
38616
- height: 0.625rem;
38747
+ width: 0.875rem;
38748
+ height: 0.875rem;
38617
38749
  }
38618
38750
 
38619
38751
  .amis-scope .antd-IconPickerControl-clear:hover svg {
38620
- fill: #1f2329;
38752
+ fill: #5e626a;
38753
+ }
38754
+
38755
+ .amis-scope .antd-IconPickerControl-clear:active svg {
38756
+ fill: #2d323c;
38621
38757
  }
38622
38758
 
38623
38759
  @media (min-width: 576px) {
@@ -38646,6 +38782,8 @@ readers do not read off random characters that represent icons */
38646
38782
  }
38647
38783
 
38648
38784
  .amis-scope .antd-IconPickerControl-valueWrap {
38785
+ display: flex;
38786
+ justify-content: space-between;
38649
38787
  flex-grow: 1;
38650
38788
  line-height: 1;
38651
38789
  white-space: nowrap;
@@ -39199,6 +39337,7 @@ readers do not read off random characters that represent icons */
39199
39337
  }
39200
39338
 
39201
39339
  .amis-scope .antd-Form--column > .antd-Form-item {
39340
+ flex-shrink: 0;
39202
39341
  flex-grow: 1;
39203
39342
  padding-left: calc(1rem / 2);
39204
39343
  padding-right: calc(1rem / 2);
@@ -39801,6 +39940,8 @@ readers do not read off random characters that represent icons */
39801
39940
  overflow: visible;
39802
39941
  max-width: 100%;
39803
39942
  box-sizing: content-box;
39943
+ /* 变量列表 */
39944
+ /* 函数列表 */
39804
39945
  }
39805
39946
 
39806
39947
  .amis-scope .antd-FormulaEditor-content {
@@ -39814,20 +39955,33 @@ readers do not read off random characters that represent icons */
39814
39955
  line-height: 1.875rem;
39815
39956
  padding: 0 0.625rem;
39816
39957
  box-sizing: border-box;
39817
- background: var(--Formula-header-bgColor);
39958
+ background: #fafafa;
39818
39959
  border-radius: 2px 2px 0 0;
39819
39960
  border-bottom: 0.0625rem solid #d9d9d9;
39820
39961
  font-weight: 500;
39821
39962
  }
39822
39963
 
39823
39964
  .amis-scope .antd-FormulaEditor-editor {
39824
- min-height: 14.875rem;
39825
- max-height: 20rem;
39826
- height: auto;
39827
- padding: 0.625rem;
39965
+ height: 12.5rem;
39966
+ padding: 0.3125rem;
39828
39967
  padding-right: 0;
39829
39968
  }
39830
39969
 
39970
+ .amis-scope .antd-FormulaEditor-editor::-webkit-scrollbar {
39971
+ width: 6px;
39972
+ height: 6px;
39973
+ }
39974
+
39975
+ .amis-scope .antd-FormulaEditor-editor::-webkit-scrollbar-thumb {
39976
+ border-radius: 3px;
39977
+ background: rgba(0, 0, 0, 0.3);
39978
+ }
39979
+
39980
+ .amis-scope .antd-FormulaEditor-editor .CodeMirror {
39981
+ width: 100%;
39982
+ height: 100%;
39983
+ }
39984
+
39831
39985
  .amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
39832
39986
  border-color: #ff4d4f;
39833
39987
  }
@@ -39838,111 +39992,298 @@ readers do not read off random characters that represent icons */
39838
39992
 
39839
39993
  .amis-scope .antd-FormulaEditor-settings {
39840
39994
  display: flex;
39841
- flex-direction: row;
39995
+ flex-flow: row nowrap;
39842
39996
  align-items: stretch;
39843
39997
  justify-content: space-between;
39844
- max-height: 21.875rem;
39845
- margin: 0 -5px;
39998
+ height: 15.625rem;
39999
+ margin-top: 0.625rem;
39846
40000
  }
39847
40001
 
39848
- .amis-scope .antd-FormulaEditor-settings > div {
39849
- flex: 1;
39850
- padding: 0 5px;
40002
+ .amis-scope .antd-FormulaEditor-panel {
39851
40003
  display: flex;
39852
- flex-direction: column;
40004
+ flex-flow: column nowrap;
40005
+ justify-content: space-between;
40006
+ align-items: stretch;
40007
+ height: 15.625rem;
40008
+ width: 13.75rem;
40009
+ border-radius: 2px;
40010
+ border: 0.0625rem solid #d9d9d9;
39853
40011
  }
39854
40012
 
39855
- .amis-scope .antd-FormulaEditor-settings > div > h3 {
39856
- padding: 10px 0;
39857
- margin: 0;
39858
- flex-shrink: 0;
40013
+ .amis-scope .antd-FormulaEditor-panel:not(:last-child) {
40014
+ margin-right: 0.625rem;
39859
40015
  }
39860
40016
 
39861
- .amis-scope .antd-FormulaEditor-settings > div > div {
40017
+ .amis-scope .antd-FormulaEditor-panel:last-child {
39862
40018
  flex: 1;
39863
- min-height: 0;
39864
40019
  }
39865
40020
 
39866
- .amis-scope .antd-FormulaEditor .cm-field,
39867
- .amis-scope .antd-FormulaEditor .cm-func {
40021
+ .amis-scope .antd-FormulaEditor-panel-header {
40022
+ width: 100%;
40023
+ height: 1.875rem;
40024
+ line-height: 1.875rem;
40025
+ padding: 0 0.625rem;
40026
+ box-sizing: border-box;
40027
+ background: #fafafa;
40028
+ border-radius: 2px 2px 0 0;
40029
+ border-bottom: 0.0625rem solid #d9d9d9;
40030
+ font-weight: 500;
40031
+ }
40032
+
40033
+ .amis-scope .antd-FormulaEditor-panel-body {
40034
+ flex: 1;
40035
+ display: flex;
40036
+ flex-flow: column nowrap;
40037
+ max-height: 13.75rem;
40038
+ }
40039
+
40040
+ .amis-scope .antd-FormulaEditor-VariableList-root {
40041
+ max-height: 13.75rem;
40042
+ }
40043
+
40044
+ .amis-scope .antd-FormulaEditor-VariableList-root.is-scrollable {
40045
+ overflow-x: hidden;
40046
+ overflow-y: auto;
40047
+ }
40048
+
40049
+ .amis-scope .antd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar {
40050
+ width: 6px;
40051
+ height: 6px;
40052
+ }
40053
+
40054
+ .amis-scope .antd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar-thumb {
40055
+ border-radius: 3px;
40056
+ background: rgba(0, 0, 0, 0.3);
40057
+ }
40058
+
40059
+ .amis-scope .antd-FormulaEditor-VariableList-base {
40060
+ --Form-input-fontSize: var(--fontSizeSm);
40061
+ max-width: inherit;
40062
+ overflow: hidden;
40063
+ }
40064
+
40065
+ .amis-scope .antd-FormulaEditor-VariableList-tabs {
40066
+ --Tabs-linkFontSize: var(--fontSizeSm);
40067
+ --Tabs--card-linkPadding: 0.3125rem;
40068
+ max-height: 13.75rem;
40069
+ display: flex;
40070
+ flex-flow: column nowrap;
40071
+ justify-content: space-between;
40072
+ }
40073
+
40074
+ .amis-scope .antd-FormulaEditor-VariableList-tabs > ul {
40075
+ border-top: none;
40076
+ }
40077
+
40078
+ .amis-scope .antd-FormulaEditor-VariableList-tabs > div {
40079
+ overflow-x: hidden;
40080
+ overflow-y: auto;
40081
+ flex: 1;
39868
40082
  border-radius: 2px;
39869
- color: #fff;
39870
- margin: 0 1px;
39871
- padding: 0 2px;
39872
40083
  }
39873
40084
 
39874
- .amis-scope .antd-FormulaEditor .cm-field {
39875
- background: #007bff;
40085
+ .amis-scope .antd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar {
40086
+ width: 6px;
40087
+ height: 6px;
39876
40088
  }
39877
40089
 
39878
- .amis-scope .antd-FormulaEditor .cm-func {
39879
- background: #17a2b8;
40090
+ .amis-scope .antd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar-thumb {
40091
+ border-radius: 3px;
40092
+ background: rgba(0, 0, 0, 0.3);
40093
+ }
40094
+
40095
+ .amis-scope .antd-FormulaEditor-VariableList-tab {
40096
+ padding: 0;
39880
40097
  }
39881
40098
 
39882
- .amis-scope .antd-FormulaFuncList {
40099
+ .amis-scope .antd-FormulaEditor-VariableList-item {
39883
40100
  display: flex;
39884
- flex-direction: column;
40101
+ flex-flow: row nowrap;
40102
+ justify-content: space-between;
40103
+ white-space: nowrap;
40104
+ }
40105
+
40106
+ .amis-scope .antd-FormulaEditor-VariableList-item > label {
40107
+ white-space: nowrap;
39885
40108
  }
39886
40109
 
39887
- .amis-scope .antd-FormulaFuncList > .antd-FormulaFuncList-searchBox {
40110
+ .amis-scope .antd-FormulaEditor-VariableList-item-tag {
40111
+ vertical-align: middle;
40112
+ text-align: center;
40113
+ padding: 0 0.5rem;
40114
+ line-height: 17px;
40115
+ border-radius: 2px;
40116
+ background: #f5f5f5;
40117
+ color: #000;
40118
+ }
40119
+
40120
+ .amis-scope .antd-FormulaEditor-FuncList {
40121
+ display: flex;
40122
+ flex-flow: row nowrap;
40123
+ justify-content: space-between;
40124
+ align-items: stretch;
40125
+ flex: 1;
40126
+ }
40127
+
40128
+ .amis-scope .antd-FormulaEditor-FuncList:not(:last-child) {
40129
+ margin-right: 0.625rem;
40130
+ }
40131
+
40132
+ .amis-scope .antd-FormulaEditor-FuncList-searchBox {
39888
40133
  display: flex;
39889
40134
  width: auto;
39890
40135
  flex-shrink: 0;
39891
- margin-bottom: 0.5rem;
40136
+ padding: 0.5rem;
39892
40137
  }
39893
40138
 
39894
- .amis-scope .antd-FormulaFuncList-columns {
40139
+ .amis-scope .antd-FormulaEditor-FuncList-searchBox > div {
39895
40140
  flex: 1;
39896
- min-height: 0;
39897
- overflow: auto;
39898
- display: flex;
39899
- flex-direction: row;
39900
- justify-content: flex-start;
40141
+ font-size: 0.75rem;
40142
+ height: 1.5rem;
39901
40143
  }
39902
40144
 
39903
- .amis-scope .antd-FormulaFuncList-columns > div:first-child {
39904
- min-width: 200px;
39905
- flex-shrink: 0;
40145
+ .amis-scope .antd-FormulaEditor-FuncList-body {
40146
+ flex: 1;
40147
+ overflow-x: hidden;
40148
+ overflow-y: auto;
39906
40149
  }
39907
40150
 
39908
- .amis-scope .antd-FormulaFuncList-funcItem {
39909
- padding: 0 10px;
39910
- cursor: pointer;
40151
+ .amis-scope .antd-FormulaEditor-FuncList-body::-webkit-scrollbar {
40152
+ width: 6px;
40153
+ height: 6px;
39911
40154
  }
39912
40155
 
39913
- .amis-scope .antd-FormulaFuncList-funcItem.is-active {
39914
- background: var(--Formula-funcItem-bgColor-onActive);
40156
+ .amis-scope .antd-FormulaEditor-FuncList-body::-webkit-scrollbar-thumb {
40157
+ border-radius: 3px;
40158
+ background: rgba(0, 0, 0, 0.3);
39915
40159
  }
39916
40160
 
39917
- .amis-scope .antd-FormulaFuncList-groupTitle {
39918
- padding: 5px 0;
40161
+ .amis-scope .antd-FormulaEditor-FuncList-collapseGroup .antd-FormulaEditor-FuncList-collapse {
40162
+ border: none;
40163
+ }
40164
+
40165
+ .amis-scope .antd-FormulaEditor-FuncList-collapseGroup .antd-FormulaEditor-FuncList-collapse .antd-FormulaEditor-FuncList-expandIcon {
40166
+ font-size: 0.75rem;
40167
+ line-height: 1.25rem;
40168
+ transform-origin: 0.4375rem 0.5625rem;
40169
+ transition: transform 0.2s;
40170
+ }
40171
+
40172
+ .amis-scope .antd-FormulaEditor-FuncList-groupTitle {
40173
+ display: flex;
40174
+ flex-flow: row nowrap;
40175
+ justify-content: flex-start;
40176
+ align-items: unset;
40177
+ padding: 0.3125rem 0.625rem;
39919
40178
  background: transparent;
40179
+ font-size: 0.75rem;
40180
+ font-weight: bold;
39920
40181
  }
39921
40182
 
39922
- .amis-scope .antd-FormulaFuncList-groupBody > div {
40183
+ .amis-scope .antd-FormulaEditor-FuncList-groupBody > div {
39923
40184
  padding: 5px 0;
39924
40185
  }
39925
40186
 
39926
- .amis-scope .antd-FormulaFuncList-funcDetail {
39927
- padding: 10px 20px;
40187
+ .amis-scope .antd-FormulaEditor-FuncList-item {
40188
+ cursor: pointer;
40189
+ padding: 0 1.25rem;
40190
+ height: 1.5rem;
40191
+ line-height: 1.5rem;
40192
+ }
40193
+
40194
+ .amis-scope .antd-FormulaEditor-FuncList-item.is-active {
40195
+ background: rgba(0, 126, 255, 0.08);
39928
40196
  }
39929
40197
 
39930
- .amis-scope .antd-FormulaFuncList-funcDetail pre {
40198
+ .amis-scope .antd-FormulaEditor-FuncList-doc {
40199
+ display: flex;
40200
+ flex-flow: column nowrap;
40201
+ padding: 0.625rem;
40202
+ max-height: 12.5rem;
40203
+ }
40204
+
40205
+ .amis-scope .antd-FormulaEditor-FuncList-doc pre {
39931
40206
  white-space: pre-wrap;
39932
40207
  word-wrap: break-word;
39933
- background: var(--Formula-header-bgColor);
39934
- padding: 0.625rem;
40208
+ background: #f2f2f4;
40209
+ padding: 0.3125rem 0.625rem;
39935
40210
  border-radius: 2px;
39936
40211
  margin-top: 0;
39937
40212
  }
39938
40213
 
39939
- .amis-scope .antd-FormulaFuncList-funcDetail div {
40214
+ .amis-scope .antd-FormulaEditor-FuncList-doc pre code {
40215
+ color: #2468f2;
40216
+ }
40217
+
40218
+ .amis-scope .antd-FormulaEditor-FuncList-doc-desc {
39940
40219
  color: #333;
40220
+ overflow-x: hidden;
40221
+ overflow-y: auto;
40222
+ flex: 1;
40223
+ }
40224
+
40225
+ .amis-scope .antd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar {
40226
+ width: 6px;
40227
+ height: 6px;
40228
+ }
40229
+
40230
+ .amis-scope .antd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar-thumb {
40231
+ border-radius: 3px;
40232
+ background: rgba(0, 0, 0, 0.3);
40233
+ }
40234
+
40235
+ .amis-scope .antd-FormulaEditor .cm-field,
40236
+ .amis-scope .antd-FormulaEditor .cm-func {
40237
+ border-radius: 3px;
40238
+ color: #fff;
40239
+ margin: 0 1px;
40240
+ padding: 0 2px;
40241
+ }
40242
+
40243
+ .amis-scope .antd-FormulaEditor .cm-field {
40244
+ padding: 3px 5px;
40245
+ }
40246
+
40247
+ .amis-scope .antd-FormulaEditor .cm-field {
40248
+ background: #007bff;
40249
+ }
40250
+
40251
+ .amis-scope .antd-FormulaEditor .cm-func {
40252
+ color: #ae4597;
40253
+ font-weight: bold;
40254
+ line-height: 14px;
40255
+ }
40256
+
40257
+ .amis-scope .antd-FormulaPicker {
40258
+ display: flex;
40259
+ flex-flow: row nowrap;
40260
+ justify-content: space-between;
40261
+ align-items: center;
40262
+ }
40263
+
40264
+ .amis-scope .antd-FormulaPicker-input {
40265
+ flex: 1;
40266
+ margin-right: 0.625rem;
40267
+ }
40268
+
40269
+ .amis-scope .antd-FormulaPicker-action {
40270
+ display: flex;
40271
+ justify-content: center;
40272
+ align-items: center;
39941
40273
  }
39942
40274
 
39943
40275
  .amis-scope .antd-FormulaPicker-icon {
39944
- margin-left: auto;
39945
- margin-right: 0.3125rem;
40276
+ top: 0 !important;
40277
+ font-size: 1.5rem;
40278
+ }
40279
+
40280
+ .amis-scope .antd-FormulaPicker-icon:not(:last-child) {
40281
+ margin-right: 0.75rem;
40282
+ }
40283
+
40284
+ .amis-scope .antd-FormulaPicker-icon.is-filled {
40285
+ fill: #1890ff;
40286
+ color: #1890ff;
39946
40287
  }
39947
40288
 
39948
40289
  .amis-scope .antd-Timeline-vertical {