amis 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/Schema.d.ts +1 -1
- package/esm/compat.js +1 -1
- package/esm/index.js +1 -1
- package/esm/preset.js +1 -1
- package/esm/renderers/Action.js +8 -5
- package/esm/renderers/Alert.js +1 -1
- package/esm/renderers/AnchorNav.js +1 -1
- package/esm/renderers/App.d.ts +8 -0
- package/esm/renderers/App.js +30 -14
- package/esm/renderers/Audio.js +1 -1
- package/esm/renderers/Avatar.js +1 -1
- package/esm/renderers/BarCode.js +1 -1
- package/esm/renderers/Breadcrumb.js +1 -1
- package/esm/renderers/ButtonGroup.js +1 -1
- package/esm/renderers/CRUD.d.ts +1 -1
- package/esm/renderers/CRUD.js +13 -4
- package/esm/renderers/CRUD2.js +7 -1
- package/esm/renderers/Calendar.js +1 -1
- package/esm/renderers/Card.d.ts +7 -2
- package/esm/renderers/Card.js +11 -7
- package/esm/renderers/Card2.js +1 -1
- package/esm/renderers/Cards.d.ts +1 -0
- package/esm/renderers/Cards.js +13 -8
- package/esm/renderers/Carousel.js +1 -1
- package/esm/renderers/Chart.js +2 -1
- package/esm/renderers/Code.js +1 -1
- package/esm/renderers/Collapse.js +1 -1
- package/esm/renderers/CollapseGroup.js +1 -1
- package/esm/renderers/Color.js +1 -1
- package/esm/renderers/Container.js +1 -1
- package/esm/renderers/Copyable.js +5 -4
- package/esm/renderers/Custom.js +1 -1
- package/esm/renderers/Date.js +1 -1
- package/esm/renderers/Dialog.d.ts +49 -43
- package/esm/renderers/Dialog.js +3 -3
- package/esm/renderers/Divider.js +1 -1
- package/esm/renderers/Drawer.js +1 -1
- package/esm/renderers/DropDownButton.d.ts +1 -1
- package/esm/renderers/DropDownButton.js +22 -9
- package/esm/renderers/Each.js +1 -1
- package/esm/renderers/Flex.js +1 -1
- package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
- package/esm/renderers/Form/ButtonToolbar.js +1 -1
- package/esm/renderers/Form/ChainedSelect.d.ts +1 -1
- package/esm/renderers/Form/ChainedSelect.js +13 -8
- package/esm/renderers/Form/ChartRadios.js +1 -1
- package/esm/renderers/Form/Checkbox.js +3 -3
- package/esm/renderers/Form/Checkboxes.d.ts +1 -2
- package/esm/renderers/Form/Checkboxes.js +6 -5
- package/esm/renderers/Form/Combo.d.ts +2 -0
- package/esm/renderers/Form/Combo.js +35 -1
- package/esm/renderers/Form/ConditionBuilder.js +1 -1
- package/esm/renderers/Form/Control.js +1 -1
- package/esm/renderers/Form/DiffEditor.js +1 -1
- package/esm/renderers/Form/Editor.js +1 -1
- package/esm/renderers/Form/FieldSet.js +1 -1
- package/esm/renderers/Form/Formula.js +1 -1
- package/esm/renderers/Form/Group.js +4 -3
- package/esm/renderers/Form/Hidden.js +1 -1
- package/esm/renderers/Form/IconPicker.js +1 -1
- package/esm/renderers/Form/IconPickerIcons.js +1 -1
- package/esm/renderers/Form/InputArray.js +1 -1
- package/esm/renderers/Form/InputCity.js +1 -1
- package/esm/renderers/Form/InputColor.js +1 -1
- package/esm/renderers/Form/InputDate.js +1 -1
- package/esm/renderers/Form/InputDateRange.js +1 -1
- package/esm/renderers/Form/InputExcel.d.ts +1 -0
- package/esm/renderers/Form/InputExcel.js +6 -1
- package/esm/renderers/Form/InputFile.js +9 -8
- package/esm/renderers/Form/InputFormula.js +1 -1
- package/esm/renderers/Form/InputGroup.js +1 -1
- package/esm/renderers/Form/InputImage.js +1 -1
- package/esm/renderers/Form/InputMonthRange.js +1 -1
- package/esm/renderers/Form/InputNumber.js +1 -1
- package/esm/renderers/Form/InputQuarterRange.js +1 -1
- package/esm/renderers/Form/InputRange.js +1 -1
- package/esm/renderers/Form/InputRating.js +1 -1
- package/esm/renderers/Form/InputRepeat.js +1 -1
- package/esm/renderers/Form/InputRichText.js +1 -1
- package/esm/renderers/Form/InputSubForm.js +1 -1
- package/esm/renderers/Form/InputTable.d.ts +9 -3
- package/esm/renderers/Form/InputTable.js +62 -9
- package/esm/renderers/Form/InputTag.d.ts +1 -0
- package/esm/renderers/Form/InputTag.js +23 -6
- package/esm/renderers/Form/InputText.d.ts +8 -0
- package/esm/renderers/Form/InputText.js +15 -10
- package/esm/renderers/Form/InputTree.js +1 -1
- package/esm/renderers/Form/InputYearRange.js +1 -1
- package/esm/renderers/Form/JSONSchema.js +1 -1
- package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
- package/esm/renderers/Form/ListSelect.js +1 -1
- package/esm/renderers/Form/LocationPicker.js +1 -1
- package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
- package/esm/renderers/Form/NestedSelect.js +4 -4
- package/esm/renderers/Form/Picker.js +6 -2
- package/esm/renderers/Form/Radios.js +1 -1
- package/esm/renderers/Form/Select.d.ts +5 -0
- package/esm/renderers/Form/Select.js +5 -4
- package/esm/renderers/Form/Static.js +1 -1
- package/esm/renderers/Form/Switch.js +1 -1
- package/esm/renderers/Form/TabsTransfer.js +1 -1
- package/esm/renderers/Form/TabsTransferPicker.js +1 -1
- package/esm/renderers/Form/Textarea.js +1 -1
- package/esm/renderers/Form/Transfer.js +1 -1
- package/esm/renderers/Form/TransferPicker.js +1 -1
- package/esm/renderers/Form/TreeSelect.js +6 -8
- package/esm/renderers/Form/UUID.js +1 -1
- package/esm/renderers/Form/UserSelect.js +1 -1
- package/esm/renderers/Grid.js +6 -3
- package/esm/renderers/Grid2D.js +1 -1
- package/esm/renderers/GridNav.js +1 -1
- package/esm/renderers/HBox.js +1 -1
- package/esm/renderers/IFrame.d.ts +4 -0
- package/esm/renderers/IFrame.js +3 -3
- package/esm/renderers/Icon.js +1 -1
- package/esm/renderers/Image.d.ts +20 -6
- package/esm/renderers/Image.js +3 -3
- package/esm/renderers/Images.js +1 -1
- package/esm/renderers/Json.js +1 -1
- package/esm/renderers/Link.js +1 -1
- package/esm/renderers/List.js +5 -4
- package/esm/renderers/Log.d.ts +8 -6
- package/esm/renderers/Log.js +64 -33
- package/esm/renderers/Mapping.js +1 -1
- package/esm/renderers/Markdown.js +1 -1
- package/esm/renderers/Nav.js +1 -1
- package/esm/renderers/Operation.js +1 -1
- package/esm/renderers/Page.d.ts +1 -0
- package/esm/renderers/Page.js +7 -1
- package/esm/renderers/Pagination.d.ts +5 -0
- package/esm/renderers/Pagination.js +1 -1
- package/esm/renderers/PaginationWrapper.js +1 -1
- package/esm/renderers/Panel.js +1 -1
- package/esm/renderers/Plain.js +1 -1
- package/esm/renderers/PopOver.js +1 -1
- package/esm/renderers/Portlet.js +1 -1
- package/esm/renderers/Progress.js +1 -1
- package/esm/renderers/Property.js +5 -6
- package/esm/renderers/QRCode.js +1 -1
- package/esm/renderers/QuickEdit.js +1 -1
- package/esm/renderers/Remark.js +1 -1
- package/esm/renderers/SearchBox.js +1 -1
- package/esm/renderers/Service.js +2 -1
- package/esm/renderers/SparkLine.js +1 -1
- package/esm/renderers/Spinner.js +1 -1
- package/esm/renderers/Status.js +3 -3
- package/esm/renderers/Steps.d.ts +2 -1
- package/esm/renderers/Steps.js +12 -8
- package/esm/renderers/Table/ColumnToggler.js +1 -1
- package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
- package/esm/renderers/Table/HeadCellSearchDropdown.js +2 -2
- package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
- package/esm/renderers/Table/TableBody.js +1 -1
- package/esm/renderers/Table/TableCell.js +1 -1
- package/esm/renderers/Table/TableContent.js +9 -2
- package/esm/renderers/Table/TableRow.js +1 -1
- package/esm/renderers/Table/exportExcel.js +1 -1
- package/esm/renderers/Table/index.d.ts +5 -0
- package/esm/renderers/Table/index.js +172 -72
- package/esm/renderers/Table-v2/ColumnToggler.js +1 -1
- package/esm/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table-v2/TableCell.js +1 -1
- package/esm/renderers/Table-v2/index.js +1 -1
- package/esm/renderers/TableView.js +18 -14
- package/esm/renderers/Tabs.js +1 -1
- package/esm/renderers/Tag.js +3 -3
- package/esm/renderers/Tasks.js +1 -1
- package/esm/renderers/Timeline.js +1 -1
- package/esm/renderers/TooltipWrapper.js +1 -1
- package/esm/renderers/Tpl.js +1 -1
- package/esm/renderers/VBox.js +1 -1
- package/esm/renderers/Video.js +1 -1
- package/esm/renderers/WebComponent.js +1 -1
- package/esm/renderers/Wizard.js +4 -2
- package/esm/renderers/Wrapper.js +1 -1
- package/esm/schemaExtend.js +74 -2
- package/esm/types.d.ts +1 -1
- package/lib/Schema.d.ts +1 -1
- package/lib/compat.js +1 -1
- package/lib/index.js +1 -1
- package/lib/preset.js +1 -1
- package/lib/renderers/Action.js +8 -5
- package/lib/renderers/Alert.js +1 -1
- package/lib/renderers/AnchorNav.js +1 -1
- package/lib/renderers/App.d.ts +8 -0
- package/lib/renderers/App.js +30 -14
- package/lib/renderers/Audio.js +1 -1
- package/lib/renderers/Avatar.js +1 -1
- package/lib/renderers/BarCode.js +1 -1
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/ButtonGroup.js +1 -1
- package/lib/renderers/CRUD.d.ts +2 -2
- package/lib/renderers/CRUD.js +13 -4
- package/lib/renderers/CRUD2.js +7 -1
- package/lib/renderers/Calendar.js +1 -1
- package/lib/renderers/Card.d.ts +7 -2
- package/lib/renderers/Card.js +12 -7
- package/lib/renderers/Card2.js +1 -1
- package/lib/renderers/Cards.d.ts +1 -0
- package/lib/renderers/Cards.js +12 -7
- package/lib/renderers/Carousel.js +1 -1
- package/lib/renderers/Chart.js +2 -1
- package/lib/renderers/Code.js +1 -1
- package/lib/renderers/Collapse.js +1 -1
- package/lib/renderers/CollapseGroup.js +1 -1
- package/lib/renderers/Color.js +1 -1
- package/lib/renderers/Container.js +1 -1
- package/lib/renderers/Copyable.js +4 -3
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Date.js +1 -1
- package/lib/renderers/Dialog.d.ts +49 -43
- package/lib/renderers/Dialog.js +3 -3
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Drawer.js +1 -1
- package/lib/renderers/DropDownButton.d.ts +1 -1
- package/lib/renderers/DropDownButton.js +20 -7
- package/lib/renderers/Each.js +1 -1
- package/lib/renderers/Flex.js +1 -1
- package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
- package/lib/renderers/Form/ButtonToolbar.js +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +1 -1
- package/lib/renderers/Form/ChainedSelect.js +13 -8
- package/lib/renderers/Form/ChartRadios.js +1 -1
- package/lib/renderers/Form/Checkbox.js +3 -3
- package/lib/renderers/Form/Checkboxes.d.ts +1 -2
- package/lib/renderers/Form/Checkboxes.js +6 -4
- package/lib/renderers/Form/Combo.d.ts +2 -0
- package/lib/renderers/Form/Combo.js +35 -1
- package/lib/renderers/Form/ConditionBuilder.js +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +16 -16
- package/lib/renderers/Form/DiffEditor.js +1 -1
- package/lib/renderers/Form/Editor.d.ts +1 -1
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/FieldSet.js +1 -1
- package/lib/renderers/Form/Formula.js +1 -1
- package/lib/renderers/Form/Group.js +4 -3
- package/lib/renderers/Form/Hidden.js +1 -1
- package/lib/renderers/Form/IconPicker.js +1 -1
- package/lib/renderers/Form/IconPickerIcons.js +1 -1
- package/lib/renderers/Form/InputArray.js +1 -1
- package/lib/renderers/Form/InputCity.d.ts +40 -40
- package/lib/renderers/Form/InputCity.js +1 -1
- package/lib/renderers/Form/InputColor.d.ts +40 -40
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputDate.js +1 -1
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputExcel.d.ts +1 -0
- package/lib/renderers/Form/InputExcel.js +6 -1
- package/lib/renderers/Form/InputFile.js +8 -7
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputGroup.js +1 -1
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputNumber.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputRange.js +1 -1
- package/lib/renderers/Form/InputRating.js +1 -1
- package/lib/renderers/Form/InputRepeat.js +1 -1
- package/lib/renderers/Form/InputRichText.js +1 -1
- package/lib/renderers/Form/InputSubForm.js +1 -1
- package/lib/renderers/Form/InputTable.d.ts +9 -3
- package/lib/renderers/Form/InputTable.js +64 -7
- package/lib/renderers/Form/InputTag.d.ts +1 -0
- package/lib/renderers/Form/InputTag.js +23 -6
- package/lib/renderers/Form/InputText.d.ts +8 -0
- package/lib/renderers/Form/InputText.js +15 -10
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/JSONSchema.js +1 -1
- package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
- package/lib/renderers/Form/ListSelect.js +1 -1
- package/lib/renderers/Form/LocationPicker.js +1 -1
- package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
- package/lib/renderers/Form/NestedSelect.js +4 -4
- package/lib/renderers/Form/Picker.js +6 -2
- package/lib/renderers/Form/Radios.js +1 -1
- package/lib/renderers/Form/Select.d.ts +5 -0
- package/lib/renderers/Form/Select.js +5 -4
- package/lib/renderers/Form/Static.js +1 -1
- package/lib/renderers/Form/Switch.js +1 -1
- package/lib/renderers/Form/TabsTransfer.js +1 -1
- package/lib/renderers/Form/TabsTransferPicker.js +1 -1
- package/lib/renderers/Form/Textarea.js +1 -1
- package/lib/renderers/Form/Transfer.js +1 -1
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TreeSelect.js +6 -8
- package/lib/renderers/Form/UUID.js +1 -1
- package/lib/renderers/Form/UserSelect.js +1 -1
- package/lib/renderers/Grid.js +6 -3
- package/lib/renderers/Grid2D.js +1 -1
- package/lib/renderers/GridNav.js +1 -1
- package/lib/renderers/HBox.js +1 -1
- package/lib/renderers/IFrame.d.ts +4 -0
- package/lib/renderers/IFrame.js +3 -3
- package/lib/renderers/Icon.js +1 -1
- package/lib/renderers/Image.d.ts +20 -6
- package/lib/renderers/Image.js +3 -3
- package/lib/renderers/Images.js +1 -1
- package/lib/renderers/Json.js +1 -1
- package/lib/renderers/Link.js +1 -1
- package/lib/renderers/List.js +4 -3
- package/lib/renderers/Log.d.ts +8 -6
- package/lib/renderers/Log.js +63 -32
- package/lib/renderers/Mapping.js +1 -1
- package/lib/renderers/Markdown.js +1 -1
- package/lib/renderers/Nav.d.ts +10 -10
- package/lib/renderers/Nav.js +1 -1
- package/lib/renderers/Operation.js +1 -1
- package/lib/renderers/Page.d.ts +1 -0
- package/lib/renderers/Page.js +7 -1
- package/lib/renderers/Pagination.d.ts +5 -0
- package/lib/renderers/Pagination.js +1 -1
- package/lib/renderers/PaginationWrapper.js +1 -1
- package/lib/renderers/Panel.js +1 -1
- package/lib/renderers/Plain.js +1 -1
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/Portlet.js +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Property.js +4 -5
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QuickEdit.js +1 -1
- package/lib/renderers/Remark.d.ts +1 -1
- package/lib/renderers/Remark.js +1 -1
- package/lib/renderers/SearchBox.js +1 -1
- package/lib/renderers/Service.js +2 -1
- package/lib/renderers/SparkLine.js +1 -1
- package/lib/renderers/Spinner.js +1 -1
- package/lib/renderers/Status.js +3 -3
- package/lib/renderers/Steps.d.ts +2 -1
- package/lib/renderers/Steps.js +11 -7
- package/lib/renderers/Table/ColumnToggler.js +1 -1
- package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js +2 -2
- package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
- package/lib/renderers/Table/TableBody.js +1 -1
- package/lib/renderers/Table/TableCell.js +1 -1
- package/lib/renderers/Table/TableContent.js +9 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/exportExcel.js +1 -1
- package/lib/renderers/Table/index.d.ts +5 -0
- package/lib/renderers/Table/index.js +172 -72
- package/lib/renderers/Table-v2/ColumnToggler.js +1 -1
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table-v2/TableCell.js +1 -1
- package/lib/renderers/Table-v2/index.js +1 -1
- package/lib/renderers/TableView.js +17 -13
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tag.js +3 -3
- package/lib/renderers/Tasks.js +1 -1
- package/lib/renderers/Timeline.js +1 -1
- package/lib/renderers/TooltipWrapper.js +1 -1
- package/lib/renderers/Tpl.js +1 -1
- package/lib/renderers/VBox.js +1 -1
- package/lib/renderers/Video.js +1 -1
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/Wizard.js +4 -2
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/schemaExtend.js +77 -1
- package/lib/themes/ang-ie11.css +1106 -501
- package/lib/themes/ang.css +1111 -441
- package/lib/themes/antd-ie11.css +1103 -498
- package/lib/themes/antd.css +1111 -441
- package/lib/themes/cxd-ie11.css +1141 -540
- package/lib/themes/cxd.css +1135 -468
- package/lib/themes/dark-ie11.css +1110 -505
- package/lib/themes/dark.css +1116 -443
- package/lib/themes/default-ie11.css +1141 -540
- package/lib/themes/default.css +1135 -468
- package/lib/types.d.ts +1 -1
- package/package.json +26 -10
- package/schema.json +145 -55
- package/sdk/ang-ie11.css +862 -221
- package/sdk/ang.css +887 -181
- package/sdk/antd-ie11.css +859 -218
- package/sdk/antd.css +884 -178
- package/sdk/barcode.js +50 -50
- package/sdk/charts.js +16 -16
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +898 -262
- package/sdk/cxd.css +879 -177
- package/sdk/dark-ie11.css +890 -249
- package/sdk/dark.css +891 -182
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +6 -0
- package/sdk/markdown.js +68 -68
- package/sdk/papaparse.js +1 -1
- package/sdk/rest.js +24 -24
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +898 -262
- package/sdk/sdk.css +879 -177
- package/sdk/sdk.js +1411 -1389
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/thirds/tinymce/skins/ui/oxide/skin.css +358 -331
- package/sdk/tinymce.js +53 -63
package/sdk/antd-ie11.css
CHANGED
|
@@ -74166,6 +74166,10 @@ title: Word Break
|
|
|
74166
74166
|
border: 1px solid #f9f9f9;
|
|
74167
74167
|
}
|
|
74168
74168
|
|
|
74169
|
+
.amis-scope .rdtPickerNotDays {
|
|
74170
|
+
width: 192px;
|
|
74171
|
+
}
|
|
74172
|
+
|
|
74169
74173
|
.amis-scope .rdtOpen .rdtPicker {
|
|
74170
74174
|
display: block;
|
|
74171
74175
|
}
|
|
@@ -74212,7 +74216,7 @@ title: Word Break
|
|
|
74212
74216
|
.amis-scope .rdtPicker td > span {
|
|
74213
74217
|
display: inline-block;
|
|
74214
74218
|
border-radius: 2px;
|
|
74215
|
-
height:
|
|
74219
|
+
height: 24px;
|
|
74216
74220
|
width: 24px;
|
|
74217
74221
|
}
|
|
74218
74222
|
|
|
@@ -74837,10 +74841,14 @@ title: Word Break
|
|
|
74837
74841
|
}
|
|
74838
74842
|
|
|
74839
74843
|
.amis-scope a:hover {
|
|
74840
|
-
color: #
|
|
74844
|
+
color: #528eff;
|
|
74841
74845
|
text-decoration: none;
|
|
74842
74846
|
}
|
|
74843
74847
|
|
|
74848
|
+
.amis-scope a:active {
|
|
74849
|
+
color: #144bcc;
|
|
74850
|
+
}
|
|
74851
|
+
|
|
74844
74852
|
.amis-scope label {
|
|
74845
74853
|
font-weight: 400;
|
|
74846
74854
|
}
|
|
@@ -77054,6 +77062,8 @@ title: Word Break
|
|
|
77054
77062
|
|
|
77055
77063
|
.amis-scope .antd-Breadcrumb-item {
|
|
77056
77064
|
position: relative;
|
|
77065
|
+
display: inline-flex;
|
|
77066
|
+
align-items: center;
|
|
77057
77067
|
}
|
|
77058
77068
|
|
|
77059
77069
|
.amis-scope .antd-Breadcrumb-item-default {
|
|
@@ -77061,6 +77071,14 @@ title: Word Break
|
|
|
77061
77071
|
color: #83868c;
|
|
77062
77072
|
}
|
|
77063
77073
|
|
|
77074
|
+
.amis-scope .antd-Breadcrumb-item-default:hover {
|
|
77075
|
+
color: #2468f2;
|
|
77076
|
+
}
|
|
77077
|
+
|
|
77078
|
+
.amis-scope .antd-Breadcrumb-item-default:active {
|
|
77079
|
+
color: #1c53c1;
|
|
77080
|
+
}
|
|
77081
|
+
|
|
77064
77082
|
.amis-scope .antd-Breadcrumb-item-dropdown {
|
|
77065
77083
|
cursor: pointer;
|
|
77066
77084
|
color: #151a26;
|
|
@@ -77080,7 +77098,8 @@ title: Word Break
|
|
|
77080
77098
|
}
|
|
77081
77099
|
|
|
77082
77100
|
.amis-scope .antd-Breadcrumb-item-caret {
|
|
77083
|
-
|
|
77101
|
+
height: 16px;
|
|
77102
|
+
margin: 0 2px;
|
|
77084
77103
|
cursor: pointer;
|
|
77085
77104
|
display: inline-block;
|
|
77086
77105
|
transition: transform 0s ease;
|
|
@@ -77210,6 +77229,7 @@ title: Word Break
|
|
|
77210
77229
|
white-space: nowrap;
|
|
77211
77230
|
text-align: center;
|
|
77212
77231
|
padding: 0 6px;
|
|
77232
|
+
border: 1px solid #FFFFFF;
|
|
77213
77233
|
}
|
|
77214
77234
|
|
|
77215
77235
|
.amis-scope .antd-Badge-dot {
|
|
@@ -77293,14 +77313,19 @@ title: Word Break
|
|
|
77293
77313
|
@keyframes modalIn {
|
|
77294
77314
|
from {
|
|
77295
77315
|
opacity: 0;
|
|
77296
|
-
|
|
77316
|
+
width: 0;
|
|
77317
|
+
height: 0;
|
|
77318
|
+
bottom: -999px;
|
|
77297
77319
|
}
|
|
77298
77320
|
}
|
|
77299
77321
|
|
|
77300
77322
|
@keyframes modalOut {
|
|
77301
77323
|
to {
|
|
77302
77324
|
opacity: 0;
|
|
77303
|
-
|
|
77325
|
+
opacity: 0;
|
|
77326
|
+
width: 0;
|
|
77327
|
+
height: 0;
|
|
77328
|
+
bottom: -999px;
|
|
77304
77329
|
}
|
|
77305
77330
|
}
|
|
77306
77331
|
|
|
@@ -77374,7 +77399,7 @@ title: Word Break
|
|
|
77374
77399
|
2.5rem - 1.57 *
|
|
77375
77400
|
0.875rem
|
|
77376
77401
|
) / 2
|
|
77377
|
-
)
|
|
77402
|
+
) 1.5rem;
|
|
77378
77403
|
background: #fff;
|
|
77379
77404
|
border-bottom: 0.0625rem solid #dfe2e6;
|
|
77380
77405
|
border-top-left-radius: 2px;
|
|
@@ -77406,8 +77431,8 @@ title: Word Break
|
|
|
77406
77431
|
}
|
|
77407
77432
|
|
|
77408
77433
|
.amis-scope .antd-Modal-close svg {
|
|
77409
|
-
width:
|
|
77410
|
-
height:
|
|
77434
|
+
width: 1rem;
|
|
77435
|
+
height: 1rem;
|
|
77411
77436
|
fill: #999;
|
|
77412
77437
|
}
|
|
77413
77438
|
|
|
@@ -77432,19 +77457,17 @@ title: Word Break
|
|
|
77432
77457
|
}
|
|
77433
77458
|
|
|
77434
77459
|
.amis-scope .antd-Modal-body {
|
|
77435
|
-
|
|
77460
|
+
margin: 1rem 0 1.5rem 0;
|
|
77436
77461
|
flex-grow: 1;
|
|
77437
|
-
|
|
77438
|
-
|
|
77439
|
-
.amis-scope .antd-Modal-header + .antd-Modal-body {
|
|
77440
|
-
padding-top: 1rem;
|
|
77462
|
+
height: auto;
|
|
77463
|
+
padding: 0 1.5rem;
|
|
77441
77464
|
}
|
|
77442
77465
|
|
|
77443
77466
|
.amis-scope .antd-Modal-footer {
|
|
77444
77467
|
display: flex;
|
|
77445
77468
|
align-items: center;
|
|
77446
77469
|
justify-content: flex-end;
|
|
77447
|
-
padding: 0.5rem;
|
|
77470
|
+
padding: 0.5rem 1.5rem;
|
|
77448
77471
|
border-top: 0.0625rem solid #dfe2e6;
|
|
77449
77472
|
margin: 0 0;
|
|
77450
77473
|
border-bottom-left-radius: 2px;
|
|
@@ -77628,12 +77651,12 @@ title: Word Break
|
|
|
77628
77651
|
|
|
77629
77652
|
.amis-scope .antd-Drawer-title {
|
|
77630
77653
|
font-size: 0.875rem;
|
|
77631
|
-
color: #
|
|
77654
|
+
color: #151b26;
|
|
77632
77655
|
}
|
|
77633
77656
|
|
|
77634
77657
|
.amis-scope .antd-Drawer-close {
|
|
77635
77658
|
position: absolute;
|
|
77636
|
-
color: #
|
|
77659
|
+
color: #151b26;
|
|
77637
77660
|
line-height: 1;
|
|
77638
77661
|
text-decoration: none;
|
|
77639
77662
|
}
|
|
@@ -77642,7 +77665,7 @@ title: Word Break
|
|
|
77642
77665
|
margin-top: 0.125rem;
|
|
77643
77666
|
width: 0.75rem;
|
|
77644
77667
|
height: 0.75rem;
|
|
77645
|
-
fill: #
|
|
77668
|
+
fill: #151b26;
|
|
77646
77669
|
}
|
|
77647
77670
|
|
|
77648
77671
|
.amis-scope .antd-Drawer-close:not(.is-disabled) {
|
|
@@ -78608,7 +78631,7 @@ title: Word Break
|
|
|
78608
78631
|
pointer-events: auto;
|
|
78609
78632
|
margin-bottom: 0.25rem;
|
|
78610
78633
|
padding: 0.25rem 1rem;
|
|
78611
|
-
box-shadow:
|
|
78634
|
+
box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
|
|
78612
78635
|
border-radius: 0.125rem;
|
|
78613
78636
|
border: 0 solid;
|
|
78614
78637
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -78812,18 +78835,30 @@ title: Word Break
|
|
|
78812
78835
|
.amis-scope .antd-Alert {
|
|
78813
78836
|
font-size: 0.875rem;
|
|
78814
78837
|
box-shadow: none;
|
|
78815
|
-
padding: 0.
|
|
78838
|
+
padding: 0.25rem 1rem;
|
|
78816
78839
|
border: 0.0625rem solid transparent;
|
|
78817
78840
|
border-radius: 0.285rem;
|
|
78818
78841
|
margin-bottom: 1rem;
|
|
78819
78842
|
position: relative;
|
|
78820
|
-
color:
|
|
78843
|
+
color: #151b26;
|
|
78821
78844
|
display: flex;
|
|
78822
78845
|
flex-flow: row nowrap;
|
|
78823
78846
|
justify-content: space-between;
|
|
78824
78847
|
align-items: flex-start;
|
|
78825
78848
|
}
|
|
78826
78849
|
|
|
78850
|
+
.amis-scope .antd-Alert-has-title {
|
|
78851
|
+
padding: 1rem;
|
|
78852
|
+
}
|
|
78853
|
+
|
|
78854
|
+
.amis-scope .antd-Alert-has-title .antd-Alert-content .antd-Alert-title {
|
|
78855
|
+
line-height: 1.375rem;
|
|
78856
|
+
}
|
|
78857
|
+
|
|
78858
|
+
.amis-scope .antd-Alert-has-title .antd-Alert-content .antd-Alert-desc {
|
|
78859
|
+
line-height: 1.25rem;
|
|
78860
|
+
}
|
|
78861
|
+
|
|
78827
78862
|
.amis-scope .antd-Alert-icon {
|
|
78828
78863
|
margin-right: 0.5rem;
|
|
78829
78864
|
font-size: 1rem;
|
|
@@ -79221,9 +79256,17 @@ title: Word Break
|
|
|
79221
79256
|
outline: none;
|
|
79222
79257
|
}
|
|
79223
79258
|
|
|
79259
|
+
.amis-scope .antd-Tabs-links > .antd-Tabs-link:hover .antd-Tabs-link-close {
|
|
79260
|
+
width: 0.75rem;
|
|
79261
|
+
margin-left: 0.25rem;
|
|
79262
|
+
}
|
|
79263
|
+
|
|
79224
79264
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link .antd-Tabs-link-close {
|
|
79225
|
-
|
|
79265
|
+
width: 0;
|
|
79266
|
+
margin: 0.0625rem 0 0;
|
|
79226
79267
|
fill: #83868c;
|
|
79268
|
+
transition: all 0s linear;
|
|
79269
|
+
overflow: hidden;
|
|
79227
79270
|
cursor: pointer;
|
|
79228
79271
|
}
|
|
79229
79272
|
|
|
@@ -79248,6 +79291,16 @@ title: Word Break
|
|
|
79248
79291
|
white-space: nowrap;
|
|
79249
79292
|
}
|
|
79250
79293
|
|
|
79294
|
+
.amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child > .antd-Icon {
|
|
79295
|
+
margin-right: 0.5rem;
|
|
79296
|
+
vertical-align: unset;
|
|
79297
|
+
}
|
|
79298
|
+
|
|
79299
|
+
.amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child > img.antd-Icon {
|
|
79300
|
+
position: relative;
|
|
79301
|
+
top: 0.125em;
|
|
79302
|
+
}
|
|
79303
|
+
|
|
79251
79304
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link > .antd-Combo-toolbarBtn {
|
|
79252
79305
|
position: absolute;
|
|
79253
79306
|
right: -10px;
|
|
@@ -79272,7 +79325,7 @@ title: Word Break
|
|
|
79272
79325
|
|
|
79273
79326
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link.disabled > a:first-child,
|
|
79274
79327
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link.is-disabled > a:first-child {
|
|
79275
|
-
color:
|
|
79328
|
+
color: #b8babf;
|
|
79276
79329
|
background: transparent;
|
|
79277
79330
|
border-color: transparent;
|
|
79278
79331
|
pointer-events: none;
|
|
@@ -79309,6 +79362,15 @@ title: Word Break
|
|
|
79309
79362
|
}
|
|
79310
79363
|
|
|
79311
79364
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper {
|
|
79365
|
+
position: relative;
|
|
79366
|
+
}
|
|
79367
|
+
|
|
79368
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper::before {
|
|
79369
|
+
content: "";
|
|
79370
|
+
position: absolute;
|
|
79371
|
+
width: 100%;
|
|
79372
|
+
left: 0;
|
|
79373
|
+
bottom: 0;
|
|
79312
79374
|
border-bottom: 0.0625rem solid #d9d9d9;
|
|
79313
79375
|
}
|
|
79314
79376
|
|
|
@@ -79366,6 +79428,12 @@ title: Word Break
|
|
|
79366
79428
|
fill: #1890ff;
|
|
79367
79429
|
}
|
|
79368
79430
|
|
|
79431
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active,
|
|
79432
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
|
79433
|
+
color: #144BCC;
|
|
79434
|
+
border-color: #144BCC;
|
|
79435
|
+
}
|
|
79436
|
+
|
|
79369
79437
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li:last-child > a,
|
|
79370
79438
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:last-child > a {
|
|
79371
79439
|
margin: 0;
|
|
@@ -79727,12 +79795,14 @@ title: Word Break
|
|
|
79727
79795
|
font-size: 1.5rem;
|
|
79728
79796
|
height: 1.5rem;
|
|
79729
79797
|
margin-bottom: 0.3125rem;
|
|
79798
|
+
margin-right: 0;
|
|
79799
|
+
top: 0;
|
|
79730
79800
|
}
|
|
79731
79801
|
|
|
79732
79802
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li.is-active > a:first-child,
|
|
79733
79803
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child:hover,
|
|
79734
79804
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child:focus {
|
|
79735
|
-
color:
|
|
79805
|
+
color: #2468f2;
|
|
79736
79806
|
}
|
|
79737
79807
|
|
|
79738
79808
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-content {
|
|
@@ -79885,7 +79955,7 @@ title: Word Break
|
|
|
79885
79955
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li {
|
|
79886
79956
|
position: relative;
|
|
79887
79957
|
border: none;
|
|
79888
|
-
padding:
|
|
79958
|
+
padding: 0.25rem 1rem;
|
|
79889
79959
|
}
|
|
79890
79960
|
|
|
79891
79961
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li::after {
|
|
@@ -79900,7 +79970,6 @@ title: Word Break
|
|
|
79900
79970
|
}
|
|
79901
79971
|
|
|
79902
79972
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > .antd-Tabs-link-close {
|
|
79903
|
-
padding-top: 0.0625rem;
|
|
79904
79973
|
cursor: pointer;
|
|
79905
79974
|
}
|
|
79906
79975
|
|
|
@@ -79918,6 +79987,12 @@ title: Word Break
|
|
|
79918
79987
|
border: none;
|
|
79919
79988
|
}
|
|
79920
79989
|
|
|
79990
|
+
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:hover:active,
|
|
79991
|
+
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
|
79992
|
+
color: #144BCC;
|
|
79993
|
+
border-color: #144BCC;
|
|
79994
|
+
}
|
|
79995
|
+
|
|
79921
79996
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:not(.is-disabled):hover .antd-Tabs-link-close {
|
|
79922
79997
|
fill: #1890ff;
|
|
79923
79998
|
}
|
|
@@ -80026,6 +80101,12 @@ title: Word Break
|
|
|
80026
80101
|
color: #1890ff;
|
|
80027
80102
|
}
|
|
80028
80103
|
|
|
80104
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link.is-active > a:first-child:hover:active,
|
|
80105
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link:not(.is-disabled):hover > a:first-child:hover:active {
|
|
80106
|
+
color: #144BCC;
|
|
80107
|
+
border-color: #144BCC;
|
|
80108
|
+
}
|
|
80109
|
+
|
|
80029
80110
|
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link:not(.is-disabled):hover .antd-Tabs-link-close {
|
|
80030
80111
|
fill: #1890ff;
|
|
80031
80112
|
}
|
|
@@ -81641,6 +81722,11 @@ title: Word Break
|
|
|
81641
81722
|
border-width: 0;
|
|
81642
81723
|
}
|
|
81643
81724
|
|
|
81725
|
+
.amis-scope .antd-CalendarMobile-pop--time {
|
|
81726
|
+
height: fit-content;
|
|
81727
|
+
max-height: 90vh;
|
|
81728
|
+
}
|
|
81729
|
+
|
|
81644
81730
|
.amis-scope .antd-CalendarMobile-wrap {
|
|
81645
81731
|
display: flex;
|
|
81646
81732
|
flex-direction: column;
|
|
@@ -81862,7 +81948,7 @@ title: Word Break
|
|
|
81862
81948
|
}
|
|
81863
81949
|
|
|
81864
81950
|
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
|
|
81865
|
-
border: 1px solid #
|
|
81951
|
+
border: 1px solid #2468f2;
|
|
81866
81952
|
}
|
|
81867
81953
|
|
|
81868
81954
|
.amis-scope .antd-CalendarMobile-calendar-header {
|
|
@@ -81970,6 +82056,7 @@ title: Word Break
|
|
|
81970
82056
|
.amis-scope .antd-Collapse-arrow {
|
|
81971
82057
|
display: inline-block;
|
|
81972
82058
|
width: 1rem;
|
|
82059
|
+
height: 1rem;
|
|
81973
82060
|
text-align: center;
|
|
81974
82061
|
margin-right: 0.5rem;
|
|
81975
82062
|
}
|
|
@@ -81981,7 +82068,7 @@ title: Word Break
|
|
|
81981
82068
|
width: 0.375rem;
|
|
81982
82069
|
height: 0.375rem;
|
|
81983
82070
|
top: -0.125rem;
|
|
81984
|
-
border-color: #
|
|
82071
|
+
border-color: #84868c;
|
|
81985
82072
|
border-style: solid;
|
|
81986
82073
|
border-width: 0.0625rem 0.0625rem 0 0;
|
|
81987
82074
|
transform: rotate(45deg);
|
|
@@ -82015,7 +82102,7 @@ title: Word Break
|
|
|
82015
82102
|
}
|
|
82016
82103
|
|
|
82017
82104
|
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
|
82018
|
-
background-color:
|
|
82105
|
+
background-color: #f7f7f9;
|
|
82019
82106
|
}
|
|
82020
82107
|
|
|
82021
82108
|
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
|
@@ -82069,10 +82156,26 @@ title: Word Break
|
|
|
82069
82156
|
border-radius: 4px 4px 0 0;
|
|
82070
82157
|
}
|
|
82071
82158
|
|
|
82159
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:first-child > .antd-Collapse-header {
|
|
82160
|
+
border-radius: 4px 4px 0 0;
|
|
82161
|
+
}
|
|
82162
|
+
|
|
82072
82163
|
.amis-scope .antd-CollapseGroup .antd-Collapse:last-child {
|
|
82073
82164
|
border-radius: 0 0 4px 4px;
|
|
82074
82165
|
}
|
|
82075
82166
|
|
|
82167
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:last-child > .antd-Collapse-header {
|
|
82168
|
+
border-radius: 0 0 4px 4px;
|
|
82169
|
+
}
|
|
82170
|
+
|
|
82171
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:first-child:nth-last-child(1) {
|
|
82172
|
+
border-radius: 4px;
|
|
82173
|
+
}
|
|
82174
|
+
|
|
82175
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:first-child:nth-last-child(1) > .antd-Collapse-header {
|
|
82176
|
+
border-radius: 4px;
|
|
82177
|
+
}
|
|
82178
|
+
|
|
82076
82179
|
.amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
|
82077
82180
|
border-bottom: none;
|
|
82078
82181
|
}
|
|
@@ -82944,7 +83047,11 @@ title: Word Break
|
|
|
82944
83047
|
align-items: center;
|
|
82945
83048
|
}
|
|
82946
83049
|
|
|
82947
|
-
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
|
83050
|
+
.amis-scope .antd-Crud-toolbar-item--left:not(:first-child) {
|
|
83051
|
+
margin-left: 0.25rem;
|
|
83052
|
+
}
|
|
83053
|
+
|
|
83054
|
+
.amis-scope .antd-Crud-toolbar-item--right:not(:last-child) {
|
|
82948
83055
|
margin-left: 0.25rem;
|
|
82949
83056
|
}
|
|
82950
83057
|
|
|
@@ -83008,7 +83115,11 @@ title: Word Break
|
|
|
83008
83115
|
vertical-align: middle;
|
|
83009
83116
|
}
|
|
83010
83117
|
|
|
83011
|
-
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
|
83118
|
+
.amis-scope .antd-Crud-toolbar-item--left:not(:first-child) {
|
|
83119
|
+
margin-left: 0.25rem;
|
|
83120
|
+
}
|
|
83121
|
+
|
|
83122
|
+
.amis-scope .antd-Crud-toolbar-item--right:not(:last-child) {
|
|
83012
83123
|
margin-left: 0.25rem;
|
|
83013
83124
|
}
|
|
83014
83125
|
|
|
@@ -83098,7 +83209,11 @@ title: Word Break
|
|
|
83098
83209
|
align-items: center;
|
|
83099
83210
|
}
|
|
83100
83211
|
|
|
83101
|
-
.amis-scope .antd-Crud2-toolbar-item:not(:first-child) {
|
|
83212
|
+
.amis-scope .antd-Crud2-toolbar-item--left:not(:first-child) {
|
|
83213
|
+
margin-left: 0.25rem;
|
|
83214
|
+
}
|
|
83215
|
+
|
|
83216
|
+
.amis-scope .antd-Crud2-toolbar-item--right:not(:last-child) {
|
|
83102
83217
|
margin-left: 0.25rem;
|
|
83103
83218
|
}
|
|
83104
83219
|
|
|
@@ -83156,7 +83271,11 @@ title: Word Break
|
|
|
83156
83271
|
vertical-align: middle;
|
|
83157
83272
|
}
|
|
83158
83273
|
|
|
83159
|
-
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
|
83274
|
+
.amis-scope .antd-Crud-toolbar-item--left:not(:first-child) {
|
|
83275
|
+
margin-left: 0.25rem;
|
|
83276
|
+
}
|
|
83277
|
+
|
|
83278
|
+
.amis-scope .antd-Crud-toolbar-item--right:not(:last-child) {
|
|
83160
83279
|
margin-left: 0.25rem;
|
|
83161
83280
|
}
|
|
83162
83281
|
|
|
@@ -83193,6 +83312,13 @@ title: Word Break
|
|
|
83193
83312
|
box-shadow: none;
|
|
83194
83313
|
}
|
|
83195
83314
|
|
|
83315
|
+
.amis-scope .antd-Table-fixedLeft--autoFillHeight > table thead,
|
|
83316
|
+
.amis-scope .antd-Table-fixedRight--autoFillHeight > table thead {
|
|
83317
|
+
position: sticky;
|
|
83318
|
+
top: 0;
|
|
83319
|
+
z-index: 1;
|
|
83320
|
+
}
|
|
83321
|
+
|
|
83196
83322
|
.amis-scope .antd-Table-fixedLeft {
|
|
83197
83323
|
left: 0;
|
|
83198
83324
|
top: -999999px;
|
|
@@ -83228,10 +83354,20 @@ title: Word Break
|
|
|
83228
83354
|
background: #fff;
|
|
83229
83355
|
z-index: -1;
|
|
83230
83356
|
opacity: 0;
|
|
83357
|
+
}
|
|
83358
|
+
|
|
83359
|
+
.amis-scope .antd-Table-fixedTop-shadow {
|
|
83360
|
+
position: absolute;
|
|
83231
83361
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
83362
|
+
z-index: -1;
|
|
83363
|
+
height: 10px;
|
|
83364
|
+
margin-top: -10px;
|
|
83365
|
+
background-color: transparent;
|
|
83366
|
+
opacity: 0;
|
|
83232
83367
|
}
|
|
83233
83368
|
|
|
83234
|
-
.amis-scope .antd-Table-fixedTop.in
|
|
83369
|
+
.amis-scope .antd-Table-fixedTop.in,
|
|
83370
|
+
.amis-scope .antd-Table-fixedTop.in + .antd-Table-fixedTop-shadow {
|
|
83235
83371
|
position: fixed;
|
|
83236
83372
|
opacity: 1;
|
|
83237
83373
|
z-index: 900;
|
|
@@ -83409,6 +83545,10 @@ title: Word Break
|
|
|
83409
83545
|
text-align: right;
|
|
83410
83546
|
}
|
|
83411
83547
|
|
|
83548
|
+
.amis-scope .antd-Table-table td .antd-SwitchControl {
|
|
83549
|
+
padding-top: 0;
|
|
83550
|
+
}
|
|
83551
|
+
|
|
83412
83552
|
.amis-scope .antd-Table-table--withCombine > thead > tr > th:first-child,
|
|
83413
83553
|
.amis-scope .antd-Table-table--withCombine > tbody > tr > td:first-child {
|
|
83414
83554
|
padding-left: 0.5rem !important;
|
|
@@ -83445,6 +83585,7 @@ title: Word Break
|
|
|
83445
83585
|
(2.5rem - 0.875rem * 1.57) /
|
|
83446
83586
|
2
|
|
83447
83587
|
) 0.5rem;
|
|
83588
|
+
text-align: left;
|
|
83448
83589
|
border-bottom: 0.0625rem solid #d9d9d9;
|
|
83449
83590
|
font-size: 0.875rem;
|
|
83450
83591
|
color: #333;
|
|
@@ -83453,11 +83594,15 @@ title: Word Break
|
|
|
83453
83594
|
}
|
|
83454
83595
|
|
|
83455
83596
|
.amis-scope .antd-Table-table > thead > tr > th:first-child {
|
|
83597
|
+
padding-left: 0.75rem;
|
|
83598
|
+
}
|
|
83599
|
+
|
|
83600
|
+
.amis-scope .antd-Table-table > thead > tr > th:first-child.antd-Table-checkCell {
|
|
83456
83601
|
padding-left: 1rem;
|
|
83457
83602
|
}
|
|
83458
83603
|
|
|
83459
83604
|
.amis-scope .antd-Table-table > thead > tr > th:last-child {
|
|
83460
|
-
padding-right:
|
|
83605
|
+
padding-right: 0.75rem;
|
|
83461
83606
|
}
|
|
83462
83607
|
|
|
83463
83608
|
.amis-scope .antd-Table-table > thead > tr > th:last-child .antd-Table-content-colDragLine {
|
|
@@ -83473,6 +83618,14 @@ title: Word Break
|
|
|
83473
83618
|
margin-left: 0.25rem;
|
|
83474
83619
|
}
|
|
83475
83620
|
|
|
83621
|
+
.amis-scope .antd-Table-table > thead > tr > th:first-child {
|
|
83622
|
+
border-top-left-radius: 4px;
|
|
83623
|
+
}
|
|
83624
|
+
|
|
83625
|
+
.amis-scope .antd-Table-table > thead > tr > th:last-child {
|
|
83626
|
+
border-top-right-radius: 4px;
|
|
83627
|
+
}
|
|
83628
|
+
|
|
83476
83629
|
.amis-scope .antd-Table-table > thead > tr + tr {
|
|
83477
83630
|
border-top: 0.0625rem solid #d9d9d9;
|
|
83478
83631
|
}
|
|
@@ -83540,6 +83693,14 @@ title: Word Break
|
|
|
83540
83693
|
border-color: #d9d9d9;
|
|
83541
83694
|
}
|
|
83542
83695
|
|
|
83696
|
+
.amis-scope .antd-Table-table > tbody > tr:active {
|
|
83697
|
+
background: transparent;
|
|
83698
|
+
}
|
|
83699
|
+
|
|
83700
|
+
.amis-scope .antd-Table-table > tbody > tr:hover.antd-Table-placeholder {
|
|
83701
|
+
color: #999;
|
|
83702
|
+
}
|
|
83703
|
+
|
|
83543
83704
|
.amis-scope .antd-Table-table > tbody > tr.is-checked {
|
|
83544
83705
|
background: #e6f7ff;
|
|
83545
83706
|
border-color: #d9d9d9;
|
|
@@ -84372,7 +84533,6 @@ title: Word Break
|
|
|
84372
84533
|
|
|
84373
84534
|
.amis-scope .antd-Table-table > thead > tr > th.antd-Table-checkCell,
|
|
84374
84535
|
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-checkCell {
|
|
84375
|
-
border-right: 0;
|
|
84376
84536
|
width: 0.0625rem;
|
|
84377
84537
|
padding-right: 0.5rem;
|
|
84378
84538
|
white-space: nowrap;
|
|
@@ -84383,6 +84543,10 @@ title: Word Break
|
|
|
84383
84543
|
margin: 0;
|
|
84384
84544
|
}
|
|
84385
84545
|
|
|
84546
|
+
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-checkCell {
|
|
84547
|
+
border-right: 0;
|
|
84548
|
+
}
|
|
84549
|
+
|
|
84386
84550
|
.amis-scope .antd-Table-table > thead > tr > th.antd-Table-expandCell,
|
|
84387
84551
|
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
|
|
84388
84552
|
border-right: 0;
|
|
@@ -84565,14 +84729,14 @@ title: Word Break
|
|
|
84565
84729
|
height: 12px;
|
|
84566
84730
|
}
|
|
84567
84731
|
|
|
84568
|
-
.amis-scope .antd-TableCell-searchBtn:hover {
|
|
84569
|
-
color: rgba(0, 0, 0, 0.85);
|
|
84570
|
-
}
|
|
84571
|
-
|
|
84572
84732
|
.amis-scope .antd-TableCell-searchBtn.is-active {
|
|
84573
84733
|
color: #1890ff;
|
|
84574
84734
|
}
|
|
84575
84735
|
|
|
84736
|
+
.amis-scope .antd-TableCell-searchBtn.is-opened {
|
|
84737
|
+
color: #096dd9;
|
|
84738
|
+
}
|
|
84739
|
+
|
|
84576
84740
|
.amis-scope .antd-TableCell-searchPopOver {
|
|
84577
84741
|
border: none;
|
|
84578
84742
|
min-width: 20rem;
|
|
@@ -84668,7 +84832,7 @@ title: Word Break
|
|
|
84668
84832
|
}
|
|
84669
84833
|
|
|
84670
84834
|
.amis-scope .antd-Table-itemActions a:hover {
|
|
84671
|
-
color: #
|
|
84835
|
+
color: #528eff;
|
|
84672
84836
|
text-decoration: none;
|
|
84673
84837
|
}
|
|
84674
84838
|
|
|
@@ -84686,6 +84850,10 @@ title: Word Break
|
|
|
84686
84850
|
color: #1890ff;
|
|
84687
84851
|
}
|
|
84688
84852
|
|
|
84853
|
+
.amis-scope .antd-Table-foot {
|
|
84854
|
+
background: #fafafa;
|
|
84855
|
+
}
|
|
84856
|
+
|
|
84689
84857
|
.amis-scope .antd-Table-footTable {
|
|
84690
84858
|
position: relative;
|
|
84691
84859
|
width: 100%;
|
|
@@ -84738,10 +84906,11 @@ title: Word Break
|
|
|
84738
84906
|
width: 0.625rem;
|
|
84739
84907
|
height: 0.625rem;
|
|
84740
84908
|
top: 0;
|
|
84909
|
+
transform: rotate(90deg);
|
|
84741
84910
|
}
|
|
84742
84911
|
|
|
84743
84912
|
.amis-scope .antd-Table-expandBtn.is-active > svg {
|
|
84744
|
-
transform: rotate(90deg);
|
|
84913
|
+
transform: rotate(-90deg);
|
|
84745
84914
|
}
|
|
84746
84915
|
|
|
84747
84916
|
.amis-scope .antd-Table-expandBtn:hover {
|
|
@@ -84796,7 +84965,7 @@ title: Word Break
|
|
|
84796
84965
|
z-index: 1;
|
|
84797
84966
|
}
|
|
84798
84967
|
|
|
84799
|
-
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
|
84968
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop .antd-Table-fixedTop-shadow {
|
|
84800
84969
|
display: none;
|
|
84801
84970
|
}
|
|
84802
84971
|
|
|
@@ -84804,6 +84973,18 @@ title: Word Break
|
|
|
84804
84973
|
margin-bottom: 0;
|
|
84805
84974
|
}
|
|
84806
84975
|
|
|
84976
|
+
.amis-scope .antd-InputTable .antd-Field--quickEditable svg {
|
|
84977
|
+
color: #1890ff;
|
|
84978
|
+
}
|
|
84979
|
+
|
|
84980
|
+
.amis-scope .antd-InputTable .antd-Field--quickEditable svg:hover {
|
|
84981
|
+
color: #4f86f4;
|
|
84982
|
+
}
|
|
84983
|
+
|
|
84984
|
+
.amis-scope .antd-InputTable .antd-Field--quickEditable svg:active {
|
|
84985
|
+
color: #1c53c1;
|
|
84986
|
+
}
|
|
84987
|
+
|
|
84807
84988
|
.amis-scope .antd-InputTable-toolbar {
|
|
84808
84989
|
display: flex;
|
|
84809
84990
|
flex-direction: row;
|
|
@@ -84811,6 +84992,11 @@ title: Word Break
|
|
|
84811
84992
|
justify-content: space-between;
|
|
84812
84993
|
}
|
|
84813
84994
|
|
|
84995
|
+
.amis-scope .antd-InputTable-toolbar .antd-Button {
|
|
84996
|
+
border: none;
|
|
84997
|
+
color: #1890ff;
|
|
84998
|
+
}
|
|
84999
|
+
|
|
84814
85000
|
.amis-scope .antd-InputTable-pager {
|
|
84815
85001
|
margin-left: auto;
|
|
84816
85002
|
}
|
|
@@ -86103,8 +86289,8 @@ title: Word Break
|
|
|
86103
86289
|
}
|
|
86104
86290
|
|
|
86105
86291
|
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-row-disabled {
|
|
86106
|
-
background:
|
|
86107
|
-
color:
|
|
86292
|
+
background: #f7f7f9;
|
|
86293
|
+
color: #b8babf;
|
|
86108
86294
|
}
|
|
86109
86295
|
|
|
86110
86296
|
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-row-hover {
|
|
@@ -87364,6 +87550,10 @@ title: Word Break
|
|
|
87364
87550
|
text-decoration: none;
|
|
87365
87551
|
}
|
|
87366
87552
|
|
|
87553
|
+
.amis-scope .antd-Card-actions > a > .antd-Button-icon:first-child:not(:last-child) {
|
|
87554
|
+
margin-right: 0.25rem;
|
|
87555
|
+
}
|
|
87556
|
+
|
|
87367
87557
|
.amis-scope .antd-Card.is-checked {
|
|
87368
87558
|
background: #e6f7ff;
|
|
87369
87559
|
border-color: #40a9ff;
|
|
@@ -87752,9 +87942,10 @@ title: Word Break
|
|
|
87752
87942
|
.amis-scope .antd-Progress-line-bar {
|
|
87753
87943
|
float: left;
|
|
87754
87944
|
width: 0;
|
|
87755
|
-
height:
|
|
87945
|
+
height: 8px;
|
|
87756
87946
|
background: #1890ff;
|
|
87757
87947
|
transition: width 0s ease;
|
|
87948
|
+
border-radius: 2px;
|
|
87758
87949
|
}
|
|
87759
87950
|
|
|
87760
87951
|
.amis-scope .antd-Progress-line-bar--stripe {
|
|
@@ -87921,7 +88112,7 @@ title: Word Break
|
|
|
87921
88112
|
.amis-scope .antd-Pagination {
|
|
87922
88113
|
display: inline-block;
|
|
87923
88114
|
padding: 0;
|
|
87924
|
-
margin: 0 0 -0.
|
|
88115
|
+
margin: 0 0 -0.5rem;
|
|
87925
88116
|
border-radius: 0.25rem;
|
|
87926
88117
|
}
|
|
87927
88118
|
|
|
@@ -87937,10 +88128,10 @@ title: Word Break
|
|
|
87937
88128
|
position: relative;
|
|
87938
88129
|
float: left;
|
|
87939
88130
|
text-decoration: none;
|
|
87940
|
-
min-width:
|
|
87941
|
-
height:
|
|
88131
|
+
min-width: 2rem;
|
|
88132
|
+
height: 2rem;
|
|
87942
88133
|
border: 0;
|
|
87943
|
-
line-height:
|
|
88134
|
+
line-height: 2rem;
|
|
87944
88135
|
padding: 0 0.5rem;
|
|
87945
88136
|
text-align: center;
|
|
87946
88137
|
color: #666666;
|
|
@@ -88024,7 +88215,7 @@ title: Word Break
|
|
|
88024
88215
|
display: inline-flex;
|
|
88025
88216
|
flex-wrap: nowrap;
|
|
88026
88217
|
align-items: center;
|
|
88027
|
-
height:
|
|
88218
|
+
height: 2rem;
|
|
88028
88219
|
}
|
|
88029
88220
|
|
|
88030
88221
|
.amis-scope .antd-Pagination-inputGroup-left {
|
|
@@ -88034,13 +88225,13 @@ title: Word Break
|
|
|
88034
88225
|
.amis-scope .antd-Pagination-inputGroup input {
|
|
88035
88226
|
min-width: 3.125rem;
|
|
88036
88227
|
width: 3.125rem;
|
|
88037
|
-
height:
|
|
88038
|
-
line-height:
|
|
88228
|
+
height: 2rem;
|
|
88229
|
+
line-height: 2rem;
|
|
88039
88230
|
border: none;
|
|
88040
88231
|
border: 0.0625rem solid #d9d9d9;
|
|
88041
88232
|
border-radius: 2px 0 0 2px;
|
|
88042
88233
|
padding: 0 0.5rem;
|
|
88043
|
-
margin-left: 0.
|
|
88234
|
+
margin-left: 0.5rem;
|
|
88044
88235
|
text-align: center;
|
|
88045
88236
|
}
|
|
88046
88237
|
|
|
@@ -88055,8 +88246,8 @@ title: Word Break
|
|
|
88055
88246
|
width: 2rem;
|
|
88056
88247
|
cursor: pointer;
|
|
88057
88248
|
text-align: center;
|
|
88058
|
-
height:
|
|
88059
|
-
line-height:
|
|
88249
|
+
height: 2rem;
|
|
88250
|
+
line-height: 2rem;
|
|
88060
88251
|
border: 0.0625rem solid #d9d9d9;
|
|
88061
88252
|
border-left: none;
|
|
88062
88253
|
border-radius: 0 2px 2px 0;
|
|
@@ -88067,6 +88258,7 @@ title: Word Break
|
|
|
88067
88258
|
color: #1890ff;
|
|
88068
88259
|
border-color: #1890ff;
|
|
88069
88260
|
border-left: 0.0625rem solid #1890ff;
|
|
88261
|
+
margin-left: -1px;
|
|
88070
88262
|
}
|
|
88071
88263
|
|
|
88072
88264
|
.amis-scope .antd-Pagination-wrap {
|
|
@@ -88074,7 +88266,7 @@ title: Word Break
|
|
|
88074
88266
|
}
|
|
88075
88267
|
|
|
88076
88268
|
.amis-scope .antd-Pagination-wrap .antd-Pagination-item {
|
|
88077
|
-
margin-left: 0.
|
|
88269
|
+
margin-left: 0.5rem;
|
|
88078
88270
|
}
|
|
88079
88271
|
|
|
88080
88272
|
.amis-scope .antd-Pagination-wrap .antd-Pagination-item:nth-child(1) {
|
|
@@ -88495,6 +88687,7 @@ title: Word Break
|
|
|
88495
88687
|
display: block;
|
|
88496
88688
|
max-width: 100%;
|
|
88497
88689
|
max-height: 100%;
|
|
88690
|
+
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
88498
88691
|
}
|
|
88499
88692
|
|
|
88500
88693
|
.amis-scope .antd-ImageGallery-prevBtn,
|
|
@@ -88644,6 +88837,67 @@ title: Word Break
|
|
|
88644
88837
|
display: none;
|
|
88645
88838
|
}
|
|
88646
88839
|
|
|
88840
|
+
.amis-scope .antd-ImageGallery-toolbar {
|
|
88841
|
+
background-color: #fff;
|
|
88842
|
+
border-radius: 0.25rem;
|
|
88843
|
+
display: flex;
|
|
88844
|
+
align-items: flex-start;
|
|
88845
|
+
padding: 0.25rem 1rem;
|
|
88846
|
+
position: absolute;
|
|
88847
|
+
bottom: 1.25rem;
|
|
88848
|
+
left: 50%;
|
|
88849
|
+
transform: translateX(-50%);
|
|
88850
|
+
display: flex;
|
|
88851
|
+
flex-flow: row nowrap;
|
|
88852
|
+
justify-content: space-between;
|
|
88853
|
+
align-items: center;
|
|
88854
|
+
}
|
|
88855
|
+
|
|
88856
|
+
.amis-scope .antd-ImageGallery-toolbar-action {
|
|
88857
|
+
padding: 0.8125rem;
|
|
88858
|
+
border-radius: 0.25rem;
|
|
88859
|
+
width: 2.5rem;
|
|
88860
|
+
height: 2.5rem;
|
|
88861
|
+
cursor: pointer;
|
|
88862
|
+
display: flex;
|
|
88863
|
+
justify-content: center;
|
|
88864
|
+
align-items: center;
|
|
88865
|
+
}
|
|
88866
|
+
|
|
88867
|
+
.amis-scope .antd-ImageGallery-toolbar-action-icon {
|
|
88868
|
+
display: block;
|
|
88869
|
+
color: #000;
|
|
88870
|
+
}
|
|
88871
|
+
|
|
88872
|
+
.amis-scope .antd-ImageGallery-toolbar-action-icon > svg {
|
|
88873
|
+
fill: #000;
|
|
88874
|
+
}
|
|
88875
|
+
|
|
88876
|
+
.amis-scope .antd-ImageGallery-toolbar-action.is-disabled {
|
|
88877
|
+
cursor: not-allowed;
|
|
88878
|
+
color: #6b7280;
|
|
88879
|
+
}
|
|
88880
|
+
|
|
88881
|
+
.amis-scope .antd-ImageGallery-toolbar-action.is-disabled .antd-ImageGallery-toolbar-action-icon {
|
|
88882
|
+
color: #6b7280;
|
|
88883
|
+
}
|
|
88884
|
+
|
|
88885
|
+
.amis-scope .antd-ImageGallery-toolbar-action.is-disabled .antd-ImageGallery-toolbar-action-icon > svg {
|
|
88886
|
+
color: #6b7280;
|
|
88887
|
+
}
|
|
88888
|
+
|
|
88889
|
+
.amis-scope .antd-ImageGallery-toolbar-action:hover {
|
|
88890
|
+
background-color: #f2f3f5;
|
|
88891
|
+
}
|
|
88892
|
+
|
|
88893
|
+
.amis-scope .antd-ImageGallery-toolbar-action:hover .antd-ImageGallery-toolbar-action-icon {
|
|
88894
|
+
color: #1890ff;
|
|
88895
|
+
}
|
|
88896
|
+
|
|
88897
|
+
.amis-scope .antd-ImageGallery-toolbar-action:hover .antd-ImageGallery-toolbar-action-icon > svg {
|
|
88898
|
+
fill: #1890ff;
|
|
88899
|
+
}
|
|
88900
|
+
|
|
88647
88901
|
.amis-scope .antd-Images {
|
|
88648
88902
|
display: flex;
|
|
88649
88903
|
flex-wrap: wrap;
|
|
@@ -88957,6 +89211,7 @@ title: Word Break
|
|
|
88957
89211
|
display: inline-block;
|
|
88958
89212
|
width: 14px;
|
|
88959
89213
|
color: inherit;
|
|
89214
|
+
margin-top: 0.125rem;
|
|
88960
89215
|
}
|
|
88961
89216
|
|
|
88962
89217
|
.amis-scope .antd-InputBox > a {
|
|
@@ -89252,7 +89507,7 @@ title: Word Break
|
|
|
89252
89507
|
flex-wrap: wrap;
|
|
89253
89508
|
justify-content: flex-start;
|
|
89254
89509
|
flex-wrap: nowrap;
|
|
89255
|
-
padding: 0 0.
|
|
89510
|
+
padding: 0 0.75rem;
|
|
89256
89511
|
min-height: 1.875rem;
|
|
89257
89512
|
align-items: center;
|
|
89258
89513
|
border-radius: 3px;
|
|
@@ -89348,10 +89603,7 @@ title: Word Break
|
|
|
89348
89603
|
display: flex;
|
|
89349
89604
|
align-items: center;
|
|
89350
89605
|
flex-shrink: 0;
|
|
89351
|
-
|
|
89352
|
-
|
|
89353
|
-
.amis-scope .antd-ResultBox-actions > *:first-child {
|
|
89354
|
-
margin-left: 0.3125rem;
|
|
89606
|
+
padding-left: 0.3125rem;
|
|
89355
89607
|
}
|
|
89356
89608
|
|
|
89357
89609
|
.amis-scope .antd-ResultBox-actions > *:not(:last-child) {
|
|
@@ -89370,8 +89622,6 @@ title: Word Break
|
|
|
89370
89622
|
.amis-scope .antd-ResultBox-pc-arrow {
|
|
89371
89623
|
height: 100%;
|
|
89372
89624
|
margin: auto 0;
|
|
89373
|
-
position: absolute;
|
|
89374
|
-
right: 10px;
|
|
89375
89625
|
display: flex;
|
|
89376
89626
|
align-items: center;
|
|
89377
89627
|
transition: transform 0s ease;
|
|
@@ -89381,7 +89631,7 @@ title: Word Break
|
|
|
89381
89631
|
.amis-scope .antd-ResultBox-pc-arrow > svg {
|
|
89382
89632
|
width: 0.625rem;
|
|
89383
89633
|
height: 0.625rem;
|
|
89384
|
-
top: 0
|
|
89634
|
+
top: 0;
|
|
89385
89635
|
color: #84868c;
|
|
89386
89636
|
}
|
|
89387
89637
|
|
|
@@ -89635,7 +89885,7 @@ title: Word Break
|
|
|
89635
89885
|
.amis-scope .antd-SearchBox.is-active {
|
|
89636
89886
|
background: #fff;
|
|
89637
89887
|
border: 0.0625rem solid #d9d9d9;
|
|
89638
|
-
width:
|
|
89888
|
+
width: 9.375rem;
|
|
89639
89889
|
}
|
|
89640
89890
|
|
|
89641
89891
|
.amis-scope .antd-SearchBox.is-active > input {
|
|
@@ -89643,22 +89893,16 @@ title: Word Break
|
|
|
89643
89893
|
}
|
|
89644
89894
|
|
|
89645
89895
|
.amis-scope .antd-SearchBox.is-active:hover {
|
|
89646
|
-
border-color:
|
|
89896
|
+
border-color: #2468f2;
|
|
89647
89897
|
}
|
|
89648
89898
|
|
|
89649
89899
|
.amis-scope .antd-SearchBox.is-active.is-focused {
|
|
89650
|
-
border-color:
|
|
89900
|
+
border-color: #144bcc;
|
|
89651
89901
|
}
|
|
89652
89902
|
|
|
89653
89903
|
.amis-scope .antd-SearchBox-searchBtn {
|
|
89654
|
-
display:
|
|
89655
|
-
|
|
89656
|
-
align-items: center;
|
|
89657
|
-
justify-content: center;
|
|
89658
|
-
}
|
|
89659
|
-
|
|
89660
|
-
.amis-scope .antd-SearchBox-searchBtn .icon {
|
|
89661
|
-
top: 0;
|
|
89904
|
+
display: inline-block;
|
|
89905
|
+
padding: 0.3125rem 0.625rem;
|
|
89662
89906
|
}
|
|
89663
89907
|
|
|
89664
89908
|
.amis-scope .antd-SearchBox-activeBtn,
|
|
@@ -89670,7 +89914,7 @@ title: Word Break
|
|
|
89670
89914
|
.amis-scope .antd-SearchBox-searchBtn,
|
|
89671
89915
|
.amis-scope .antd-SearchBox-cancelBtn {
|
|
89672
89916
|
cursor: pointer;
|
|
89673
|
-
color:
|
|
89917
|
+
color: #84868c;
|
|
89674
89918
|
}
|
|
89675
89919
|
|
|
89676
89920
|
.amis-scope .antd-SearchBox-activeBtn:hover,
|
|
@@ -89687,7 +89931,7 @@ title: Word Break
|
|
|
89687
89931
|
}
|
|
89688
89932
|
|
|
89689
89933
|
.amis-scope .antd-SearchBox.is-disabled {
|
|
89690
|
-
background-color:
|
|
89934
|
+
background-color: #f7f7f9;
|
|
89691
89935
|
cursor: not-allowed;
|
|
89692
89936
|
}
|
|
89693
89937
|
|
|
@@ -89715,9 +89959,9 @@ title: Word Break
|
|
|
89715
89959
|
|
|
89716
89960
|
.amis-scope .antd-SearchBox-clearable {
|
|
89717
89961
|
display: flex;
|
|
89718
|
-
width:
|
|
89719
|
-
height:
|
|
89720
|
-
color:
|
|
89962
|
+
width: 1rem;
|
|
89963
|
+
height: 1rem;
|
|
89964
|
+
color: #d4d6d9;
|
|
89721
89965
|
align-items: center;
|
|
89722
89966
|
justify-content: center;
|
|
89723
89967
|
cursor: pointer;
|
|
@@ -89733,17 +89977,131 @@ title: Word Break
|
|
|
89733
89977
|
|
|
89734
89978
|
.amis-scope .antd-SearchBox--enhance.is-active .antd-SearchBox-searchBtn {
|
|
89735
89979
|
height: 100%;
|
|
89736
|
-
color:
|
|
89737
|
-
background:
|
|
89980
|
+
color: #ffffff;
|
|
89981
|
+
background: #2468f2;
|
|
89982
|
+
}
|
|
89983
|
+
|
|
89984
|
+
.amis-scope .antd-SearchBox--enhance.is-active .antd-SearchBox-searchBtn:hover {
|
|
89985
|
+
background: #40a9ff;
|
|
89738
89986
|
}
|
|
89739
89987
|
|
|
89740
89988
|
.amis-scope .antd-SearchBox--enhance .antd-SearchBox-clearable {
|
|
89741
|
-
margin-right:
|
|
89989
|
+
margin-right: 0.375rem;
|
|
89742
89990
|
}
|
|
89743
89991
|
|
|
89744
89992
|
.amis-scope .antd-SearchBox--enhance.is-active.is-disabled .antd-SearchBox-searchBtn {
|
|
89745
|
-
background:
|
|
89746
|
-
color:
|
|
89993
|
+
background: #f2f2f4;
|
|
89994
|
+
color: #b8babf;
|
|
89995
|
+
}
|
|
89996
|
+
|
|
89997
|
+
.amis-scope .antd-SearchBox-history > .is-history {
|
|
89998
|
+
width: 100%;
|
|
89999
|
+
}
|
|
90000
|
+
|
|
90001
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown {
|
|
90002
|
+
position: absolute;
|
|
90003
|
+
left: 0;
|
|
90004
|
+
z-index: 998;
|
|
90005
|
+
padding: 0.5rem 0;
|
|
90006
|
+
width: 100%;
|
|
90007
|
+
max-width: calc(9.375rem * 2);
|
|
90008
|
+
min-height: 4.5rem;
|
|
90009
|
+
max-height: 12.5rem;
|
|
90010
|
+
background: #fff;
|
|
90011
|
+
border: 0.0625rem solid #d9d9d9;
|
|
90012
|
+
border-top: none;
|
|
90013
|
+
border-radius: 2px;
|
|
90014
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
90015
|
+
display: none;
|
|
90016
|
+
}
|
|
90017
|
+
|
|
90018
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown.is-active {
|
|
90019
|
+
display: block;
|
|
90020
|
+
}
|
|
90021
|
+
|
|
90022
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header {
|
|
90023
|
+
display: flex;
|
|
90024
|
+
flex-flow: row nowrap;
|
|
90025
|
+
align-items: center;
|
|
90026
|
+
justify-content: space-between;
|
|
90027
|
+
padding: 0 1rem;
|
|
90028
|
+
margin-bottom: 0.625rem;
|
|
90029
|
+
}
|
|
90030
|
+
|
|
90031
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header h4 {
|
|
90032
|
+
font-size: 0.875rem;
|
|
90033
|
+
height: 1.5rem;
|
|
90034
|
+
line-height: 1.5rem;
|
|
90035
|
+
font-weight: bold;
|
|
90036
|
+
margin: 0;
|
|
90037
|
+
}
|
|
90038
|
+
|
|
90039
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-dropdown header a {
|
|
90040
|
+
display: inline-block;
|
|
90041
|
+
font-size: 0.75rem;
|
|
90042
|
+
cursor: pointer;
|
|
90043
|
+
padding: 0;
|
|
90044
|
+
}
|
|
90045
|
+
|
|
90046
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-content {
|
|
90047
|
+
display: flex;
|
|
90048
|
+
flex-flow: row wrap;
|
|
90049
|
+
justify-content: flex-start;
|
|
90050
|
+
align-items: center;
|
|
90051
|
+
padding: 0 1rem;
|
|
90052
|
+
overflow-x: hidden;
|
|
90053
|
+
overflow-y: auto;
|
|
90054
|
+
max-height: calc( 12.5rem - 38px - 0.5rem * 2 );
|
|
90055
|
+
}
|
|
90056
|
+
|
|
90057
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag {
|
|
90058
|
+
display: inlin-flex;
|
|
90059
|
+
height: 1.5rem;
|
|
90060
|
+
padding: 0 0.5rem;
|
|
90061
|
+
flex-flow: row nowrap;
|
|
90062
|
+
justify-content: center;
|
|
90063
|
+
align-items: center;
|
|
90064
|
+
font-size: 0.75rem;
|
|
90065
|
+
max-width: 160px;
|
|
90066
|
+
border-radius: 0.125rem;
|
|
90067
|
+
background-color: #f2f2f4;
|
|
90068
|
+
color: #151a26;
|
|
90069
|
+
margin-bottom: 0.5rem;
|
|
90070
|
+
margin-right: 0.5rem;
|
|
90071
|
+
max-width: 96px;
|
|
90072
|
+
cursor: pointer;
|
|
90073
|
+
}
|
|
90074
|
+
|
|
90075
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-text {
|
|
90076
|
+
display: inline-block;
|
|
90077
|
+
text-overflow: ellipsis;
|
|
90078
|
+
overflow: hidden;
|
|
90079
|
+
white-space: nowrap;
|
|
90080
|
+
line-height: 24px;
|
|
90081
|
+
}
|
|
90082
|
+
|
|
90083
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close {
|
|
90084
|
+
margin-left: 0.5rem;
|
|
90085
|
+
margin-right: 0.25rem;
|
|
90086
|
+
cursor: pointer;
|
|
90087
|
+
}
|
|
90088
|
+
|
|
90089
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close i {
|
|
90090
|
+
font-size: 0.5rem;
|
|
90091
|
+
}
|
|
90092
|
+
|
|
90093
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close .icon {
|
|
90094
|
+
width: 0.5rem;
|
|
90095
|
+
height: 0.5rem;
|
|
90096
|
+
position: inherit;
|
|
90097
|
+
}
|
|
90098
|
+
|
|
90099
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close:hover {
|
|
90100
|
+
opacity: 0.7;
|
|
90101
|
+
}
|
|
90102
|
+
|
|
90103
|
+
.amis-scope .antd-SearchBox-history .antd-SearchBox-history-tag-close:active {
|
|
90104
|
+
opacity: 0.3;
|
|
89747
90105
|
}
|
|
89748
90106
|
|
|
89749
90107
|
.amis-scope .antd-ListMenu {
|
|
@@ -89836,27 +90194,58 @@ title: Word Break
|
|
|
89836
90194
|
margin-right: 5px;
|
|
89837
90195
|
}
|
|
89838
90196
|
|
|
90197
|
+
.amis-scope .antd-Log-line-highlight {
|
|
90198
|
+
background: #ffffb6;
|
|
90199
|
+
display: inline-block;
|
|
90200
|
+
color: #000;
|
|
90201
|
+
}
|
|
90202
|
+
|
|
89839
90203
|
.amis-scope .antd-Log-operation {
|
|
89840
|
-
position:
|
|
89841
|
-
|
|
89842
|
-
left: -16px;
|
|
90204
|
+
position: relative;
|
|
90205
|
+
background: rgba(28, 28, 28, 0.5);
|
|
89843
90206
|
}
|
|
89844
90207
|
|
|
89845
|
-
.amis-scope .antd-Log-operation
|
|
89846
|
-
|
|
90208
|
+
.amis-scope .antd-Log-operation > a {
|
|
90209
|
+
display: inline-flex;
|
|
90210
|
+
flex-direction: row;
|
|
90211
|
+
line-height: 1.4285714286;
|
|
90212
|
+
font-size: 0.875rem;
|
|
90213
|
+
flex-wrap: nowrap;
|
|
90214
|
+
align-items: center;
|
|
90215
|
+
justify-content: flex-end;
|
|
90216
|
+
height: 30px;
|
|
90217
|
+
width: 30px;
|
|
90218
|
+
padding-left: 8px;
|
|
90219
|
+
transition: all 0s ease-in-out;
|
|
90220
|
+
border: 0.0625rem solid transparent;
|
|
90221
|
+
border-radius: 2px;
|
|
90222
|
+
overflow: hidden;
|
|
90223
|
+
height: 30px;
|
|
90224
|
+
width: 30px;
|
|
89847
90225
|
}
|
|
89848
90226
|
|
|
89849
|
-
.amis-scope .antd-Log-operation
|
|
89850
|
-
background: #f0f2f5;
|
|
89851
|
-
width: 24px;
|
|
89852
|
-
height: 48px;
|
|
89853
|
-
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
|
89854
|
-
border-radius: 0 2px 2px 0;
|
|
89855
|
-
padding-top: 14px;
|
|
89856
|
-
padding-left: 6px;
|
|
89857
|
-
cursor: pointer;
|
|
90227
|
+
.amis-scope .antd-Log-operation a {
|
|
89858
90228
|
color: #000;
|
|
89859
|
-
|
|
90229
|
+
}
|
|
90230
|
+
|
|
90231
|
+
.amis-scope .antd-Log-operation > a:hover {
|
|
90232
|
+
background: rgba(255, 255, 255, 0.6);
|
|
90233
|
+
color: #1890ff;
|
|
90234
|
+
}
|
|
90235
|
+
|
|
90236
|
+
.amis-scope .antd-Log-operation > a > svg {
|
|
90237
|
+
margin-right: 8px;
|
|
90238
|
+
}
|
|
90239
|
+
|
|
90240
|
+
.amis-scope .antd-Log-operation > a.is-disabled {
|
|
90241
|
+
cursor: not-allowed;
|
|
90242
|
+
color: #6b7280;
|
|
90243
|
+
}
|
|
90244
|
+
|
|
90245
|
+
.amis-scope .antd-Log-operation > a.is-disabled:hover {
|
|
90246
|
+
cursor: not-allowed;
|
|
90247
|
+
background: transparent;
|
|
90248
|
+
color: #6b7280;
|
|
89860
90249
|
}
|
|
89861
90250
|
|
|
89862
90251
|
.amis-scope .antd-Log .ansi-bold {
|
|
@@ -89968,7 +90357,7 @@ title: Word Break
|
|
|
89968
90357
|
.amis-scope .antd-Steps .antd-StepsItem {
|
|
89969
90358
|
flex: 1;
|
|
89970
90359
|
overflow: hidden;
|
|
89971
|
-
padding: 0
|
|
90360
|
+
padding: 0 0.5rem;
|
|
89972
90361
|
height: auto;
|
|
89973
90362
|
line-height: 2rem;
|
|
89974
90363
|
}
|
|
@@ -89993,15 +90382,20 @@ title: Word Break
|
|
|
89993
90382
|
text-align: center;
|
|
89994
90383
|
}
|
|
89995
90384
|
|
|
90385
|
+
.amis-scope .antd-Steps .antd-StepsItem-containerIcon .antd-StepsItem-icon .icon {
|
|
90386
|
+
width: 0.5625rem;
|
|
90387
|
+
height: 0.5625rem;
|
|
90388
|
+
}
|
|
90389
|
+
|
|
89996
90390
|
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper {
|
|
89997
90391
|
display: inline-block;
|
|
89998
90392
|
position: relative;
|
|
89999
90393
|
}
|
|
90000
90394
|
|
|
90001
90395
|
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title {
|
|
90002
|
-
font-size:
|
|
90003
|
-
color: #
|
|
90004
|
-
padding-right:
|
|
90396
|
+
font-size: 0.875rem;
|
|
90397
|
+
color: #151b26;
|
|
90398
|
+
padding-right: 0.5rem;
|
|
90005
90399
|
position: relative;
|
|
90006
90400
|
display: inline-block;
|
|
90007
90401
|
}
|
|
@@ -90043,7 +90437,12 @@ title: Word Break
|
|
|
90043
90437
|
max-width: 8.75rem;
|
|
90044
90438
|
white-space: nowrap;
|
|
90045
90439
|
position: relative;
|
|
90046
|
-
bottom:
|
|
90440
|
+
bottom: 1.25rem;
|
|
90441
|
+
}
|
|
90442
|
+
|
|
90443
|
+
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description > span {
|
|
90444
|
+
color: #84868c;
|
|
90445
|
+
font-size: 0.75rem;
|
|
90047
90446
|
}
|
|
90048
90447
|
|
|
90049
90448
|
.amis-scope .antd-Steps .antd-StepsItem:last-child {
|
|
@@ -90068,7 +90467,7 @@ title: Word Break
|
|
|
90068
90467
|
content: "";
|
|
90069
90468
|
position: absolute;
|
|
90070
90469
|
right: 0;
|
|
90071
|
-
top:
|
|
90470
|
+
top: 2.25rem;
|
|
90072
90471
|
height: 9999px;
|
|
90073
90472
|
left: 0.6875rem;
|
|
90074
90473
|
width: 1px;
|
|
@@ -90186,13 +90585,14 @@ title: Word Break
|
|
|
90186
90585
|
|
|
90187
90586
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title {
|
|
90188
90587
|
padding: 0 0.625rem;
|
|
90588
|
+
bottom: 0.5625rem;
|
|
90189
90589
|
width: 100%;
|
|
90190
90590
|
}
|
|
90191
90591
|
|
|
90192
90592
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title > span {
|
|
90193
90593
|
display: block;
|
|
90194
90594
|
position: relative;
|
|
90195
|
-
left: 0.
|
|
90595
|
+
left: 0.75rem;
|
|
90196
90596
|
}
|
|
90197
90597
|
|
|
90198
90598
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title .antd-StepsItem-subTitle {
|
|
@@ -90200,6 +90600,7 @@ title: Word Break
|
|
|
90200
90600
|
padding: 0 0.625rem;
|
|
90201
90601
|
position: relative;
|
|
90202
90602
|
left: 0.625rem;
|
|
90603
|
+
bottom: 0.75rem;
|
|
90203
90604
|
}
|
|
90204
90605
|
|
|
90205
90606
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title:after {
|
|
@@ -90209,7 +90610,8 @@ title: Word Break
|
|
|
90209
90610
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description {
|
|
90210
90611
|
min-width: 12.5rem;
|
|
90211
90612
|
word-break: break-all;
|
|
90212
|
-
padding: 0
|
|
90613
|
+
padding: 0 1.25rem;
|
|
90614
|
+
bottom: 2.75rem;
|
|
90213
90615
|
}
|
|
90214
90616
|
|
|
90215
90617
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title.is-success:after {
|
|
@@ -90249,8 +90651,8 @@ title: Word Break
|
|
|
90249
90651
|
}
|
|
90250
90652
|
|
|
90251
90653
|
.amis-scope .antd-Steps--ProgressDot .is-error .antd-StepsItem-containerProgressDot {
|
|
90252
|
-
background: #
|
|
90253
|
-
border: 1px solid #
|
|
90654
|
+
background: #f33e3e;
|
|
90655
|
+
border: 1px solid #f33e3e;
|
|
90254
90656
|
}
|
|
90255
90657
|
|
|
90256
90658
|
.amis-scope .antd-Steps--ProgressDot .is-process .antd-StepsItem-containerProgressDot {
|
|
@@ -90264,16 +90666,16 @@ title: Word Break
|
|
|
90264
90666
|
border: 1px solid #b4bbc5;
|
|
90265
90667
|
}
|
|
90266
90668
|
|
|
90267
|
-
.amis-scope .antd-Steps .antd-StepsItem.is-
|
|
90268
|
-
|
|
90269
|
-
|
|
90270
|
-
|
|
90669
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-title,
|
|
90670
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-subTitle,
|
|
90671
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-description {
|
|
90672
|
+
color: #84868c;
|
|
90271
90673
|
}
|
|
90272
90674
|
|
|
90273
|
-
.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-
|
|
90274
|
-
|
|
90275
|
-
|
|
90276
|
-
|
|
90675
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-icon {
|
|
90676
|
+
background-color: #f33e3e;
|
|
90677
|
+
color: #fff;
|
|
90678
|
+
border: 1px solid #f33e3e;
|
|
90277
90679
|
}
|
|
90278
90680
|
|
|
90279
90681
|
.amis-scope .antd-Steps .antd-StepsItem.is-finish .antd-StepsItem-icon,
|
|
@@ -91089,6 +91491,12 @@ title: Word Break
|
|
|
91089
91491
|
}
|
|
91090
91492
|
}
|
|
91091
91493
|
|
|
91494
|
+
.amis-scope .antd-TextControl-input input {
|
|
91495
|
+
overflow: hidden;
|
|
91496
|
+
white-space: nowrap;
|
|
91497
|
+
text-overflow: ellipsis;
|
|
91498
|
+
}
|
|
91499
|
+
|
|
91092
91500
|
.amis-scope .antd-TextControl-placeholder {
|
|
91093
91501
|
color: #999;
|
|
91094
91502
|
user-select: none;
|
|
@@ -91302,7 +91710,7 @@ title: Word Break
|
|
|
91302
91710
|
white-space: nowrap;
|
|
91303
91711
|
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
|
91304
91712
|
font-size: 0.75rem;
|
|
91305
|
-
background:
|
|
91713
|
+
background: #f7f7f9;
|
|
91306
91714
|
border-radius: 0.125rem;
|
|
91307
91715
|
margin: 2px 3px;
|
|
91308
91716
|
display: flex;
|
|
@@ -91486,6 +91894,10 @@ title: Word Break
|
|
|
91486
91894
|
}
|
|
91487
91895
|
}
|
|
91488
91896
|
|
|
91897
|
+
.amis-scope .antd-TextareaControl > textarea.antd-TextareaControl-input--counter {
|
|
91898
|
+
padding-bottom: 23px;
|
|
91899
|
+
}
|
|
91900
|
+
|
|
91489
91901
|
.amis-scope .antd-TextareaControl > textarea {
|
|
91490
91902
|
border: 1px solid #d9d9d9;
|
|
91491
91903
|
border-radius: 2px;
|
|
@@ -91524,15 +91936,18 @@ title: Word Break
|
|
|
91524
91936
|
|
|
91525
91937
|
.amis-scope .antd-TextareaControl-counter {
|
|
91526
91938
|
position: absolute;
|
|
91527
|
-
|
|
91528
|
-
bottom:
|
|
91939
|
+
left: 1px;
|
|
91940
|
+
bottom: 1px;
|
|
91941
|
+
right: 1.0625rem;
|
|
91942
|
+
padding-bottom: calc(
|
|
91529
91943
|
(
|
|
91530
91944
|
1.875rem - 1.4285714286 *
|
|
91531
91945
|
0.875rem - 0.125rem
|
|
91532
91946
|
) / 2
|
|
91533
91947
|
);
|
|
91948
|
+
background-color: #fff;
|
|
91949
|
+
text-align: right;
|
|
91534
91950
|
font-size: 0.75rem;
|
|
91535
|
-
padding: 0 5px;
|
|
91536
91951
|
border-radius: 3px;
|
|
91537
91952
|
color: #84868c;
|
|
91538
91953
|
}
|
|
@@ -91541,10 +91956,6 @@ title: Word Break
|
|
|
91541
91956
|
color: #84868c;
|
|
91542
91957
|
}
|
|
91543
91958
|
|
|
91544
|
-
.amis-scope .antd-TextareaControl-counter.is-clearable {
|
|
91545
|
-
right: calc( 0.5rem + 0.875rem + 0.1875rem * 2 + 0.3125rem );
|
|
91546
|
-
}
|
|
91547
|
-
|
|
91548
91959
|
.amis-scope .has-error--maxLength .antd-TextareaControl-counter {
|
|
91549
91960
|
background: #ff4d4f;
|
|
91550
91961
|
}
|
|
@@ -91559,7 +91970,7 @@ title: Word Break
|
|
|
91559
91970
|
text-decoration: none;
|
|
91560
91971
|
position: absolute;
|
|
91561
91972
|
right: 0.5rem;
|
|
91562
|
-
|
|
91973
|
+
top: calc(
|
|
91563
91974
|
(
|
|
91564
91975
|
1.875rem - 1.4285714286 *
|
|
91565
91976
|
0.875rem - 0.125rem
|
|
@@ -91689,12 +92100,12 @@ title: Word Break
|
|
|
91689
92100
|
margin-left: calc(1rem * -1);
|
|
91690
92101
|
}
|
|
91691
92102
|
|
|
91692
|
-
.amis-scope .antd-Checkbox--checkbox.antd-Checkbox:hover > i
|
|
91693
|
-
|
|
92103
|
+
.amis-scope .antd-Checkbox--checkbox.antd-Checkbox:hover > input + i {
|
|
92104
|
+
border-color: #40a9ff;
|
|
91694
92105
|
}
|
|
91695
92106
|
|
|
91696
92107
|
.amis-scope .antd-Checkbox--checkbox.antd-Checkbox:active > i:before {
|
|
91697
|
-
background:
|
|
92108
|
+
background: #144bcc;
|
|
91698
92109
|
}
|
|
91699
92110
|
|
|
91700
92111
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:not(:disabled) + i:hover {
|
|
@@ -91703,6 +92114,7 @@ title: Word Break
|
|
|
91703
92114
|
|
|
91704
92115
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:hover input:checked + i {
|
|
91705
92116
|
background: #40a9ff;
|
|
92117
|
+
border-color: transparent;
|
|
91706
92118
|
}
|
|
91707
92119
|
|
|
91708
92120
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:hover input:checked + i:before {
|
|
@@ -91714,11 +92126,11 @@ title: Word Break
|
|
|
91714
92126
|
}
|
|
91715
92127
|
|
|
91716
92128
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:active input:checked + i {
|
|
91717
|
-
background:
|
|
92129
|
+
background: #144bcc;
|
|
91718
92130
|
}
|
|
91719
92131
|
|
|
91720
92132
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:active input:checked + i:before {
|
|
91721
|
-
background:
|
|
92133
|
+
background: #144bcc;
|
|
91722
92134
|
}
|
|
91723
92135
|
|
|
91724
92136
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input:checked + i {
|
|
@@ -91817,6 +92229,11 @@ title: Word Break
|
|
|
91817
92229
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled) {
|
|
91818
92230
|
color: #1890ff;
|
|
91819
92231
|
border-color: #1890ff;
|
|
92232
|
+
box-shadow: -1px 0 0 0 #1890ff;
|
|
92233
|
+
}
|
|
92234
|
+
|
|
92235
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled):first-child {
|
|
92236
|
+
box-shadow: none;
|
|
91820
92237
|
}
|
|
91821
92238
|
|
|
91822
92239
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:hover input:checked + i {
|
|
@@ -91826,7 +92243,7 @@ title: Word Break
|
|
|
91826
92243
|
|
|
91827
92244
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:active input:checked + i {
|
|
91828
92245
|
background: transparent;
|
|
91829
|
-
border-color:
|
|
92246
|
+
border-color: #144bcc transparent transparent #144bcc;
|
|
91830
92247
|
}
|
|
91831
92248
|
|
|
91832
92249
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox input:checked + i {
|
|
@@ -91890,16 +92307,23 @@ title: Word Break
|
|
|
91890
92307
|
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button {
|
|
91891
92308
|
border-color: #1890ff;
|
|
91892
92309
|
color: #1890ff;
|
|
92310
|
+
box-shadow: -1px 0 0 0 #1890ff;
|
|
92311
|
+
}
|
|
92312
|
+
|
|
92313
|
+
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button:first-child {
|
|
92314
|
+
box-shadow: none;
|
|
91893
92315
|
}
|
|
91894
92316
|
|
|
91895
92317
|
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button:hover {
|
|
91896
92318
|
border-color: #2468f2;
|
|
91897
92319
|
color: #2468f2;
|
|
92320
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
|
91898
92321
|
}
|
|
91899
92322
|
|
|
91900
92323
|
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button:active {
|
|
91901
|
-
border-color:
|
|
91902
|
-
color:
|
|
92324
|
+
border-color: #144bcc;
|
|
92325
|
+
color: #144bcc;
|
|
92326
|
+
box-shadow: -1px 0 0 0 #144bcc;
|
|
91903
92327
|
}
|
|
91904
92328
|
|
|
91905
92329
|
.amis-scope .antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox {
|
|
@@ -92046,7 +92470,7 @@ title: Word Break
|
|
|
92046
92470
|
|
|
92047
92471
|
.amis-scope .antd-RadiosControl .antd-Checkbox--button-checked:active,
|
|
92048
92472
|
.amis-scope .antd-CheckboxesControl .antd-Checkbox--button-checked:active {
|
|
92049
|
-
border-color:
|
|
92473
|
+
border-color: #144bcc;
|
|
92050
92474
|
}
|
|
92051
92475
|
|
|
92052
92476
|
.amis-scope .antd-RadiosControl.is-inline .antd-Checkbox,
|
|
@@ -92115,6 +92539,7 @@ title: Word Break
|
|
|
92115
92539
|
}
|
|
92116
92540
|
|
|
92117
92541
|
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
|
92542
|
+
height: 2rem;
|
|
92118
92543
|
padding: 0.25rem 0.75rem;
|
|
92119
92544
|
color: #84868c;
|
|
92120
92545
|
}
|
|
@@ -92683,6 +93108,10 @@ title: Word Break
|
|
|
92683
93108
|
border-color: #40a9ff;
|
|
92684
93109
|
}
|
|
92685
93110
|
|
|
93111
|
+
.amis-scope .antd-Number:hover .antd-Number-handler-wrap {
|
|
93112
|
+
display: block;
|
|
93113
|
+
}
|
|
93114
|
+
|
|
92686
93115
|
.amis-scope .antd-Number-disabled:hover {
|
|
92687
93116
|
border-color: #d9d9d9;
|
|
92688
93117
|
}
|
|
@@ -92738,6 +93167,7 @@ title: Word Break
|
|
|
92738
93167
|
}
|
|
92739
93168
|
|
|
92740
93169
|
.amis-scope .antd-Number-handler-wrap {
|
|
93170
|
+
display: none;
|
|
92741
93171
|
float: right;
|
|
92742
93172
|
border-left: 0.0625rem solid #d9d9d9;
|
|
92743
93173
|
width: 1.25rem;
|
|
@@ -92973,6 +93403,10 @@ title: Word Break
|
|
|
92973
93403
|
color: #1890ff;
|
|
92974
93404
|
}
|
|
92975
93405
|
|
|
93406
|
+
.amis-scope .antd-Select:active {
|
|
93407
|
+
border-color: #096dd9;
|
|
93408
|
+
}
|
|
93409
|
+
|
|
92976
93410
|
.amis-scope .antd-Select.is-disabled {
|
|
92977
93411
|
color: #999;
|
|
92978
93412
|
background: #e5e7eb;
|
|
@@ -92983,6 +93417,10 @@ title: Word Break
|
|
|
92983
93417
|
box-shadow: 0 0 0 3px rgb(24 144 255 / 8%);
|
|
92984
93418
|
}
|
|
92985
93419
|
|
|
93420
|
+
.amis-scope .antd-Select .antd-PopOver.antd-Select-popover {
|
|
93421
|
+
margin-top: 0.25rem;
|
|
93422
|
+
}
|
|
93423
|
+
|
|
92986
93424
|
.amis-scope .antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu {
|
|
92987
93425
|
overflow-x: hidden;
|
|
92988
93426
|
}
|
|
@@ -93246,6 +93684,7 @@ title: Word Break
|
|
|
93246
93684
|
text-overflow: ellipsis;
|
|
93247
93685
|
overflow: hidden;
|
|
93248
93686
|
white-space: nowrap;
|
|
93687
|
+
width: 100%;
|
|
93249
93688
|
}
|
|
93250
93689
|
|
|
93251
93690
|
.amis-scope .antd-Select-option.is-active {
|
|
@@ -93426,6 +93865,35 @@ title: Word Break
|
|
|
93426
93865
|
background: #fff;
|
|
93427
93866
|
}
|
|
93428
93867
|
|
|
93868
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover {
|
|
93869
|
+
border: none;
|
|
93870
|
+
}
|
|
93871
|
+
|
|
93872
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:hover,
|
|
93873
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:hover {
|
|
93874
|
+
background-color: transparent;
|
|
93875
|
+
}
|
|
93876
|
+
|
|
93877
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:hover .antd-Tree-itemText,
|
|
93878
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:hover .antd-Tree-itemText {
|
|
93879
|
+
background: #f0f2f5;
|
|
93880
|
+
}
|
|
93881
|
+
|
|
93882
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:active,
|
|
93883
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:active {
|
|
93884
|
+
background-color: transparent;
|
|
93885
|
+
}
|
|
93886
|
+
|
|
93887
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:active .antd-Tree-itemText,
|
|
93888
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:active .antd-Tree-itemText {
|
|
93889
|
+
background: #bae7ff;
|
|
93890
|
+
}
|
|
93891
|
+
|
|
93892
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel.is-checked,
|
|
93893
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf.is-checked {
|
|
93894
|
+
background-color: transparent;
|
|
93895
|
+
}
|
|
93896
|
+
|
|
93429
93897
|
.amis-scope .antd-Select.is-error {
|
|
93430
93898
|
border-color: #ff4d4f;
|
|
93431
93899
|
background: #fff;
|
|
@@ -93680,7 +94148,7 @@ title: Word Break
|
|
|
93680
94148
|
|
|
93681
94149
|
.amis-scope .antd-LocationPicker.is-focused,
|
|
93682
94150
|
.amis-scope .antd-LocationPicker.is-active {
|
|
93683
|
-
border-color: #
|
|
94151
|
+
border-color: #144bcc;
|
|
93684
94152
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
93685
94153
|
}
|
|
93686
94154
|
|
|
@@ -93989,6 +94457,10 @@ title: Word Break
|
|
|
93989
94457
|
box-sizing: none;
|
|
93990
94458
|
}
|
|
93991
94459
|
|
|
94460
|
+
.amis-scope .antd-DatePicker-input::placeholder {
|
|
94461
|
+
color: #b8babf;
|
|
94462
|
+
}
|
|
94463
|
+
|
|
93992
94464
|
.amis-scope .antd-DatePicker .antd-DatePicker-clear {
|
|
93993
94465
|
display: none;
|
|
93994
94466
|
}
|
|
@@ -94020,8 +94492,8 @@ title: Word Break
|
|
|
94020
94492
|
display: none;
|
|
94021
94493
|
}
|
|
94022
94494
|
|
|
94023
|
-
.amis-scope .antd-DatePicker.is-focused {
|
|
94024
|
-
border-color: #
|
|
94495
|
+
.amis-scope .antd-DatePicker:not(.is-disabled).is-focused {
|
|
94496
|
+
border-color: #144bcc;
|
|
94025
94497
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
94026
94498
|
}
|
|
94027
94499
|
|
|
@@ -94254,14 +94726,18 @@ title: Word Break
|
|
|
94254
94726
|
background: #fff;
|
|
94255
94727
|
}
|
|
94256
94728
|
|
|
94257
|
-
.amis-scope .rdt .rdtPicker td.rdtDay:hover,
|
|
94258
|
-
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
|
|
94259
|
-
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
|
|
94260
|
-
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
|
|
94261
|
-
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover {
|
|
94729
|
+
.amis-scope .rdt .rdtPicker td.rdtDay:hover span,
|
|
94730
|
+
.amis-scope .rdt .rdtPicker td.rdtHour:hover span,
|
|
94731
|
+
.amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
|
|
94732
|
+
.amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
|
|
94733
|
+
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
|
|
94262
94734
|
background: #f7f7f9;
|
|
94263
94735
|
}
|
|
94264
94736
|
|
|
94737
|
+
.amis-scope .rdt .rdtPicker td.rdtToday:hover span {
|
|
94738
|
+
background: transparent;
|
|
94739
|
+
}
|
|
94740
|
+
|
|
94265
94741
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
|
94266
94742
|
background: rgba(24, 144, 255, 0.1);
|
|
94267
94743
|
}
|
|
@@ -94290,11 +94766,9 @@ title: Word Break
|
|
|
94290
94766
|
}
|
|
94291
94767
|
|
|
94292
94768
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
|
94293
|
-
background: transparent;
|
|
94294
94769
|
border-color: #144bcc;
|
|
94295
94770
|
}
|
|
94296
94771
|
|
|
94297
|
-
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
|
94298
94772
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
|
|
94299
94773
|
background: #f7f7f9;
|
|
94300
94774
|
}
|
|
@@ -94330,11 +94804,21 @@ title: Word Break
|
|
|
94330
94804
|
border-top: 1px solid #d9d9d9;
|
|
94331
94805
|
}
|
|
94332
94806
|
|
|
94807
|
+
.amis-scope .antd-CalendarTimesWrapper {
|
|
94808
|
+
display: flex;
|
|
94809
|
+
flex-direction: column;
|
|
94810
|
+
height: 100%;
|
|
94811
|
+
}
|
|
94812
|
+
|
|
94813
|
+
.amis-scope .antd-CalendarTimesWrapper .antd-CalendarInputsWrapper {
|
|
94814
|
+
height: 15.5rem;
|
|
94815
|
+
}
|
|
94816
|
+
|
|
94333
94817
|
.amis-scope .antd-CalendarInputWrapper {
|
|
94334
94818
|
display: inline-block;
|
|
94335
94819
|
position: relative;
|
|
94336
94820
|
width: 4rem;
|
|
94337
|
-
height:
|
|
94821
|
+
height: 15.5rem;
|
|
94338
94822
|
overflow: auto;
|
|
94339
94823
|
}
|
|
94340
94824
|
|
|
@@ -94349,11 +94833,11 @@ title: Word Break
|
|
|
94349
94833
|
}
|
|
94350
94834
|
|
|
94351
94835
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsHours {
|
|
94352
|
-
height:
|
|
94836
|
+
height: 55.75rem;
|
|
94353
94837
|
}
|
|
94354
94838
|
|
|
94355
94839
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsTimes {
|
|
94356
|
-
height:
|
|
94840
|
+
height: 118.75rem;
|
|
94357
94841
|
border-left: 1px solid #d9d9d9;
|
|
94358
94842
|
}
|
|
94359
94843
|
|
|
@@ -94363,12 +94847,20 @@ title: Word Break
|
|
|
94363
94847
|
line-height: 28px;
|
|
94364
94848
|
}
|
|
94365
94849
|
|
|
94366
|
-
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem.is-highlight
|
|
94367
|
-
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:hover {
|
|
94850
|
+
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem.is-highlight {
|
|
94368
94851
|
color: #000;
|
|
94369
94852
|
background: #f5f5f5;
|
|
94370
94853
|
}
|
|
94371
94854
|
|
|
94855
|
+
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:hover {
|
|
94856
|
+
color: #000;
|
|
94857
|
+
background: #F7F7F9;
|
|
94858
|
+
}
|
|
94859
|
+
|
|
94860
|
+
.amis-scope .antd-TimeContentWrapper {
|
|
94861
|
+
display: flex;
|
|
94862
|
+
}
|
|
94863
|
+
|
|
94372
94864
|
.amis-scope .antd-TimeRangeHeaderWrapper {
|
|
94373
94865
|
height: 40px;
|
|
94374
94866
|
padding-top: 10px;
|
|
@@ -94382,6 +94874,7 @@ title: Word Break
|
|
|
94382
94874
|
justify-content: space-between;
|
|
94383
94875
|
align-items: center;
|
|
94384
94876
|
padding: 0 12px;
|
|
94877
|
+
border-top: 1px solid #d9d9d9;
|
|
94385
94878
|
}
|
|
94386
94879
|
|
|
94387
94880
|
.amis-scope .antd-TimeFooterWrapper .antd-Button {
|
|
@@ -94592,7 +95085,6 @@ title: Word Break
|
|
|
94592
95085
|
display: table;
|
|
94593
95086
|
table-layout: fixed;
|
|
94594
95087
|
border-collapse: separate;
|
|
94595
|
-
border-bottom: 1px solid #d9d9d9;
|
|
94596
95088
|
height: 40px;
|
|
94597
95089
|
width: 100%;
|
|
94598
95090
|
margin-top: -8px;
|
|
@@ -94608,6 +95100,28 @@ title: Word Break
|
|
|
94608
95100
|
margin-left: 0.25rem;
|
|
94609
95101
|
}
|
|
94610
95102
|
|
|
95103
|
+
.amis-scope .rdtHeader .date-icon-arrow-left,
|
|
95104
|
+
.amis-scope .rdtHeader .date-icon-arrow {
|
|
95105
|
+
width: 0.625rem;
|
|
95106
|
+
height: 0.625rem;
|
|
95107
|
+
top: 0;
|
|
95108
|
+
}
|
|
95109
|
+
|
|
95110
|
+
.amis-scope .rdtHeader .date-icon-arrow-left {
|
|
95111
|
+
transform: rotate(180deg);
|
|
95112
|
+
transform-origin: 50% 50%;
|
|
95113
|
+
}
|
|
95114
|
+
|
|
95115
|
+
.amis-scope .header-line {
|
|
95116
|
+
display: block;
|
|
95117
|
+
position: absolute;
|
|
95118
|
+
right: 0;
|
|
95119
|
+
left: 0;
|
|
95120
|
+
top: 40px;
|
|
95121
|
+
height: 1px;
|
|
95122
|
+
background: #d9d9d9;
|
|
95123
|
+
}
|
|
95124
|
+
|
|
94611
95125
|
.amis-scope td.rdtMonth > span,
|
|
94612
95126
|
.amis-scope td.rdtYear > span,
|
|
94613
95127
|
.amis-scope td.rdtQuarter > span {
|
|
@@ -94621,24 +95135,31 @@ title: Word Break
|
|
|
94621
95135
|
}
|
|
94622
95136
|
|
|
94623
95137
|
.amis-scope td.rdtMonth:hover,
|
|
95138
|
+
.amis-scope td.rdtYear:hover,
|
|
95139
|
+
.amis-scope td.rdtQuarter:hover {
|
|
95140
|
+
background: transparent;
|
|
95141
|
+
}
|
|
95142
|
+
|
|
95143
|
+
.amis-scope td.rdtMonth:hover > span,
|
|
95144
|
+
.amis-scope td.rdtYear:hover > span,
|
|
95145
|
+
.amis-scope td.rdtQuarter:hover > span {
|
|
95146
|
+
color: #000;
|
|
95147
|
+
background: #F7F7F9;
|
|
95148
|
+
}
|
|
95149
|
+
|
|
94624
95150
|
.amis-scope td.rdtMonth.rdtActive,
|
|
94625
95151
|
.amis-scope td.rdtMonth.rdtActive:hover,
|
|
94626
|
-
.amis-scope td.rdtYear:hover,
|
|
94627
95152
|
.amis-scope td.rdtYear.rdtActive,
|
|
94628
95153
|
.amis-scope td.rdtYear.rdtActive:hover,
|
|
94629
|
-
.amis-scope td.rdtQuarter:hover,
|
|
94630
95154
|
.amis-scope td.rdtQuarter.rdtActive,
|
|
94631
95155
|
.amis-scope td.rdtQuarter.rdtActive:hover {
|
|
94632
95156
|
background: transparent;
|
|
94633
95157
|
}
|
|
94634
95158
|
|
|
94635
|
-
.amis-scope td.rdtMonth:hover > span,
|
|
94636
95159
|
.amis-scope td.rdtMonth.rdtActive > span,
|
|
94637
95160
|
.amis-scope td.rdtMonth.rdtActive:hover > span,
|
|
94638
|
-
.amis-scope td.rdtYear:hover > span,
|
|
94639
95161
|
.amis-scope td.rdtYear.rdtActive > span,
|
|
94640
95162
|
.amis-scope td.rdtYear.rdtActive:hover > span,
|
|
94641
|
-
.amis-scope td.rdtQuarter:hover > span,
|
|
94642
95163
|
.amis-scope td.rdtQuarter.rdtActive > span,
|
|
94643
95164
|
.amis-scope td.rdtQuarter.rdtActive:hover > span {
|
|
94644
95165
|
background: #1890ff !important;
|
|
@@ -94655,11 +95176,27 @@ title: Word Break
|
|
|
94655
95176
|
color: #b8babf;
|
|
94656
95177
|
}
|
|
94657
95178
|
|
|
94658
|
-
.amis-scope .
|
|
95179
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
|
94659
95180
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(24, 144, 255, 0.1) 51%, rgba(24, 144, 255, 0.1) 100%);
|
|
94660
95181
|
}
|
|
94661
95182
|
|
|
94662
|
-
.amis-scope .
|
|
95183
|
+
.amis-scope .rdt .rdtPicker td.is-disabled {
|
|
95184
|
+
cursor: not-allowed !important;
|
|
95185
|
+
background: #f7f7f9;
|
|
95186
|
+
color: #999;
|
|
95187
|
+
}
|
|
95188
|
+
|
|
95189
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover {
|
|
95190
|
+
background: #f7f7f9;
|
|
95191
|
+
color: #999;
|
|
95192
|
+
}
|
|
95193
|
+
|
|
95194
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover > span {
|
|
95195
|
+
background: inherit !important;
|
|
95196
|
+
color: inherit !important;
|
|
95197
|
+
}
|
|
95198
|
+
|
|
95199
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
|
94663
95200
|
background: linear-gradient(to right, rgba(24, 144, 255, 0.1) 0%, rgba(24, 144, 255, 0.1) 50%, transparent 51%, transparent 100%);
|
|
94664
95201
|
}
|
|
94665
95202
|
|
|
@@ -94676,12 +95213,7 @@ title: Word Break
|
|
|
94676
95213
|
flex-wrap: nowrap;
|
|
94677
95214
|
border: 0.0625rem solid #d9d9d9;
|
|
94678
95215
|
font-size: 0.75rem;
|
|
94679
|
-
padding:
|
|
94680
|
-
(
|
|
94681
|
-
1.875rem - 1.4285714286 *
|
|
94682
|
-
0.75rem
|
|
94683
|
-
) / 2 - 0.0625rem
|
|
94684
|
-
) 0.75rem;
|
|
95216
|
+
padding: 0 0.75rem;
|
|
94685
95217
|
height: 1.875rem;
|
|
94686
95218
|
outline: none;
|
|
94687
95219
|
border-radius: 2px;
|
|
@@ -94703,10 +95235,6 @@ title: Word Break
|
|
|
94703
95235
|
display: none;
|
|
94704
95236
|
}
|
|
94705
95237
|
|
|
94706
|
-
.amis-scope .antd-DateRangePicker:not(.is-disabled) {
|
|
94707
|
-
cursor: pointer;
|
|
94708
|
-
}
|
|
94709
|
-
|
|
94710
95238
|
.amis-scope .antd-DateRangePicker:not(.is-disabled):hover {
|
|
94711
95239
|
background: #fff;
|
|
94712
95240
|
border-color: #40a9ff;
|
|
@@ -94720,27 +95248,40 @@ title: Word Break
|
|
|
94720
95248
|
display: none;
|
|
94721
95249
|
}
|
|
94722
95250
|
|
|
94723
|
-
.amis-scope .antd-DateRangePicker.is-focused {
|
|
94724
|
-
border-color: #
|
|
95251
|
+
.amis-scope .antd-DateRangePicker:not(.is-disabled).is-focused {
|
|
95252
|
+
border-color: #144bcc;
|
|
94725
95253
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
94726
95254
|
}
|
|
94727
95255
|
|
|
94728
95256
|
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input {
|
|
94729
95257
|
border: none;
|
|
94730
|
-
border-bottom:
|
|
95258
|
+
border-bottom: 2px solid transparent;
|
|
94731
95259
|
outline: none;
|
|
94732
95260
|
padding: 0;
|
|
94733
95261
|
background: 0;
|
|
94734
95262
|
flex: 1;
|
|
94735
95263
|
width: 50%;
|
|
95264
|
+
line-height: 1.875rem;
|
|
95265
|
+
}
|
|
95266
|
+
|
|
95267
|
+
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input::placeholder {
|
|
95268
|
+
color: #b8babf;
|
|
94736
95269
|
}
|
|
94737
95270
|
|
|
94738
95271
|
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input.isActive {
|
|
94739
|
-
border-bottom:
|
|
95272
|
+
border-bottom: 2px solid #40a9ff;
|
|
94740
95273
|
}
|
|
94741
95274
|
|
|
94742
95275
|
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input-separator {
|
|
94743
95276
|
margin: 0 0.5rem;
|
|
95277
|
+
display: flex;
|
|
95278
|
+
align-items: center;
|
|
95279
|
+
}
|
|
95280
|
+
|
|
95281
|
+
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input-separator-line {
|
|
95282
|
+
width: 0.5rem;
|
|
95283
|
+
height: 1px;
|
|
95284
|
+
background: #B8BABF;
|
|
94744
95285
|
}
|
|
94745
95286
|
|
|
94746
95287
|
.amis-scope .antd-DateRangePicker.is-disabled {
|
|
@@ -94822,10 +95363,14 @@ title: Word Break
|
|
|
94822
95363
|
padding: 0;
|
|
94823
95364
|
}
|
|
94824
95365
|
|
|
95366
|
+
.amis-scope .antd-DateRangePicker-picker-wrap {
|
|
95367
|
+
display: flex;
|
|
95368
|
+
}
|
|
95369
|
+
|
|
94825
95370
|
.amis-scope .antd-DateRangePicker-start,
|
|
94826
95371
|
.amis-scope .antd-DateRangePicker-end {
|
|
94827
|
-
display:
|
|
94828
|
-
|
|
95372
|
+
display: flex;
|
|
95373
|
+
flex: 1;
|
|
94829
95374
|
}
|
|
94830
95375
|
|
|
94831
95376
|
.amis-scope .antd-DateRangePicker-start .rdtPicker,
|
|
@@ -96075,6 +96620,7 @@ title: Word Break
|
|
|
96075
96620
|
|
|
96076
96621
|
.amis-scope .antd-Tree-itemLabel {
|
|
96077
96622
|
display: flex;
|
|
96623
|
+
flex-direction: row;
|
|
96078
96624
|
align-items: center;
|
|
96079
96625
|
position: relative;
|
|
96080
96626
|
user-select: none;
|
|
@@ -96092,15 +96638,32 @@ title: Word Break
|
|
|
96092
96638
|
align-self: center;
|
|
96093
96639
|
}
|
|
96094
96640
|
|
|
96095
|
-
.amis-scope .antd-Tree-itemLabel
|
|
96096
|
-
|
|
96641
|
+
.amis-scope .antd-Tree-itemLabel-item {
|
|
96642
|
+
padding-left: 0.25rem;
|
|
96643
|
+
display: inline-block;
|
|
96644
|
+
width: 100%;
|
|
96645
|
+
}
|
|
96646
|
+
|
|
96647
|
+
.amis-scope .antd-Tree-itemLabel:hover .antd-Tree-itemLabel-item {
|
|
96648
|
+
background-color: rgba(0, 126, 255, 0.08);
|
|
96649
|
+
}
|
|
96650
|
+
|
|
96651
|
+
.amis-scope .antd-Tree-itemLabel:hover .antd-Tree-item-icons {
|
|
96652
|
+
visibility: visible;
|
|
96097
96653
|
}
|
|
96098
96654
|
|
|
96099
96655
|
.amis-scope .antd-Tree-item .is-checked {
|
|
96100
|
-
background: #bae7ff;
|
|
96101
96656
|
border-radius: 0.125rem;
|
|
96102
96657
|
}
|
|
96103
96658
|
|
|
96659
|
+
.amis-scope .antd-Tree-item .is-checked .antd-Tree-itemLabel-item {
|
|
96660
|
+
background-color: #bae7ff;
|
|
96661
|
+
}
|
|
96662
|
+
|
|
96663
|
+
.amis-scope .antd-Tree-item .is-checked .antd-Tree-item-icons {
|
|
96664
|
+
visibility: visible;
|
|
96665
|
+
}
|
|
96666
|
+
|
|
96104
96667
|
.amis-scope .antd-Tree-item .is-disabled {
|
|
96105
96668
|
color: #999;
|
|
96106
96669
|
background: none;
|
|
@@ -96206,7 +96769,7 @@ title: Word Break
|
|
|
96206
96769
|
cursor: pointer;
|
|
96207
96770
|
width: 1rem;
|
|
96208
96771
|
display: inline-flex;
|
|
96209
|
-
margin-right: 0.
|
|
96772
|
+
margin-right: 0.5rem;
|
|
96210
96773
|
}
|
|
96211
96774
|
|
|
96212
96775
|
.amis-scope .antd-Tree-itemArrow > svg {
|
|
@@ -96215,6 +96778,7 @@ title: Word Break
|
|
|
96215
96778
|
display: block;
|
|
96216
96779
|
transition: transform 0s;
|
|
96217
96780
|
top: 0;
|
|
96781
|
+
color: #84868c;
|
|
96218
96782
|
}
|
|
96219
96783
|
|
|
96220
96784
|
.amis-scope .antd-Tree-itemArrow.is-folded > svg {
|
|
@@ -96251,8 +96815,15 @@ title: Word Break
|
|
|
96251
96815
|
.amis-scope .antd-Tree-itemText {
|
|
96252
96816
|
cursor: pointer;
|
|
96253
96817
|
flex: 1 auto;
|
|
96818
|
+
display: inline-block;
|
|
96254
96819
|
color: rgba(0, 0, 0, 0.85);
|
|
96255
96820
|
line-height: 1.57;
|
|
96821
|
+
max-width: 15.625rem;
|
|
96822
|
+
overflow: hidden;
|
|
96823
|
+
text-overflow: ellipsis;
|
|
96824
|
+
white-space: nowrap;
|
|
96825
|
+
position: relative;
|
|
96826
|
+
top: 0.25rem;
|
|
96256
96827
|
}
|
|
96257
96828
|
|
|
96258
96829
|
.amis-scope .is-disabled .antd-Tree-itemText {
|
|
@@ -97088,11 +97659,19 @@ title: Word Break
|
|
|
97088
97659
|
user-select: none;
|
|
97089
97660
|
position: absolute;
|
|
97090
97661
|
line-height: 1.4285714286;
|
|
97662
|
+
padding: calc(
|
|
97663
|
+
(
|
|
97664
|
+
1.875rem - 1.4285714286 *
|
|
97665
|
+
0.875rem - 0.125rem
|
|
97666
|
+
) / 2
|
|
97667
|
+
) 0.5rem;
|
|
97091
97668
|
}
|
|
97092
97669
|
|
|
97093
97670
|
.amis-scope .antd-Picker-input {
|
|
97094
97671
|
min-height: 1.875rem;
|
|
97095
97672
|
height: auto;
|
|
97673
|
+
padding: 0;
|
|
97674
|
+
flex-wrap: nowrap;
|
|
97096
97675
|
}
|
|
97097
97676
|
|
|
97098
97677
|
.amis-scope .antd-Picker .antd-Picker-values {
|
|
@@ -97102,6 +97681,12 @@ title: Word Break
|
|
|
97102
97681
|
.amis-scope .antd-Picker-valueWrap {
|
|
97103
97682
|
flex-grow: 1;
|
|
97104
97683
|
position: relative;
|
|
97684
|
+
padding: calc(
|
|
97685
|
+
(
|
|
97686
|
+
1.875rem - 1.4285714286 *
|
|
97687
|
+
0.875rem - 0.125rem
|
|
97688
|
+
) / 2
|
|
97689
|
+
) 0.5rem;
|
|
97105
97690
|
}
|
|
97106
97691
|
|
|
97107
97692
|
.amis-scope .antd-Picker-valueWrap > input {
|
|
@@ -97147,6 +97732,10 @@ title: Word Break
|
|
|
97147
97732
|
.amis-scope .antd-Picker-btn {
|
|
97148
97733
|
cursor: pointer;
|
|
97149
97734
|
color: inherit;
|
|
97735
|
+
flex: 30px 0 0;
|
|
97736
|
+
display: flex;
|
|
97737
|
+
align-items: center;
|
|
97738
|
+
justify-content: center;
|
|
97150
97739
|
}
|
|
97151
97740
|
|
|
97152
97741
|
.amis-scope .antd-Picker-btn:hover {
|
|
@@ -97342,7 +97931,7 @@ title: Word Break
|
|
|
97342
97931
|
line-height: 1;
|
|
97343
97932
|
cursor: pointer;
|
|
97344
97933
|
user-select: none;
|
|
97345
|
-
color: #
|
|
97934
|
+
color: #e8e9eb;
|
|
97346
97935
|
}
|
|
97347
97936
|
|
|
97348
97937
|
.amis-scope .antd-Rating-star-half > svg.icon,
|
|
@@ -97373,8 +97962,8 @@ title: Word Break
|
|
|
97373
97962
|
}
|
|
97374
97963
|
|
|
97375
97964
|
.amis-scope .antd-Rating-text {
|
|
97376
|
-
font-size: 0.
|
|
97377
|
-
color:
|
|
97965
|
+
font-size: 0.875rem;
|
|
97966
|
+
color: var(--Rating-text-color);
|
|
97378
97967
|
font-weight: 400;
|
|
97379
97968
|
}
|
|
97380
97969
|
|
|
@@ -97450,6 +98039,7 @@ title: Word Break
|
|
|
97450
98039
|
max-height: 100%;
|
|
97451
98040
|
overflow: auto;
|
|
97452
98041
|
position: relative;
|
|
98042
|
+
padding: 0;
|
|
97453
98043
|
}
|
|
97454
98044
|
|
|
97455
98045
|
.amis-scope .antd-Transfer-select > .antd-ChainedSelection {
|
|
@@ -97481,10 +98071,6 @@ title: Word Break
|
|
|
97481
98071
|
overflow: hidden;
|
|
97482
98072
|
}
|
|
97483
98073
|
|
|
97484
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
|
97485
|
-
border-top: 1px solid #d9d9d9;
|
|
97486
|
-
}
|
|
97487
|
-
|
|
97488
98074
|
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
|
97489
98075
|
height: 100%;
|
|
97490
98076
|
display: flex;
|
|
@@ -97710,6 +98296,12 @@ title: Word Break
|
|
|
97710
98296
|
position: relative;
|
|
97711
98297
|
}
|
|
97712
98298
|
|
|
98299
|
+
.amis-scope .antd-NestedSelectControl .antd-NestedSelect-menu {
|
|
98300
|
+
padding-top: 0.25rem;
|
|
98301
|
+
padding-bottom: 0.25rem;
|
|
98302
|
+
box-shadow: 0 0.125rem 0.5rem 0 rgba(7, 12, 20, 0.12);
|
|
98303
|
+
}
|
|
98304
|
+
|
|
97713
98305
|
.amis-scope .antd-NestedSelect {
|
|
97714
98306
|
position: relative;
|
|
97715
98307
|
}
|
|
@@ -98237,7 +98829,7 @@ title: Word Break
|
|
|
98237
98829
|
|
|
98238
98830
|
.amis-scope .antd-Form-label {
|
|
98239
98831
|
font-weight: 400;
|
|
98240
|
-
margin-bottom: 0.
|
|
98832
|
+
margin-bottom: 0.5rem;
|
|
98241
98833
|
position: relative;
|
|
98242
98834
|
font-size: 0.875rem;
|
|
98243
98835
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -98356,6 +98948,10 @@ title: Word Break
|
|
|
98356
98948
|
color: #ff4d4f;
|
|
98357
98949
|
}
|
|
98358
98950
|
|
|
98951
|
+
.amis-scope .antd-Form-item .antd-Form-control--withSize > .antd-ResultBox {
|
|
98952
|
+
display: flex;
|
|
98953
|
+
}
|
|
98954
|
+
|
|
98359
98955
|
.amis-scope .antd-Form-placeholder {
|
|
98360
98956
|
color: #999;
|
|
98361
98957
|
}
|
|
@@ -98654,6 +99250,11 @@ title: Word Break
|
|
|
98654
99250
|
}
|
|
98655
99251
|
}
|
|
98656
99252
|
|
|
99253
|
+
.amis-scope .antd-Form--debug {
|
|
99254
|
+
word-break: break-all;
|
|
99255
|
+
white-space: pre-wrap;
|
|
99256
|
+
}
|
|
99257
|
+
|
|
98657
99258
|
.amis-scope .antd-Form--quickEdit {
|
|
98658
99259
|
min-width: 10rem;
|
|
98659
99260
|
}
|
|
@@ -99317,7 +99918,7 @@ title: Word Break
|
|
|
99317
99918
|
margin: 0;
|
|
99318
99919
|
padding: 0;
|
|
99319
99920
|
width: 8.75rem;
|
|
99320
|
-
border-
|
|
99921
|
+
border-left: 0.125rem solid #d3dae0;
|
|
99321
99922
|
padding-bottom: 3.75rem;
|
|
99322
99923
|
}
|
|
99323
99924
|
|
|
@@ -99329,27 +99930,44 @@ title: Word Break
|
|
|
99329
99930
|
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
|
99330
99931
|
display: block;
|
|
99331
99932
|
border: 0.0625rem solid transparent;
|
|
99332
|
-
border-width: 0 0
|
|
99933
|
+
border-width: 0 0 0 0.125rem;
|
|
99333
99934
|
color: rgba(0, 0, 0, 0.85);
|
|
99334
|
-
padding: 0
|
|
99335
|
-
|
|
99935
|
+
padding: 0 0.5rem;
|
|
99936
|
+
padding-left: 0.625rem;
|
|
99937
|
+
font-size: 0.75rem;
|
|
99336
99938
|
outline: none;
|
|
99337
|
-
text-align:
|
|
99939
|
+
text-align: left;
|
|
99338
99940
|
text-decoration: none;
|
|
99339
99941
|
cursor: pointer;
|
|
99340
99942
|
margin: 0;
|
|
99943
|
+
margin-left: -0.125rem;
|
|
99944
|
+
height: 2rem;
|
|
99945
|
+
line-height: 2rem;
|
|
99341
99946
|
}
|
|
99342
99947
|
|
|
99343
99948
|
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
|
99344
99949
|
color: #1890ff;
|
|
99345
99950
|
}
|
|
99346
99951
|
|
|
99347
|
-
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link
|
|
99348
|
-
|
|
99952
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:active {
|
|
99953
|
+
color: #144bcc;
|
|
99954
|
+
}
|
|
99955
|
+
|
|
99956
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a {
|
|
99349
99957
|
color: #1890ff;
|
|
99350
99958
|
border-color: #1890ff;
|
|
99351
99959
|
}
|
|
99352
99960
|
|
|
99961
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
|
99962
|
+
color: #528EFF;
|
|
99963
|
+
border-color: #528EFF;
|
|
99964
|
+
}
|
|
99965
|
+
|
|
99966
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:active {
|
|
99967
|
+
color: #144bcc;
|
|
99968
|
+
border-color: #144bcc;
|
|
99969
|
+
}
|
|
99970
|
+
|
|
99353
99971
|
.amis-scope .antd-AnchorNav--horizontal {
|
|
99354
99972
|
flex-direction: column;
|
|
99355
99973
|
}
|
|
@@ -100224,6 +100842,10 @@ title: Word Break
|
|
|
100224
100842
|
background-color: #e6e6e8;
|
|
100225
100843
|
}
|
|
100226
100844
|
|
|
100845
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line-icon {
|
|
100846
|
+
left: 0.75rem;
|
|
100847
|
+
}
|
|
100848
|
+
|
|
100227
100849
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
|
100228
100850
|
position: absolute;
|
|
100229
100851
|
width: 0.5rem;
|
|
@@ -100270,11 +100892,20 @@ title: Word Break
|
|
|
100270
100892
|
}
|
|
100271
100893
|
|
|
100272
100894
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
|
|
100895
|
+
display: flex;
|
|
100273
100896
|
color: #151a26;
|
|
100274
100897
|
font-size: var(--Timeline--font-size);
|
|
100275
100898
|
margin-bottom: 0.25rem;
|
|
100276
100899
|
}
|
|
100277
100900
|
|
|
100901
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title .antd-PlainField {
|
|
100902
|
+
padding-right: 0.75rem;
|
|
100903
|
+
}
|
|
100904
|
+
|
|
100905
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title .antd-Button {
|
|
100906
|
+
margin-left: 0.75rem;
|
|
100907
|
+
}
|
|
100908
|
+
|
|
100278
100909
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
|
100279
100910
|
display: flex;
|
|
100280
100911
|
cursor: pointer;
|
|
@@ -100295,6 +100926,7 @@ title: Word Break
|
|
|
100295
100926
|
|
|
100296
100927
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
|
100297
100928
|
display: block;
|
|
100929
|
+
border-radius: 0.25rem;
|
|
100298
100930
|
max-width: 18.75rem;
|
|
100299
100931
|
font-size: var(--Timeline--font-size);
|
|
100300
100932
|
padding: 0.625rem;
|
|
@@ -100346,7 +100978,7 @@ title: Word Break
|
|
|
100346
100978
|
position: absolute;
|
|
100347
100979
|
height: 0.125rem;
|
|
100348
100980
|
width: calc(100% - 0.8125rem);
|
|
100349
|
-
left: 1.
|
|
100981
|
+
left: 1.125rem;
|
|
100350
100982
|
top: 0.8125rem;
|
|
100351
100983
|
background-color: #e6e6e8;
|
|
100352
100984
|
}
|
|
@@ -100386,6 +101018,7 @@ title: Word Break
|
|
|
100386
101018
|
}
|
|
100387
101019
|
|
|
100388
101020
|
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-content {
|
|
101021
|
+
margin-top: -0.1875rem;
|
|
100389
101022
|
padding-bottom: 1rem;
|
|
100390
101023
|
margin-left: 0.125rem;
|
|
100391
101024
|
}
|
|
@@ -100422,6 +101055,7 @@ title: Word Break
|
|
|
100422
101055
|
|
|
100423
101056
|
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
|
100424
101057
|
display: block;
|
|
101058
|
+
border-radius: 0.25rem;
|
|
100425
101059
|
max-width: 18.75rem;
|
|
100426
101060
|
font-size: var(--Timeline--font-size);
|
|
100427
101061
|
padding: 0.625rem;
|
|
@@ -100442,19 +101076,25 @@ title: Word Break
|
|
|
100442
101076
|
display: inline-flex;
|
|
100443
101077
|
height: 1.5rem;
|
|
100444
101078
|
padding: 0 0.5rem;
|
|
101079
|
+
flex-flow: row nowrap;
|
|
100445
101080
|
justify-content: center;
|
|
100446
101081
|
align-items: center;
|
|
100447
101082
|
font-size: 0.75rem;
|
|
100448
101083
|
max-width: 160px;
|
|
100449
|
-
text-overflow: ellipsis;
|
|
100450
|
-
overflow: hidden;
|
|
100451
|
-
white-space: nowrap;
|
|
100452
101084
|
transition: all 0.3;
|
|
100453
101085
|
border-radius: 0.125rem;
|
|
100454
101086
|
background-color: #f2f2f4;
|
|
100455
101087
|
color: #151a26;
|
|
100456
101088
|
}
|
|
100457
101089
|
|
|
101090
|
+
.amis-scope .antd-Tag-text {
|
|
101091
|
+
display: inline-block;
|
|
101092
|
+
text-overflow: ellipsis;
|
|
101093
|
+
overflow: hidden;
|
|
101094
|
+
white-space: nowrap;
|
|
101095
|
+
line-height: 1.5rem;
|
|
101096
|
+
}
|
|
101097
|
+
|
|
100458
101098
|
.amis-scope .antd-Tag:not(:last-child) {
|
|
100459
101099
|
margin-right: 0.5rem;
|
|
100460
101100
|
}
|
|
@@ -100468,7 +101108,7 @@ title: Word Break
|
|
|
100468
101108
|
}
|
|
100469
101109
|
|
|
100470
101110
|
.amis-scope .antd-Tag--normal--inactive {
|
|
100471
|
-
background: #
|
|
101111
|
+
background: #b8babf;
|
|
100472
101112
|
}
|
|
100473
101113
|
|
|
100474
101114
|
.amis-scope .antd-Tag--normal--active {
|
|
@@ -100476,19 +101116,19 @@ title: Word Break
|
|
|
100476
101116
|
}
|
|
100477
101117
|
|
|
100478
101118
|
.amis-scope .antd-Tag--normal--processing {
|
|
100479
|
-
background: #
|
|
101119
|
+
background: #528eff;
|
|
100480
101120
|
}
|
|
100481
101121
|
|
|
100482
101122
|
.amis-scope .antd-Tag--normal--success {
|
|
100483
|
-
background: #
|
|
101123
|
+
background: #30bf13;
|
|
100484
101124
|
}
|
|
100485
101125
|
|
|
100486
101126
|
.amis-scope .antd-Tag--normal--error {
|
|
100487
|
-
background: #
|
|
101127
|
+
background: #f33e3e;
|
|
100488
101128
|
}
|
|
100489
101129
|
|
|
100490
101130
|
.amis-scope .antd-Tag--normal--warning {
|
|
100491
|
-
background: #
|
|
101131
|
+
background: #ff9326;
|
|
100492
101132
|
}
|
|
100493
101133
|
|
|
100494
101134
|
.amis-scope .antd-Tag--rounded {
|
|
@@ -100496,11 +101136,12 @@ title: Word Break
|
|
|
100496
101136
|
border-radius: calc((1.5rem + 2px) / 2);
|
|
100497
101137
|
border: 1px solid #f2f2f4;
|
|
100498
101138
|
color: #f2f2f4;
|
|
101139
|
+
line-height: 22px;
|
|
100499
101140
|
}
|
|
100500
101141
|
|
|
100501
101142
|
.amis-scope .antd-Tag--rounded--inactive {
|
|
100502
|
-
border-color: #
|
|
100503
|
-
color: #
|
|
101143
|
+
border-color: #b8babf;
|
|
101144
|
+
color: #b8babf;
|
|
100504
101145
|
}
|
|
100505
101146
|
|
|
100506
101147
|
.amis-scope .antd-Tag--rounded--active {
|
|
@@ -100509,23 +101150,23 @@ title: Word Break
|
|
|
100509
101150
|
}
|
|
100510
101151
|
|
|
100511
101152
|
.amis-scope .antd-Tag--rounded--processing {
|
|
100512
|
-
border-color: #
|
|
100513
|
-
color: #
|
|
101153
|
+
border-color: #528eff;
|
|
101154
|
+
color: #528eff;
|
|
100514
101155
|
}
|
|
100515
101156
|
|
|
100516
101157
|
.amis-scope .antd-Tag--rounded--success {
|
|
100517
|
-
border-color: #
|
|
100518
|
-
color: #
|
|
101158
|
+
border-color: #30bf13;
|
|
101159
|
+
color: #30bf13;
|
|
100519
101160
|
}
|
|
100520
101161
|
|
|
100521
101162
|
.amis-scope .antd-Tag--rounded--error {
|
|
100522
|
-
border-color: #
|
|
100523
|
-
color: #
|
|
101163
|
+
border-color: #f33e3e;
|
|
101164
|
+
color: #f33e3e;
|
|
100524
101165
|
}
|
|
100525
101166
|
|
|
100526
101167
|
.amis-scope .antd-Tag--rounded--warning {
|
|
100527
|
-
border-color: #
|
|
100528
|
-
color: #
|
|
101168
|
+
border-color: #ff9326;
|
|
101169
|
+
color: #ff9326;
|
|
100529
101170
|
}
|
|
100530
101171
|
|
|
100531
101172
|
.amis-scope .antd-Tag--status {
|
|
@@ -100533,7 +101174,7 @@ title: Word Break
|
|
|
100533
101174
|
}
|
|
100534
101175
|
|
|
100535
101176
|
.amis-scope .antd-Tag--status--inactive .antd-Tag--prev {
|
|
100536
|
-
color: #
|
|
101177
|
+
color: #b8babf;
|
|
100537
101178
|
}
|
|
100538
101179
|
|
|
100539
101180
|
.amis-scope .antd-Tag--status--active .antd-Tag--prev {
|
|
@@ -100541,19 +101182,19 @@ title: Word Break
|
|
|
100541
101182
|
}
|
|
100542
101183
|
|
|
100543
101184
|
.amis-scope .antd-Tag--status--processing .antd-Tag--prev {
|
|
100544
|
-
color: #
|
|
101185
|
+
color: #528eff;
|
|
100545
101186
|
}
|
|
100546
101187
|
|
|
100547
101188
|
.amis-scope .antd-Tag--status--success .antd-Tag--prev {
|
|
100548
|
-
color: #
|
|
101189
|
+
color: #30bf13;
|
|
100549
101190
|
}
|
|
100550
101191
|
|
|
100551
101192
|
.amis-scope .antd-Tag--status--error .antd-Tag--prev {
|
|
100552
|
-
color: #
|
|
101193
|
+
color: #f33e3e;
|
|
100553
101194
|
}
|
|
100554
101195
|
|
|
100555
101196
|
.amis-scope .antd-Tag--status--warning .antd-Tag--prev {
|
|
100556
|
-
color: #
|
|
101197
|
+
color: #ff9326;
|
|
100557
101198
|
}
|
|
100558
101199
|
|
|
100559
101200
|
.amis-scope .antd-Tag--status:not(.antd-Tag--status--processing):not(.antd-Tag--status--active) .icon-dot #dotWave {
|