amis 1.5.7 → 1.5.8-beta.2
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/.husky/pre-commit +1 -1
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +10 -4
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +21 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +19 -6
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.js +9 -4
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.js +0 -1
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1 -0
- package/lib/components/PopUp.js +5 -5
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/ResultBox.js +2 -1
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Select.js +1 -1
- package/lib/components/Select.js.map +1 -1
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +516 -0
- package/lib/components/TimelineItem.js +41 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/TransferDropDown.js +1 -5
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +5 -0
- package/lib/components/calendar/Calendar.js +15 -2
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +1 -0
- package/lib/components/calendar/DaysView.js +25 -13
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +28 -0
- package/lib/components/calendar/MonthsView.js +79 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +5 -0
- package/lib/components/calendar/TimeView.js +8 -5
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.js +6 -4
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +13 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +12 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +6 -4
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.js +11 -4
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.js +1 -1
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.js +1 -1
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +38 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/themes/ang-ie11.css +659 -25
- package/lib/themes/ang.css +659 -25
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +694 -25
- package/lib/themes/antd.css +694 -25
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +696 -25
- package/lib/themes/cxd.css +696 -25
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +660 -25
- package/lib/themes/dark.css +660 -25
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +696 -25
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/helper.js +1 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +13 -6
- package/schema.json +1042 -541
- package/scss/_properties.scss +8 -0
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +280 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_popup.scss +10 -6
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_selection.scss +5 -4
- package/scss/themes/_antd-variables.scss +42 -0
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +47 -0
- package/scss/themes/_dark-variables.scss +1 -0
- package/sdk/ang-ie11.css +782 -23
- package/sdk/ang.css +791 -26
- package/sdk/antd-ie11.css +782 -23
- package/sdk/antd.css +826 -26
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +782 -23
- package/sdk/cxd.css +828 -26
- package/sdk/dark-ie11.css +783 -24
- package/sdk/dark.css +792 -26
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +13 -2
- 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 +782 -23
- package/sdk/sdk.css +828 -26
- package/sdk/sdk.js +1225 -1285
- 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/Schema.ts +3 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +563 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/ColorPicker.tsx +37 -39
- package/src/components/DatePicker.tsx +41 -35
- package/src/components/DateRangePicker.tsx +61 -16
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +57 -17
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +41 -36
- package/src/components/PickerColumn.tsx +22 -25
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopUp.tsx +34 -49
- package/src/components/ResultBox.tsx +4 -1
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +1 -1
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +31 -0
- package/src/components/TimelineItem.tsx +107 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +1 -7
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +26 -6
- package/src/components/calendar/DaysView.tsx +79 -31
- package/src/components/calendar/MonthsView.tsx +116 -2
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +26 -16
- package/src/components/calendar/YearsView.tsx +14 -16
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/factory.tsx +6 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +13 -2
- package/src/locale/en-US.ts +13 -2
- package/src/locale/zh-CN.ts +12 -1
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputColor.tsx +1 -1
- package/src/renderers/Form/InputDate.tsx +38 -19
- package/src/renderers/Form/InputDateRange.tsx +0 -1
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +15 -4
- package/src/renderers/Form/NestedSelect.tsx +1 -1
- package/src/renderers/Form/Select.tsx +0 -1
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +12 -14
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Remark.tsx +67 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/store/combo.ts +1 -3
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/helper.ts +1 -1
package/sdk/ang.css
CHANGED
@@ -19838,6 +19838,12 @@ readers do not read off random characters that represent icons */
|
|
19838
19838
|
--Audio-volumeControl-width: 6.875rem;
|
19839
19839
|
--Avatar-bg: #d1d5db;
|
19840
19840
|
--Avatar-width: 2.5rem;
|
19841
|
+
--Avatar-size-large: 3rem;
|
19842
|
+
--Avatar-size-default: var(--Avatar-width);
|
19843
|
+
--Avatar-size-small: 2rem;
|
19844
|
+
--Avatar-icon-size-large: 1.25rem;
|
19845
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
19846
|
+
--Avatar-icon-size-small: 0.75rem;
|
19841
19847
|
--Badge-size: var(--gap-md);
|
19842
19848
|
--Badge-color: var(--white);
|
19843
19849
|
--Badge--success-bg: var(--success);
|
@@ -23534,9 +23540,10 @@ readers do not read off random characters that represent icons */
|
|
23534
23540
|
|
23535
23541
|
.amis-scope .a-Avatar {
|
23536
23542
|
background: var(--Avatar-bg);
|
23537
|
-
width: var(--Avatar-
|
23538
|
-
height: var(--Avatar-
|
23539
|
-
line-height: var(--Avatar-
|
23543
|
+
width: var(--Avatar-size-default);
|
23544
|
+
height: var(--Avatar-size-default);
|
23545
|
+
line-height: var(--Avatar-size-default);
|
23546
|
+
position: relative;
|
23540
23547
|
display: inline-block;
|
23541
23548
|
overflow: hidden;
|
23542
23549
|
flex-shrink: 0;
|
@@ -23544,6 +23551,36 @@ readers do not read off random characters that represent icons */
|
|
23544
23551
|
text-align: center;
|
23545
23552
|
}
|
23546
23553
|
|
23554
|
+
.amis-scope .a-Avatar i {
|
23555
|
+
font-size: var(--Avatar-icon-size-default);
|
23556
|
+
}
|
23557
|
+
|
23558
|
+
.amis-scope .a-Avatar--lg {
|
23559
|
+
width: var(--Avatar-size-large);
|
23560
|
+
height: var(--Avatar-size-large);
|
23561
|
+
line-height: var(--Avatar-size-large);
|
23562
|
+
}
|
23563
|
+
|
23564
|
+
.amis-scope .a-Avatar--lg i {
|
23565
|
+
font-size: var(--Avatar-icon-size-large);
|
23566
|
+
}
|
23567
|
+
|
23568
|
+
.amis-scope .a-Avatar--sm {
|
23569
|
+
width: var(--Avatar-size-small);
|
23570
|
+
height: var(--Avatar-size-small);
|
23571
|
+
line-height: var(--Avatar-size-small);
|
23572
|
+
}
|
23573
|
+
|
23574
|
+
.amis-scope .a-Avatar--sm i {
|
23575
|
+
font-size: var(--Avatar-icon-size-small);
|
23576
|
+
}
|
23577
|
+
|
23578
|
+
.amis-scope .a-Avatar--text {
|
23579
|
+
position: absolute;
|
23580
|
+
left: 50%;
|
23581
|
+
transform-origin: 0 center;
|
23582
|
+
}
|
23583
|
+
|
23547
23584
|
.amis-scope .a-Avatar--square {
|
23548
23585
|
border-radius: 0%;
|
23549
23586
|
}
|
@@ -23552,15 +23589,9 @@ readers do not read off random characters that represent icons */
|
|
23552
23589
|
border-radius: 10%;
|
23553
23590
|
}
|
23554
23591
|
|
23555
|
-
.amis-scope .a-Avatar i {
|
23556
|
-
font-size: var(--fontSizeLg);
|
23557
|
-
}
|
23558
|
-
|
23559
23592
|
.amis-scope .a-Avatar img {
|
23560
|
-
color: transparent;
|
23561
23593
|
width: 100%;
|
23562
23594
|
height: 100%;
|
23563
|
-
object-fit: cover;
|
23564
23595
|
}
|
23565
23596
|
|
23566
23597
|
.amis-scope .a-Avatar:hover img,
|
@@ -23974,6 +24005,23 @@ readers do not read off random characters that represent icons */
|
|
23974
24005
|
overflow: auto;
|
23975
24006
|
}
|
23976
24007
|
|
24008
|
+
/* 移动端样式调整 */
|
24009
|
+
|
24010
|
+
@media (max-width: 767px) {
|
24011
|
+
.amis-scope .a-Modal .a-Modal-footer {
|
24012
|
+
display: flex;
|
24013
|
+
}
|
24014
|
+
|
24015
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button {
|
24016
|
+
flex: 1;
|
24017
|
+
height: 2.75rem;
|
24018
|
+
}
|
24019
|
+
|
24020
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button:first-child {
|
24021
|
+
margin-left: 0;
|
24022
|
+
}
|
24023
|
+
}
|
24024
|
+
|
23977
24025
|
.amis-scope .a-Drawer {
|
23978
24026
|
position: fixed;
|
23979
24027
|
top: 0;
|
@@ -24710,22 +24758,26 @@ readers do not read off random characters that represent icons */
|
|
24710
24758
|
|
24711
24759
|
.amis-scope .a-PopUp-closeWrap {
|
24712
24760
|
width: 100%;
|
24713
|
-
position: absolute
|
24761
|
+
position: absolute;
|
24714
24762
|
left: 0;
|
24715
24763
|
top: 0;
|
24764
|
+
text-align: center;
|
24765
|
+
height: 3rem;
|
24766
|
+
line-height: 3rem;
|
24716
24767
|
}
|
24717
24768
|
|
24718
|
-
.amis-scope .a-PopUp-close {
|
24719
|
-
|
24720
|
-
|
24721
|
-
|
24769
|
+
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
24770
|
+
position: absolute;
|
24771
|
+
z-index: 1;
|
24772
|
+
color: var(--icon-color);
|
24722
24773
|
cursor: pointer;
|
24774
|
+
top: 0.9375rem;
|
24775
|
+
right: 0.9375rem;
|
24723
24776
|
}
|
24724
24777
|
|
24725
24778
|
.amis-scope .a-PopUp-content {
|
24726
24779
|
overflow-y: auto;
|
24727
24780
|
height: 100%;
|
24728
|
-
display: flex;
|
24729
24781
|
}
|
24730
24782
|
|
24731
24783
|
.amis-scope .a-PopUp > * {
|
@@ -26755,6 +26807,50 @@ readers do not read off random characters that represent icons */
|
|
26755
26807
|
display: none;
|
26756
26808
|
}
|
26757
26809
|
|
26810
|
+
/* 移动端样式调整 */
|
26811
|
+
|
26812
|
+
@media (max-width: 767px) {
|
26813
|
+
.amis-scope .a-Panel--form {
|
26814
|
+
border: none;
|
26815
|
+
box-shadow: none;
|
26816
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
26817
|
+
}
|
26818
|
+
|
26819
|
+
.amis-scope .a-Panel--form .a-Panel-body {
|
26820
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
26821
|
+
}
|
26822
|
+
|
26823
|
+
.amis-scope .a-Panel--form > .a-Panel-heading {
|
26824
|
+
background: none;
|
26825
|
+
border: none;
|
26826
|
+
border-radius: 0;
|
26827
|
+
}
|
26828
|
+
|
26829
|
+
.amis-scope .a-Panel--form > .a-Panel-heading .a-Panel-title {
|
26830
|
+
padding-left: var(--Panel-bodyPadding);
|
26831
|
+
border-left: 0.1875rem solid var(--primary);
|
26832
|
+
font-size: var(--fontSizeLg);
|
26833
|
+
}
|
26834
|
+
|
26835
|
+
.amis-scope .a-Panel--form .a-Panel-footerWrap {
|
26836
|
+
padding-bottom: var(--Panel-bodyPadding);
|
26837
|
+
}
|
26838
|
+
|
26839
|
+
.amis-scope .a-Panel--form .a-Panel-footer {
|
26840
|
+
border-top: none;
|
26841
|
+
display: flex;
|
26842
|
+
padding: 0 var(--Panel-bodyPadding);
|
26843
|
+
}
|
26844
|
+
|
26845
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button {
|
26846
|
+
flex: 1;
|
26847
|
+
}
|
26848
|
+
|
26849
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button:first-child {
|
26850
|
+
margin-left: 0;
|
26851
|
+
}
|
26852
|
+
}
|
26853
|
+
|
26758
26854
|
.amis-scope .a-Service {
|
26759
26855
|
position: relative;
|
26760
26856
|
}
|
@@ -27191,6 +27287,294 @@ readers do not read off random characters that represent icons */
|
|
27191
27287
|
position: relative;
|
27192
27288
|
}
|
27193
27289
|
|
27290
|
+
.amis-scope .a-CalendarMobile {
|
27291
|
+
height: 100%;
|
27292
|
+
overflow: scroll;
|
27293
|
+
}
|
27294
|
+
|
27295
|
+
.amis-scope .a-CalendarMobile-pop {
|
27296
|
+
position: fixed;
|
27297
|
+
bottom: 0;
|
27298
|
+
left: 0;
|
27299
|
+
width: 100vw;
|
27300
|
+
height: 90vh;
|
27301
|
+
background: #fff;
|
27302
|
+
border-radius: 1rem 1rem 0 0;
|
27303
|
+
overflow: hidden;
|
27304
|
+
border-width: 0;
|
27305
|
+
}
|
27306
|
+
|
27307
|
+
.amis-scope .a-CalendarMobile-wrap {
|
27308
|
+
display: flex;
|
27309
|
+
flex-direction: column;
|
27310
|
+
height: 100%;
|
27311
|
+
}
|
27312
|
+
|
27313
|
+
.amis-scope .a-CalendarMobile-header {
|
27314
|
+
flex-shrink: 0;
|
27315
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27316
|
+
position: relative;
|
27317
|
+
}
|
27318
|
+
|
27319
|
+
.amis-scope .a-CalendarMobile-header .subtitle-text {
|
27320
|
+
display: inline-block;
|
27321
|
+
width: 6.875rem;
|
27322
|
+
position: relative;
|
27323
|
+
}
|
27324
|
+
|
27325
|
+
.amis-scope .a-CalendarMobile-header .rdtPrev {
|
27326
|
+
width: 1.25rem;
|
27327
|
+
height: 2.75rem;
|
27328
|
+
display: block;
|
27329
|
+
position: absolute;
|
27330
|
+
top: 0;
|
27331
|
+
left: -1.25rem;
|
27332
|
+
}
|
27333
|
+
|
27334
|
+
.amis-scope .a-CalendarMobile-header .rdtNext {
|
27335
|
+
width: 1.25rem;
|
27336
|
+
height: 2.75rem;
|
27337
|
+
display: block;
|
27338
|
+
position: absolute;
|
27339
|
+
top: 0;
|
27340
|
+
right: -1.25rem;
|
27341
|
+
}
|
27342
|
+
|
27343
|
+
.amis-scope .a-CalendarMobile-title,
|
27344
|
+
.amis-scope .a-CalendarMobile-subtitle {
|
27345
|
+
height: 2.75rem;
|
27346
|
+
font-weight: 500;
|
27347
|
+
line-height: 2.75rem;
|
27348
|
+
text-align: center;
|
27349
|
+
}
|
27350
|
+
|
27351
|
+
.amis-scope .a-CalendarMobile-title {
|
27352
|
+
font-size: var(--fontSizeLg);
|
27353
|
+
}
|
27354
|
+
|
27355
|
+
.amis-scope .a-CalendarMobile-weekdays {
|
27356
|
+
display: flex;
|
27357
|
+
}
|
27358
|
+
|
27359
|
+
.amis-scope .a-CalendarMobile-weekdays .weekday {
|
27360
|
+
flex: 1;
|
27361
|
+
line-height: 1.875rem;
|
27362
|
+
text-align: center;
|
27363
|
+
}
|
27364
|
+
|
27365
|
+
.amis-scope .a-CalendarMobile-close {
|
27366
|
+
position: absolute;
|
27367
|
+
z-index: 1;
|
27368
|
+
color: #c8c9cc;
|
27369
|
+
font-size: 1rem;
|
27370
|
+
cursor: pointer;
|
27371
|
+
top: 0.6875rem;
|
27372
|
+
right: 1rem;
|
27373
|
+
}
|
27374
|
+
|
27375
|
+
.amis-scope .a-CalendarMobile-body::-webkit-scrollbar {
|
27376
|
+
width: 0;
|
27377
|
+
}
|
27378
|
+
|
27379
|
+
.amis-scope .a-CalendarMobile-body {
|
27380
|
+
flex: 1;
|
27381
|
+
overflow-y: scroll;
|
27382
|
+
}
|
27383
|
+
|
27384
|
+
.amis-scope .a-CalendarMobile-body table {
|
27385
|
+
border-spacing: 0 0.25rem;
|
27386
|
+
}
|
27387
|
+
|
27388
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27389
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27390
|
+
background: transparent;
|
27391
|
+
color: var(--Calendar-color);
|
27392
|
+
text-shadow: none;
|
27393
|
+
}
|
27394
|
+
|
27395
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27396
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27397
|
+
color: #999;
|
27398
|
+
}
|
27399
|
+
|
27400
|
+
.amis-scope .a-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27401
|
+
display: none;
|
27402
|
+
}
|
27403
|
+
|
27404
|
+
.amis-scope .a-CalendarMobile-body .rdtPicker td {
|
27405
|
+
height: 3.5rem;
|
27406
|
+
position: relative;
|
27407
|
+
}
|
27408
|
+
|
27409
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27410
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27411
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27412
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27413
|
+
background: transparent;
|
27414
|
+
}
|
27415
|
+
|
27416
|
+
.amis-scope .a-CalendarMobile-body .calendar-wrap {
|
27417
|
+
position: relative;
|
27418
|
+
width: 3.125rem;
|
27419
|
+
height: 100%;
|
27420
|
+
text-align: center;
|
27421
|
+
display: inline-flex;
|
27422
|
+
align-items: center;
|
27423
|
+
justify-content: center;
|
27424
|
+
border-radius: 0.25rem;
|
27425
|
+
}
|
27426
|
+
|
27427
|
+
.amis-scope .a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
27428
|
+
width: auto;
|
27429
|
+
max-width: 3.125rem;
|
27430
|
+
}
|
27431
|
+
|
27432
|
+
.amis-scope .a-CalendarMobile-footer {
|
27433
|
+
flex-shrink: 0;
|
27434
|
+
}
|
27435
|
+
|
27436
|
+
.amis-scope .a-CalendarMobile-footer .date-range-confirm {
|
27437
|
+
height: 2.25rem;
|
27438
|
+
margin: 0.4375rem 0;
|
27439
|
+
border-radius: var(--borderRadiusMd);
|
27440
|
+
display: block;
|
27441
|
+
}
|
27442
|
+
|
27443
|
+
.amis-scope .a-CalendarMobile-footer .is-disabled {
|
27444
|
+
opacity: 0.5;
|
27445
|
+
color: var(--Button--primary-color);
|
27446
|
+
background: var(--Button--primary-bg);
|
27447
|
+
border-color: var(--Button--primary-bg);
|
27448
|
+
filter: none;
|
27449
|
+
}
|
27450
|
+
|
27451
|
+
.amis-scope .a-CalendarMobile-footer-toolbar {
|
27452
|
+
padding: 0 1rem;
|
27453
|
+
}
|
27454
|
+
|
27455
|
+
.amis-scope .a-CalendarMobile-footer-ranges {
|
27456
|
+
background: #fff;
|
27457
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27458
|
+
border-radius: 24px;
|
27459
|
+
overflow-x: scroll;
|
27460
|
+
position: relative;
|
27461
|
+
height: 3rem;
|
27462
|
+
line-height: 3rem;
|
27463
|
+
}
|
27464
|
+
|
27465
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
27466
|
+
position: absolute;
|
27467
|
+
white-space: nowrap;
|
27468
|
+
}
|
27469
|
+
|
27470
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers .a-DateRangePicker-ranger {
|
27471
|
+
margin: 0 1.5625rem;
|
27472
|
+
}
|
27473
|
+
|
27474
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27475
|
+
padding: var(--gap-sm) 0;
|
27476
|
+
}
|
27477
|
+
|
27478
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker {
|
27479
|
+
width: 100%;
|
27480
|
+
padding: 0;
|
27481
|
+
}
|
27482
|
+
|
27483
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtOld {
|
27484
|
+
visibility: hidden;
|
27485
|
+
}
|
27486
|
+
|
27487
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtNew {
|
27488
|
+
display: none;
|
27489
|
+
}
|
27490
|
+
|
27491
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
27492
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
27493
|
+
color: var(--Button--primary-bg);
|
27494
|
+
}
|
27495
|
+
|
27496
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
27497
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
27498
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
27499
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
27500
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
27501
|
+
color: #fff;
|
27502
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
27503
|
+
}
|
27504
|
+
|
27505
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
27506
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
27507
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
27508
|
+
}
|
27509
|
+
|
27510
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
27511
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
27512
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
27513
|
+
}
|
27514
|
+
|
27515
|
+
.amis-scope .a-CalendarMobile-calendar-header {
|
27516
|
+
height: 1.875rem;
|
27517
|
+
line-height: 1.875rem;
|
27518
|
+
text-align: center;
|
27519
|
+
}
|
27520
|
+
|
27521
|
+
.amis-scope .a-CalendarMobile-range-text {
|
27522
|
+
position: absolute;
|
27523
|
+
right: 0;
|
27524
|
+
left: 0;
|
27525
|
+
bottom: 0;
|
27526
|
+
color: #fff;
|
27527
|
+
font-size: var(--fontSizeSm);
|
27528
|
+
white-space: nowrap;
|
27529
|
+
}
|
27530
|
+
|
27531
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27532
|
+
position: relative;
|
27533
|
+
}
|
27534
|
+
|
27535
|
+
.amis-scope .a-CalendarMobile-calendar-mark {
|
27536
|
+
position: absolute;
|
27537
|
+
top: 50%;
|
27538
|
+
left: 50%;
|
27539
|
+
z-index: 0;
|
27540
|
+
color: rgba(242, 243, 245, 0.8);
|
27541
|
+
font-size: 10rem;
|
27542
|
+
transform: translate(-50%, -50%);
|
27543
|
+
pointer-events: none;
|
27544
|
+
}
|
27545
|
+
|
27546
|
+
.amis-scope .a-CalendarMobile-toast {
|
27547
|
+
position: fixed;
|
27548
|
+
top: 50%;
|
27549
|
+
left: 50%;
|
27550
|
+
transform: translate(-50%, -50%);
|
27551
|
+
width: 8.5rem;
|
27552
|
+
height: 2.25rem;
|
27553
|
+
background: rgba(0, 0, 0, 0.9);
|
27554
|
+
border-radius: 4px;
|
27555
|
+
color: #fff;
|
27556
|
+
display: flex;
|
27557
|
+
justify-content: center;
|
27558
|
+
align-items: center;
|
27559
|
+
}
|
27560
|
+
|
27561
|
+
.amis-scope .a-CalendarMobile-time {
|
27562
|
+
height: 12.5rem;
|
27563
|
+
}
|
27564
|
+
|
27565
|
+
.amis-scope .a-CalendarMobile-time-title {
|
27566
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
27567
|
+
border-left: none;
|
27568
|
+
border-right: none;
|
27569
|
+
text-align: center;
|
27570
|
+
height: 1.875rem;
|
27571
|
+
line-height: 1.875rem;
|
27572
|
+
}
|
27573
|
+
|
27574
|
+
.amis-scope .a-CalendarMobile-time .rdtPicker {
|
27575
|
+
margin: 0 auto;
|
27576
|
+
}
|
27577
|
+
|
27194
27578
|
.amis-scope .a-Collapse {
|
27195
27579
|
border: var(--Collapse-border);
|
27196
27580
|
padding: 0;
|
@@ -30962,7 +31346,7 @@ readers do not read off random characters that represent icons */
|
|
30962
31346
|
|
30963
31347
|
.amis-scope .a-Card-multiMedia-img {
|
30964
31348
|
display: block;
|
30965
|
-
width:
|
31349
|
+
width: auto;
|
30966
31350
|
height: auto;
|
30967
31351
|
object-fit: cover;
|
30968
31352
|
border-radius: var(--Card-borderRadius);
|
@@ -34195,7 +34579,6 @@ readers do not read off random characters that represent icons */
|
|
34195
34579
|
|
34196
34580
|
.amis-scope .a-Selection > .a-Checkbox {
|
34197
34581
|
display: block;
|
34198
|
-
height: var(--Form-input-height);
|
34199
34582
|
line-height: var(--Form-input-lineHeight);
|
34200
34583
|
font-size: var(--Form-input-fontSize);
|
34201
34584
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
@@ -34238,7 +34621,6 @@ readers do not read off random characters that represent icons */
|
|
34238
34621
|
|
34239
34622
|
.amis-scope .a-GroupedSelection-item {
|
34240
34623
|
display: flex;
|
34241
|
-
height: var(--Form-input-height);
|
34242
34624
|
line-height: var(--Form-input-lineHeight);
|
34243
34625
|
font-size: var(--Form-input-fontSize);
|
34244
34626
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34369,7 +34751,6 @@ readers do not read off random characters that represent icons */
|
|
34369
34751
|
.amis-scope .a-TreeSelection-itemInner {
|
34370
34752
|
display: flex;
|
34371
34753
|
align-items: center;
|
34372
|
-
height: var(--Form-input-height);
|
34373
34754
|
line-height: var(--Form-input-lineHeight);
|
34374
34755
|
font-size: var(--Form-input-fontSize);
|
34375
34756
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34424,6 +34805,7 @@ readers do not read off random characters that represent icons */
|
|
34424
34805
|
.amis-scope .a-ChainedSelection {
|
34425
34806
|
display: flex;
|
34426
34807
|
flex-direction: row;
|
34808
|
+
min-height: 100%;
|
34427
34809
|
}
|
34428
34810
|
|
34429
34811
|
.amis-scope .a-ChainedSelection-col {
|
@@ -34443,7 +34825,6 @@ readers do not read off random characters that represent icons */
|
|
34443
34825
|
|
34444
34826
|
.amis-scope .a-ChainedSelection-item {
|
34445
34827
|
display: flex;
|
34446
|
-
height: var(--Form-input-height);
|
34447
34828
|
line-height: var(--Form-input-lineHeight);
|
34448
34829
|
font-size: var(--Form-input-fontSize);
|
34449
34830
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -35209,6 +35590,7 @@ readers do not read off random characters that represent icons */
|
|
35209
35590
|
height: var(--Form-input-height);
|
35210
35591
|
line-height: var(--Form-input-lineHeight);
|
35211
35592
|
font-size: var(--Form-input-fontSize);
|
35593
|
+
align-items: center;
|
35212
35594
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
35213
35595
|
}
|
35214
35596
|
|
@@ -35218,6 +35600,7 @@ readers do not read off random characters that represent icons */
|
|
35218
35600
|
}
|
35219
35601
|
|
35220
35602
|
.amis-scope .a-Selections-item > .a-Selections-dragbar {
|
35603
|
+
top: 0;
|
35221
35604
|
width: var(--gap-lg);
|
35222
35605
|
position: relative;
|
35223
35606
|
left: calc(var(--gap-xs) * -1);
|
@@ -39551,6 +39934,176 @@ readers do not read off random characters that represent icons */
|
|
39551
39934
|
width: 10%;
|
39552
39935
|
}
|
39553
39936
|
|
39937
|
+
/* 移动端样式调整 */
|
39938
|
+
|
39939
|
+
@media (max-width: 767px) {
|
39940
|
+
.amis-scope .a-Form .a-Form-item {
|
39941
|
+
display: flex;
|
39942
|
+
flex-wrap: wrap;
|
39943
|
+
margin-bottom: 0;
|
39944
|
+
padding: var(--Form-item-gap) 0;
|
39945
|
+
position: relative;
|
39946
|
+
}
|
39947
|
+
|
39948
|
+
.amis-scope .a-Form .a-Form-item::after {
|
39949
|
+
position: absolute;
|
39950
|
+
box-sizing: border-box;
|
39951
|
+
content: " ";
|
39952
|
+
pointer-events: none;
|
39953
|
+
right: 0;
|
39954
|
+
bottom: 0;
|
39955
|
+
left: 0;
|
39956
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
39957
|
+
transform: scaleY(0.5);
|
39958
|
+
}
|
39959
|
+
|
39960
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
|
39961
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-addOn {
|
39962
|
+
border: none;
|
39963
|
+
}
|
39964
|
+
|
39965
|
+
.amis-scope .a-Form .a-Form-item > .a-Form-label {
|
39966
|
+
flex: 0 0 28%;
|
39967
|
+
max-width: 28%;
|
39968
|
+
min-height: 1px;
|
39969
|
+
text-align: left;
|
39970
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
39971
|
+
overflow-wrap: break-word;
|
39972
|
+
margin-right: 0;
|
39973
|
+
margin-bottom: 0;
|
39974
|
+
font-size: var(--fontSizeLg);
|
39975
|
+
}
|
39976
|
+
|
39977
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description {
|
39978
|
+
font-size: var(--fontSizeBase);
|
39979
|
+
}
|
39980
|
+
|
39981
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input {
|
39982
|
+
font-size: var(--fontSizeLg);
|
39983
|
+
}
|
39984
|
+
|
39985
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input input {
|
39986
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
39987
|
+
}
|
39988
|
+
|
39989
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value,
|
39990
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control {
|
39991
|
+
flex: 1;
|
39992
|
+
flex-wrap: wrap;
|
39993
|
+
font-size: var(--fontSizeLg);
|
39994
|
+
}
|
39995
|
+
|
39996
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
39997
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
39998
|
+
background: transparent;
|
39999
|
+
}
|
40000
|
+
|
40001
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint,
|
40002
|
+
.amis-scope .a-Form .a-Form-item .a-Form-remark,
|
40003
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static,
|
40004
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
40005
|
+
.amis-scope .a-Form .a-Form-item .a-SwitchControl,
|
40006
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxControl,
|
40007
|
+
.amis-scope .a-Form .a-Form-item .a-RadiosControl,
|
40008
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxesControl {
|
40009
|
+
padding-top: 0;
|
40010
|
+
padding-bottom: 0;
|
40011
|
+
}
|
40012
|
+
|
40013
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
40014
|
+
height: var(--Form-input-height);
|
40015
|
+
}
|
40016
|
+
|
40017
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint {
|
40018
|
+
font-size: var(--fontSizeBase);
|
40019
|
+
margin-left: 0;
|
40020
|
+
color: var(--text--muted-color);
|
40021
|
+
}
|
40022
|
+
|
40023
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-placeholder {
|
40024
|
+
top: 0;
|
40025
|
+
}
|
40026
|
+
|
40027
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static {
|
40028
|
+
min-height: 0;
|
40029
|
+
}
|
40030
|
+
|
40031
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description,
|
40032
|
+
.amis-scope .a-Form .a-Form-item .a-Form-feedback {
|
40033
|
+
font-size: var(--fontSizeBase);
|
40034
|
+
}
|
40035
|
+
|
40036
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-Select,
|
40037
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
40038
|
+
border: none;
|
40039
|
+
}
|
40040
|
+
|
40041
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
|
40042
|
+
height: var(--Form-input-height);
|
40043
|
+
}
|
40044
|
+
|
40045
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker {
|
40046
|
+
padding: 0;
|
40047
|
+
border: none;
|
40048
|
+
}
|
40049
|
+
|
40050
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
40051
|
+
display: none;
|
40052
|
+
}
|
40053
|
+
|
40054
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
40055
|
+
margin-bottom: var(--gap-xs);
|
40056
|
+
}
|
40057
|
+
|
40058
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea,
|
40059
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
40060
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
40061
|
+
border: none;
|
40062
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40063
|
+
box-shadow: none;
|
40064
|
+
}
|
40065
|
+
|
40066
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:hover,
|
40067
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:focus,
|
40068
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea.active,
|
40069
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
40070
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
40071
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
40072
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
40073
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
40074
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
40075
|
+
border: none;
|
40076
|
+
outline: none;
|
40077
|
+
outline-style: none;
|
40078
|
+
}
|
40079
|
+
|
40080
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
40081
|
+
padding: 0;
|
40082
|
+
min-height: 0;
|
40083
|
+
}
|
40084
|
+
|
40085
|
+
.amis-scope .a-Form .a-Form-groupColumn {
|
40086
|
+
margin-bottom: 0;
|
40087
|
+
}
|
40088
|
+
|
40089
|
+
.amis-scope .a-Form .a-Divider {
|
40090
|
+
display: none;
|
40091
|
+
}
|
40092
|
+
|
40093
|
+
.amis-scope .a-Form .a-Tabs-pane {
|
40094
|
+
padding: 0;
|
40095
|
+
}
|
40096
|
+
|
40097
|
+
.amis-scope .a-Form > .a-Form-item:last-child::after,
|
40098
|
+
.amis-scope .a-Form > .a-Form-item:last-of-type::after {
|
40099
|
+
display: none;
|
40100
|
+
}
|
40101
|
+
|
40102
|
+
.amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
40103
|
+
padding-bottom: var(--Form-input-paddingX);
|
40104
|
+
}
|
40105
|
+
}
|
40106
|
+
|
39554
40107
|
.amis-scope .a-AnchorNav {
|
39555
40108
|
display: flex;
|
39556
40109
|
height: 25rem;
|
@@ -39944,20 +40497,29 @@ readers do not read off random characters that represent icons */
|
|
39944
40497
|
box-sizing: content-box;
|
39945
40498
|
}
|
39946
40499
|
|
40500
|
+
.amis-scope .a-FormulaEditor-content {
|
40501
|
+
border-radius: var(--borderRadius);
|
40502
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40503
|
+
}
|
40504
|
+
|
39947
40505
|
.amis-scope .a-FormulaEditor-header {
|
39948
40506
|
width: 100%;
|
39949
|
-
height:
|
39950
|
-
line-height:
|
39951
|
-
padding
|
40507
|
+
height: 1.875rem;
|
40508
|
+
line-height: 1.875rem;
|
40509
|
+
padding: 0 0.625rem;
|
39952
40510
|
box-sizing: border-box;
|
39953
|
-
background:
|
40511
|
+
background: var(--Formula-header-bgColor);
|
40512
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
40513
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40514
|
+
font-weight: 500;
|
39954
40515
|
}
|
39955
40516
|
|
39956
40517
|
.amis-scope .a-FormulaEditor-editor {
|
39957
40518
|
min-height: 14.875rem;
|
39958
40519
|
max-height: 20rem;
|
39959
40520
|
height: auto;
|
39960
|
-
|
40521
|
+
padding: 0.625rem;
|
40522
|
+
padding-right: 0;
|
39961
40523
|
}
|
39962
40524
|
|
39963
40525
|
.amis-scope .a-FormulaEditor.is-error .a-FormulaEditor-editor {
|
@@ -40043,7 +40605,7 @@ readers do not read off random characters that represent icons */
|
|
40043
40605
|
}
|
40044
40606
|
|
40045
40607
|
.amis-scope .a-FormulaFuncList-funcItem.is-active {
|
40046
|
-
|
40608
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40047
40609
|
}
|
40048
40610
|
|
40049
40611
|
.amis-scope .a-FormulaFuncList-groupTitle {
|
@@ -40059,8 +40621,211 @@ readers do not read off random characters that represent icons */
|
|
40059
40621
|
padding: 10px 20px;
|
40060
40622
|
}
|
40061
40623
|
|
40624
|
+
.amis-scope .a-FormulaFuncList-funcDetail pre {
|
40625
|
+
white-space: pre-wrap;
|
40626
|
+
word-wrap: break-word;
|
40627
|
+
background: var(--Formula-header-bgColor);
|
40628
|
+
padding: 0.625rem;
|
40629
|
+
border-radius: var(--borderRadius);
|
40630
|
+
margin-top: 0;
|
40631
|
+
}
|
40632
|
+
|
40633
|
+
.amis-scope .a-FormulaFuncList-funcDetail div {
|
40634
|
+
color: var(--text--loud-color);
|
40635
|
+
}
|
40636
|
+
|
40062
40637
|
.amis-scope .a-FormulaPicker-icon {
|
40063
40638
|
margin-left: auto;
|
40639
|
+
margin-right: 0.3125rem;
|
40640
|
+
}
|
40641
|
+
|
40642
|
+
.amis-scope .a-Timeline-vertical {
|
40643
|
+
display: flex;
|
40644
|
+
flex-flow: column;
|
40645
|
+
}
|
40646
|
+
|
40647
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem {
|
40648
|
+
display: flex;
|
40649
|
+
flex: 1;
|
40650
|
+
flex-direction: row;
|
40651
|
+
}
|
40652
|
+
|
40653
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
40654
|
+
display: none;
|
40655
|
+
}
|
40656
|
+
|
40657
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle {
|
40658
|
+
position: relative;
|
40659
|
+
flex: var(--TimelineItem--axle-flex);
|
40660
|
+
}
|
40661
|
+
|
40662
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line {
|
40663
|
+
position: absolute;
|
40664
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
40665
|
+
width: var(--TimelineItem--left-line-width);
|
40666
|
+
left: var(--TimelineItem--left-line-left);
|
40667
|
+
top: var(--TimelineItem--left-line-top);
|
40668
|
+
background-color: var(--TimelineItem--line-bg);
|
40669
|
+
}
|
40670
|
+
|
40671
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
40672
|
+
position: absolute;
|
40673
|
+
width: var(--TimelineItem--round-width);
|
40674
|
+
height: var(--TimelineItem--round-height);
|
40675
|
+
left: var(--TimelineItem--round-left);
|
40676
|
+
top: var(--TimelineItem--round-top);
|
40677
|
+
background: var(--TimelineItem-round-bg);
|
40678
|
+
border-radius: var(--TimelineItem--round-radius);
|
40679
|
+
}
|
40680
|
+
|
40681
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
40682
|
+
background: var(--Timeline--danger-bg);
|
40683
|
+
}
|
40684
|
+
|
40685
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
|
40686
|
+
background: var(--Timeline--info-bg);
|
40687
|
+
}
|
40688
|
+
|
40689
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
|
40690
|
+
background: var(--Timeline--success-bg);
|
40691
|
+
}
|
40692
|
+
|
40693
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
40694
|
+
background: var(--Timeline--warning-bg);
|
40695
|
+
}
|
40696
|
+
|
40697
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-icon {
|
40698
|
+
position: absolute;
|
40699
|
+
width: var(--TimelineItem--icon-width);
|
40700
|
+
height: var(--TimelineItem--icon-height);
|
40701
|
+
left: var(--TimelineItem--icon-left);
|
40702
|
+
border-radius: var(--TimelineItem--icon-radius);
|
40703
|
+
}
|
40704
|
+
|
40705
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content {
|
40706
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
40707
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
40708
|
+
}
|
40709
|
+
|
40710
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
|
40711
|
+
color: var(--TimelineItem--text-secondary-color);
|
40712
|
+
font-size: var(--Timeline--font-size);
|
40713
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
40714
|
+
}
|
40715
|
+
|
40716
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
40717
|
+
color: var(--TimelineItem--text-primary-color);
|
40718
|
+
font-size: var(--Timeline--font-size);
|
40719
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
40720
|
+
}
|
40721
|
+
|
40722
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
40723
|
+
display: flex;
|
40724
|
+
cursor: pointer;
|
40725
|
+
align-items: center;
|
40726
|
+
font-size: var(--Timeline--font-size);
|
40727
|
+
color: var(--TimelineItem--detail-button-color);
|
40728
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
40729
|
+
}
|
40730
|
+
|
40731
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
40732
|
+
width: var(--TimelineItem-detail-arrow-width);
|
40733
|
+
height: var(--TimelineItem-detail-arrow-width);
|
40734
|
+
}
|
40735
|
+
|
40736
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
|
40737
|
+
transform: rotateX(180deg);
|
40738
|
+
}
|
40739
|
+
|
40740
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
40741
|
+
display: block;
|
40742
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
40743
|
+
font-size: var(--Timeline--font-size);
|
40744
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
40745
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
40746
|
+
}
|
40747
|
+
|
40748
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
40749
|
+
display: none;
|
40750
|
+
}
|
40751
|
+
|
40752
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-left .a-TimelineItem {
|
40753
|
+
flex-direction: row-reverse;
|
40754
|
+
}
|
40755
|
+
|
40756
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(odd) {
|
40757
|
+
flex-direction: row-reverse;
|
40758
|
+
max-width: 50%;
|
40759
|
+
}
|
40760
|
+
|
40761
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(even) {
|
40762
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
40763
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
40764
|
+
}
|
40765
|
+
|
40766
|
+
.amis-scope .a-Timeline-horizontal {
|
40767
|
+
display: flex;
|
40768
|
+
flex-flow: row;
|
40769
|
+
margin-left: 50%;
|
40770
|
+
transform: translateX(-50%);
|
40771
|
+
}
|
40772
|
+
|
40773
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem {
|
40774
|
+
display: flex;
|
40775
|
+
width: -webkit-fill-available;
|
40776
|
+
flex-flow: column;
|
40777
|
+
}
|
40778
|
+
|
40779
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
40780
|
+
display: none;
|
40781
|
+
}
|
40782
|
+
|
40783
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle {
|
40784
|
+
position: relative;
|
40785
|
+
flex: var(--TimelineItem--axle-flex);
|
40786
|
+
}
|
40787
|
+
|
40788
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-line {
|
40789
|
+
position: absolute;
|
40790
|
+
height: var(--TimelineItem--left-line-width);
|
40791
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
40792
|
+
left: var(--TimelineItem--left-line-top);
|
40793
|
+
top: var(--TimelineItem--left-line-left);
|
40794
|
+
background-color: var(--TimelineItem--line-bg);
|
40795
|
+
}
|
40796
|
+
|
40797
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round {
|
40798
|
+
position: absolute;
|
40799
|
+
width: var(--TimelineItem--round-width);
|
40800
|
+
height: var(--TimelineItem--round-height);
|
40801
|
+
left: var(--TimelineItem--round-top);
|
40802
|
+
top: var(--TimelineItem--round-left);
|
40803
|
+
background: var(--TimelineItem-round-bg);
|
40804
|
+
border-radius: var(--TimelineItem--round-radius);
|
40805
|
+
}
|
40806
|
+
|
40807
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
40808
|
+
background: var(--Timeline--danger-bg);
|
40809
|
+
}
|
40810
|
+
|
40811
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
|
40812
|
+
background: var(--Timeline--info-bg);
|
40813
|
+
}
|
40814
|
+
|
40815
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
|
40816
|
+
background: var(--Timeline--success-bg);
|
40817
|
+
}
|
40818
|
+
|
40819
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
40820
|
+
background: var(--Timeline--warning-bg);
|
40821
|
+
}
|
40822
|
+
|
40823
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-icon {
|
40824
|
+
position: absolute;
|
40825
|
+
width: var(--TimelineItem--icon-width);
|
40826
|
+
height: var(--TimelineItem--icon-height);
|
40827
|
+
left: var(--TimelineItem--icon-left);
|
40828
|
+
border-radius: var(--TimelineItem--icon-radius);
|
40064
40829
|
}
|
40065
40830
|
|
40066
40831
|
/*
|