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-ie11.css
CHANGED
@@ -22277,6 +22277,7 @@ readers do not read off random characters that represent icons */
|
|
22277
22277
|
width: 2.5rem;
|
22278
22278
|
height: 2.5rem;
|
22279
22279
|
line-height: 2.5rem;
|
22280
|
+
position: relative;
|
22280
22281
|
display: inline-block;
|
22281
22282
|
overflow: hidden;
|
22282
22283
|
flex-shrink: 0;
|
@@ -22284,6 +22285,36 @@ readers do not read off random characters that represent icons */
|
|
22284
22285
|
text-align: center;
|
22285
22286
|
}
|
22286
22287
|
|
22288
|
+
.amis-scope .a-Avatar i {
|
22289
|
+
font-size: 1rem;
|
22290
|
+
}
|
22291
|
+
|
22292
|
+
.amis-scope .a-Avatar--lg {
|
22293
|
+
width: 3rem;
|
22294
|
+
height: 3rem;
|
22295
|
+
line-height: 3rem;
|
22296
|
+
}
|
22297
|
+
|
22298
|
+
.amis-scope .a-Avatar--lg i {
|
22299
|
+
font-size: 1.25rem;
|
22300
|
+
}
|
22301
|
+
|
22302
|
+
.amis-scope .a-Avatar--sm {
|
22303
|
+
width: 2rem;
|
22304
|
+
height: 2rem;
|
22305
|
+
line-height: 2rem;
|
22306
|
+
}
|
22307
|
+
|
22308
|
+
.amis-scope .a-Avatar--sm i {
|
22309
|
+
font-size: 0.75rem;
|
22310
|
+
}
|
22311
|
+
|
22312
|
+
.amis-scope .a-Avatar--text {
|
22313
|
+
position: absolute;
|
22314
|
+
left: 50%;
|
22315
|
+
transform-origin: 0 center;
|
22316
|
+
}
|
22317
|
+
|
22287
22318
|
.amis-scope .a-Avatar--square {
|
22288
22319
|
border-radius: 0%;
|
22289
22320
|
}
|
@@ -22292,15 +22323,9 @@ readers do not read off random characters that represent icons */
|
|
22292
22323
|
border-radius: 10%;
|
22293
22324
|
}
|
22294
22325
|
|
22295
|
-
.amis-scope .a-Avatar i {
|
22296
|
-
font-size: 1rem;
|
22297
|
-
}
|
22298
|
-
|
22299
22326
|
.amis-scope .a-Avatar img {
|
22300
|
-
color: transparent;
|
22301
22327
|
width: 100%;
|
22302
22328
|
height: 100%;
|
22303
|
-
object-fit: cover;
|
22304
22329
|
}
|
22305
22330
|
|
22306
22331
|
.amis-scope .a-Avatar:hover img,
|
@@ -22719,6 +22744,23 @@ readers do not read off random characters that represent icons */
|
|
22719
22744
|
overflow: auto;
|
22720
22745
|
}
|
22721
22746
|
|
22747
|
+
/* 移动端样式调整 */
|
22748
|
+
|
22749
|
+
@media (max-width: 767px) {
|
22750
|
+
.amis-scope .a-Modal .a-Modal-footer {
|
22751
|
+
display: flex;
|
22752
|
+
}
|
22753
|
+
|
22754
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button {
|
22755
|
+
flex: 1;
|
22756
|
+
height: 2.75rem;
|
22757
|
+
}
|
22758
|
+
|
22759
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button:first-child {
|
22760
|
+
margin-left: 0;
|
22761
|
+
}
|
22762
|
+
}
|
22763
|
+
|
22722
22764
|
.amis-scope .a-Drawer {
|
22723
22765
|
position: fixed;
|
22724
22766
|
top: 0;
|
@@ -23455,22 +23497,26 @@ readers do not read off random characters that represent icons */
|
|
23455
23497
|
|
23456
23498
|
.amis-scope .a-PopUp-closeWrap {
|
23457
23499
|
width: 100%;
|
23458
|
-
position: absolute
|
23500
|
+
position: absolute;
|
23459
23501
|
left: 0;
|
23460
23502
|
top: 0;
|
23503
|
+
text-align: center;
|
23504
|
+
height: 3rem;
|
23505
|
+
line-height: 3rem;
|
23461
23506
|
}
|
23462
23507
|
|
23463
|
-
.amis-scope .a-PopUp-close {
|
23464
|
-
|
23465
|
-
|
23466
|
-
|
23508
|
+
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
23509
|
+
position: absolute;
|
23510
|
+
z-index: 1;
|
23511
|
+
color: #4b5563;
|
23467
23512
|
cursor: pointer;
|
23513
|
+
top: 0.9375rem;
|
23514
|
+
right: 0.9375rem;
|
23468
23515
|
}
|
23469
23516
|
|
23470
23517
|
.amis-scope .a-PopUp-content {
|
23471
23518
|
overflow-y: auto;
|
23472
23519
|
height: 100%;
|
23473
|
-
display: flex;
|
23474
23520
|
}
|
23475
23521
|
|
23476
23522
|
.amis-scope .a-PopUp > * {
|
@@ -25517,6 +25563,50 @@ readers do not read off random characters that represent icons */
|
|
25517
25563
|
display: none;
|
25518
25564
|
}
|
25519
25565
|
|
25566
|
+
/* 移动端样式调整 */
|
25567
|
+
|
25568
|
+
@media (max-width: 767px) {
|
25569
|
+
.amis-scope .a-Panel--form {
|
25570
|
+
border: none;
|
25571
|
+
box-shadow: none;
|
25572
|
+
margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
|
25573
|
+
}
|
25574
|
+
|
25575
|
+
.amis-scope .a-Panel--form .a-Panel-body {
|
25576
|
+
padding: 0 1rem 1rem;
|
25577
|
+
}
|
25578
|
+
|
25579
|
+
.amis-scope .a-Panel--form > .a-Panel-heading {
|
25580
|
+
background: none;
|
25581
|
+
border: none;
|
25582
|
+
border-radius: 0;
|
25583
|
+
}
|
25584
|
+
|
25585
|
+
.amis-scope .a-Panel--form > .a-Panel-heading .a-Panel-title {
|
25586
|
+
padding-left: 0.75rem;
|
25587
|
+
border-left: 0.1875rem solid #7266ba;
|
25588
|
+
font-size: 1rem;
|
25589
|
+
}
|
25590
|
+
|
25591
|
+
.amis-scope .a-Panel--form .a-Panel-footerWrap {
|
25592
|
+
padding-bottom: 0.75rem;
|
25593
|
+
}
|
25594
|
+
|
25595
|
+
.amis-scope .a-Panel--form .a-Panel-footer {
|
25596
|
+
border-top: none;
|
25597
|
+
display: flex;
|
25598
|
+
padding: 0 0.75rem;
|
25599
|
+
}
|
25600
|
+
|
25601
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button {
|
25602
|
+
flex: 1;
|
25603
|
+
}
|
25604
|
+
|
25605
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button:first-child {
|
25606
|
+
margin-left: 0;
|
25607
|
+
}
|
25608
|
+
}
|
25609
|
+
|
25520
25610
|
.amis-scope .a-Service {
|
25521
25611
|
position: relative;
|
25522
25612
|
}
|
@@ -25956,6 +26046,294 @@ readers do not read off random characters that represent icons */
|
|
25956
26046
|
position: relative;
|
25957
26047
|
}
|
25958
26048
|
|
26049
|
+
.amis-scope .a-CalendarMobile {
|
26050
|
+
height: 100%;
|
26051
|
+
overflow: scroll;
|
26052
|
+
}
|
26053
|
+
|
26054
|
+
.amis-scope .a-CalendarMobile-pop {
|
26055
|
+
position: fixed;
|
26056
|
+
bottom: 0;
|
26057
|
+
left: 0;
|
26058
|
+
width: 100vw;
|
26059
|
+
height: 90vh;
|
26060
|
+
background: #fff;
|
26061
|
+
border-radius: 1rem 1rem 0 0;
|
26062
|
+
overflow: hidden;
|
26063
|
+
border-width: 0;
|
26064
|
+
}
|
26065
|
+
|
26066
|
+
.amis-scope .a-CalendarMobile-wrap {
|
26067
|
+
display: flex;
|
26068
|
+
flex-direction: column;
|
26069
|
+
height: 100%;
|
26070
|
+
}
|
26071
|
+
|
26072
|
+
.amis-scope .a-CalendarMobile-header {
|
26073
|
+
flex-shrink: 0;
|
26074
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
26075
|
+
position: relative;
|
26076
|
+
}
|
26077
|
+
|
26078
|
+
.amis-scope .a-CalendarMobile-header .subtitle-text {
|
26079
|
+
display: inline-block;
|
26080
|
+
width: 6.875rem;
|
26081
|
+
position: relative;
|
26082
|
+
}
|
26083
|
+
|
26084
|
+
.amis-scope .a-CalendarMobile-header .rdtPrev {
|
26085
|
+
width: 1.25rem;
|
26086
|
+
height: 2.75rem;
|
26087
|
+
display: block;
|
26088
|
+
position: absolute;
|
26089
|
+
top: 0;
|
26090
|
+
left: -1.25rem;
|
26091
|
+
}
|
26092
|
+
|
26093
|
+
.amis-scope .a-CalendarMobile-header .rdtNext {
|
26094
|
+
width: 1.25rem;
|
26095
|
+
height: 2.75rem;
|
26096
|
+
display: block;
|
26097
|
+
position: absolute;
|
26098
|
+
top: 0;
|
26099
|
+
right: -1.25rem;
|
26100
|
+
}
|
26101
|
+
|
26102
|
+
.amis-scope .a-CalendarMobile-title,
|
26103
|
+
.amis-scope .a-CalendarMobile-subtitle {
|
26104
|
+
height: 2.75rem;
|
26105
|
+
font-weight: 500;
|
26106
|
+
line-height: 2.75rem;
|
26107
|
+
text-align: center;
|
26108
|
+
}
|
26109
|
+
|
26110
|
+
.amis-scope .a-CalendarMobile-title {
|
26111
|
+
font-size: 1rem;
|
26112
|
+
}
|
26113
|
+
|
26114
|
+
.amis-scope .a-CalendarMobile-weekdays {
|
26115
|
+
display: flex;
|
26116
|
+
}
|
26117
|
+
|
26118
|
+
.amis-scope .a-CalendarMobile-weekdays .weekday {
|
26119
|
+
flex: 1;
|
26120
|
+
line-height: 1.875rem;
|
26121
|
+
text-align: center;
|
26122
|
+
}
|
26123
|
+
|
26124
|
+
.amis-scope .a-CalendarMobile-close {
|
26125
|
+
position: absolute;
|
26126
|
+
z-index: 1;
|
26127
|
+
color: #c8c9cc;
|
26128
|
+
font-size: 1rem;
|
26129
|
+
cursor: pointer;
|
26130
|
+
top: 0.6875rem;
|
26131
|
+
right: 1rem;
|
26132
|
+
}
|
26133
|
+
|
26134
|
+
.amis-scope .a-CalendarMobile-body::-webkit-scrollbar {
|
26135
|
+
width: 0;
|
26136
|
+
}
|
26137
|
+
|
26138
|
+
.amis-scope .a-CalendarMobile-body {
|
26139
|
+
flex: 1;
|
26140
|
+
overflow-y: scroll;
|
26141
|
+
}
|
26142
|
+
|
26143
|
+
.amis-scope .a-CalendarMobile-body table {
|
26144
|
+
border-spacing: 0 0.25rem;
|
26145
|
+
}
|
26146
|
+
|
26147
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
26148
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
26149
|
+
background: transparent;
|
26150
|
+
color: #58666e;
|
26151
|
+
text-shadow: none;
|
26152
|
+
}
|
26153
|
+
|
26154
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
26155
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
26156
|
+
color: #999;
|
26157
|
+
}
|
26158
|
+
|
26159
|
+
.amis-scope .a-CalendarMobile-body .rdtOldNone td.rdtOld {
|
26160
|
+
display: none;
|
26161
|
+
}
|
26162
|
+
|
26163
|
+
.amis-scope .a-CalendarMobile-body .rdtPicker td {
|
26164
|
+
height: 3.5rem;
|
26165
|
+
position: relative;
|
26166
|
+
}
|
26167
|
+
|
26168
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
26169
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
26170
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
26171
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
26172
|
+
background: transparent;
|
26173
|
+
}
|
26174
|
+
|
26175
|
+
.amis-scope .a-CalendarMobile-body .calendar-wrap {
|
26176
|
+
position: relative;
|
26177
|
+
width: 3.125rem;
|
26178
|
+
height: 100%;
|
26179
|
+
text-align: center;
|
26180
|
+
display: inline-flex;
|
26181
|
+
align-items: center;
|
26182
|
+
justify-content: center;
|
26183
|
+
border-radius: 0.25rem;
|
26184
|
+
}
|
26185
|
+
|
26186
|
+
.amis-scope .a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
26187
|
+
width: auto;
|
26188
|
+
max-width: 3.125rem;
|
26189
|
+
}
|
26190
|
+
|
26191
|
+
.amis-scope .a-CalendarMobile-footer {
|
26192
|
+
flex-shrink: 0;
|
26193
|
+
}
|
26194
|
+
|
26195
|
+
.amis-scope .a-CalendarMobile-footer .date-range-confirm {
|
26196
|
+
height: 2.25rem;
|
26197
|
+
margin: 0.4375rem 0;
|
26198
|
+
border-radius: 0.285rem;
|
26199
|
+
display: block;
|
26200
|
+
}
|
26201
|
+
|
26202
|
+
.amis-scope .a-CalendarMobile-footer .is-disabled {
|
26203
|
+
opacity: 0.5;
|
26204
|
+
color: #fff;
|
26205
|
+
background: #7266ba;
|
26206
|
+
border-color: #7266ba;
|
26207
|
+
filter: none;
|
26208
|
+
}
|
26209
|
+
|
26210
|
+
.amis-scope .a-CalendarMobile-footer-toolbar {
|
26211
|
+
padding: 0 1rem;
|
26212
|
+
}
|
26213
|
+
|
26214
|
+
.amis-scope .a-CalendarMobile-footer-ranges {
|
26215
|
+
background: #fff;
|
26216
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
26217
|
+
border-radius: 24px;
|
26218
|
+
overflow-x: scroll;
|
26219
|
+
position: relative;
|
26220
|
+
height: 3rem;
|
26221
|
+
line-height: 3rem;
|
26222
|
+
}
|
26223
|
+
|
26224
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
26225
|
+
position: absolute;
|
26226
|
+
white-space: nowrap;
|
26227
|
+
}
|
26228
|
+
|
26229
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers .a-DateRangePicker-ranger {
|
26230
|
+
margin: 0 1.5625rem;
|
26231
|
+
}
|
26232
|
+
|
26233
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
26234
|
+
padding: 0.5rem 0;
|
26235
|
+
}
|
26236
|
+
|
26237
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker {
|
26238
|
+
width: 100%;
|
26239
|
+
padding: 0;
|
26240
|
+
}
|
26241
|
+
|
26242
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtOld {
|
26243
|
+
visibility: hidden;
|
26244
|
+
}
|
26245
|
+
|
26246
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtNew {
|
26247
|
+
display: none;
|
26248
|
+
}
|
26249
|
+
|
26250
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
26251
|
+
background: rgba(35, 183, 229, 0.1) !important;
|
26252
|
+
color: #7266ba;
|
26253
|
+
}
|
26254
|
+
|
26255
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
26256
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
26257
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
26258
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
26259
|
+
background: #23b7e5 !important;
|
26260
|
+
color: #fff;
|
26261
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
26262
|
+
}
|
26263
|
+
|
26264
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
26265
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
26266
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(35, 183, 229, 0.1) 51%, rgba(35, 183, 229, 0.1) 100%) !important;
|
26267
|
+
}
|
26268
|
+
|
26269
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
26270
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
26271
|
+
background: linear-gradient(to right, rgba(35, 183, 229, 0.1) 0%, rgba(35, 183, 229, 0.1) 50%, transparent 51%, transparent 100%) !important;
|
26272
|
+
}
|
26273
|
+
|
26274
|
+
.amis-scope .a-CalendarMobile-calendar-header {
|
26275
|
+
height: 1.875rem;
|
26276
|
+
line-height: 1.875rem;
|
26277
|
+
text-align: center;
|
26278
|
+
}
|
26279
|
+
|
26280
|
+
.amis-scope .a-CalendarMobile-range-text {
|
26281
|
+
position: absolute;
|
26282
|
+
right: 0;
|
26283
|
+
left: 0;
|
26284
|
+
bottom: 0;
|
26285
|
+
color: #fff;
|
26286
|
+
font-size: 0.75rem;
|
26287
|
+
white-space: nowrap;
|
26288
|
+
}
|
26289
|
+
|
26290
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
26291
|
+
position: relative;
|
26292
|
+
}
|
26293
|
+
|
26294
|
+
.amis-scope .a-CalendarMobile-calendar-mark {
|
26295
|
+
position: absolute;
|
26296
|
+
top: 50%;
|
26297
|
+
left: 50%;
|
26298
|
+
z-index: 0;
|
26299
|
+
color: rgba(242, 243, 245, 0.8);
|
26300
|
+
font-size: 10rem;
|
26301
|
+
transform: translate(-50%, -50%);
|
26302
|
+
pointer-events: none;
|
26303
|
+
}
|
26304
|
+
|
26305
|
+
.amis-scope .a-CalendarMobile-toast {
|
26306
|
+
position: fixed;
|
26307
|
+
top: 50%;
|
26308
|
+
left: 50%;
|
26309
|
+
transform: translate(-50%, -50%);
|
26310
|
+
width: 8.5rem;
|
26311
|
+
height: 2.25rem;
|
26312
|
+
background: rgba(0, 0, 0, 0.9);
|
26313
|
+
border-radius: 4px;
|
26314
|
+
color: #fff;
|
26315
|
+
display: flex;
|
26316
|
+
justify-content: center;
|
26317
|
+
align-items: center;
|
26318
|
+
}
|
26319
|
+
|
26320
|
+
.amis-scope .a-CalendarMobile-time {
|
26321
|
+
height: 12.5rem;
|
26322
|
+
}
|
26323
|
+
|
26324
|
+
.amis-scope .a-CalendarMobile-time-title {
|
26325
|
+
border: 0.0625rem solid #b4bbc5;
|
26326
|
+
border-left: none;
|
26327
|
+
border-right: none;
|
26328
|
+
text-align: center;
|
26329
|
+
height: 1.875rem;
|
26330
|
+
line-height: 1.875rem;
|
26331
|
+
}
|
26332
|
+
|
26333
|
+
.amis-scope .a-CalendarMobile-time .rdtPicker {
|
26334
|
+
margin: 0 auto;
|
26335
|
+
}
|
26336
|
+
|
25959
26337
|
.amis-scope .a-Collapse {
|
25960
26338
|
border: none;
|
25961
26339
|
padding: 0;
|
@@ -29743,7 +30121,7 @@ readers do not read off random characters that represent icons */
|
|
29743
30121
|
|
29744
30122
|
.amis-scope .a-Card-multiMedia-img {
|
29745
30123
|
display: block;
|
29746
|
-
width:
|
30124
|
+
width: auto;
|
29747
30125
|
height: auto;
|
29748
30126
|
object-fit: cover;
|
29749
30127
|
border-radius: 0.142rem;
|
@@ -33027,7 +33405,6 @@ readers do not read off random characters that represent icons */
|
|
33027
33405
|
|
33028
33406
|
.amis-scope .a-Selection > .a-Checkbox {
|
33029
33407
|
display: block;
|
33030
|
-
height: 1.875rem;
|
33031
33408
|
line-height: 1.4285714286;
|
33032
33409
|
font-size: 0.875rem;
|
33033
33410
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
@@ -33070,7 +33447,6 @@ readers do not read off random characters that represent icons */
|
|
33070
33447
|
|
33071
33448
|
.amis-scope .a-GroupedSelection-item {
|
33072
33449
|
display: flex;
|
33073
|
-
height: 1.875rem;
|
33074
33450
|
line-height: 1.4285714286;
|
33075
33451
|
font-size: 0.875rem;
|
33076
33452
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33201,7 +33577,6 @@ readers do not read off random characters that represent icons */
|
|
33201
33577
|
.amis-scope .a-TreeSelection-itemInner {
|
33202
33578
|
display: flex;
|
33203
33579
|
align-items: center;
|
33204
|
-
height: 1.875rem;
|
33205
33580
|
line-height: 1.4285714286;
|
33206
33581
|
font-size: 0.875rem;
|
33207
33582
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33256,6 +33631,7 @@ readers do not read off random characters that represent icons */
|
|
33256
33631
|
.amis-scope .a-ChainedSelection {
|
33257
33632
|
display: flex;
|
33258
33633
|
flex-direction: row;
|
33634
|
+
min-height: 100%;
|
33259
33635
|
}
|
33260
33636
|
|
33261
33637
|
.amis-scope .a-ChainedSelection-col {
|
@@ -33275,7 +33651,6 @@ readers do not read off random characters that represent icons */
|
|
33275
33651
|
|
33276
33652
|
.amis-scope .a-ChainedSelection-item {
|
33277
33653
|
display: flex;
|
33278
|
-
height: 1.875rem;
|
33279
33654
|
line-height: 1.4285714286;
|
33280
33655
|
font-size: 0.875rem;
|
33281
33656
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -34046,6 +34421,7 @@ readers do not read off random characters that represent icons */
|
|
34046
34421
|
height: 1.875rem;
|
34047
34422
|
line-height: 1.4285714286;
|
34048
34423
|
font-size: 0.875rem;
|
34424
|
+
align-items: center;
|
34049
34425
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
34050
34426
|
}
|
34051
34427
|
|
@@ -34055,6 +34431,7 @@ readers do not read off random characters that represent icons */
|
|
34055
34431
|
}
|
34056
34432
|
|
34057
34433
|
.amis-scope .a-Selections-item > .a-Selections-dragbar {
|
34434
|
+
top: 0;
|
34058
34435
|
width: 1.25rem;
|
34059
34436
|
position: relative;
|
34060
34437
|
left: calc(0.25rem * -1);
|
@@ -38539,6 +38916,176 @@ readers do not read off random characters that represent icons */
|
|
38539
38916
|
width: 10%;
|
38540
38917
|
}
|
38541
38918
|
|
38919
|
+
/* 移动端样式调整 */
|
38920
|
+
|
38921
|
+
@media (max-width: 767px) {
|
38922
|
+
.amis-scope .a-Form .a-Form-item {
|
38923
|
+
display: flex;
|
38924
|
+
flex-wrap: wrap;
|
38925
|
+
margin-bottom: 0;
|
38926
|
+
padding: 0.75rem 0;
|
38927
|
+
position: relative;
|
38928
|
+
}
|
38929
|
+
|
38930
|
+
.amis-scope .a-Form .a-Form-item::after {
|
38931
|
+
position: absolute;
|
38932
|
+
box-sizing: border-box;
|
38933
|
+
content: " ";
|
38934
|
+
pointer-events: none;
|
38935
|
+
right: 0;
|
38936
|
+
bottom: 0;
|
38937
|
+
left: 0;
|
38938
|
+
border-bottom: 0.0625rem solid #d1d5db;
|
38939
|
+
transform: scaleY(0.5);
|
38940
|
+
}
|
38941
|
+
|
38942
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
|
38943
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-addOn {
|
38944
|
+
border: none;
|
38945
|
+
}
|
38946
|
+
|
38947
|
+
.amis-scope .a-Form .a-Form-item > .a-Form-label {
|
38948
|
+
flex: 0 0 28%;
|
38949
|
+
max-width: 28%;
|
38950
|
+
min-height: 1px;
|
38951
|
+
text-align: left;
|
38952
|
+
padding-right: calc(1rem / 2);
|
38953
|
+
overflow-wrap: break-word;
|
38954
|
+
margin-right: 0;
|
38955
|
+
margin-bottom: 0;
|
38956
|
+
font-size: 1rem;
|
38957
|
+
}
|
38958
|
+
|
38959
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description {
|
38960
|
+
font-size: 0.875rem;
|
38961
|
+
}
|
38962
|
+
|
38963
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input {
|
38964
|
+
font-size: 1rem;
|
38965
|
+
}
|
38966
|
+
|
38967
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input input {
|
38968
|
+
height: calc(1.4285714286 * 1rem);
|
38969
|
+
}
|
38970
|
+
|
38971
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value,
|
38972
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control {
|
38973
|
+
flex: 1;
|
38974
|
+
flex-wrap: wrap;
|
38975
|
+
font-size: 1rem;
|
38976
|
+
}
|
38977
|
+
|
38978
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
38979
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
38980
|
+
background: transparent;
|
38981
|
+
}
|
38982
|
+
|
38983
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint,
|
38984
|
+
.amis-scope .a-Form .a-Form-item .a-Form-remark,
|
38985
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static,
|
38986
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
38987
|
+
.amis-scope .a-Form .a-Form-item .a-SwitchControl,
|
38988
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxControl,
|
38989
|
+
.amis-scope .a-Form .a-Form-item .a-RadiosControl,
|
38990
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxesControl {
|
38991
|
+
padding-top: 0;
|
38992
|
+
padding-bottom: 0;
|
38993
|
+
}
|
38994
|
+
|
38995
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
38996
|
+
height: 1.875rem;
|
38997
|
+
}
|
38998
|
+
|
38999
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint {
|
39000
|
+
font-size: 0.875rem;
|
39001
|
+
margin-left: 0;
|
39002
|
+
color: #99a6ad;
|
39003
|
+
}
|
39004
|
+
|
39005
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-placeholder {
|
39006
|
+
top: 0;
|
39007
|
+
}
|
39008
|
+
|
39009
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static {
|
39010
|
+
min-height: 0;
|
39011
|
+
}
|
39012
|
+
|
39013
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description,
|
39014
|
+
.amis-scope .a-Form .a-Form-item .a-Form-feedback {
|
39015
|
+
font-size: 0.875rem;
|
39016
|
+
}
|
39017
|
+
|
39018
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-Select,
|
39019
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
39020
|
+
border: none;
|
39021
|
+
}
|
39022
|
+
|
39023
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
|
39024
|
+
height: 1.875rem;
|
39025
|
+
}
|
39026
|
+
|
39027
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker {
|
39028
|
+
padding: 0;
|
39029
|
+
border: none;
|
39030
|
+
}
|
39031
|
+
|
39032
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
39033
|
+
display: none;
|
39034
|
+
}
|
39035
|
+
|
39036
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
39037
|
+
margin-bottom: 0.25rem;
|
39038
|
+
}
|
39039
|
+
|
39040
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea,
|
39041
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
39042
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
39043
|
+
border: none;
|
39044
|
+
padding: 0 0.5rem 0 0;
|
39045
|
+
box-shadow: none;
|
39046
|
+
}
|
39047
|
+
|
39048
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:hover,
|
39049
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:focus,
|
39050
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea.active,
|
39051
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
39052
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
39053
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
39054
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
39055
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
39056
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
39057
|
+
border: none;
|
39058
|
+
outline: none;
|
39059
|
+
outline-style: none;
|
39060
|
+
}
|
39061
|
+
|
39062
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
39063
|
+
padding: 0;
|
39064
|
+
min-height: 0;
|
39065
|
+
}
|
39066
|
+
|
39067
|
+
.amis-scope .a-Form .a-Form-groupColumn {
|
39068
|
+
margin-bottom: 0;
|
39069
|
+
}
|
39070
|
+
|
39071
|
+
.amis-scope .a-Form .a-Divider {
|
39072
|
+
display: none;
|
39073
|
+
}
|
39074
|
+
|
39075
|
+
.amis-scope .a-Form .a-Tabs-pane {
|
39076
|
+
padding: 0;
|
39077
|
+
}
|
39078
|
+
|
39079
|
+
.amis-scope .a-Form > .a-Form-item:last-child::after,
|
39080
|
+
.amis-scope .a-Form > .a-Form-item:last-of-type::after {
|
39081
|
+
display: none;
|
39082
|
+
}
|
39083
|
+
|
39084
|
+
.amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
39085
|
+
padding-bottom: 0.5rem;
|
39086
|
+
}
|
39087
|
+
}
|
39088
|
+
|
38542
39089
|
.amis-scope .a-AnchorNav {
|
38543
39090
|
display: flex;
|
38544
39091
|
height: 25rem;
|
@@ -38932,20 +39479,29 @@ readers do not read off random characters that represent icons */
|
|
38932
39479
|
box-sizing: content-box;
|
38933
39480
|
}
|
38934
39481
|
|
39482
|
+
.amis-scope .a-FormulaEditor-content {
|
39483
|
+
border-radius: 0.142rem;
|
39484
|
+
border: 0.0625rem solid #d1d5db;
|
39485
|
+
}
|
39486
|
+
|
38935
39487
|
.amis-scope .a-FormulaEditor-header {
|
38936
39488
|
width: 100%;
|
38937
|
-
height:
|
38938
|
-
line-height:
|
38939
|
-
padding
|
39489
|
+
height: 1.875rem;
|
39490
|
+
line-height: 1.875rem;
|
39491
|
+
padding: 0 0.625rem;
|
38940
39492
|
box-sizing: border-box;
|
38941
|
-
background:
|
39493
|
+
background: var(--Formula-header-bgColor);
|
39494
|
+
border-radius: 0.142rem 0.142rem 0 0;
|
39495
|
+
border-bottom: 0.0625rem solid #d1d5db;
|
39496
|
+
font-weight: 500;
|
38942
39497
|
}
|
38943
39498
|
|
38944
39499
|
.amis-scope .a-FormulaEditor-editor {
|
38945
39500
|
min-height: 14.875rem;
|
38946
39501
|
max-height: 20rem;
|
38947
39502
|
height: auto;
|
38948
|
-
|
39503
|
+
padding: 0.625rem;
|
39504
|
+
padding-right: 0;
|
38949
39505
|
}
|
38950
39506
|
|
38951
39507
|
.amis-scope .a-FormulaEditor.is-error .a-FormulaEditor-editor {
|
@@ -39031,7 +39587,7 @@ readers do not read off random characters that represent icons */
|
|
39031
39587
|
}
|
39032
39588
|
|
39033
39589
|
.amis-scope .a-FormulaFuncList-funcItem.is-active {
|
39034
|
-
|
39590
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
39035
39591
|
}
|
39036
39592
|
|
39037
39593
|
.amis-scope .a-FormulaFuncList-groupTitle {
|
@@ -39047,8 +39603,211 @@ readers do not read off random characters that represent icons */
|
|
39047
39603
|
padding: 10px 20px;
|
39048
39604
|
}
|
39049
39605
|
|
39606
|
+
.amis-scope .a-FormulaFuncList-funcDetail pre {
|
39607
|
+
white-space: pre-wrap;
|
39608
|
+
word-wrap: break-word;
|
39609
|
+
background: var(--Formula-header-bgColor);
|
39610
|
+
padding: 0.625rem;
|
39611
|
+
border-radius: 0.142rem;
|
39612
|
+
margin-top: 0;
|
39613
|
+
}
|
39614
|
+
|
39615
|
+
.amis-scope .a-FormulaFuncList-funcDetail div {
|
39616
|
+
color: #414c52;
|
39617
|
+
}
|
39618
|
+
|
39050
39619
|
.amis-scope .a-FormulaPicker-icon {
|
39051
39620
|
margin-left: auto;
|
39621
|
+
margin-right: 0.3125rem;
|
39622
|
+
}
|
39623
|
+
|
39624
|
+
.amis-scope .a-Timeline-vertical {
|
39625
|
+
display: flex;
|
39626
|
+
flex-flow: column;
|
39627
|
+
}
|
39628
|
+
|
39629
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem {
|
39630
|
+
display: flex;
|
39631
|
+
flex: 1;
|
39632
|
+
flex-direction: row;
|
39633
|
+
}
|
39634
|
+
|
39635
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
39636
|
+
display: none;
|
39637
|
+
}
|
39638
|
+
|
39639
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle {
|
39640
|
+
position: relative;
|
39641
|
+
flex: var(--TimelineItem--axle-flex);
|
39642
|
+
}
|
39643
|
+
|
39644
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line {
|
39645
|
+
position: absolute;
|
39646
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
39647
|
+
width: var(--TimelineItem--left-line-width);
|
39648
|
+
left: var(--TimelineItem--left-line-left);
|
39649
|
+
top: var(--TimelineItem--left-line-top);
|
39650
|
+
background-color: var(--TimelineItem--line-bg);
|
39651
|
+
}
|
39652
|
+
|
39653
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
39654
|
+
position: absolute;
|
39655
|
+
width: var(--TimelineItem--round-width);
|
39656
|
+
height: var(--TimelineItem--round-height);
|
39657
|
+
left: var(--TimelineItem--round-left);
|
39658
|
+
top: var(--TimelineItem--round-top);
|
39659
|
+
background: var(--TimelineItem-round-bg);
|
39660
|
+
border-radius: var(--TimelineItem--round-radius);
|
39661
|
+
}
|
39662
|
+
|
39663
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
39664
|
+
background: var(--Timeline--danger-bg);
|
39665
|
+
}
|
39666
|
+
|
39667
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
|
39668
|
+
background: var(--Timeline--info-bg);
|
39669
|
+
}
|
39670
|
+
|
39671
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
|
39672
|
+
background: var(--Timeline--success-bg);
|
39673
|
+
}
|
39674
|
+
|
39675
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
39676
|
+
background: var(--Timeline--warning-bg);
|
39677
|
+
}
|
39678
|
+
|
39679
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-icon {
|
39680
|
+
position: absolute;
|
39681
|
+
width: var(--TimelineItem--icon-width);
|
39682
|
+
height: var(--TimelineItem--icon-height);
|
39683
|
+
left: var(--TimelineItem--icon-left);
|
39684
|
+
border-radius: var(--TimelineItem--icon-radius);
|
39685
|
+
}
|
39686
|
+
|
39687
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content {
|
39688
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
39689
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
39690
|
+
}
|
39691
|
+
|
39692
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
|
39693
|
+
color: var(--TimelineItem--text-secondary-color);
|
39694
|
+
font-size: var(--Timeline--font-size);
|
39695
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
39696
|
+
}
|
39697
|
+
|
39698
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
39699
|
+
color: var(--TimelineItem--text-primary-color);
|
39700
|
+
font-size: var(--Timeline--font-size);
|
39701
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
39702
|
+
}
|
39703
|
+
|
39704
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
39705
|
+
display: flex;
|
39706
|
+
cursor: pointer;
|
39707
|
+
align-items: center;
|
39708
|
+
font-size: var(--Timeline--font-size);
|
39709
|
+
color: var(--TimelineItem--detail-button-color);
|
39710
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
39711
|
+
}
|
39712
|
+
|
39713
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
39714
|
+
width: var(--TimelineItem-detail-arrow-width);
|
39715
|
+
height: var(--TimelineItem-detail-arrow-width);
|
39716
|
+
}
|
39717
|
+
|
39718
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
|
39719
|
+
transform: rotateX(180deg);
|
39720
|
+
}
|
39721
|
+
|
39722
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
39723
|
+
display: block;
|
39724
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
39725
|
+
font-size: var(--Timeline--font-size);
|
39726
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
39727
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
39728
|
+
}
|
39729
|
+
|
39730
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
39731
|
+
display: none;
|
39732
|
+
}
|
39733
|
+
|
39734
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-left .a-TimelineItem {
|
39735
|
+
flex-direction: row-reverse;
|
39736
|
+
}
|
39737
|
+
|
39738
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(odd) {
|
39739
|
+
flex-direction: row-reverse;
|
39740
|
+
max-width: 50%;
|
39741
|
+
}
|
39742
|
+
|
39743
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(even) {
|
39744
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
39745
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
39746
|
+
}
|
39747
|
+
|
39748
|
+
.amis-scope .a-Timeline-horizontal {
|
39749
|
+
display: flex;
|
39750
|
+
flex-flow: row;
|
39751
|
+
margin-left: 50%;
|
39752
|
+
transform: translateX(-50%);
|
39753
|
+
}
|
39754
|
+
|
39755
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem {
|
39756
|
+
display: flex;
|
39757
|
+
width: -webkit-fill-available;
|
39758
|
+
flex-flow: column;
|
39759
|
+
}
|
39760
|
+
|
39761
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
39762
|
+
display: none;
|
39763
|
+
}
|
39764
|
+
|
39765
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle {
|
39766
|
+
position: relative;
|
39767
|
+
flex: var(--TimelineItem--axle-flex);
|
39768
|
+
}
|
39769
|
+
|
39770
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-line {
|
39771
|
+
position: absolute;
|
39772
|
+
height: var(--TimelineItem--left-line-width);
|
39773
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
39774
|
+
left: var(--TimelineItem--left-line-top);
|
39775
|
+
top: var(--TimelineItem--left-line-left);
|
39776
|
+
background-color: var(--TimelineItem--line-bg);
|
39777
|
+
}
|
39778
|
+
|
39779
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round {
|
39780
|
+
position: absolute;
|
39781
|
+
width: var(--TimelineItem--round-width);
|
39782
|
+
height: var(--TimelineItem--round-height);
|
39783
|
+
left: var(--TimelineItem--round-top);
|
39784
|
+
top: var(--TimelineItem--round-left);
|
39785
|
+
background: var(--TimelineItem-round-bg);
|
39786
|
+
border-radius: var(--TimelineItem--round-radius);
|
39787
|
+
}
|
39788
|
+
|
39789
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
39790
|
+
background: var(--Timeline--danger-bg);
|
39791
|
+
}
|
39792
|
+
|
39793
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
|
39794
|
+
background: var(--Timeline--info-bg);
|
39795
|
+
}
|
39796
|
+
|
39797
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
|
39798
|
+
background: var(--Timeline--success-bg);
|
39799
|
+
}
|
39800
|
+
|
39801
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
39802
|
+
background: var(--Timeline--warning-bg);
|
39803
|
+
}
|
39804
|
+
|
39805
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-icon {
|
39806
|
+
position: absolute;
|
39807
|
+
width: var(--TimelineItem--icon-width);
|
39808
|
+
height: var(--TimelineItem--icon-height);
|
39809
|
+
left: var(--TimelineItem--icon-left);
|
39810
|
+
border-radius: var(--TimelineItem--icon-radius);
|
39052
39811
|
}
|
39053
39812
|
|
39054
39813
|
/*
|