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/sdk-ie11.css
CHANGED
@@ -22256,6 +22256,7 @@ readers do not read off random characters that represent icons */
|
|
22256
22256
|
width: 2.5rem;
|
22257
22257
|
height: 2.5rem;
|
22258
22258
|
line-height: 2.5rem;
|
22259
|
+
position: relative;
|
22259
22260
|
display: inline-block;
|
22260
22261
|
overflow: hidden;
|
22261
22262
|
flex-shrink: 0;
|
@@ -22263,6 +22264,36 @@ readers do not read off random characters that represent icons */
|
|
22263
22264
|
text-align: center;
|
22264
22265
|
}
|
22265
22266
|
|
22267
|
+
.amis-scope .cxd-Avatar i {
|
22268
|
+
font-size: 1rem;
|
22269
|
+
}
|
22270
|
+
|
22271
|
+
.amis-scope .cxd-Avatar--lg {
|
22272
|
+
width: 3rem;
|
22273
|
+
height: 3rem;
|
22274
|
+
line-height: 3rem;
|
22275
|
+
}
|
22276
|
+
|
22277
|
+
.amis-scope .cxd-Avatar--lg i {
|
22278
|
+
font-size: 1.25rem;
|
22279
|
+
}
|
22280
|
+
|
22281
|
+
.amis-scope .cxd-Avatar--sm {
|
22282
|
+
width: 2rem;
|
22283
|
+
height: 2rem;
|
22284
|
+
line-height: 2rem;
|
22285
|
+
}
|
22286
|
+
|
22287
|
+
.amis-scope .cxd-Avatar--sm i {
|
22288
|
+
font-size: 0.75rem;
|
22289
|
+
}
|
22290
|
+
|
22291
|
+
.amis-scope .cxd-Avatar--text {
|
22292
|
+
position: absolute;
|
22293
|
+
left: 50%;
|
22294
|
+
transform-origin: 0 center;
|
22295
|
+
}
|
22296
|
+
|
22266
22297
|
.amis-scope .cxd-Avatar--square {
|
22267
22298
|
border-radius: 0%;
|
22268
22299
|
}
|
@@ -22271,15 +22302,9 @@ readers do not read off random characters that represent icons */
|
|
22271
22302
|
border-radius: 10%;
|
22272
22303
|
}
|
22273
22304
|
|
22274
|
-
.amis-scope .cxd-Avatar i {
|
22275
|
-
font-size: 1rem;
|
22276
|
-
}
|
22277
|
-
|
22278
22305
|
.amis-scope .cxd-Avatar img {
|
22279
|
-
color: transparent;
|
22280
22306
|
width: 100%;
|
22281
22307
|
height: 100%;
|
22282
|
-
object-fit: cover;
|
22283
22308
|
}
|
22284
22309
|
|
22285
22310
|
.amis-scope .cxd-Avatar:hover img,
|
@@ -22693,6 +22718,23 @@ readers do not read off random characters that represent icons */
|
|
22693
22718
|
overflow: auto;
|
22694
22719
|
}
|
22695
22720
|
|
22721
|
+
/* 移动端样式调整 */
|
22722
|
+
|
22723
|
+
@media (max-width: 767px) {
|
22724
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer {
|
22725
|
+
display: flex;
|
22726
|
+
}
|
22727
|
+
|
22728
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button {
|
22729
|
+
flex: 1;
|
22730
|
+
height: 2.75rem;
|
22731
|
+
}
|
22732
|
+
|
22733
|
+
.amis-scope .cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
|
22734
|
+
margin-left: 0;
|
22735
|
+
}
|
22736
|
+
}
|
22737
|
+
|
22696
22738
|
.amis-scope .cxd-Drawer {
|
22697
22739
|
position: fixed;
|
22698
22740
|
top: 0;
|
@@ -23429,22 +23471,26 @@ readers do not read off random characters that represent icons */
|
|
23429
23471
|
|
23430
23472
|
.amis-scope .cxd-PopUp-closeWrap {
|
23431
23473
|
width: 100%;
|
23432
|
-
position: absolute
|
23474
|
+
position: absolute;
|
23433
23475
|
left: 0;
|
23434
23476
|
top: 0;
|
23477
|
+
text-align: center;
|
23478
|
+
height: 3rem;
|
23479
|
+
line-height: 3rem;
|
23435
23480
|
}
|
23436
23481
|
|
23437
|
-
.amis-scope .cxd-PopUp-close {
|
23438
|
-
|
23439
|
-
|
23440
|
-
|
23482
|
+
.amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
|
23483
|
+
position: absolute;
|
23484
|
+
z-index: 1;
|
23485
|
+
color: #999;
|
23441
23486
|
cursor: pointer;
|
23487
|
+
top: 0.9375rem;
|
23488
|
+
right: 0.9375rem;
|
23442
23489
|
}
|
23443
23490
|
|
23444
23491
|
.amis-scope .cxd-PopUp-content {
|
23445
23492
|
overflow-y: auto;
|
23446
23493
|
height: 100%;
|
23447
|
-
display: flex;
|
23448
23494
|
}
|
23449
23495
|
|
23450
23496
|
.amis-scope .cxd-PopUp > * {
|
@@ -25489,6 +25535,50 @@ readers do not read off random characters that represent icons */
|
|
25489
25535
|
display: none;
|
25490
25536
|
}
|
25491
25537
|
|
25538
|
+
/* 移动端样式调整 */
|
25539
|
+
|
25540
|
+
@media (max-width: 767px) {
|
25541
|
+
.amis-scope .cxd-Panel--form {
|
25542
|
+
border: none;
|
25543
|
+
box-shadow: none;
|
25544
|
+
margin: 0 calc(0.75rem * -1) calc(1.25rem / 2);
|
25545
|
+
}
|
25546
|
+
|
25547
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-body {
|
25548
|
+
padding: 0 1rem 1rem;
|
25549
|
+
}
|
25550
|
+
|
25551
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading {
|
25552
|
+
background: none;
|
25553
|
+
border: none;
|
25554
|
+
border-radius: 0;
|
25555
|
+
}
|
25556
|
+
|
25557
|
+
.amis-scope .cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
|
25558
|
+
padding-left: 0.75rem;
|
25559
|
+
border-left: 0.1875rem solid #2468f2;
|
25560
|
+
font-size: 1rem;
|
25561
|
+
}
|
25562
|
+
|
25563
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footerWrap {
|
25564
|
+
padding-bottom: 0.75rem;
|
25565
|
+
}
|
25566
|
+
|
25567
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer {
|
25568
|
+
border-top: none;
|
25569
|
+
display: flex;
|
25570
|
+
padding: 0 0.75rem;
|
25571
|
+
}
|
25572
|
+
|
25573
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button {
|
25574
|
+
flex: 1;
|
25575
|
+
}
|
25576
|
+
|
25577
|
+
.amis-scope .cxd-Panel--form .cxd-Panel-footer > .cxd-Button:first-child {
|
25578
|
+
margin-left: 0;
|
25579
|
+
}
|
25580
|
+
}
|
25581
|
+
|
25492
25582
|
.amis-scope .cxd-Service {
|
25493
25583
|
position: relative;
|
25494
25584
|
}
|
@@ -25928,6 +26018,294 @@ readers do not read off random characters that represent icons */
|
|
25928
26018
|
position: relative;
|
25929
26019
|
}
|
25930
26020
|
|
26021
|
+
.amis-scope .cxd-CalendarMobile {
|
26022
|
+
height: 100%;
|
26023
|
+
overflow: scroll;
|
26024
|
+
}
|
26025
|
+
|
26026
|
+
.amis-scope .cxd-CalendarMobile-pop {
|
26027
|
+
position: fixed;
|
26028
|
+
bottom: 0;
|
26029
|
+
left: 0;
|
26030
|
+
width: 100vw;
|
26031
|
+
height: 90vh;
|
26032
|
+
background: #fff;
|
26033
|
+
border-radius: 1rem 1rem 0 0;
|
26034
|
+
overflow: hidden;
|
26035
|
+
border-width: 0;
|
26036
|
+
}
|
26037
|
+
|
26038
|
+
.amis-scope .cxd-CalendarMobile-wrap {
|
26039
|
+
display: flex;
|
26040
|
+
flex-direction: column;
|
26041
|
+
height: 100%;
|
26042
|
+
}
|
26043
|
+
|
26044
|
+
.amis-scope .cxd-CalendarMobile-header {
|
26045
|
+
flex-shrink: 0;
|
26046
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
26047
|
+
position: relative;
|
26048
|
+
}
|
26049
|
+
|
26050
|
+
.amis-scope .cxd-CalendarMobile-header .subtitle-text {
|
26051
|
+
display: inline-block;
|
26052
|
+
width: 6.875rem;
|
26053
|
+
position: relative;
|
26054
|
+
}
|
26055
|
+
|
26056
|
+
.amis-scope .cxd-CalendarMobile-header .rdtPrev {
|
26057
|
+
width: 1.25rem;
|
26058
|
+
height: 2.75rem;
|
26059
|
+
display: block;
|
26060
|
+
position: absolute;
|
26061
|
+
top: 0;
|
26062
|
+
left: -1.25rem;
|
26063
|
+
}
|
26064
|
+
|
26065
|
+
.amis-scope .cxd-CalendarMobile-header .rdtNext {
|
26066
|
+
width: 1.25rem;
|
26067
|
+
height: 2.75rem;
|
26068
|
+
display: block;
|
26069
|
+
position: absolute;
|
26070
|
+
top: 0;
|
26071
|
+
right: -1.25rem;
|
26072
|
+
}
|
26073
|
+
|
26074
|
+
.amis-scope .cxd-CalendarMobile-title,
|
26075
|
+
.amis-scope .cxd-CalendarMobile-subtitle {
|
26076
|
+
height: 2.75rem;
|
26077
|
+
font-weight: 500;
|
26078
|
+
line-height: 2.75rem;
|
26079
|
+
text-align: center;
|
26080
|
+
}
|
26081
|
+
|
26082
|
+
.amis-scope .cxd-CalendarMobile-title {
|
26083
|
+
font-size: 1rem;
|
26084
|
+
}
|
26085
|
+
|
26086
|
+
.amis-scope .cxd-CalendarMobile-weekdays {
|
26087
|
+
display: flex;
|
26088
|
+
}
|
26089
|
+
|
26090
|
+
.amis-scope .cxd-CalendarMobile-weekdays .weekday {
|
26091
|
+
flex: 1;
|
26092
|
+
line-height: 1.875rem;
|
26093
|
+
text-align: center;
|
26094
|
+
}
|
26095
|
+
|
26096
|
+
.amis-scope .cxd-CalendarMobile-close {
|
26097
|
+
position: absolute;
|
26098
|
+
z-index: 1;
|
26099
|
+
color: #c8c9cc;
|
26100
|
+
font-size: 1rem;
|
26101
|
+
cursor: pointer;
|
26102
|
+
top: 0.6875rem;
|
26103
|
+
right: 1rem;
|
26104
|
+
}
|
26105
|
+
|
26106
|
+
.amis-scope .cxd-CalendarMobile-body::-webkit-scrollbar {
|
26107
|
+
width: 0;
|
26108
|
+
}
|
26109
|
+
|
26110
|
+
.amis-scope .cxd-CalendarMobile-body {
|
26111
|
+
flex: 1;
|
26112
|
+
overflow-y: scroll;
|
26113
|
+
}
|
26114
|
+
|
26115
|
+
.amis-scope .cxd-CalendarMobile-body table {
|
26116
|
+
border-spacing: 0 0.25rem;
|
26117
|
+
}
|
26118
|
+
|
26119
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
26120
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
26121
|
+
background: transparent;
|
26122
|
+
color: #151a26;
|
26123
|
+
text-shadow: none;
|
26124
|
+
}
|
26125
|
+
|
26126
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
26127
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
26128
|
+
color: #999;
|
26129
|
+
}
|
26130
|
+
|
26131
|
+
.amis-scope .cxd-CalendarMobile-body .rdtOldNone td.rdtOld {
|
26132
|
+
display: none;
|
26133
|
+
}
|
26134
|
+
|
26135
|
+
.amis-scope .cxd-CalendarMobile-body .rdtPicker td {
|
26136
|
+
height: 3.5rem;
|
26137
|
+
position: relative;
|
26138
|
+
}
|
26139
|
+
|
26140
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
26141
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
26142
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
26143
|
+
.amis-scope .cxd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
26144
|
+
background: transparent;
|
26145
|
+
}
|
26146
|
+
|
26147
|
+
.amis-scope .cxd-CalendarMobile-body .calendar-wrap {
|
26148
|
+
position: relative;
|
26149
|
+
width: 3.125rem;
|
26150
|
+
height: 100%;
|
26151
|
+
text-align: center;
|
26152
|
+
display: inline-flex;
|
26153
|
+
align-items: center;
|
26154
|
+
justify-content: center;
|
26155
|
+
border-radius: 0.25rem;
|
26156
|
+
}
|
26157
|
+
|
26158
|
+
.amis-scope .cxd-CalendarMobile-embed .cxd-CalendarMobile-body .calendar-wrap {
|
26159
|
+
width: auto;
|
26160
|
+
max-width: 3.125rem;
|
26161
|
+
}
|
26162
|
+
|
26163
|
+
.amis-scope .cxd-CalendarMobile-footer {
|
26164
|
+
flex-shrink: 0;
|
26165
|
+
}
|
26166
|
+
|
26167
|
+
.amis-scope .cxd-CalendarMobile-footer .date-range-confirm {
|
26168
|
+
height: 2.25rem;
|
26169
|
+
margin: 0.4375rem 0;
|
26170
|
+
border-radius: 0.285rem;
|
26171
|
+
display: block;
|
26172
|
+
}
|
26173
|
+
|
26174
|
+
.amis-scope .cxd-CalendarMobile-footer .is-disabled {
|
26175
|
+
opacity: 0.5;
|
26176
|
+
color: #fff;
|
26177
|
+
background: #2468f2;
|
26178
|
+
border-color: #2468f2;
|
26179
|
+
filter: none;
|
26180
|
+
}
|
26181
|
+
|
26182
|
+
.amis-scope .cxd-CalendarMobile-footer-toolbar {
|
26183
|
+
padding: 0 1rem;
|
26184
|
+
}
|
26185
|
+
|
26186
|
+
.amis-scope .cxd-CalendarMobile-footer-ranges {
|
26187
|
+
background: #fff;
|
26188
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
26189
|
+
border-radius: 24px;
|
26190
|
+
overflow-x: scroll;
|
26191
|
+
position: relative;
|
26192
|
+
height: 3rem;
|
26193
|
+
line-height: 3rem;
|
26194
|
+
}
|
26195
|
+
|
26196
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers {
|
26197
|
+
position: absolute;
|
26198
|
+
white-space: nowrap;
|
26199
|
+
}
|
26200
|
+
|
26201
|
+
.amis-scope .cxd-CalendarMobile-footer .cxd-DateRangePicker-rangers .cxd-DateRangePicker-ranger {
|
26202
|
+
margin: 0 1.5625rem;
|
26203
|
+
}
|
26204
|
+
|
26205
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
26206
|
+
padding: 0.5rem 0;
|
26207
|
+
}
|
26208
|
+
|
26209
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker {
|
26210
|
+
width: 100%;
|
26211
|
+
padding: 0;
|
26212
|
+
}
|
26213
|
+
|
26214
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtOld {
|
26215
|
+
visibility: hidden;
|
26216
|
+
}
|
26217
|
+
|
26218
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtNew {
|
26219
|
+
display: none;
|
26220
|
+
}
|
26221
|
+
|
26222
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
26223
|
+
background: rgba(36, 104, 242, 0.1) !important;
|
26224
|
+
color: #2468f2;
|
26225
|
+
}
|
26226
|
+
|
26227
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
26228
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
26229
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
26230
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
26231
|
+
background: #2468f2 !important;
|
26232
|
+
color: #fff;
|
26233
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
26234
|
+
}
|
26235
|
+
|
26236
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
26237
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
26238
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(36, 104, 242, 0.1) 51%, rgba(36, 104, 242, 0.1) 100%) !important;
|
26239
|
+
}
|
26240
|
+
|
26241
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
26242
|
+
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
26243
|
+
background: linear-gradient(to right, rgba(36, 104, 242, 0.1) 0%, rgba(36, 104, 242, 0.1) 50%, transparent 51%, transparent 100%) !important;
|
26244
|
+
}
|
26245
|
+
|
26246
|
+
.amis-scope .cxd-CalendarMobile-calendar-header {
|
26247
|
+
height: 1.875rem;
|
26248
|
+
line-height: 1.875rem;
|
26249
|
+
text-align: center;
|
26250
|
+
}
|
26251
|
+
|
26252
|
+
.amis-scope .cxd-CalendarMobile-range-text {
|
26253
|
+
position: absolute;
|
26254
|
+
right: 0;
|
26255
|
+
left: 0;
|
26256
|
+
bottom: 0;
|
26257
|
+
color: #fff;
|
26258
|
+
font-size: 0.75rem;
|
26259
|
+
white-space: nowrap;
|
26260
|
+
}
|
26261
|
+
|
26262
|
+
.amis-scope .cxd-CalendarMobile-calendar-wrap {
|
26263
|
+
position: relative;
|
26264
|
+
}
|
26265
|
+
|
26266
|
+
.amis-scope .cxd-CalendarMobile-calendar-mark {
|
26267
|
+
position: absolute;
|
26268
|
+
top: 50%;
|
26269
|
+
left: 50%;
|
26270
|
+
z-index: 0;
|
26271
|
+
color: rgba(242, 243, 245, 0.8);
|
26272
|
+
font-size: 10rem;
|
26273
|
+
transform: translate(-50%, -50%);
|
26274
|
+
pointer-events: none;
|
26275
|
+
}
|
26276
|
+
|
26277
|
+
.amis-scope .cxd-CalendarMobile-toast {
|
26278
|
+
position: fixed;
|
26279
|
+
top: 50%;
|
26280
|
+
left: 50%;
|
26281
|
+
transform: translate(-50%, -50%);
|
26282
|
+
width: 8.5rem;
|
26283
|
+
height: 2.25rem;
|
26284
|
+
background: rgba(0, 0, 0, 0.9);
|
26285
|
+
border-radius: 4px;
|
26286
|
+
color: #fff;
|
26287
|
+
display: flex;
|
26288
|
+
justify-content: center;
|
26289
|
+
align-items: center;
|
26290
|
+
}
|
26291
|
+
|
26292
|
+
.amis-scope .cxd-CalendarMobile-time {
|
26293
|
+
height: 12.5rem;
|
26294
|
+
}
|
26295
|
+
|
26296
|
+
.amis-scope .cxd-CalendarMobile-time-title {
|
26297
|
+
border: 0.0625rem solid #b4bbc5;
|
26298
|
+
border-left: none;
|
26299
|
+
border-right: none;
|
26300
|
+
text-align: center;
|
26301
|
+
height: 1.875rem;
|
26302
|
+
line-height: 1.875rem;
|
26303
|
+
}
|
26304
|
+
|
26305
|
+
.amis-scope .cxd-CalendarMobile-time .rdtPicker {
|
26306
|
+
margin: 0 auto;
|
26307
|
+
}
|
26308
|
+
|
25931
26309
|
.amis-scope .cxd-Collapse {
|
25932
26310
|
border: 0.0625rem solid #dadbdd;
|
25933
26311
|
padding: 0;
|
@@ -29714,7 +30092,7 @@ readers do not read off random characters that represent icons */
|
|
29714
30092
|
|
29715
30093
|
.amis-scope .cxd-Card-multiMedia-img {
|
29716
30094
|
display: block;
|
29717
|
-
width:
|
30095
|
+
width: auto;
|
29718
30096
|
height: auto;
|
29719
30097
|
object-fit: cover;
|
29720
30098
|
border-radius: 0.25rem;
|
@@ -32998,7 +33376,6 @@ readers do not read off random characters that represent icons */
|
|
32998
33376
|
|
32999
33377
|
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
33000
33378
|
display: block;
|
33001
|
-
height: 2rem;
|
33002
33379
|
line-height: 1.4285714286;
|
33003
33380
|
font-size: 0.875rem;
|
33004
33381
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
@@ -33041,7 +33418,6 @@ readers do not read off random characters that represent icons */
|
|
33041
33418
|
|
33042
33419
|
.amis-scope .cxd-GroupedSelection-item {
|
33043
33420
|
display: flex;
|
33044
|
-
height: 2rem;
|
33045
33421
|
line-height: 1.4285714286;
|
33046
33422
|
font-size: 0.875rem;
|
33047
33423
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33172,7 +33548,6 @@ readers do not read off random characters that represent icons */
|
|
33172
33548
|
.amis-scope .cxd-TreeSelection-itemInner {
|
33173
33549
|
display: flex;
|
33174
33550
|
align-items: center;
|
33175
|
-
height: 2rem;
|
33176
33551
|
line-height: 1.4285714286;
|
33177
33552
|
font-size: 0.875rem;
|
33178
33553
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -33227,6 +33602,7 @@ readers do not read off random characters that represent icons */
|
|
33227
33602
|
.amis-scope .cxd-ChainedSelection {
|
33228
33603
|
display: flex;
|
33229
33604
|
flex-direction: row;
|
33605
|
+
min-height: 100%;
|
33230
33606
|
}
|
33231
33607
|
|
33232
33608
|
.amis-scope .cxd-ChainedSelection-col {
|
@@ -33246,7 +33622,6 @@ readers do not read off random characters that represent icons */
|
|
33246
33622
|
|
33247
33623
|
.amis-scope .cxd-ChainedSelection-item {
|
33248
33624
|
display: flex;
|
33249
|
-
height: 2rem;
|
33250
33625
|
line-height: 1.4285714286;
|
33251
33626
|
font-size: 0.875rem;
|
33252
33627
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
@@ -34017,6 +34392,7 @@ readers do not read off random characters that represent icons */
|
|
34017
34392
|
height: 2rem;
|
34018
34393
|
line-height: 1.4285714286;
|
34019
34394
|
font-size: 0.875rem;
|
34395
|
+
align-items: center;
|
34020
34396
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
34021
34397
|
}
|
34022
34398
|
|
@@ -34026,6 +34402,7 @@ readers do not read off random characters that represent icons */
|
|
34026
34402
|
}
|
34027
34403
|
|
34028
34404
|
.amis-scope .cxd-Selections-item > .cxd-Selections-dragbar {
|
34405
|
+
top: 0;
|
34029
34406
|
width: 1.25rem;
|
34030
34407
|
position: relative;
|
34031
34408
|
left: calc(0.25rem * -1);
|
@@ -38490,6 +38867,176 @@ readers do not read off random characters that represent icons */
|
|
38490
38867
|
width: 10%;
|
38491
38868
|
}
|
38492
38869
|
|
38870
|
+
/* 移动端样式调整 */
|
38871
|
+
|
38872
|
+
@media (max-width: 767px) {
|
38873
|
+
.amis-scope .cxd-Form .cxd-Form-item {
|
38874
|
+
display: flex;
|
38875
|
+
flex-wrap: wrap;
|
38876
|
+
margin-bottom: 0;
|
38877
|
+
padding: 0.75rem 0;
|
38878
|
+
position: relative;
|
38879
|
+
}
|
38880
|
+
|
38881
|
+
.amis-scope .cxd-Form .cxd-Form-item::after {
|
38882
|
+
position: absolute;
|
38883
|
+
box-sizing: border-box;
|
38884
|
+
content: " ";
|
38885
|
+
pointer-events: none;
|
38886
|
+
right: 0;
|
38887
|
+
bottom: 0;
|
38888
|
+
left: 0;
|
38889
|
+
border-bottom: 0.0625rem solid #eceff8;
|
38890
|
+
transform: scaleY(0.5);
|
38891
|
+
}
|
38892
|
+
|
38893
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup-addOn,
|
38894
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-addOn {
|
38895
|
+
border: none;
|
38896
|
+
}
|
38897
|
+
|
38898
|
+
.amis-scope .cxd-Form .cxd-Form-item > .cxd-Form-label {
|
38899
|
+
flex: 0 0 28%;
|
38900
|
+
max-width: 28%;
|
38901
|
+
min-height: 1px;
|
38902
|
+
text-align: left;
|
38903
|
+
padding-right: calc(1rem / 2);
|
38904
|
+
overflow-wrap: break-word;
|
38905
|
+
margin-right: 0;
|
38906
|
+
margin-bottom: 0;
|
38907
|
+
font-size: 1rem;
|
38908
|
+
}
|
38909
|
+
|
38910
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description {
|
38911
|
+
font-size: 0.875rem;
|
38912
|
+
}
|
38913
|
+
|
38914
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input {
|
38915
|
+
font-size: 1rem;
|
38916
|
+
}
|
38917
|
+
|
38918
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-input input {
|
38919
|
+
height: calc(1.4285714286 * 1rem);
|
38920
|
+
}
|
38921
|
+
|
38922
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value,
|
38923
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control {
|
38924
|
+
flex: 1;
|
38925
|
+
flex-wrap: wrap;
|
38926
|
+
font-size: 1rem;
|
38927
|
+
}
|
38928
|
+
|
38929
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-value.is-disabled > .cxd-TextControl-input,
|
38930
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control.is-disabled > .cxd-TextControl-input {
|
38931
|
+
background: transparent;
|
38932
|
+
}
|
38933
|
+
|
38934
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint,
|
38935
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-remark,
|
38936
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static,
|
38937
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item,
|
38938
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-SwitchControl,
|
38939
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxControl,
|
38940
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-RadiosControl,
|
38941
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-CheckboxesControl {
|
38942
|
+
padding-top: 0;
|
38943
|
+
padding-bottom: 0;
|
38944
|
+
}
|
38945
|
+
|
38946
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--horizontal .cxd-TextControl-input input {
|
38947
|
+
height: 2rem;
|
38948
|
+
}
|
38949
|
+
|
38950
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
|
38951
|
+
font-size: 0.875rem;
|
38952
|
+
margin-left: 0;
|
38953
|
+
color: #b4b6ba;
|
38954
|
+
}
|
38955
|
+
|
38956
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
|
38957
|
+
top: 0;
|
38958
|
+
}
|
38959
|
+
|
38960
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-static {
|
38961
|
+
min-height: 0;
|
38962
|
+
}
|
38963
|
+
|
38964
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-description,
|
38965
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-feedback {
|
38966
|
+
font-size: 0.875rem;
|
38967
|
+
}
|
38968
|
+
|
38969
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-Select,
|
38970
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
38971
|
+
border: none;
|
38972
|
+
}
|
38973
|
+
|
38974
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-InputGroup > .cxd-TextControl-input input {
|
38975
|
+
height: 2rem;
|
38976
|
+
}
|
38977
|
+
|
38978
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker {
|
38979
|
+
padding: 0;
|
38980
|
+
border: none;
|
38981
|
+
}
|
38982
|
+
|
38983
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-ColorPicker .cxd-ColorPicker-arrow {
|
38984
|
+
display: none;
|
38985
|
+
}
|
38986
|
+
|
38987
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-group--hor .cxd-Form-item .cxd-Button {
|
38988
|
+
margin-bottom: 0.25rem;
|
38989
|
+
}
|
38990
|
+
|
38991
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea,
|
38992
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
38993
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
38994
|
+
border: none;
|
38995
|
+
padding: 0 0.625rem 0 0;
|
38996
|
+
box-shadow: none;
|
38997
|
+
}
|
38998
|
+
|
38999
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:hover,
|
39000
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea:focus,
|
39001
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextareaControl > textarea.active,
|
39002
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
39003
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
39004
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
39005
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
39006
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
39007
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
39008
|
+
border: none;
|
39009
|
+
outline: none;
|
39010
|
+
outline-style: none;
|
39011
|
+
}
|
39012
|
+
|
39013
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input--multiple {
|
39014
|
+
padding: 0;
|
39015
|
+
min-height: 0;
|
39016
|
+
}
|
39017
|
+
|
39018
|
+
.amis-scope .cxd-Form .cxd-Form-groupColumn {
|
39019
|
+
margin-bottom: 0;
|
39020
|
+
}
|
39021
|
+
|
39022
|
+
.amis-scope .cxd-Form .cxd-Divider {
|
39023
|
+
display: none;
|
39024
|
+
}
|
39025
|
+
|
39026
|
+
.amis-scope .cxd-Form .cxd-Tabs-pane {
|
39027
|
+
padding: 0;
|
39028
|
+
}
|
39029
|
+
|
39030
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-child::after,
|
39031
|
+
.amis-scope .cxd-Form > .cxd-Form-item:last-of-type::after {
|
39032
|
+
display: none;
|
39033
|
+
}
|
39034
|
+
|
39035
|
+
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
39036
|
+
padding-bottom: 0.625rem;
|
39037
|
+
}
|
39038
|
+
}
|
39039
|
+
|
38493
39040
|
.amis-scope .cxd-AnchorNav {
|
38494
39041
|
display: flex;
|
38495
39042
|
height: 25rem;
|
@@ -38883,20 +39430,29 @@ readers do not read off random characters that represent icons */
|
|
38883
39430
|
box-sizing: content-box;
|
38884
39431
|
}
|
38885
39432
|
|
39433
|
+
.amis-scope .cxd-FormulaEditor-content {
|
39434
|
+
border-radius: 0.25rem;
|
39435
|
+
border: 0.0625rem solid #dadbdd;
|
39436
|
+
}
|
39437
|
+
|
38886
39438
|
.amis-scope .cxd-FormulaEditor-header {
|
38887
39439
|
width: 100%;
|
38888
|
-
height:
|
38889
|
-
line-height:
|
38890
|
-
padding
|
39440
|
+
height: 1.875rem;
|
39441
|
+
line-height: 1.875rem;
|
39442
|
+
padding: 0 0.625rem;
|
38891
39443
|
box-sizing: border-box;
|
38892
|
-
background: #
|
39444
|
+
background: #f2f2f4;
|
39445
|
+
border-radius: 0.25rem 0.25rem 0 0;
|
39446
|
+
border-bottom: 0.0625rem solid #dadbdd;
|
39447
|
+
font-weight: 500;
|
38893
39448
|
}
|
38894
39449
|
|
38895
39450
|
.amis-scope .cxd-FormulaEditor-editor {
|
38896
39451
|
min-height: 14.875rem;
|
38897
39452
|
max-height: 20rem;
|
38898
39453
|
height: auto;
|
38899
|
-
|
39454
|
+
padding: 0.625rem;
|
39455
|
+
padding-right: 0;
|
38900
39456
|
}
|
38901
39457
|
|
38902
39458
|
.amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
|
@@ -38982,7 +39538,7 @@ readers do not read off random characters that represent icons */
|
|
38982
39538
|
}
|
38983
39539
|
|
38984
39540
|
.amis-scope .cxd-FormulaFuncList-funcItem.is-active {
|
38985
|
-
|
39541
|
+
background: #eaf6fe;
|
38986
39542
|
}
|
38987
39543
|
|
38988
39544
|
.amis-scope .cxd-FormulaFuncList-groupTitle {
|
@@ -38998,8 +39554,211 @@ readers do not read off random characters that represent icons */
|
|
38998
39554
|
padding: 10px 20px;
|
38999
39555
|
}
|
39000
39556
|
|
39557
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail pre {
|
39558
|
+
white-space: pre-wrap;
|
39559
|
+
word-wrap: break-word;
|
39560
|
+
background: #f2f2f4;
|
39561
|
+
padding: 0.625rem;
|
39562
|
+
border-radius: 0.25rem;
|
39563
|
+
margin-top: 0;
|
39564
|
+
}
|
39565
|
+
|
39566
|
+
.amis-scope .cxd-FormulaFuncList-funcDetail div {
|
39567
|
+
color: #333;
|
39568
|
+
}
|
39569
|
+
|
39001
39570
|
.amis-scope .cxd-FormulaPicker-icon {
|
39002
39571
|
margin-left: auto;
|
39572
|
+
margin-right: 0.3125rem;
|
39573
|
+
}
|
39574
|
+
|
39575
|
+
.amis-scope .cxd-Timeline-vertical {
|
39576
|
+
display: flex;
|
39577
|
+
flex-flow: column;
|
39578
|
+
}
|
39579
|
+
|
39580
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem {
|
39581
|
+
display: flex;
|
39582
|
+
flex: 1;
|
39583
|
+
flex-direction: row;
|
39584
|
+
}
|
39585
|
+
|
39586
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
39587
|
+
display: none;
|
39588
|
+
}
|
39589
|
+
|
39590
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle {
|
39591
|
+
position: relative;
|
39592
|
+
flex: 0 0 1.5rem;
|
39593
|
+
}
|
39594
|
+
|
39595
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
39596
|
+
position: absolute;
|
39597
|
+
height: calc(100% - 1.25rem);
|
39598
|
+
width: 0.125rem;
|
39599
|
+
left: 0.8125rem;
|
39600
|
+
top: 1.25rem;
|
39601
|
+
background-color: #e6e6e8;
|
39602
|
+
}
|
39603
|
+
|
39604
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
39605
|
+
position: absolute;
|
39606
|
+
width: 0.5rem;
|
39607
|
+
height: 0.5rem;
|
39608
|
+
left: 0.625rem;
|
39609
|
+
top: 0.5rem;
|
39610
|
+
background: #dadbdd;
|
39611
|
+
border-radius: 50%;
|
39612
|
+
}
|
39613
|
+
|
39614
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
39615
|
+
background: #e8684a;
|
39616
|
+
}
|
39617
|
+
|
39618
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
39619
|
+
background: #2468f2;
|
39620
|
+
}
|
39621
|
+
|
39622
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
39623
|
+
background: #0bc286;
|
39624
|
+
}
|
39625
|
+
|
39626
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
39627
|
+
background: #ffb200;
|
39628
|
+
}
|
39629
|
+
|
39630
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
39631
|
+
position: absolute;
|
39632
|
+
width: 1rem;
|
39633
|
+
height: 1rem;
|
39634
|
+
left: 0.375rem;
|
39635
|
+
border-radius: 50%;
|
39636
|
+
}
|
39637
|
+
|
39638
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content {
|
39639
|
+
padding-bottom: 1rem;
|
39640
|
+
margin-left: 0.5rem;
|
39641
|
+
}
|
39642
|
+
|
39643
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-time {
|
39644
|
+
color: #83868c;
|
39645
|
+
font-size: var(--Timeline--font-size);
|
39646
|
+
margin-bottom: 0.25rem;
|
39647
|
+
}
|
39648
|
+
|
39649
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
|
39650
|
+
color: #151a26;
|
39651
|
+
font-size: var(--Timeline--font-size);
|
39652
|
+
margin-bottom: 0.25rem;
|
39653
|
+
}
|
39654
|
+
|
39655
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
|
39656
|
+
display: flex;
|
39657
|
+
cursor: pointer;
|
39658
|
+
align-items: center;
|
39659
|
+
font-size: var(--Timeline--font-size);
|
39660
|
+
color: #2468f2;
|
39661
|
+
margin-bottom: 0.5rem;
|
39662
|
+
}
|
39663
|
+
|
39664
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow {
|
39665
|
+
width: 1rem;
|
39666
|
+
height: 1rem;
|
39667
|
+
}
|
39668
|
+
|
39669
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-arrow-top {
|
39670
|
+
transform: rotateX(180deg);
|
39671
|
+
}
|
39672
|
+
|
39673
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
39674
|
+
display: block;
|
39675
|
+
max-width: 18.75rem;
|
39676
|
+
font-size: var(--Timeline--font-size);
|
39677
|
+
padding: 0.625rem;
|
39678
|
+
box-shadow: 0 0.0625rem 0.625rem 0 rgba(0 0 0 / 10%);
|
39679
|
+
}
|
39680
|
+
|
39681
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-invisible {
|
39682
|
+
display: none;
|
39683
|
+
}
|
39684
|
+
|
39685
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-left .cxd-TimelineItem {
|
39686
|
+
flex-direction: row-reverse;
|
39687
|
+
}
|
39688
|
+
|
39689
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(odd) {
|
39690
|
+
flex-direction: row-reverse;
|
39691
|
+
max-width: 50%;
|
39692
|
+
}
|
39693
|
+
|
39694
|
+
.amis-scope .cxd-Timeline-vertical.cxd-Timeline-alternate .cxd-TimelineItem:nth-child(even) {
|
39695
|
+
margin-left: calc(50% - 1.5rem);
|
39696
|
+
max-width: calc(50% + 1.5rem);
|
39697
|
+
}
|
39698
|
+
|
39699
|
+
.amis-scope .cxd-Timeline-horizontal {
|
39700
|
+
display: flex;
|
39701
|
+
flex-flow: row;
|
39702
|
+
margin-left: 50%;
|
39703
|
+
transform: translateX(-50%);
|
39704
|
+
}
|
39705
|
+
|
39706
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem {
|
39707
|
+
display: flex;
|
39708
|
+
width: -webkit-fill-available;
|
39709
|
+
flex-flow: column;
|
39710
|
+
}
|
39711
|
+
|
39712
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem:last-of-type .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
39713
|
+
display: none;
|
39714
|
+
}
|
39715
|
+
|
39716
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle {
|
39717
|
+
position: relative;
|
39718
|
+
flex: 0 0 1.5rem;
|
39719
|
+
}
|
39720
|
+
|
39721
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-line {
|
39722
|
+
position: absolute;
|
39723
|
+
height: 0.125rem;
|
39724
|
+
width: calc(100% - 0.8125rem);
|
39725
|
+
left: 1.25rem;
|
39726
|
+
top: 0.8125rem;
|
39727
|
+
background-color: #e6e6e8;
|
39728
|
+
}
|
39729
|
+
|
39730
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
39731
|
+
position: absolute;
|
39732
|
+
width: 0.5rem;
|
39733
|
+
height: 0.5rem;
|
39734
|
+
left: 0.5rem;
|
39735
|
+
top: 0.625rem;
|
39736
|
+
background: #dadbdd;
|
39737
|
+
border-radius: 50%;
|
39738
|
+
}
|
39739
|
+
|
39740
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
39741
|
+
background: #e8684a;
|
39742
|
+
}
|
39743
|
+
|
39744
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
39745
|
+
background: #2468f2;
|
39746
|
+
}
|
39747
|
+
|
39748
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
39749
|
+
background: #0bc286;
|
39750
|
+
}
|
39751
|
+
|
39752
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
39753
|
+
background: #ffb200;
|
39754
|
+
}
|
39755
|
+
|
39756
|
+
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
39757
|
+
position: absolute;
|
39758
|
+
width: 1rem;
|
39759
|
+
height: 1rem;
|
39760
|
+
left: 0.375rem;
|
39761
|
+
border-radius: 50%;
|
39003
39762
|
}
|
39004
39763
|
|
39005
39764
|
/*
|