amis 1.5.8-beta.2 → 1.6.0
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.
- package/lib/components/CalendarMobile.js +5 -5
- package/lib/components/CalendarMobile.js.map +2 -2
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +7 -6
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.js +8 -11
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/MonthRangePicker.js +5 -8
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +10 -6
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -17
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1040 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +7 -3
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.js +9 -6
- package/lib/components/Select.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -6
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +14 -0
- package/lib/components/calendar/Calendar.js +62 -5
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +20 -0
- package/lib/components/calendar/DaysView.js +51 -4
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +7 -1
- package/lib/components/calendar/MonthsView.js +41 -52
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +27 -20
- package/lib/components/calendar/TimeView.js +40 -4
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +15 -6
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +4 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +4 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +5 -2
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +7 -5
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +7 -3
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +7 -4
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Remark.js +2 -1
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/themes/ang-ie11.css +312 -29
- package/lib/themes/ang.css +312 -29
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +312 -29
- package/lib/themes/antd.css +312 -29
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +315 -41
- package/lib/themes/cxd.css +315 -41
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +312 -29
- package/lib/themes/dark.css +312 -29
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +315 -41
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +2192 -20
- package/scss/_properties.scss +10 -6
- package/scss/components/_calendar.scss +9 -2
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +35 -12
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_common.scss +2 -0
- package/scss/themes/_cxd-variables.scss +3 -3
- package/scss/themes/cxd.scss +0 -12
- package/sdk/ang-ie11.css +368 -29
- package/sdk/ang.css +367 -30
- package/sdk/antd-ie11.css +368 -29
- package/sdk/antd.css +367 -30
- package/sdk/charts.js +18 -18
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +370 -42
- package/sdk/cxd.css +370 -44
- package/sdk/dark-ie11.css +368 -29
- package/sdk/dark.css +367 -30
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +4 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +370 -42
- package/sdk/sdk.css +370 -44
- package/sdk/sdk.js +1309 -1227
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/components/CalendarMobile.tsx +5 -5
- package/src/components/Cascader.tsx +564 -0
- package/src/components/CityArea.tsx +315 -0
- package/src/components/ColorPicker.tsx +5 -2
- package/src/components/DatePicker.tsx +15 -5
- package/src/components/DateRangePicker.tsx +52 -43
- package/src/components/MonthRangePicker.tsx +44 -38
- package/src/components/Picker.tsx +27 -12
- package/src/components/PickerColumn.tsx +28 -18
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +55 -13
- package/src/components/ResultBox.tsx +10 -1
- package/src/components/Select.tsx +20 -23
- package/src/components/TransferDropDown.tsx +19 -5
- package/src/components/calendar/Calendar.tsx +86 -9
- package/src/components/calendar/DaysView.tsx +86 -2
- package/src/components/calendar/MonthsView.tsx +56 -63
- package/src/components/calendar/TimeView.tsx +82 -29
- package/src/components/calendar/YearsView.tsx +25 -6
- package/src/locale/de-DE.ts +4 -0
- package/src/locale/en-US.ts +4 -0
- package/src/locale/zh-CN.ts +4 -0
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +10 -1
- package/src/renderers/Form/InputDateRange.tsx +9 -1
- package/src/renderers/Form/Item.tsx +14 -4
- package/src/renderers/Form/NestedSelect.tsx +31 -3
- package/src/renderers/Form/Select.tsx +15 -2
- package/src/renderers/Form/TreeSelect.tsx +10 -6
- package/src/renderers/Remark.tsx +2 -1
- package/src/schemaExtend.ts +22 -10
- package/src/utils/helper.ts +6 -16
package/scss/themes/cxd.scss
CHANGED
@@ -96,18 +96,6 @@
|
|
96
96
|
}
|
97
97
|
}
|
98
98
|
|
99
|
-
.#{$ns}DropDown {
|
100
|
-
.#{$ns}DropDown-menu {
|
101
|
-
border: none;
|
102
|
-
> li {
|
103
|
-
color: #{$G2};
|
104
|
-
}
|
105
|
-
> li.is-disabled {
|
106
|
-
color: #{$G6};
|
107
|
-
}
|
108
|
-
}
|
109
|
-
}
|
110
|
-
|
111
99
|
.#{$ns}Toast {
|
112
100
|
.#{$ns}Toast-icon {
|
113
101
|
margin-right: #{px2rem(8px)};
|
package/sdk/ang-ie11.css
CHANGED
@@ -23438,6 +23438,7 @@ readers do not read off random characters that represent icons */
|
|
23438
23438
|
|
23439
23439
|
.amis-scope .a-PopUp {
|
23440
23440
|
width: 100%;
|
23441
|
+
height: 25rem;
|
23441
23442
|
position: fixed;
|
23442
23443
|
background: white;
|
23443
23444
|
left: 0;
|
@@ -23492,14 +23493,12 @@ readers do not read off random characters that represent icons */
|
|
23492
23493
|
height: 100%;
|
23493
23494
|
box-sizing: border-box;
|
23494
23495
|
background: #fff;
|
23495
|
-
|
23496
|
+
display: flex;
|
23497
|
+
flex-direction: column;
|
23496
23498
|
}
|
23497
23499
|
|
23498
23500
|
.amis-scope .a-PopUp-closeWrap {
|
23499
|
-
|
23500
|
-
position: absolute;
|
23501
|
-
left: 0;
|
23502
|
-
top: 0;
|
23501
|
+
position: relative;
|
23503
23502
|
text-align: center;
|
23504
23503
|
height: 3rem;
|
23505
23504
|
line-height: 3rem;
|
@@ -23514,9 +23513,31 @@ readers do not read off random characters that represent icons */
|
|
23514
23513
|
right: 0.9375rem;
|
23515
23514
|
}
|
23516
23515
|
|
23516
|
+
.amis-scope .a-PopUp-toolbar {
|
23517
|
+
display: flex;
|
23518
|
+
align-items: center;
|
23519
|
+
justify-content: space-between;
|
23520
|
+
height: 3.75rem;
|
23521
|
+
}
|
23522
|
+
|
23523
|
+
.amis-scope .a-PopUp-title {
|
23524
|
+
font-size: 0.875rem;
|
23525
|
+
}
|
23526
|
+
|
23527
|
+
.amis-scope .a-PopUp-cancel {
|
23528
|
+
color: #666;
|
23529
|
+
margin-left: 0.5rem;
|
23530
|
+
}
|
23531
|
+
|
23532
|
+
.amis-scope .a-PopUp-confirm {
|
23533
|
+
margin-right: 0.5rem;
|
23534
|
+
}
|
23535
|
+
|
23517
23536
|
.amis-scope .a-PopUp-content {
|
23518
23537
|
overflow-y: auto;
|
23519
23538
|
height: 100%;
|
23539
|
+
display: flex;
|
23540
|
+
flex: 1;
|
23520
23541
|
}
|
23521
23542
|
|
23522
23543
|
.amis-scope .a-PopUp > * {
|
@@ -23545,6 +23566,10 @@ readers do not read off random characters that represent icons */
|
|
23545
23566
|
margin-top: -0.25rem;
|
23546
23567
|
}
|
23547
23568
|
|
23569
|
+
.amis-scope .a-PopUp-safearea {
|
23570
|
+
height: 1rem;
|
23571
|
+
}
|
23572
|
+
|
23548
23573
|
.amis-scope .a-PickerColumns {
|
23549
23574
|
position: relative;
|
23550
23575
|
background-color: white;
|
@@ -23554,7 +23579,11 @@ readers do not read off random characters that represent icons */
|
|
23554
23579
|
font-size: 1rem;
|
23555
23580
|
}
|
23556
23581
|
|
23557
|
-
.amis-scope .a-PickerColumns
|
23582
|
+
.amis-scope .a-PickerColumns li:focus {
|
23583
|
+
outline: none;
|
23584
|
+
}
|
23585
|
+
|
23586
|
+
.amis-scope .a-PickerColumns-header {
|
23558
23587
|
display: flex;
|
23559
23588
|
align-items: center;
|
23560
23589
|
justify-content: space-between;
|
@@ -23564,16 +23593,16 @@ readers do not read off random characters that represent icons */
|
|
23564
23593
|
.amis-scope .a-PickerColumns-cancel,
|
23565
23594
|
.amis-scope .a-PickerColumns-confirm {
|
23566
23595
|
height: 100%;
|
23567
|
-
padding: 0
|
23568
|
-
font-size:
|
23569
|
-
background-color: transparent;
|
23596
|
+
padding: 0 1rem;
|
23597
|
+
font-size: 1rem;
|
23598
|
+
background-color: transparent !important;
|
23570
23599
|
border: none;
|
23571
23600
|
cursor: pointer;
|
23572
23601
|
}
|
23573
23602
|
|
23574
23603
|
.amis-scope .a-PickerColumns-cancel:active,
|
23575
23604
|
.amis-scope .a-PickerColumns-confirm:active {
|
23576
|
-
|
23605
|
+
background-color: none !important;
|
23577
23606
|
}
|
23578
23607
|
|
23579
23608
|
.amis-scope .a-PickerColumns-cancel:hover,
|
@@ -23582,11 +23611,11 @@ readers do not read off random characters that represent icons */
|
|
23582
23611
|
}
|
23583
23612
|
|
23584
23613
|
.amis-scope .a-PickerColumns-confirm {
|
23585
|
-
color: #
|
23614
|
+
color: #2468f2 !important;
|
23586
23615
|
}
|
23587
23616
|
|
23588
23617
|
.amis-scope .a-PickerColumns-cancel {
|
23589
|
-
color: #
|
23618
|
+
color: #666 !important;
|
23590
23619
|
}
|
23591
23620
|
|
23592
23621
|
.amis-scope .a-PickerColumns-title {
|
@@ -23595,6 +23624,7 @@ readers do not read off random characters that represent icons */
|
|
23595
23624
|
font-size: 1rem;
|
23596
23625
|
line-height: 1.5;
|
23597
23626
|
text-align: center;
|
23627
|
+
color: #222;
|
23598
23628
|
}
|
23599
23629
|
|
23600
23630
|
.amis-scope .a-PickerColumns-columns {
|
@@ -23673,6 +23703,11 @@ readers do not read off random characters that represent icons */
|
|
23673
23703
|
opacity: 0.3;
|
23674
23704
|
}
|
23675
23705
|
|
23706
|
+
.amis-scope .a-PickerColumns-columnItemis-selected {
|
23707
|
+
font-size: 18px;
|
23708
|
+
color: --PickerColumns-title-color;
|
23709
|
+
}
|
23710
|
+
|
23676
23711
|
@keyframes bounceIn {
|
23677
23712
|
from, 20%, 40%, 60%, 80%, to {
|
23678
23713
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -25870,19 +25905,28 @@ readers do not read off random characters that represent icons */
|
|
25870
25905
|
}
|
25871
25906
|
|
25872
25907
|
.amis-scope .a-DropDown-menu {
|
25908
|
+
background: #fff;
|
25909
|
+
list-style: none;
|
25910
|
+
padding: 0.25rem 0;
|
25911
|
+
min-width: 10rem;
|
25912
|
+
text-align: left;
|
25913
|
+
border: none;
|
25914
|
+
user-select: none;
|
25915
|
+
}
|
25916
|
+
|
25917
|
+
.amis-scope .a-DropDown-menu-root {
|
25873
25918
|
position: absolute;
|
25874
25919
|
z-index: 1000;
|
25875
25920
|
top: 100%;
|
25876
25921
|
left: 0;
|
25877
25922
|
margin: 0.0625rem 0 0;
|
25878
|
-
|
25879
|
-
list-style: none;
|
25880
|
-
padding: 0.25rem 0;
|
25881
|
-
border: 0.0625rem solid #d1d5db;
|
25923
|
+
border: none;
|
25882
25924
|
border-radius: 0.142rem;
|
25883
25925
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
25884
25926
|
min-width: 10rem;
|
25885
|
-
|
25927
|
+
overflow-y: auto;
|
25928
|
+
overflow-x: hidden;
|
25929
|
+
max-height: 18.75rem;
|
25886
25930
|
}
|
25887
25931
|
|
25888
25932
|
.amis-scope .a-DropDown--alignRight .a-DropDown-menu {
|
@@ -25901,7 +25945,7 @@ readers do not read off random characters that represent icons */
|
|
25901
25945
|
height: 2.125rem;
|
25902
25946
|
vertical-align: middle;
|
25903
25947
|
user-select: none;
|
25904
|
-
color: #
|
25948
|
+
color: #151a26;
|
25905
25949
|
text-decoration: none;
|
25906
25950
|
}
|
25907
25951
|
|
@@ -25927,7 +25971,7 @@ readers do not read off random characters that represent icons */
|
|
25927
25971
|
.amis-scope .a-DropDown-menuItem.is-disabled,
|
25928
25972
|
.amis-scope .a-DropDown-menu > li.is-disabled {
|
25929
25973
|
cursor: not-allowed;
|
25930
|
-
color: #
|
25974
|
+
color: #b4b6ba;
|
25931
25975
|
filter: grayscale(80%);
|
25932
25976
|
}
|
25933
25977
|
|
@@ -25940,6 +25984,32 @@ readers do not read off random characters that represent icons */
|
|
25940
25984
|
padding: 0;
|
25941
25985
|
}
|
25942
25986
|
|
25987
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle,
|
25988
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle {
|
25989
|
+
height: inherit;
|
25990
|
+
font-size: 0.75rem;
|
25991
|
+
padding: 0.25rem 0.25rem;
|
25992
|
+
padding-left: 0.5rem;
|
25993
|
+
color: #848b99;
|
25994
|
+
flex-grow: 1;
|
25995
|
+
cursor: default;
|
25996
|
+
}
|
25997
|
+
|
25998
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle:hover,
|
25999
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle:hover {
|
26000
|
+
background: none;
|
26001
|
+
}
|
26002
|
+
|
26003
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle span,
|
26004
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle span {
|
26005
|
+
white-space: nowrap;
|
26006
|
+
}
|
26007
|
+
|
26008
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button,
|
26009
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
26010
|
+
padding-left: 1.25rem;
|
26011
|
+
}
|
26012
|
+
|
25943
26013
|
.amis-scope .a-DropDown-menu > li a {
|
25944
26014
|
color: inherit;
|
25945
26015
|
display: block;
|
@@ -26215,7 +26285,7 @@ readers do not read off random characters that represent icons */
|
|
26215
26285
|
background: #fff;
|
26216
26286
|
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
26217
26287
|
border-radius: 24px;
|
26218
|
-
overflow-x:
|
26288
|
+
overflow-x: auto;
|
26219
26289
|
position: relative;
|
26220
26290
|
height: 3rem;
|
26221
26291
|
line-height: 3rem;
|
@@ -26318,7 +26388,7 @@ readers do not read off random characters that represent icons */
|
|
26318
26388
|
}
|
26319
26389
|
|
26320
26390
|
.amis-scope .a-CalendarMobile-time {
|
26321
|
-
height:
|
26391
|
+
height: 11.25rem;
|
26322
26392
|
}
|
26323
26393
|
|
26324
26394
|
.amis-scope .a-CalendarMobile-time-title {
|
@@ -26334,6 +26404,15 @@ readers do not read off random characters that represent icons */
|
|
26334
26404
|
margin: 0 auto;
|
26335
26405
|
}
|
26336
26406
|
|
26407
|
+
.amis-scope .a-CalendarMobile .a-CalendarTime {
|
26408
|
+
height: 8.125rem;
|
26409
|
+
overflow: hidden;
|
26410
|
+
}
|
26411
|
+
|
26412
|
+
.amis-scope .a-CalendarMobile .a-PickerColumns-header {
|
26413
|
+
display: none;
|
26414
|
+
}
|
26415
|
+
|
26337
26416
|
.amis-scope .a-Collapse {
|
26338
26417
|
border: none;
|
26339
26418
|
padding: 0;
|
@@ -29163,7 +29242,7 @@ readers do not read off random characters that represent icons */
|
|
29163
29242
|
.amis-scope .a-ColumnToggler-menuItem.is-disabled,
|
29164
29243
|
.amis-scope .a-ColumnToggler-menu > li.is-disabled {
|
29165
29244
|
cursor: not-allowed;
|
29166
|
-
color: #
|
29245
|
+
color: #b4b6ba;
|
29167
29246
|
filter: grayscale(80%);
|
29168
29247
|
}
|
29169
29248
|
|
@@ -31616,6 +31695,36 @@ readers do not read off random characters that represent icons */
|
|
31616
31695
|
min-height: 24px;
|
31617
31696
|
}
|
31618
31697
|
|
31698
|
+
.amis-scope .a-ResultBox.is-mobile {
|
31699
|
+
min-height: calc(1.4285714286 * 1rem);
|
31700
|
+
border: none;
|
31701
|
+
padding: 0;
|
31702
|
+
font-size: 1rem;
|
31703
|
+
border: none;
|
31704
|
+
justify-content: flex-end;
|
31705
|
+
}
|
31706
|
+
|
31707
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow {
|
31708
|
+
margin-right: 0.25rem;
|
31709
|
+
width: 1rem;
|
31710
|
+
text-align: center;
|
31711
|
+
display: flex;
|
31712
|
+
align-items: center;
|
31713
|
+
justify-content: center;
|
31714
|
+
line-height: 1;
|
31715
|
+
margin-left: 4px;
|
31716
|
+
}
|
31717
|
+
|
31718
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow > svg {
|
31719
|
+
transition: transform 0s;
|
31720
|
+
display: inline-block;
|
31721
|
+
color: #4b5563;
|
31722
|
+
width: 10px;
|
31723
|
+
height: 10px;
|
31724
|
+
top: 0;
|
31725
|
+
transform: rotate(-90deg);
|
31726
|
+
}
|
31727
|
+
|
31619
31728
|
.amis-scope .a-SearchBox {
|
31620
31729
|
display: inline-flex;
|
31621
31730
|
flex-direction: row;
|
@@ -33164,6 +33273,8 @@ readers do not read off random characters that represent icons */
|
|
33164
33273
|
pointer-events: all;
|
33165
33274
|
margin-left: 0.25rem;
|
33166
33275
|
cursor: pointer;
|
33276
|
+
display: inline-block;
|
33277
|
+
vertical-align: middle;
|
33167
33278
|
}
|
33168
33279
|
|
33169
33280
|
.amis-scope .a-Checkbox > i + span > a {
|
@@ -33770,6 +33881,38 @@ readers do not read off random characters that represent icons */
|
|
33770
33881
|
display: inline-block;
|
33771
33882
|
}
|
33772
33883
|
|
33884
|
+
.amis-scope .a-CityArea-popup {
|
33885
|
+
height: 17.5rem;
|
33886
|
+
}
|
33887
|
+
|
33888
|
+
.amis-scope .a-CityArea-Input {
|
33889
|
+
margin-top: 0.25rem;
|
33890
|
+
outline: none;
|
33891
|
+
vertical-align: top;
|
33892
|
+
border: 0.0625rem solid #d1d5db;
|
33893
|
+
border-radius: 0.142rem;
|
33894
|
+
line-height: 1.4285714286;
|
33895
|
+
padding: calc(
|
33896
|
+
(
|
33897
|
+
1.875rem - 1.4285714286 *
|
33898
|
+
0.875rem - 0.125rem
|
33899
|
+
) / 2
|
33900
|
+
) 0.5rem;
|
33901
|
+
font-size: 0.875rem;
|
33902
|
+
display: inline-flex !important;
|
33903
|
+
}
|
33904
|
+
|
33905
|
+
.amis-scope .a-CityArea-Input::placeholder {
|
33906
|
+
color: #99a6ad;
|
33907
|
+
user-select: none;
|
33908
|
+
}
|
33909
|
+
|
33910
|
+
.amis-scope .a-CityArea-Input:focus {
|
33911
|
+
border-color: #23b7e5;
|
33912
|
+
box-shadow: none;
|
33913
|
+
background: #fff;
|
33914
|
+
}
|
33915
|
+
|
33773
33916
|
.amis-scope .a-Switch {
|
33774
33917
|
cursor: pointer;
|
33775
33918
|
position: relative;
|
@@ -34050,6 +34193,7 @@ readers do not read off random characters that represent icons */
|
|
34050
34193
|
display: inline-flex;
|
34051
34194
|
vertical-align: middle;
|
34052
34195
|
text-align: left;
|
34196
|
+
align-items: center;
|
34053
34197
|
outline: none;
|
34054
34198
|
position: relative;
|
34055
34199
|
font-size: 0.875rem;
|
@@ -34196,10 +34340,26 @@ readers do not read off random characters that represent icons */
|
|
34196
34340
|
top: 0;
|
34197
34341
|
}
|
34198
34342
|
|
34199
|
-
.amis-scope .a-Select.is-opened .a-Select-arrow > svg {
|
34343
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) .a-Select-arrow > svg {
|
34200
34344
|
transform: rotate(180deg);
|
34201
34345
|
}
|
34202
34346
|
|
34347
|
+
.amis-scope .a-Select.is-mobile {
|
34348
|
+
min-height: calc(1.4285714286 * 1rem);
|
34349
|
+
border: none;
|
34350
|
+
padding: 0;
|
34351
|
+
font-size: 1rem;
|
34352
|
+
}
|
34353
|
+
|
34354
|
+
.amis-scope .a-Select.is-mobile .a-Select-valueWrap {
|
34355
|
+
text-align: right;
|
34356
|
+
padding-right: 4px;
|
34357
|
+
}
|
34358
|
+
|
34359
|
+
.amis-scope .a-Select.is-mobile .a-Select-arrow > svg {
|
34360
|
+
transform: rotate(-90deg);
|
34361
|
+
}
|
34362
|
+
|
34203
34363
|
.amis-scope .a-Select-menu {
|
34204
34364
|
max-height: 18.75rem;
|
34205
34365
|
overflow: auto;
|
@@ -34210,6 +34370,15 @@ readers do not read off random characters that represent icons */
|
|
34210
34370
|
margin-top: -0.1875rem;
|
34211
34371
|
}
|
34212
34372
|
|
34373
|
+
.amis-scope .a-Select-menu.is-mobile {
|
34374
|
+
width: 100%;
|
34375
|
+
text-align: center;
|
34376
|
+
}
|
34377
|
+
|
34378
|
+
.amis-scope .a-Select-menu.is-mobile .a-Select-option {
|
34379
|
+
line-height: 2.25rem;
|
34380
|
+
}
|
34381
|
+
|
34213
34382
|
.amis-scope .a-Select--longlist {
|
34214
34383
|
overflow: hidden;
|
34215
34384
|
max-height: max-content;
|
@@ -34311,8 +34480,8 @@ readers do not read off random characters that represent icons */
|
|
34311
34480
|
margin-right: 0.25rem;
|
34312
34481
|
}
|
34313
34482
|
|
34314
|
-
.amis-scope .a-Select.is-focused,
|
34315
|
-
.amis-scope .a-Select.is-opened {
|
34483
|
+
.amis-scope .a-Select.is-focused:not(.is-mobile),
|
34484
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) {
|
34316
34485
|
border-color: #23b7e5;
|
34317
34486
|
color: #58666e;
|
34318
34487
|
}
|
@@ -34342,6 +34511,10 @@ readers do not read off random characters that represent icons */
|
|
34342
34511
|
fill: #1f2329;
|
34343
34512
|
}
|
34344
34513
|
|
34514
|
+
.amis-scope .a-Select-popup {
|
34515
|
+
height: 20rem;
|
34516
|
+
}
|
34517
|
+
|
34345
34518
|
.amis-scope .a-Select-popover {
|
34346
34519
|
margin-top: calc(0.0625rem * -1);
|
34347
34520
|
background: #fff;
|
@@ -34755,7 +34928,7 @@ readers do not read off random characters that represent icons */
|
|
34755
34928
|
}
|
34756
34929
|
|
34757
34930
|
.amis-scope .a-ColorPicker-popup {
|
34758
|
-
height:
|
34931
|
+
height: 25rem;
|
34759
34932
|
}
|
34760
34933
|
|
34761
34934
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
@@ -35023,7 +35196,50 @@ readers do not read off random characters that represent icons */
|
|
35023
35196
|
}
|
35024
35197
|
|
35025
35198
|
.amis-scope .a-DatePicker-popup {
|
35026
|
-
height:
|
35199
|
+
height: 18.75rem;
|
35200
|
+
}
|
35201
|
+
|
35202
|
+
.amis-scope .a-DatePicker.is-mobile {
|
35203
|
+
border: 0;
|
35204
|
+
justify-content: flex-end;
|
35205
|
+
}
|
35206
|
+
|
35207
|
+
.amis-scope .a-DatePicker.is-mobile span:focus,
|
35208
|
+
.amis-scope .a-DatePicker.is-mobile a:focus {
|
35209
|
+
outline: unset;
|
35210
|
+
}
|
35211
|
+
|
35212
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value,
|
35213
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-clear {
|
35214
|
+
display: inline-flex;
|
35215
|
+
justify-content: flex-end;
|
35216
|
+
padding: 0 0;
|
35217
|
+
}
|
35218
|
+
|
35219
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value {
|
35220
|
+
margin-right: 0.25rem;
|
35221
|
+
}
|
35222
|
+
|
35223
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-placeholder {
|
35224
|
+
flex-grow: unset;
|
35225
|
+
flex-basis: unset;
|
35226
|
+
}
|
35227
|
+
|
35228
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-toggler {
|
35229
|
+
margin-top: -3px;
|
35230
|
+
}
|
35231
|
+
|
35232
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile {
|
35233
|
+
color: red;
|
35234
|
+
}
|
35235
|
+
|
35236
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt {
|
35237
|
+
width: 100%;
|
35238
|
+
}
|
35239
|
+
|
35240
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt .rdtPicker {
|
35241
|
+
width: 100%;
|
35242
|
+
padding: unset;
|
35027
35243
|
}
|
35028
35244
|
|
35029
35245
|
.amis-scope .rdt {
|
@@ -35578,7 +35794,7 @@ readers do not read off random characters that represent icons */
|
|
35578
35794
|
}
|
35579
35795
|
|
35580
35796
|
.amis-scope .a-DateRangePicker-popup {
|
35581
|
-
height:
|
35797
|
+
height: 25rem;
|
35582
35798
|
}
|
35583
35799
|
|
35584
35800
|
@media (min-width: 576px) {
|
@@ -36926,7 +37142,7 @@ readers do not read off random characters that represent icons */
|
|
36926
37142
|
}
|
36927
37143
|
|
36928
37144
|
.amis-scope .a-TreeSelect-popup {
|
36929
|
-
height:
|
37145
|
+
height: 25rem;
|
36930
37146
|
}
|
36931
37147
|
|
36932
37148
|
.amis-scope .a-TreeSelect-popover {
|
@@ -38092,6 +38308,10 @@ readers do not read off random characters that represent icons */
|
|
38092
38308
|
flex-direction: column;
|
38093
38309
|
}
|
38094
38310
|
|
38311
|
+
.amis-scope .a-TransferDropDown-content.is-mobile {
|
38312
|
+
width: 100%;
|
38313
|
+
}
|
38314
|
+
|
38095
38315
|
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
38096
38316
|
flex-grow: 1;
|
38097
38317
|
max-height: 100%;
|
@@ -38193,6 +38413,125 @@ readers do not read off random characters that represent icons */
|
|
38193
38413
|
border-bottom: 0.0625rem solid #eceff8;
|
38194
38414
|
}
|
38195
38415
|
|
38416
|
+
.amis-scope .a-NestedSelect-popup {
|
38417
|
+
height: 28.75rem;
|
38418
|
+
}
|
38419
|
+
|
38420
|
+
.amis-scope .a-Cascader-tabs {
|
38421
|
+
display: flex;
|
38422
|
+
}
|
38423
|
+
|
38424
|
+
.amis-scope .a-Cascader-tabs.scrollable {
|
38425
|
+
display: block;
|
38426
|
+
overflow-x: auto;
|
38427
|
+
white-space: nowrap;
|
38428
|
+
}
|
38429
|
+
|
38430
|
+
.amis-scope .a-Cascader-tabs.scrollable::-webkit-scrollbar {
|
38431
|
+
display: none;
|
38432
|
+
}
|
38433
|
+
|
38434
|
+
.amis-scope .a-Cascader-tab {
|
38435
|
+
flex: 1;
|
38436
|
+
width: calc((100vw - 20px) / 3);
|
38437
|
+
height: 23.125rem;
|
38438
|
+
overflow-y: auto;
|
38439
|
+
display: inline-block;
|
38440
|
+
}
|
38441
|
+
|
38442
|
+
.amis-scope .a-Cascader-tab::-webkit-scrollbar {
|
38443
|
+
display: none;
|
38444
|
+
}
|
38445
|
+
|
38446
|
+
.amis-scope .a-Cascader {
|
38447
|
+
width: 100%;
|
38448
|
+
padding: 0 10px;
|
38449
|
+
}
|
38450
|
+
|
38451
|
+
.amis-scope .a-Cascader-Nav {
|
38452
|
+
overflow-x: auto;
|
38453
|
+
}
|
38454
|
+
|
38455
|
+
.amis-scope .a-Cascader-NavItem {
|
38456
|
+
display: inline-block;
|
38457
|
+
margin-right: 0.625rem;
|
38458
|
+
list-style: none;
|
38459
|
+
cursor: pointer;
|
38460
|
+
user-select: none;
|
38461
|
+
padding: 0 0.375rem;
|
38462
|
+
}
|
38463
|
+
|
38464
|
+
.amis-scope .a-Cascader-btnGroup {
|
38465
|
+
display: flex;
|
38466
|
+
justify-content: space-between;
|
38467
|
+
align-items: center;
|
38468
|
+
height: 3.75rem;
|
38469
|
+
}
|
38470
|
+
|
38471
|
+
.amis-scope .a-Cascader-options {
|
38472
|
+
box-sizing: border-box;
|
38473
|
+
height: var(--Cascader-option-height);
|
38474
|
+
padding-top: 0.375rem;
|
38475
|
+
overflow-y: auto;
|
38476
|
+
-webkit-overflow-scrolling: touch;
|
38477
|
+
margin: 0;
|
38478
|
+
padding: 0;
|
38479
|
+
}
|
38480
|
+
|
38481
|
+
.amis-scope .a-Cascader-option {
|
38482
|
+
display: flex;
|
38483
|
+
align-items: center;
|
38484
|
+
justify-content: space-between;
|
38485
|
+
padding: 0.375rem 0;
|
38486
|
+
font-size: 0.875rem;
|
38487
|
+
line-height: var(--Cascader-option-lineHeight);
|
38488
|
+
cursor: pointer;
|
38489
|
+
position: relative;
|
38490
|
+
}
|
38491
|
+
|
38492
|
+
.amis-scope .a-Cascader-option.selected span {
|
38493
|
+
color: #7266ba;
|
38494
|
+
}
|
38495
|
+
|
38496
|
+
.amis-scope .a-Cascader-option.disabled span {
|
38497
|
+
color: gray;
|
38498
|
+
}
|
38499
|
+
|
38500
|
+
.amis-scope .a-Cascader-option--text {
|
38501
|
+
white-space: nowrap;
|
38502
|
+
overflow: hidden;
|
38503
|
+
text-overflow: ellipsis;
|
38504
|
+
user-select: none;
|
38505
|
+
}
|
38506
|
+
|
38507
|
+
.amis-scope .a-Cascader-option-selectedNum {
|
38508
|
+
min-width: 1rem;
|
38509
|
+
height: 1rem;
|
38510
|
+
line-height: 1rem;
|
38511
|
+
border-radius: 100%;
|
38512
|
+
text-align: center;
|
38513
|
+
background: #23b7e5;
|
38514
|
+
color: #fff !important;
|
38515
|
+
font-size: 0.75rem;
|
38516
|
+
display: inline-block;
|
38517
|
+
position: absolute;
|
38518
|
+
right: 0;
|
38519
|
+
top: 50%;
|
38520
|
+
transform: translateY(-50%);
|
38521
|
+
}
|
38522
|
+
|
38523
|
+
.amis-scope .a-Cascader-icon {
|
38524
|
+
color: #7266ba;
|
38525
|
+
}
|
38526
|
+
|
38527
|
+
.amis-scope .a-Cascader-tab {
|
38528
|
+
padding: 0;
|
38529
|
+
}
|
38530
|
+
|
38531
|
+
.amis-scope .a-Cascader-btnCancel {
|
38532
|
+
color: #666;
|
38533
|
+
}
|
38534
|
+
|
38196
38535
|
.amis-scope .a-IconPickerControl {
|
38197
38536
|
position: relative;
|
38198
38537
|
max-width: 100%;
|