amis 1.9.1-beta.22 → 1.9.1-beta.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/lib/helper.css.map +1 -1
  2. package/lib/renderers/CRUD.js +2 -2
  3. package/lib/renderers/CRUD.js.map +2 -2
  4. package/lib/renderers/Form/index.js +1 -0
  5. package/lib/renderers/Form/index.js.map +2 -2
  6. package/lib/renderers/Table/exportExcel.js +1 -1
  7. package/lib/renderers/Table/exportExcel.js.map +2 -2
  8. package/lib/themes/ang-ie11.css +11 -14
  9. package/lib/themes/ang.css +11 -14
  10. package/lib/themes/ang.css.map +1 -1
  11. package/lib/themes/antd-ie11.css +11 -14
  12. package/lib/themes/antd.css +11 -14
  13. package/lib/themes/antd.css.map +1 -1
  14. package/lib/themes/cxd-ie11.css +11 -14
  15. package/lib/themes/cxd.css +11 -14
  16. package/lib/themes/cxd.css.map +1 -1
  17. package/lib/themes/dark-ie11.css +11 -14
  18. package/lib/themes/dark.css +11 -14
  19. package/lib/themes/dark.css.map +1 -1
  20. package/lib/themes/default-ie11.css +11 -14
  21. package/lib/themes/default.css +11 -14
  22. package/lib/themes/default.css.map +1 -1
  23. package/lib/utils/helper.js +1 -1
  24. package/lib/utils/helper.js.map +2 -2
  25. package/package.json +1 -1
  26. package/schema.json +19 -24
  27. package/scss/_mixins.scss +1 -1
  28. package/scss/components/form/_date.scss +19 -11
  29. package/sdk/ang-ie11.css +11 -15
  30. package/sdk/ang.css +11 -15
  31. package/sdk/antd-ie11.css +11 -15
  32. package/sdk/antd.css +11 -15
  33. package/sdk/barcode.js +51 -51
  34. package/sdk/charts.js +14 -14
  35. package/sdk/codemirror.js +7 -7
  36. package/sdk/color-picker.js +65 -65
  37. package/sdk/cropperjs.js +2 -2
  38. package/sdk/cxd-ie11.css +11 -15
  39. package/sdk/cxd.css +11 -15
  40. package/sdk/dark-ie11.css +11 -15
  41. package/sdk/dark.css +11 -15
  42. package/sdk/exceljs.js +1 -1
  43. package/sdk/helper.css.map +1 -1
  44. package/sdk/markdown.js +69 -69
  45. package/sdk/papaparse.js +1 -1
  46. package/sdk/renderers/Form/CityDB.js +1 -1
  47. package/sdk/rest.js +16 -16
  48. package/sdk/rich-text.js +62 -62
  49. package/sdk/sdk-ie11.css +11 -15
  50. package/sdk/sdk.css +11 -15
  51. package/sdk/sdk.js +1643 -1648
  52. package/sdk/thirds/hls.js/hls.js +1 -1
  53. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  54. package/sdk/tinymce.js +57 -57
  55. package/src/renderers/CRUD.tsx +2 -2
  56. package/src/renderers/Form/index.tsx +2 -0
  57. package/src/renderers/Table/exportExcel.ts +1 -1
  58. package/src/utils/helper.ts +2 -2
package/scss/_mixins.scss CHANGED
@@ -340,7 +340,7 @@
340
340
  justify-content: flex-start;
341
341
 
342
342
  input {
343
- flex-basis: px2rem(80px);
343
+ flex-basis: px2rem(30px);
344
344
  flex-grow: 1;
345
345
  outline: none;
346
346
  background: transparent;
@@ -93,7 +93,6 @@
93
93
  }
94
94
 
95
95
  .#{$ns}DateControl {
96
- width: auto !important; // 因为这里要撑开父容器
97
96
  &.is-date > .#{$ns}DatePicker {
98
97
  min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
99
98
  }
@@ -107,7 +106,7 @@
107
106
  margin: 0;
108
107
  padding-left: px2rem(10px);
109
108
  list-style: none;
110
- background: #F7F7F9;
109
+ background: #f7f7f9;
111
110
  line-height: px2rem(32px);
112
111
  }
113
112
 
@@ -274,8 +273,8 @@
274
273
  .rdtDisabled.rdtToday,
275
274
  .rdtOld.rdtToday,
276
275
  .rdtNew.rdtToday {
277
- >span {
278
- border-color: #E8E9EB;
276
+ > span {
277
+ border-color: #e8e9eb;
279
278
  }
280
279
  }
281
280
 
@@ -290,7 +289,7 @@
290
289
  color: #151b26;
291
290
  > span {
292
291
  background: transparent;
293
- border-color: #144BCC;
292
+ border-color: #144bcc;
294
293
  }
295
294
  }
296
295
 
@@ -584,7 +583,6 @@
584
583
  td.rdtMonth,
585
584
  td.rdtYear,
586
585
  td.rdtQuarter {
587
-
588
586
  > span {
589
587
  display: inline-block;
590
588
  }
@@ -607,21 +605,31 @@ td.rdtQuarter {
607
605
  &.rdtDisabled,
608
606
  &.rdtDisabled:hover {
609
607
  background: var(--Calendar-cell-onDisabled-bg);
610
- color: #B8BABF;
608
+ color: #b8babf;
611
609
  }
612
-
613
610
  }
614
611
 
615
612
  .#{$ns}DateRangePicker-start {
616
613
  .rdtPicker .rdtActive.rdtBetween {
617
- background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%);
614
+ background: linear-gradient(
615
+ to right,
616
+ transparent 0%,
617
+ transparent 50%,
618
+ var(--Calendar-cell-onBetween-bg) 51%,
619
+ var(--Calendar-cell-onBetween-bg) 100%
620
+ );
618
621
  }
619
622
  }
620
623
 
621
-
622
624
  .#{$ns}DateRangePicker-end {
623
625
  .rdtPicker .rdtActive.rdtBetween {
624
- background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%);
626
+ background: linear-gradient(
627
+ to right,
628
+ var(--Calendar-cell-onBetween-bg) 0%,
629
+ var(--Calendar-cell-onBetween-bg) 50%,
630
+ transparent 51%,
631
+ transparent 100%
632
+ );
625
633
  }
626
634
  }
627
635
 
package/sdk/ang-ie11.css CHANGED
@@ -38230,7 +38230,7 @@ readers do not read off random characters that represent icons */
38230
38230
  }
38231
38231
 
38232
38232
  .amis-scope .a-InputBox input {
38233
- flex-basis: 5rem;
38233
+ flex-basis: 1.875rem;
38234
38234
  flex-grow: 1;
38235
38235
  outline: none;
38236
38236
  background: transparent;
@@ -38627,7 +38627,7 @@ readers do not read off random characters that represent icons */
38627
38627
  }
38628
38628
 
38629
38629
  .amis-scope .a-ResultBox input {
38630
- flex-basis: 5rem;
38630
+ flex-basis: 1.875rem;
38631
38631
  flex-grow: 1;
38632
38632
  outline: none;
38633
38633
  background: transparent;
@@ -40342,7 +40342,7 @@ readers do not read off random characters that represent icons */
40342
40342
  }
40343
40343
 
40344
40344
  .amis-scope .a-TextControl-input input {
40345
- flex-basis: 5rem;
40345
+ flex-basis: 1.875rem;
40346
40346
  flex-grow: 1;
40347
40347
  outline: none;
40348
40348
  background: transparent;
@@ -40739,7 +40739,7 @@ readers do not read off random characters that represent icons */
40739
40739
  }
40740
40740
 
40741
40741
  .amis-scope .a-TextareaControl-input input {
40742
- flex-basis: 5rem;
40742
+ flex-basis: 1.875rem;
40743
40743
  flex-grow: 1;
40744
40744
  outline: none;
40745
40745
  background: transparent;
@@ -43365,10 +43365,6 @@ readers do not read off random characters that represent icons */
43365
43365
  display: flex;
43366
43366
  }
43367
43367
 
43368
- .amis-scope .a-DateControl {
43369
- width: auto !important;
43370
- }
43371
-
43372
43368
  .amis-scope .a-DateControl.is-date > .a-DatePicker {
43373
43369
  min-width: calc(calc(
43374
43370
  1rem * 5 + 0.75rem * 2 +
@@ -43387,7 +43383,7 @@ readers do not read off random characters that represent icons */
43387
43383
  margin: 0;
43388
43384
  padding-left: 0.625rem;
43389
43385
  list-style: none;
43390
- background: #F7F7F9;
43386
+ background: #f7f7f9;
43391
43387
  line-height: 2rem;
43392
43388
  }
43393
43389
 
@@ -43556,7 +43552,7 @@ readers do not read off random characters that represent icons */
43556
43552
  .amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
43557
43553
  .amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
43558
43554
  .amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
43559
- border-color: #E8E9EB;
43555
+ border-color: #e8e9eb;
43560
43556
  }
43561
43557
 
43562
43558
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
@@ -43570,7 +43566,7 @@ readers do not read off random characters that represent icons */
43570
43566
 
43571
43567
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
43572
43568
  background: transparent;
43573
- border-color: #144BCC;
43569
+ border-color: #144bcc;
43574
43570
  }
43575
43571
 
43576
43572
  .amis-scope .rdt .rdtPicker td.rdtDisabled > span,
@@ -43935,7 +43931,7 @@ readers do not read off random characters that represent icons */
43935
43931
  .amis-scope td.rdtQuarter.rdtDisabled,
43936
43932
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
43937
43933
  background: #f7f7f9;
43938
- color: #B8BABF;
43934
+ color: #b8babf;
43939
43935
  }
43940
43936
 
43941
43937
  .amis-scope .a-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -45630,7 +45626,7 @@ readers do not read off random characters that represent icons */
45630
45626
  }
45631
45627
 
45632
45628
  .amis-scope .a-TreeSelect-input input {
45633
- flex-basis: 5rem;
45629
+ flex-basis: 1.875rem;
45634
45630
  flex-grow: 1;
45635
45631
  outline: none;
45636
45632
  background: transparent;
@@ -46278,7 +46274,7 @@ readers do not read off random characters that represent icons */
46278
46274
  }
46279
46275
 
46280
46276
  .amis-scope .a-Picker-input input {
46281
- flex-basis: 5rem;
46277
+ flex-basis: 1.875rem;
46282
46278
  flex-grow: 1;
46283
46279
  outline: none;
46284
46280
  background: transparent;
@@ -47267,7 +47263,7 @@ readers do not read off random characters that represent icons */
47267
47263
  }
47268
47264
 
47269
47265
  .amis-scope .a-IconPickerControl-input input {
47270
- flex-basis: 5rem;
47266
+ flex-basis: 1.875rem;
47271
47267
  flex-grow: 1;
47272
47268
  outline: none;
47273
47269
  background: transparent;
package/sdk/ang.css CHANGED
@@ -39658,7 +39658,7 @@ readers do not read off random characters that represent icons */
39658
39658
  }
39659
39659
 
39660
39660
  .amis-scope .a-InputBox input {
39661
- flex-basis: 5rem;
39661
+ flex-basis: 1.875rem;
39662
39662
  flex-grow: 1;
39663
39663
  outline: none;
39664
39664
  background: transparent;
@@ -40045,7 +40045,7 @@ readers do not read off random characters that represent icons */
40045
40045
  }
40046
40046
 
40047
40047
  .amis-scope .a-ResultBox input {
40048
- flex-basis: 5rem;
40048
+ flex-basis: 1.875rem;
40049
40049
  flex-grow: 1;
40050
40050
  outline: none;
40051
40051
  background: transparent;
@@ -41744,7 +41744,7 @@ readers do not read off random characters that represent icons */
41744
41744
  }
41745
41745
 
41746
41746
  .amis-scope .a-TextControl-input input {
41747
- flex-basis: 5rem;
41747
+ flex-basis: 1.875rem;
41748
41748
  flex-grow: 1;
41749
41749
  outline: none;
41750
41750
  background: transparent;
@@ -42126,7 +42126,7 @@ readers do not read off random characters that represent icons */
42126
42126
  }
42127
42127
 
42128
42128
  .amis-scope .a-TextareaControl-input input {
42129
- flex-basis: 5rem;
42129
+ flex-basis: 1.875rem;
42130
42130
  flex-grow: 1;
42131
42131
  outline: none;
42132
42132
  background: transparent;
@@ -44704,10 +44704,6 @@ readers do not read off random characters that represent icons */
44704
44704
  display: flex;
44705
44705
  }
44706
44706
 
44707
- .amis-scope .a-DateControl {
44708
- width: auto !important;
44709
- }
44710
-
44711
44707
  .amis-scope .a-DateControl.is-date > .a-DatePicker {
44712
44708
  min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
44713
44709
  }
@@ -44720,7 +44716,7 @@ readers do not read off random characters that represent icons */
44720
44716
  margin: 0;
44721
44717
  padding-left: 0.625rem;
44722
44718
  list-style: none;
44723
- background: #F7F7F9;
44719
+ background: #f7f7f9;
44724
44720
  line-height: 2rem;
44725
44721
  }
44726
44722
 
@@ -44889,7 +44885,7 @@ readers do not read off random characters that represent icons */
44889
44885
  .amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
44890
44886
  .amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
44891
44887
  .amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
44892
- border-color: #E8E9EB;
44888
+ border-color: #e8e9eb;
44893
44889
  }
44894
44890
 
44895
44891
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
@@ -44903,7 +44899,7 @@ readers do not read off random characters that represent icons */
44903
44899
 
44904
44900
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
44905
44901
  background: transparent;
44906
- border-color: #144BCC;
44902
+ border-color: #144bcc;
44907
44903
  }
44908
44904
 
44909
44905
  .amis-scope .rdt .rdtPicker td.rdtDisabled > span,
@@ -45254,7 +45250,7 @@ readers do not read off random characters that represent icons */
45254
45250
  .amis-scope td.rdtQuarter.rdtDisabled,
45255
45251
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
45256
45252
  background: var(--Calendar-cell-onDisabled-bg);
45257
- color: #B8BABF;
45253
+ color: #b8babf;
45258
45254
  }
45259
45255
 
45260
45256
  .amis-scope .a-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -46921,7 +46917,7 @@ readers do not read off random characters that represent icons */
46921
46917
  }
46922
46918
 
46923
46919
  .amis-scope .a-TreeSelect-input input {
46924
- flex-basis: 5rem;
46920
+ flex-basis: 1.875rem;
46925
46921
  flex-grow: 1;
46926
46922
  outline: none;
46927
46923
  background: transparent;
@@ -47537,7 +47533,7 @@ readers do not read off random characters that represent icons */
47537
47533
  }
47538
47534
 
47539
47535
  .amis-scope .a-Picker-input input {
47540
- flex-basis: 5rem;
47536
+ flex-basis: 1.875rem;
47541
47537
  flex-grow: 1;
47542
47538
  outline: none;
47543
47539
  background: transparent;
@@ -48513,7 +48509,7 @@ readers do not read off random characters that represent icons */
48513
48509
  }
48514
48510
 
48515
48511
  .amis-scope .a-IconPickerControl-input input {
48516
- flex-basis: 5rem;
48512
+ flex-basis: 1.875rem;
48517
48513
  flex-grow: 1;
48518
48514
  outline: none;
48519
48515
  background: transparent;
package/sdk/antd-ie11.css CHANGED
@@ -38208,7 +38208,7 @@ readers do not read off random characters that represent icons */
38208
38208
  }
38209
38209
 
38210
38210
  .amis-scope .antd-InputBox input {
38211
- flex-basis: 5rem;
38211
+ flex-basis: 1.875rem;
38212
38212
  flex-grow: 1;
38213
38213
  outline: none;
38214
38214
  background: transparent;
@@ -38605,7 +38605,7 @@ readers do not read off random characters that represent icons */
38605
38605
  }
38606
38606
 
38607
38607
  .amis-scope .antd-ResultBox input {
38608
- flex-basis: 5rem;
38608
+ flex-basis: 1.875rem;
38609
38609
  flex-grow: 1;
38610
38610
  outline: none;
38611
38611
  background: transparent;
@@ -40320,7 +40320,7 @@ readers do not read off random characters that represent icons */
40320
40320
  }
40321
40321
 
40322
40322
  .amis-scope .antd-TextControl-input input {
40323
- flex-basis: 5rem;
40323
+ flex-basis: 1.875rem;
40324
40324
  flex-grow: 1;
40325
40325
  outline: none;
40326
40326
  background: transparent;
@@ -40717,7 +40717,7 @@ readers do not read off random characters that represent icons */
40717
40717
  }
40718
40718
 
40719
40719
  .amis-scope .antd-TextareaControl-input input {
40720
- flex-basis: 5rem;
40720
+ flex-basis: 1.875rem;
40721
40721
  flex-grow: 1;
40722
40722
  outline: none;
40723
40723
  background: transparent;
@@ -43344,10 +43344,6 @@ readers do not read off random characters that represent icons */
43344
43344
  display: flex;
43345
43345
  }
43346
43346
 
43347
- .amis-scope .antd-DateControl {
43348
- width: auto !important;
43349
- }
43350
-
43351
43347
  .amis-scope .antd-DateControl.is-date > .antd-DatePicker {
43352
43348
  min-width: calc(calc(
43353
43349
  1rem * 5 + 0.75rem * 2 +
@@ -43366,7 +43362,7 @@ readers do not read off random characters that represent icons */
43366
43362
  margin: 0;
43367
43363
  padding-left: 0.625rem;
43368
43364
  list-style: none;
43369
- background: #F7F7F9;
43365
+ background: #f7f7f9;
43370
43366
  line-height: 2rem;
43371
43367
  }
43372
43368
 
@@ -43535,7 +43531,7 @@ readers do not read off random characters that represent icons */
43535
43531
  .amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
43536
43532
  .amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
43537
43533
  .amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
43538
- border-color: #E8E9EB;
43534
+ border-color: #e8e9eb;
43539
43535
  }
43540
43536
 
43541
43537
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
@@ -43549,7 +43545,7 @@ readers do not read off random characters that represent icons */
43549
43545
 
43550
43546
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
43551
43547
  background: transparent;
43552
- border-color: #144BCC;
43548
+ border-color: #144bcc;
43553
43549
  }
43554
43550
 
43555
43551
  .amis-scope .rdt .rdtPicker td.rdtDisabled > span,
@@ -43910,7 +43906,7 @@ readers do not read off random characters that represent icons */
43910
43906
  .amis-scope td.rdtQuarter.rdtDisabled,
43911
43907
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
43912
43908
  background: #f7f7f9;
43913
- color: #B8BABF;
43909
+ color: #b8babf;
43914
43910
  }
43915
43911
 
43916
43912
  .amis-scope .antd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -45603,7 +45599,7 @@ readers do not read off random characters that represent icons */
45603
45599
  }
45604
45600
 
45605
45601
  .amis-scope .antd-TreeSelect-input input {
45606
- flex-basis: 5rem;
45602
+ flex-basis: 1.875rem;
45607
45603
  flex-grow: 1;
45608
45604
  outline: none;
45609
45605
  background: transparent;
@@ -46249,7 +46245,7 @@ readers do not read off random characters that represent icons */
46249
46245
  }
46250
46246
 
46251
46247
  .amis-scope .antd-Picker-input input {
46252
- flex-basis: 5rem;
46248
+ flex-basis: 1.875rem;
46253
46249
  flex-grow: 1;
46254
46250
  outline: none;
46255
46251
  background: transparent;
@@ -47237,7 +47233,7 @@ readers do not read off random characters that represent icons */
47237
47233
  }
47238
47234
 
47239
47235
  .amis-scope .antd-IconPickerControl-input input {
47240
- flex-basis: 5rem;
47236
+ flex-basis: 1.875rem;
47241
47237
  flex-grow: 1;
47242
47238
  outline: none;
47243
47239
  background: transparent;
package/sdk/antd.css CHANGED
@@ -39767,7 +39767,7 @@ readers do not read off random characters that represent icons */
39767
39767
  }
39768
39768
 
39769
39769
  .amis-scope .antd-InputBox input {
39770
- flex-basis: 5rem;
39770
+ flex-basis: 1.875rem;
39771
39771
  flex-grow: 1;
39772
39772
  outline: none;
39773
39773
  background: transparent;
@@ -40154,7 +40154,7 @@ readers do not read off random characters that represent icons */
40154
40154
  }
40155
40155
 
40156
40156
  .amis-scope .antd-ResultBox input {
40157
- flex-basis: 5rem;
40157
+ flex-basis: 1.875rem;
40158
40158
  flex-grow: 1;
40159
40159
  outline: none;
40160
40160
  background: transparent;
@@ -41853,7 +41853,7 @@ readers do not read off random characters that represent icons */
41853
41853
  }
41854
41854
 
41855
41855
  .amis-scope .antd-TextControl-input input {
41856
- flex-basis: 5rem;
41856
+ flex-basis: 1.875rem;
41857
41857
  flex-grow: 1;
41858
41858
  outline: none;
41859
41859
  background: transparent;
@@ -42235,7 +42235,7 @@ readers do not read off random characters that represent icons */
42235
42235
  }
42236
42236
 
42237
42237
  .amis-scope .antd-TextareaControl-input input {
42238
- flex-basis: 5rem;
42238
+ flex-basis: 1.875rem;
42239
42239
  flex-grow: 1;
42240
42240
  outline: none;
42241
42241
  background: transparent;
@@ -44813,10 +44813,6 @@ readers do not read off random characters that represent icons */
44813
44813
  display: flex;
44814
44814
  }
44815
44815
 
44816
- .amis-scope .antd-DateControl {
44817
- width: auto !important;
44818
- }
44819
-
44820
44816
  .amis-scope .antd-DateControl.is-date > .antd-DatePicker {
44821
44817
  min-width: calc(var(--DatePicker-minWidth) + var(--fontSizeLg) * 2);
44822
44818
  }
@@ -44829,7 +44825,7 @@ readers do not read off random characters that represent icons */
44829
44825
  margin: 0;
44830
44826
  padding-left: 0.625rem;
44831
44827
  list-style: none;
44832
- background: #F7F7F9;
44828
+ background: #f7f7f9;
44833
44829
  line-height: 2rem;
44834
44830
  }
44835
44831
 
@@ -44998,7 +44994,7 @@ readers do not read off random characters that represent icons */
44998
44994
  .amis-scope .rdt .rdtPicker .rdtDisabled.rdtToday > span,
44999
44995
  .amis-scope .rdt .rdtPicker .rdtOld.rdtToday > span,
45000
44996
  .amis-scope .rdt .rdtPicker .rdtNew.rdtToday > span {
45001
- border-color: #E8E9EB;
44997
+ border-color: #e8e9eb;
45002
44998
  }
45003
44999
 
45004
45000
  .amis-scope .rdt .rdtPicker td.rdtActive > span,
@@ -45012,7 +45008,7 @@ readers do not read off random characters that represent icons */
45012
45008
 
45013
45009
  .amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
45014
45010
  background: transparent;
45015
- border-color: #144BCC;
45011
+ border-color: #144bcc;
45016
45012
  }
45017
45013
 
45018
45014
  .amis-scope .rdt .rdtPicker td.rdtDisabled > span,
@@ -45363,7 +45359,7 @@ readers do not read off random characters that represent icons */
45363
45359
  .amis-scope td.rdtQuarter.rdtDisabled,
45364
45360
  .amis-scope td.rdtQuarter.rdtDisabled:hover {
45365
45361
  background: var(--Calendar-cell-onDisabled-bg);
45366
- color: #B8BABF;
45362
+ color: #b8babf;
45367
45363
  }
45368
45364
 
45369
45365
  .amis-scope .antd-DateRangePicker-start .rdtPicker .rdtActive.rdtBetween {
@@ -47030,7 +47026,7 @@ readers do not read off random characters that represent icons */
47030
47026
  }
47031
47027
 
47032
47028
  .amis-scope .antd-TreeSelect-input input {
47033
- flex-basis: 5rem;
47029
+ flex-basis: 1.875rem;
47034
47030
  flex-grow: 1;
47035
47031
  outline: none;
47036
47032
  background: transparent;
@@ -47646,7 +47642,7 @@ readers do not read off random characters that represent icons */
47646
47642
  }
47647
47643
 
47648
47644
  .amis-scope .antd-Picker-input input {
47649
- flex-basis: 5rem;
47645
+ flex-basis: 1.875rem;
47650
47646
  flex-grow: 1;
47651
47647
  outline: none;
47652
47648
  background: transparent;
@@ -48622,7 +48618,7 @@ readers do not read off random characters that represent icons */
48622
48618
  }
48623
48619
 
48624
48620
  .amis-scope .antd-IconPickerControl-input input {
48625
- flex-basis: 5rem;
48621
+ flex-basis: 1.875rem;
48626
48622
  flex-grow: 1;
48627
48623
  outline: none;
48628
48624
  background: transparent;