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/cxd-ie11.css
CHANGED
|
@@ -74168,6 +74168,10 @@ title: Word Break
|
|
|
74168
74168
|
border: 1px solid #f9f9f9;
|
|
74169
74169
|
}
|
|
74170
74170
|
|
|
74171
|
+
.amis-scope .rdtPickerNotDays {
|
|
74172
|
+
width: 192px;
|
|
74173
|
+
}
|
|
74174
|
+
|
|
74171
74175
|
.amis-scope .rdtOpen .rdtPicker {
|
|
74172
74176
|
display: block;
|
|
74173
74177
|
}
|
|
@@ -74214,7 +74218,7 @@ title: Word Break
|
|
|
74214
74218
|
.amis-scope .rdtPicker td > span {
|
|
74215
74219
|
display: inline-block;
|
|
74216
74220
|
border-radius: 2px;
|
|
74217
|
-
height:
|
|
74221
|
+
height: 24px;
|
|
74218
74222
|
width: 24px;
|
|
74219
74223
|
}
|
|
74220
74224
|
|
|
@@ -74821,7 +74825,7 @@ title: Word Break
|
|
|
74821
74825
|
}
|
|
74822
74826
|
|
|
74823
74827
|
.amis-scope {
|
|
74824
|
-
color: #
|
|
74828
|
+
color: #151b26;
|
|
74825
74829
|
background: #ffffff;
|
|
74826
74830
|
font-size: 14px;
|
|
74827
74831
|
font-weight: 400;
|
|
@@ -74840,10 +74844,14 @@ title: Word Break
|
|
|
74840
74844
|
}
|
|
74841
74845
|
|
|
74842
74846
|
.amis-scope a:hover {
|
|
74843
|
-
color: #
|
|
74847
|
+
color: #528eff;
|
|
74844
74848
|
text-decoration: none;
|
|
74845
74849
|
}
|
|
74846
74850
|
|
|
74851
|
+
.amis-scope a:active {
|
|
74852
|
+
color: #144bcc;
|
|
74853
|
+
}
|
|
74854
|
+
|
|
74847
74855
|
.amis-scope label {
|
|
74848
74856
|
font-weight: 400;
|
|
74849
74857
|
}
|
|
@@ -76559,7 +76567,7 @@ title: Word Break
|
|
|
76559
76567
|
}
|
|
76560
76568
|
|
|
76561
76569
|
.amis-scope .cxd-Button--light {
|
|
76562
|
-
color: #
|
|
76570
|
+
color: #151b26;
|
|
76563
76571
|
background: #eaf6fe;
|
|
76564
76572
|
border-color: #eaf6fe;
|
|
76565
76573
|
box-shadow: none;
|
|
@@ -76567,13 +76575,13 @@ title: Word Break
|
|
|
76567
76575
|
}
|
|
76568
76576
|
|
|
76569
76577
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
|
|
76570
|
-
color: #
|
|
76578
|
+
color: #151b26;
|
|
76571
76579
|
background: #c5e6fc;
|
|
76572
76580
|
border-color: #b9e1fc;
|
|
76573
76581
|
}
|
|
76574
76582
|
|
|
76575
76583
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
|
76576
|
-
color: #
|
|
76584
|
+
color: #151b26;
|
|
76577
76585
|
background: #b9e1fc;
|
|
76578
76586
|
border-color: #addcfb;
|
|
76579
76587
|
}
|
|
@@ -77059,6 +77067,8 @@ title: Word Break
|
|
|
77059
77067
|
|
|
77060
77068
|
.amis-scope .cxd-Breadcrumb-item {
|
|
77061
77069
|
position: relative;
|
|
77070
|
+
display: inline-flex;
|
|
77071
|
+
align-items: center;
|
|
77062
77072
|
}
|
|
77063
77073
|
|
|
77064
77074
|
.amis-scope .cxd-Breadcrumb-item-default {
|
|
@@ -77066,6 +77076,14 @@ title: Word Break
|
|
|
77066
77076
|
color: #84868c;
|
|
77067
77077
|
}
|
|
77068
77078
|
|
|
77079
|
+
.amis-scope .cxd-Breadcrumb-item-default:hover {
|
|
77080
|
+
color: #2468f2;
|
|
77081
|
+
}
|
|
77082
|
+
|
|
77083
|
+
.amis-scope .cxd-Breadcrumb-item-default:active {
|
|
77084
|
+
color: #144bcc;
|
|
77085
|
+
}
|
|
77086
|
+
|
|
77069
77087
|
.amis-scope .cxd-Breadcrumb-item-dropdown {
|
|
77070
77088
|
cursor: pointer;
|
|
77071
77089
|
color: #151b26;
|
|
@@ -77085,7 +77103,8 @@ title: Word Break
|
|
|
77085
77103
|
}
|
|
77086
77104
|
|
|
77087
77105
|
.amis-scope .cxd-Breadcrumb-item-caret {
|
|
77088
|
-
|
|
77106
|
+
height: 16px;
|
|
77107
|
+
margin: 0 2px;
|
|
77089
77108
|
cursor: pointer;
|
|
77090
77109
|
display: inline-block;
|
|
77091
77110
|
transition: transform 0s ease;
|
|
@@ -77215,6 +77234,7 @@ title: Word Break
|
|
|
77215
77234
|
white-space: nowrap;
|
|
77216
77235
|
text-align: center;
|
|
77217
77236
|
padding: 0 6px;
|
|
77237
|
+
border: 1px solid #FFFFFF;
|
|
77218
77238
|
}
|
|
77219
77239
|
|
|
77220
77240
|
.amis-scope .cxd-Badge-dot {
|
|
@@ -77298,14 +77318,19 @@ title: Word Break
|
|
|
77298
77318
|
@keyframes modalIn {
|
|
77299
77319
|
from {
|
|
77300
77320
|
opacity: 0;
|
|
77301
|
-
|
|
77321
|
+
width: 0;
|
|
77322
|
+
height: 0;
|
|
77323
|
+
bottom: -999px;
|
|
77302
77324
|
}
|
|
77303
77325
|
}
|
|
77304
77326
|
|
|
77305
77327
|
@keyframes modalOut {
|
|
77306
77328
|
to {
|
|
77307
77329
|
opacity: 0;
|
|
77308
|
-
|
|
77330
|
+
opacity: 0;
|
|
77331
|
+
width: 0;
|
|
77332
|
+
height: 0;
|
|
77333
|
+
bottom: -999px;
|
|
77309
77334
|
}
|
|
77310
77335
|
}
|
|
77311
77336
|
|
|
@@ -77374,7 +77399,7 @@ title: Word Break
|
|
|
77374
77399
|
}
|
|
77375
77400
|
|
|
77376
77401
|
.amis-scope .cxd-Modal-header {
|
|
77377
|
-
padding: 0
|
|
77402
|
+
padding: 0 1.5rem;
|
|
77378
77403
|
background: #fff;
|
|
77379
77404
|
border-bottom: none;
|
|
77380
77405
|
border-top-left-radius: 0;
|
|
@@ -77406,8 +77431,8 @@ title: Word Break
|
|
|
77406
77431
|
}
|
|
77407
77432
|
|
|
77408
77433
|
.amis-scope .cxd-Modal-close svg {
|
|
77409
|
-
width:
|
|
77410
|
-
height:
|
|
77434
|
+
width: 1rem;
|
|
77435
|
+
height: 1rem;
|
|
77411
77436
|
fill: #b8babf;
|
|
77412
77437
|
}
|
|
77413
77438
|
|
|
@@ -77417,11 +77442,11 @@ title: Word Break
|
|
|
77417
77442
|
|
|
77418
77443
|
.amis-scope .cxd-Modal-close:not(.is-disabled):hover {
|
|
77419
77444
|
text-decoration: none;
|
|
77420
|
-
color: #
|
|
77445
|
+
color: #151b26;
|
|
77421
77446
|
}
|
|
77422
77447
|
|
|
77423
77448
|
.amis-scope .cxd-Modal-close:not(.is-disabled):hover svg {
|
|
77424
|
-
fill: #
|
|
77449
|
+
fill: #151b26;
|
|
77425
77450
|
}
|
|
77426
77451
|
|
|
77427
77452
|
.amis-scope .cxd-Modal-content > .cxd-Modal-close {
|
|
@@ -77432,19 +77457,17 @@ title: Word Break
|
|
|
77432
77457
|
}
|
|
77433
77458
|
|
|
77434
77459
|
.amis-scope .cxd-Modal-body {
|
|
77435
|
-
|
|
77460
|
+
margin: 1rem 0 1.5rem 0;
|
|
77436
77461
|
flex-grow: 1;
|
|
77437
|
-
|
|
77438
|
-
|
|
77439
|
-
.amis-scope .cxd-Modal-header + .cxd-Modal-body {
|
|
77440
|
-
padding-top: 1rem;
|
|
77462
|
+
height: auto;
|
|
77463
|
+
padding: 0 1.5rem;
|
|
77441
77464
|
}
|
|
77442
77465
|
|
|
77443
77466
|
.amis-scope .cxd-Modal-footer {
|
|
77444
77467
|
display: flex;
|
|
77445
77468
|
align-items: center;
|
|
77446
77469
|
justify-content: flex-end;
|
|
77447
|
-
padding: 0;
|
|
77470
|
+
padding: 0 1.5rem;
|
|
77448
77471
|
border-top: none;
|
|
77449
77472
|
margin: 0 0;
|
|
77450
77473
|
border-bottom-left-radius: 0;
|
|
@@ -77628,12 +77651,12 @@ title: Word Break
|
|
|
77628
77651
|
|
|
77629
77652
|
.amis-scope .cxd-Drawer-title {
|
|
77630
77653
|
font-size: 14px;
|
|
77631
|
-
color: #
|
|
77654
|
+
color: #151b26;
|
|
77632
77655
|
}
|
|
77633
77656
|
|
|
77634
77657
|
.amis-scope .cxd-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 .cxd-Drawer-close:not(.is-disabled) {
|
|
@@ -77651,11 +77674,11 @@ title: Word Break
|
|
|
77651
77674
|
|
|
77652
77675
|
.amis-scope .cxd-Drawer-close:not(.is-disabled):hover {
|
|
77653
77676
|
text-decoration: none;
|
|
77654
|
-
color: #
|
|
77677
|
+
color: #151b26;
|
|
77655
77678
|
}
|
|
77656
77679
|
|
|
77657
77680
|
.amis-scope .cxd-Drawer-close:not(.is-disabled):hover svg {
|
|
77658
|
-
fill: #
|
|
77681
|
+
fill: #151b26;
|
|
77659
77682
|
}
|
|
77660
77683
|
|
|
77661
77684
|
.amis-scope .cxd-Drawer-body {
|
|
@@ -78034,7 +78057,7 @@ title: Word Break
|
|
|
78034
78057
|
}
|
|
78035
78058
|
|
|
78036
78059
|
.amis-scope .cxd-Tooltip-body {
|
|
78037
|
-
color: #
|
|
78060
|
+
color: #151b26;
|
|
78038
78061
|
padding: 0.5rem 0.75rem;
|
|
78039
78062
|
word-break: break-all;
|
|
78040
78063
|
text-align: left;
|
|
@@ -78537,7 +78560,7 @@ title: Word Break
|
|
|
78537
78560
|
display: flex;
|
|
78538
78561
|
align-items: center;
|
|
78539
78562
|
justify-content: center;
|
|
78540
|
-
color: #
|
|
78563
|
+
color: #151b26;
|
|
78541
78564
|
}
|
|
78542
78565
|
|
|
78543
78566
|
.amis-scope .cxd-PickerColumns-columnItem.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.25rem;
|
|
78613
78636
|
border: 0.0625rem solid;
|
|
78614
78637
|
color: #fff;
|
|
@@ -78670,7 +78693,7 @@ title: Word Break
|
|
|
78670
78693
|
}
|
|
78671
78694
|
|
|
78672
78695
|
.amis-scope .cxd-Toast-content .cxd-Toast-title {
|
|
78673
|
-
color: #
|
|
78696
|
+
color: #151b26;
|
|
78674
78697
|
font-size: 14px;
|
|
78675
78698
|
font-weight: 500;
|
|
78676
78699
|
line-height: 1.5rem;
|
|
@@ -78812,18 +78835,30 @@ title: Word Break
|
|
|
78812
78835
|
.amis-scope .cxd-Alert {
|
|
78813
78836
|
font-size: 12px;
|
|
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.25rem;
|
|
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 .cxd-Alert-has-title {
|
|
78851
|
+
padding: 1rem;
|
|
78852
|
+
}
|
|
78853
|
+
|
|
78854
|
+
.amis-scope .cxd-Alert-has-title .cxd-Alert-content .cxd-Alert-title {
|
|
78855
|
+
line-height: 1.375rem;
|
|
78856
|
+
}
|
|
78857
|
+
|
|
78858
|
+
.amis-scope .cxd-Alert-has-title .cxd-Alert-content .cxd-Alert-desc {
|
|
78859
|
+
line-height: 1.25rem;
|
|
78860
|
+
}
|
|
78861
|
+
|
|
78827
78862
|
.amis-scope .cxd-Alert-icon {
|
|
78828
78863
|
margin-right: 0.5rem;
|
|
78829
78864
|
font-size: 16px;
|
|
@@ -78834,7 +78869,7 @@ title: Word Break
|
|
|
78834
78869
|
}
|
|
78835
78870
|
|
|
78836
78871
|
.amis-scope .cxd-Alert-content .cxd-Alert-title {
|
|
78837
|
-
color: #
|
|
78872
|
+
color: #151b26;
|
|
78838
78873
|
font-size: 14px;
|
|
78839
78874
|
font-weight: 500;
|
|
78840
78875
|
line-height: 1.5rem;
|
|
@@ -78869,25 +78904,25 @@ title: Word Break
|
|
|
78869
78904
|
}
|
|
78870
78905
|
|
|
78871
78906
|
.amis-scope .cxd-Alert--danger {
|
|
78872
|
-
color: #
|
|
78907
|
+
color: #151b26;
|
|
78873
78908
|
background: #ffe8e6;
|
|
78874
78909
|
border-color: transparent;
|
|
78875
78910
|
}
|
|
78876
78911
|
|
|
78877
78912
|
.amis-scope .cxd-Alert--info {
|
|
78878
|
-
color: #
|
|
78913
|
+
color: #151b26;
|
|
78879
78914
|
background: #e6f0ff;
|
|
78880
78915
|
border-color: transparent;
|
|
78881
78916
|
}
|
|
78882
78917
|
|
|
78883
78918
|
.amis-scope .cxd-Alert--success {
|
|
78884
|
-
color: #
|
|
78919
|
+
color: #151b26;
|
|
78885
78920
|
background: #ecffe6;
|
|
78886
78921
|
border-color: transparent;
|
|
78887
78922
|
}
|
|
78888
78923
|
|
|
78889
78924
|
.amis-scope .cxd-Alert--warning {
|
|
78890
|
-
color: #
|
|
78925
|
+
color: #151b26;
|
|
78891
78926
|
background: #fff4e6;
|
|
78892
78927
|
border-color: transparent;
|
|
78893
78928
|
}
|
|
@@ -79221,9 +79256,17 @@ title: Word Break
|
|
|
79221
79256
|
outline: none;
|
|
79222
79257
|
}
|
|
79223
79258
|
|
|
79259
|
+
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link:hover .cxd-Tabs-link-close {
|
|
79260
|
+
width: 0.75rem;
|
|
79261
|
+
margin-left: 0.25rem;
|
|
79262
|
+
}
|
|
79263
|
+
|
|
79224
79264
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-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
|
|
|
@@ -79237,7 +79280,7 @@ title: Word Break
|
|
|
79237
79280
|
border: 0.0625rem solid transparent;
|
|
79238
79281
|
border-top-left-radius: 0.25rem;
|
|
79239
79282
|
border-top-right-radius: 0.25rem;
|
|
79240
|
-
color: #
|
|
79283
|
+
color: #151b26;
|
|
79241
79284
|
margin: 0 0.1875rem 0 0;
|
|
79242
79285
|
padding: 0.5rem 0.75rem;
|
|
79243
79286
|
text-decoration: none;
|
|
@@ -79248,6 +79291,16 @@ title: Word Break
|
|
|
79248
79291
|
white-space: nowrap;
|
|
79249
79292
|
}
|
|
79250
79293
|
|
|
79294
|
+
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child > .cxd-Icon {
|
|
79295
|
+
margin-right: 0.5rem;
|
|
79296
|
+
vertical-align: unset;
|
|
79297
|
+
}
|
|
79298
|
+
|
|
79299
|
+
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child > img.cxd-Icon {
|
|
79300
|
+
position: relative;
|
|
79301
|
+
top: 0.125em;
|
|
79302
|
+
}
|
|
79303
|
+
|
|
79251
79304
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > .cxd-Combo-toolbarBtn {
|
|
79252
79305
|
position: absolute;
|
|
79253
79306
|
right: -10px;
|
|
@@ -79309,6 +79362,15 @@ title: Word Break
|
|
|
79309
79362
|
}
|
|
79310
79363
|
|
|
79311
79364
|
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper {
|
|
79365
|
+
position: relative;
|
|
79366
|
+
}
|
|
79367
|
+
|
|
79368
|
+
.amis-scope .cxd-Tabs--line > .cxd-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 #f2f2f4;
|
|
79313
79375
|
}
|
|
79314
79376
|
|
|
@@ -79366,6 +79428,12 @@ title: Word Break
|
|
|
79366
79428
|
fill: #2468f2;
|
|
79367
79429
|
}
|
|
79368
79430
|
|
|
79431
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active,
|
|
79432
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-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 .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:last-child > a,
|
|
79370
79438
|
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-child > a {
|
|
79371
79439
|
margin: 0;
|
|
@@ -79727,6 +79795,8 @@ 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 .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
|
|
@@ -79900,7 +79970,6 @@ title: Word Break
|
|
|
79900
79970
|
}
|
|
79901
79971
|
|
|
79902
79972
|
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > .cxd-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 .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover:active,
|
|
79991
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-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 .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:not(.is-disabled):hover .cxd-Tabs-link-close {
|
|
79922
79997
|
fill: #2468f2;
|
|
79923
79998
|
}
|
|
@@ -80026,6 +80101,12 @@ title: Word Break
|
|
|
80026
80101
|
color: #2468f2;
|
|
80027
80102
|
}
|
|
80028
80103
|
|
|
80104
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child:hover:active,
|
|
80105
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover > a:first-child:hover:active {
|
|
80106
|
+
color: #144BCC;
|
|
80107
|
+
border-color: #144BCC;
|
|
80108
|
+
}
|
|
80109
|
+
|
|
80029
80110
|
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:not(.is-disabled):hover .cxd-Tabs-link-close {
|
|
80030
80111
|
fill: #2468f2;
|
|
80031
80112
|
}
|
|
@@ -80116,7 +80197,7 @@ title: Word Break
|
|
|
80116
80197
|
border: 0.0625rem solid transparent;
|
|
80117
80198
|
border-top-left-radius: 0.25rem;
|
|
80118
80199
|
border-top-right-radius: 0.25rem;
|
|
80119
|
-
color: #
|
|
80200
|
+
color: #151b26;
|
|
80120
80201
|
text-decoration: none;
|
|
80121
80202
|
margin-right: 0.125rem;
|
|
80122
80203
|
padding: 0.5rem 1.5rem;
|
|
@@ -80233,7 +80314,7 @@ title: Word Break
|
|
|
80233
80314
|
display: flex;
|
|
80234
80315
|
align-items: center;
|
|
80235
80316
|
outline: none;
|
|
80236
|
-
color: #
|
|
80317
|
+
color: #151b26;
|
|
80237
80318
|
text-decoration: none;
|
|
80238
80319
|
padding: 0.5rem 0.5rem;
|
|
80239
80320
|
cursor: pointer;
|
|
@@ -80834,7 +80915,7 @@ title: Word Break
|
|
|
80834
80915
|
|
|
80835
80916
|
.amis-scope .cxd-Panel--default > .cxd-Panel-heading {
|
|
80836
80917
|
background: #f5f5f5;
|
|
80837
|
-
color: #
|
|
80918
|
+
color: #151b26;
|
|
80838
80919
|
}
|
|
80839
80920
|
|
|
80840
80921
|
.amis-scope .cxd-Panel--default > .cxd-Panel-heading .badge {
|
|
@@ -81641,6 +81722,11 @@ title: Word Break
|
|
|
81641
81722
|
border-width: 0;
|
|
81642
81723
|
}
|
|
81643
81724
|
|
|
81725
|
+
.amis-scope .cxd-CalendarMobile-pop--time {
|
|
81726
|
+
height: fit-content;
|
|
81727
|
+
max-height: 90vh;
|
|
81728
|
+
}
|
|
81729
|
+
|
|
81644
81730
|
.amis-scope .cxd-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 .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
|
|
81865
|
-
border: 1px solid #
|
|
81951
|
+
border: 1px solid #2468f2;
|
|
81866
81952
|
}
|
|
81867
81953
|
|
|
81868
81954
|
.amis-scope .cxd-CalendarMobile-calendar-header {
|
|
@@ -81970,6 +82056,7 @@ title: Word Break
|
|
|
81970
82056
|
.amis-scope .cxd-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);
|
|
@@ -82055,7 +82142,7 @@ title: Word Break
|
|
|
82055
82142
|
|
|
82056
82143
|
.amis-scope .cxd-Collapse-content {
|
|
82057
82144
|
padding: 1rem;
|
|
82058
|
-
color: #
|
|
82145
|
+
color: #151b26;
|
|
82059
82146
|
font-size: 12px;
|
|
82060
82147
|
font-weight: 400;
|
|
82061
82148
|
}
|
|
@@ -82068,10 +82155,26 @@ title: Word Break
|
|
|
82068
82155
|
border-radius: 4px 4px 0 0;
|
|
82069
82156
|
}
|
|
82070
82157
|
|
|
82158
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child > .cxd-Collapse-header {
|
|
82159
|
+
border-radius: 4px 4px 0 0;
|
|
82160
|
+
}
|
|
82161
|
+
|
|
82071
82162
|
.amis-scope .cxd-CollapseGroup .cxd-Collapse:last-child {
|
|
82072
82163
|
border-radius: 0 0 4px 4px;
|
|
82073
82164
|
}
|
|
82074
82165
|
|
|
82166
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:last-child > .cxd-Collapse-header {
|
|
82167
|
+
border-radius: 0 0 4px 4px;
|
|
82168
|
+
}
|
|
82169
|
+
|
|
82170
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child:nth-last-child(1) {
|
|
82171
|
+
border-radius: 4px;
|
|
82172
|
+
}
|
|
82173
|
+
|
|
82174
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child:nth-last-child(1) > .cxd-Collapse-header {
|
|
82175
|
+
border-radius: 4px;
|
|
82176
|
+
}
|
|
82177
|
+
|
|
82075
82178
|
.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
|
82076
82179
|
border-bottom: none;
|
|
82077
82180
|
}
|
|
@@ -82943,7 +83046,11 @@ title: Word Break
|
|
|
82943
83046
|
align-items: center;
|
|
82944
83047
|
}
|
|
82945
83048
|
|
|
82946
|
-
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
|
83049
|
+
.amis-scope .cxd-Crud-toolbar-item--left:not(:first-child) {
|
|
83050
|
+
margin-left: 0.625rem;
|
|
83051
|
+
}
|
|
83052
|
+
|
|
83053
|
+
.amis-scope .cxd-Crud-toolbar-item--right:not(:last-child) {
|
|
82947
83054
|
margin-left: 0.625rem;
|
|
82948
83055
|
}
|
|
82949
83056
|
|
|
@@ -83007,7 +83114,11 @@ title: Word Break
|
|
|
83007
83114
|
vertical-align: middle;
|
|
83008
83115
|
}
|
|
83009
83116
|
|
|
83010
|
-
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
|
83117
|
+
.amis-scope .cxd-Crud-toolbar-item--left:not(:first-child) {
|
|
83118
|
+
margin-left: 0.625rem;
|
|
83119
|
+
}
|
|
83120
|
+
|
|
83121
|
+
.amis-scope .cxd-Crud-toolbar-item--right:not(:last-child) {
|
|
83011
83122
|
margin-left: 0.625rem;
|
|
83012
83123
|
}
|
|
83013
83124
|
|
|
@@ -83097,7 +83208,11 @@ title: Word Break
|
|
|
83097
83208
|
align-items: center;
|
|
83098
83209
|
}
|
|
83099
83210
|
|
|
83100
|
-
.amis-scope .cxd-Crud2-toolbar-item:not(:first-child) {
|
|
83211
|
+
.amis-scope .cxd-Crud2-toolbar-item--left:not(:first-child) {
|
|
83212
|
+
margin-left: 0.625rem;
|
|
83213
|
+
}
|
|
83214
|
+
|
|
83215
|
+
.amis-scope .cxd-Crud2-toolbar-item--right:not(:last-child) {
|
|
83101
83216
|
margin-left: 0.625rem;
|
|
83102
83217
|
}
|
|
83103
83218
|
|
|
@@ -83155,7 +83270,11 @@ title: Word Break
|
|
|
83155
83270
|
vertical-align: middle;
|
|
83156
83271
|
}
|
|
83157
83272
|
|
|
83158
|
-
.amis-scope .cxd-Crud-toolbar-item:not(:first-child) {
|
|
83273
|
+
.amis-scope .cxd-Crud-toolbar-item--left:not(:first-child) {
|
|
83274
|
+
margin-left: 0.625rem;
|
|
83275
|
+
}
|
|
83276
|
+
|
|
83277
|
+
.amis-scope .cxd-Crud-toolbar-item--right:not(:last-child) {
|
|
83159
83278
|
margin-left: 0.625rem;
|
|
83160
83279
|
}
|
|
83161
83280
|
|
|
@@ -83192,6 +83311,13 @@ title: Word Break
|
|
|
83192
83311
|
box-shadow: none;
|
|
83193
83312
|
}
|
|
83194
83313
|
|
|
83314
|
+
.amis-scope .cxd-Table-fixedLeft--autoFillHeight > table thead,
|
|
83315
|
+
.amis-scope .cxd-Table-fixedRight--autoFillHeight > table thead {
|
|
83316
|
+
position: sticky;
|
|
83317
|
+
top: 0;
|
|
83318
|
+
z-index: 1;
|
|
83319
|
+
}
|
|
83320
|
+
|
|
83195
83321
|
.amis-scope .cxd-Table-fixedLeft {
|
|
83196
83322
|
left: 0;
|
|
83197
83323
|
top: -999999px;
|
|
@@ -83227,10 +83353,20 @@ title: Word Break
|
|
|
83227
83353
|
background: #fff;
|
|
83228
83354
|
z-index: -1;
|
|
83229
83355
|
opacity: 0;
|
|
83356
|
+
}
|
|
83357
|
+
|
|
83358
|
+
.amis-scope .cxd-Table-fixedTop-shadow {
|
|
83359
|
+
position: absolute;
|
|
83230
83360
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
83361
|
+
z-index: -1;
|
|
83362
|
+
height: 10px;
|
|
83363
|
+
margin-top: -10px;
|
|
83364
|
+
background-color: transparent;
|
|
83365
|
+
opacity: 0;
|
|
83231
83366
|
}
|
|
83232
83367
|
|
|
83233
|
-
.amis-scope .cxd-Table-fixedTop.in
|
|
83368
|
+
.amis-scope .cxd-Table-fixedTop.in,
|
|
83369
|
+
.amis-scope .cxd-Table-fixedTop.in + .cxd-Table-fixedTop-shadow {
|
|
83234
83370
|
position: fixed;
|
|
83235
83371
|
opacity: 1;
|
|
83236
83372
|
z-index: 900;
|
|
@@ -83408,6 +83544,10 @@ title: Word Break
|
|
|
83408
83544
|
text-align: right;
|
|
83409
83545
|
}
|
|
83410
83546
|
|
|
83547
|
+
.amis-scope .cxd-Table-table td .cxd-SwitchControl {
|
|
83548
|
+
padding-top: 0;
|
|
83549
|
+
}
|
|
83550
|
+
|
|
83411
83551
|
.amis-scope .cxd-Table-table--withCombine > thead > tr > th:first-child,
|
|
83412
83552
|
.amis-scope .cxd-Table-table--withCombine > tbody > tr > td:first-child {
|
|
83413
83553
|
padding-left: 0.625rem !important;
|
|
@@ -83444,6 +83584,7 @@ title: Word Break
|
|
|
83444
83584
|
(2.5rem - 0.75rem * 20 / 12) /
|
|
83445
83585
|
2
|
|
83446
83586
|
) 0.625rem;
|
|
83587
|
+
text-align: left;
|
|
83447
83588
|
border-bottom: 0.0625rem solid #fff;
|
|
83448
83589
|
font-size: 14px;
|
|
83449
83590
|
color: #333;
|
|
@@ -83452,11 +83593,15 @@ title: Word Break
|
|
|
83452
83593
|
}
|
|
83453
83594
|
|
|
83454
83595
|
.amis-scope .cxd-Table-table > thead > tr > th:first-child {
|
|
83596
|
+
padding-left: 0.75rem;
|
|
83597
|
+
}
|
|
83598
|
+
|
|
83599
|
+
.amis-scope .cxd-Table-table > thead > tr > th:first-child.cxd-Table-checkCell {
|
|
83455
83600
|
padding-left: 1rem;
|
|
83456
83601
|
}
|
|
83457
83602
|
|
|
83458
83603
|
.amis-scope .cxd-Table-table > thead > tr > th:last-child {
|
|
83459
|
-
padding-right:
|
|
83604
|
+
padding-right: 0.75rem;
|
|
83460
83605
|
}
|
|
83461
83606
|
|
|
83462
83607
|
.amis-scope .cxd-Table-table > thead > tr > th:last-child .cxd-Table-content-colDragLine {
|
|
@@ -83472,6 +83617,14 @@ title: Word Break
|
|
|
83472
83617
|
margin-left: 0.25rem;
|
|
83473
83618
|
}
|
|
83474
83619
|
|
|
83620
|
+
.amis-scope .cxd-Table-table > thead > tr > th:first-child {
|
|
83621
|
+
border-top-left-radius: 4px;
|
|
83622
|
+
}
|
|
83623
|
+
|
|
83624
|
+
.amis-scope .cxd-Table-table > thead > tr > th:last-child {
|
|
83625
|
+
border-top-right-radius: 4px;
|
|
83626
|
+
}
|
|
83627
|
+
|
|
83475
83628
|
.amis-scope .cxd-Table-table > thead > tr + tr {
|
|
83476
83629
|
border-top: 0.0625rem solid #e8e9eb;
|
|
83477
83630
|
}
|
|
@@ -83531,7 +83684,7 @@ title: Word Break
|
|
|
83531
83684
|
.amis-scope .cxd-Table-table > tbody > tr.is-hovered {
|
|
83532
83685
|
background: #e6f0ff;
|
|
83533
83686
|
border-color: #eceff8;
|
|
83534
|
-
color: #
|
|
83687
|
+
color: #151b26;
|
|
83535
83688
|
}
|
|
83536
83689
|
|
|
83537
83690
|
.amis-scope .cxd-Table-table > tbody > tr:hover + tr,
|
|
@@ -83539,6 +83692,14 @@ title: Word Break
|
|
|
83539
83692
|
border-color: #eceff8;
|
|
83540
83693
|
}
|
|
83541
83694
|
|
|
83695
|
+
.amis-scope .cxd-Table-table > tbody > tr:active {
|
|
83696
|
+
background: transparent;
|
|
83697
|
+
}
|
|
83698
|
+
|
|
83699
|
+
.amis-scope .cxd-Table-table > tbody > tr:hover.cxd-Table-placeholder {
|
|
83700
|
+
color: #b8babf;
|
|
83701
|
+
}
|
|
83702
|
+
|
|
83542
83703
|
.amis-scope .cxd-Table-table > tbody > tr.is-checked {
|
|
83543
83704
|
background: #f0faff;
|
|
83544
83705
|
border-color: #eceff8;
|
|
@@ -84371,7 +84532,6 @@ title: Word Break
|
|
|
84371
84532
|
|
|
84372
84533
|
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
|
|
84373
84534
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
|
|
84374
|
-
border-right: 0;
|
|
84375
84535
|
width: 0.0625rem;
|
|
84376
84536
|
padding-right: 0.625rem;
|
|
84377
84537
|
white-space: nowrap;
|
|
@@ -84382,6 +84542,10 @@ title: Word Break
|
|
|
84382
84542
|
margin: 0;
|
|
84383
84543
|
}
|
|
84384
84544
|
|
|
84545
|
+
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
|
|
84546
|
+
border-right: 0;
|
|
84547
|
+
}
|
|
84548
|
+
|
|
84385
84549
|
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
|
|
84386
84550
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
|
84387
84551
|
border-right: 0;
|
|
@@ -84564,14 +84728,14 @@ title: Word Break
|
|
|
84564
84728
|
height: 12px;
|
|
84565
84729
|
}
|
|
84566
84730
|
|
|
84567
|
-
.amis-scope .cxd-TableCell-searchBtn:hover {
|
|
84568
|
-
color: #151a26;
|
|
84569
|
-
}
|
|
84570
|
-
|
|
84571
84731
|
.amis-scope .cxd-TableCell-searchBtn.is-active {
|
|
84572
84732
|
color: #2468f2;
|
|
84573
84733
|
}
|
|
84574
84734
|
|
|
84735
|
+
.amis-scope .cxd-TableCell-searchBtn.is-opened {
|
|
84736
|
+
color: #144bcc;
|
|
84737
|
+
}
|
|
84738
|
+
|
|
84575
84739
|
.amis-scope .cxd-TableCell-searchPopOver {
|
|
84576
84740
|
border: none;
|
|
84577
84741
|
min-width: 20rem;
|
|
@@ -84667,7 +84831,7 @@ title: Word Break
|
|
|
84667
84831
|
}
|
|
84668
84832
|
|
|
84669
84833
|
.amis-scope .cxd-Table-itemActions a:hover {
|
|
84670
|
-
color: #
|
|
84834
|
+
color: #528eff;
|
|
84671
84835
|
text-decoration: none;
|
|
84672
84836
|
}
|
|
84673
84837
|
|
|
@@ -84685,6 +84849,10 @@ title: Word Break
|
|
|
84685
84849
|
color: #2468f2;
|
|
84686
84850
|
}
|
|
84687
84851
|
|
|
84852
|
+
.amis-scope .cxd-Table-foot {
|
|
84853
|
+
background: #f7f7f9;
|
|
84854
|
+
}
|
|
84855
|
+
|
|
84688
84856
|
.amis-scope .cxd-Table-footTable {
|
|
84689
84857
|
position: relative;
|
|
84690
84858
|
width: 100%;
|
|
@@ -84737,10 +84905,11 @@ title: Word Break
|
|
|
84737
84905
|
width: 0.625rem;
|
|
84738
84906
|
height: 0.625rem;
|
|
84739
84907
|
top: 0;
|
|
84908
|
+
transform: rotate(90deg);
|
|
84740
84909
|
}
|
|
84741
84910
|
|
|
84742
84911
|
.amis-scope .cxd-Table-expandBtn.is-active > svg {
|
|
84743
|
-
transform: rotate(90deg);
|
|
84912
|
+
transform: rotate(-90deg);
|
|
84744
84913
|
}
|
|
84745
84914
|
|
|
84746
84915
|
.amis-scope .cxd-Table-expandBtn:hover {
|
|
@@ -84795,7 +84964,7 @@ title: Word Break
|
|
|
84795
84964
|
z-index: 1;
|
|
84796
84965
|
}
|
|
84797
84966
|
|
|
84798
|
-
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
|
84967
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop .cxd-Table-fixedTop-shadow {
|
|
84799
84968
|
display: none;
|
|
84800
84969
|
}
|
|
84801
84970
|
|
|
@@ -84803,6 +84972,18 @@ title: Word Break
|
|
|
84803
84972
|
margin-bottom: 0;
|
|
84804
84973
|
}
|
|
84805
84974
|
|
|
84975
|
+
.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg {
|
|
84976
|
+
color: #2468f2;
|
|
84977
|
+
}
|
|
84978
|
+
|
|
84979
|
+
.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg:hover {
|
|
84980
|
+
color: #4f86f4;
|
|
84981
|
+
}
|
|
84982
|
+
|
|
84983
|
+
.amis-scope .cxd-InputTable .cxd-Field--quickEditable svg:active {
|
|
84984
|
+
color: #1c53c1;
|
|
84985
|
+
}
|
|
84986
|
+
|
|
84806
84987
|
.amis-scope .cxd-InputTable-toolbar {
|
|
84807
84988
|
display: flex;
|
|
84808
84989
|
flex-direction: row;
|
|
@@ -84810,6 +84991,11 @@ title: Word Break
|
|
|
84810
84991
|
justify-content: space-between;
|
|
84811
84992
|
}
|
|
84812
84993
|
|
|
84994
|
+
.amis-scope .cxd-InputTable-toolbar .cxd-Button {
|
|
84995
|
+
border: none;
|
|
84996
|
+
color: #2468f2;
|
|
84997
|
+
}
|
|
84998
|
+
|
|
84813
84999
|
.amis-scope .cxd-InputTable-pager {
|
|
84814
85000
|
margin-left: auto;
|
|
84815
85001
|
}
|
|
@@ -85126,7 +85312,7 @@ title: Word Break
|
|
|
85126
85312
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-hovered {
|
|
85127
85313
|
background: #e6f0ff;
|
|
85128
85314
|
border-color: #eceff8;
|
|
85129
|
-
color: #
|
|
85315
|
+
color: #151b26;
|
|
85130
85316
|
}
|
|
85131
85317
|
|
|
85132
85318
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover + tr,
|
|
@@ -86109,7 +86295,7 @@ title: Word Break
|
|
|
86109
86295
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-row-hover {
|
|
86110
86296
|
background: #e6f0ff;
|
|
86111
86297
|
border-color: #eceff8;
|
|
86112
|
-
color: #
|
|
86298
|
+
color: #151b26;
|
|
86113
86299
|
}
|
|
86114
86300
|
|
|
86115
86301
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
|
|
@@ -86276,7 +86462,7 @@ title: Word Break
|
|
|
86276
86462
|
}
|
|
86277
86463
|
|
|
86278
86464
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active:hover {
|
|
86279
|
-
color: #
|
|
86465
|
+
color: #151b26;
|
|
86280
86466
|
}
|
|
86281
86467
|
|
|
86282
86468
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up.is-active,
|
|
@@ -86296,7 +86482,7 @@ title: Word Break
|
|
|
86296
86482
|
}
|
|
86297
86483
|
|
|
86298
86484
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn:hover {
|
|
86299
|
-
color: #
|
|
86485
|
+
color: #151b26;
|
|
86300
86486
|
}
|
|
86301
86487
|
|
|
86302
86488
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn.is-active {
|
|
@@ -86329,7 +86515,7 @@ title: Word Break
|
|
|
86329
86515
|
}
|
|
86330
86516
|
|
|
86331
86517
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn:hover {
|
|
86332
|
-
color: #
|
|
86518
|
+
color: #151b26;
|
|
86333
86519
|
}
|
|
86334
86520
|
|
|
86335
86521
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn.is-active {
|
|
@@ -87206,7 +87392,7 @@ title: Word Break
|
|
|
87206
87392
|
}
|
|
87207
87393
|
|
|
87208
87394
|
.amis-scope .cxd-Card-title {
|
|
87209
|
-
color: #
|
|
87395
|
+
color: #151b26;
|
|
87210
87396
|
font-size: 14px;
|
|
87211
87397
|
font-weight: 500;
|
|
87212
87398
|
white-space: nowrap;
|
|
@@ -87335,7 +87521,7 @@ title: Word Break
|
|
|
87335
87521
|
border-color: #f5f7fb;
|
|
87336
87522
|
border-style: solid;
|
|
87337
87523
|
border-width: 0 0.0625rem 0 0;
|
|
87338
|
-
color: #
|
|
87524
|
+
color: #151b26;
|
|
87339
87525
|
text-align: center;
|
|
87340
87526
|
line-height: 2.5rem;
|
|
87341
87527
|
font-size: 0.75rem;
|
|
@@ -87363,6 +87549,10 @@ title: Word Break
|
|
|
87363
87549
|
text-decoration: none;
|
|
87364
87550
|
}
|
|
87365
87551
|
|
|
87552
|
+
.amis-scope .cxd-Card-actions > a > .cxd-Button-icon:first-child:not(:last-child) {
|
|
87553
|
+
margin-right: 0.25rem;
|
|
87554
|
+
}
|
|
87555
|
+
|
|
87366
87556
|
.amis-scope .cxd-Card.is-checked {
|
|
87367
87557
|
background: #fff;
|
|
87368
87558
|
border-color: #2468f2;
|
|
@@ -87719,7 +87909,7 @@ title: Word Break
|
|
|
87719
87909
|
.amis-scope .cxd-Progress {
|
|
87720
87910
|
display: flex;
|
|
87721
87911
|
align-items: center;
|
|
87722
|
-
color: #
|
|
87912
|
+
color: #151b26;
|
|
87723
87913
|
font-size: 10px;
|
|
87724
87914
|
}
|
|
87725
87915
|
|
|
@@ -87751,9 +87941,10 @@ title: Word Break
|
|
|
87751
87941
|
.amis-scope .cxd-Progress-line-bar {
|
|
87752
87942
|
float: left;
|
|
87753
87943
|
width: 0;
|
|
87754
|
-
height:
|
|
87944
|
+
height: 8px;
|
|
87755
87945
|
background: #2468f2;
|
|
87756
87946
|
transition: width 0s ease;
|
|
87947
|
+
border-radius: 1rem;
|
|
87757
87948
|
}
|
|
87758
87949
|
|
|
87759
87950
|
.amis-scope .cxd-Progress-line-bar--stripe {
|
|
@@ -87920,7 +88111,7 @@ title: Word Break
|
|
|
87920
88111
|
.amis-scope .cxd-Pagination {
|
|
87921
88112
|
display: inline-block;
|
|
87922
88113
|
padding: 0;
|
|
87923
|
-
margin: 0 0 -0.
|
|
88114
|
+
margin: 0 0 -0.5rem;
|
|
87924
88115
|
border-radius: 0.25rem;
|
|
87925
88116
|
}
|
|
87926
88117
|
|
|
@@ -87936,10 +88127,10 @@ title: Word Break
|
|
|
87936
88127
|
position: relative;
|
|
87937
88128
|
float: left;
|
|
87938
88129
|
text-decoration: none;
|
|
87939
|
-
min-width:
|
|
87940
|
-
height:
|
|
88130
|
+
min-width: 2rem;
|
|
88131
|
+
height: 2rem;
|
|
87941
88132
|
border: 0;
|
|
87942
|
-
line-height:
|
|
88133
|
+
line-height: 2rem;
|
|
87943
88134
|
padding: 0 0.5rem;
|
|
87944
88135
|
text-align: center;
|
|
87945
88136
|
color: #666666;
|
|
@@ -88023,7 +88214,7 @@ title: Word Break
|
|
|
88023
88214
|
display: inline-flex;
|
|
88024
88215
|
flex-wrap: nowrap;
|
|
88025
88216
|
align-items: center;
|
|
88026
|
-
height:
|
|
88217
|
+
height: 2rem;
|
|
88027
88218
|
}
|
|
88028
88219
|
|
|
88029
88220
|
.amis-scope .cxd-Pagination-inputGroup-left {
|
|
@@ -88033,13 +88224,13 @@ title: Word Break
|
|
|
88033
88224
|
.amis-scope .cxd-Pagination-inputGroup input {
|
|
88034
88225
|
min-width: 3.125rem;
|
|
88035
88226
|
width: 3.125rem;
|
|
88036
|
-
height:
|
|
88037
|
-
line-height:
|
|
88227
|
+
height: 2rem;
|
|
88228
|
+
line-height: 2rem;
|
|
88038
88229
|
border: none;
|
|
88039
88230
|
border: 0.0625rem solid #e8e9eb;
|
|
88040
88231
|
border-radius: 0.25rem 0 0 0.25rem;
|
|
88041
88232
|
padding: 0 0.5rem;
|
|
88042
|
-
margin-left: 0.
|
|
88233
|
+
margin-left: 0.5rem;
|
|
88043
88234
|
text-align: center;
|
|
88044
88235
|
}
|
|
88045
88236
|
|
|
@@ -88054,8 +88245,8 @@ title: Word Break
|
|
|
88054
88245
|
width: 2rem;
|
|
88055
88246
|
cursor: pointer;
|
|
88056
88247
|
text-align: center;
|
|
88057
|
-
height:
|
|
88058
|
-
line-height:
|
|
88248
|
+
height: 2rem;
|
|
88249
|
+
line-height: 2rem;
|
|
88059
88250
|
border: 0.0625rem solid #e8e9eb;
|
|
88060
88251
|
border-left: none;
|
|
88061
88252
|
border-radius: 0 0.25rem 0.25rem 0;
|
|
@@ -88066,6 +88257,7 @@ title: Word Break
|
|
|
88066
88257
|
color: #2468f2;
|
|
88067
88258
|
border-color: #2468f2;
|
|
88068
88259
|
border-left: 0.0625rem solid #2468f2;
|
|
88260
|
+
margin-left: -1px;
|
|
88069
88261
|
}
|
|
88070
88262
|
|
|
88071
88263
|
.amis-scope .cxd-Pagination-wrap {
|
|
@@ -88073,7 +88265,7 @@ title: Word Break
|
|
|
88073
88265
|
}
|
|
88074
88266
|
|
|
88075
88267
|
.amis-scope .cxd-Pagination-wrap .cxd-Pagination-item {
|
|
88076
|
-
margin-left: 0.
|
|
88268
|
+
margin-left: 0.5rem;
|
|
88077
88269
|
}
|
|
88078
88270
|
|
|
88079
88271
|
.amis-scope .cxd-Pagination-wrap .cxd-Pagination-item:nth-child(1) {
|
|
@@ -88494,6 +88686,7 @@ title: Word Break
|
|
|
88494
88686
|
display: block;
|
|
88495
88687
|
max-width: 100%;
|
|
88496
88688
|
max-height: 100%;
|
|
88689
|
+
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
88497
88690
|
}
|
|
88498
88691
|
|
|
88499
88692
|
.amis-scope .cxd-ImageGallery-prevBtn,
|
|
@@ -88643,6 +88836,67 @@ title: Word Break
|
|
|
88643
88836
|
display: none;
|
|
88644
88837
|
}
|
|
88645
88838
|
|
|
88839
|
+
.amis-scope .cxd-ImageGallery-toolbar {
|
|
88840
|
+
background-color: #fff;
|
|
88841
|
+
border-radius: 0.25rem;
|
|
88842
|
+
display: flex;
|
|
88843
|
+
align-items: flex-start;
|
|
88844
|
+
padding: 0.25rem 1rem;
|
|
88845
|
+
position: absolute;
|
|
88846
|
+
bottom: 1.25rem;
|
|
88847
|
+
left: 50%;
|
|
88848
|
+
transform: translateX(-50%);
|
|
88849
|
+
display: flex;
|
|
88850
|
+
flex-flow: row nowrap;
|
|
88851
|
+
justify-content: space-between;
|
|
88852
|
+
align-items: center;
|
|
88853
|
+
}
|
|
88854
|
+
|
|
88855
|
+
.amis-scope .cxd-ImageGallery-toolbar-action {
|
|
88856
|
+
padding: 0.8125rem;
|
|
88857
|
+
border-radius: 0.25rem;
|
|
88858
|
+
width: 2.5rem;
|
|
88859
|
+
height: 2.5rem;
|
|
88860
|
+
cursor: pointer;
|
|
88861
|
+
display: flex;
|
|
88862
|
+
justify-content: center;
|
|
88863
|
+
align-items: center;
|
|
88864
|
+
}
|
|
88865
|
+
|
|
88866
|
+
.amis-scope .cxd-ImageGallery-toolbar-action-icon {
|
|
88867
|
+
display: block;
|
|
88868
|
+
color: #000;
|
|
88869
|
+
}
|
|
88870
|
+
|
|
88871
|
+
.amis-scope .cxd-ImageGallery-toolbar-action-icon > svg {
|
|
88872
|
+
fill: #000;
|
|
88873
|
+
}
|
|
88874
|
+
|
|
88875
|
+
.amis-scope .cxd-ImageGallery-toolbar-action.is-disabled {
|
|
88876
|
+
cursor: not-allowed;
|
|
88877
|
+
color: #6b7280;
|
|
88878
|
+
}
|
|
88879
|
+
|
|
88880
|
+
.amis-scope .cxd-ImageGallery-toolbar-action.is-disabled .cxd-ImageGallery-toolbar-action-icon {
|
|
88881
|
+
color: #6b7280;
|
|
88882
|
+
}
|
|
88883
|
+
|
|
88884
|
+
.amis-scope .cxd-ImageGallery-toolbar-action.is-disabled .cxd-ImageGallery-toolbar-action-icon > svg {
|
|
88885
|
+
color: #6b7280;
|
|
88886
|
+
}
|
|
88887
|
+
|
|
88888
|
+
.amis-scope .cxd-ImageGallery-toolbar-action:hover {
|
|
88889
|
+
background-color: #f2f3f5;
|
|
88890
|
+
}
|
|
88891
|
+
|
|
88892
|
+
.amis-scope .cxd-ImageGallery-toolbar-action:hover .cxd-ImageGallery-toolbar-action-icon {
|
|
88893
|
+
color: #2468f2;
|
|
88894
|
+
}
|
|
88895
|
+
|
|
88896
|
+
.amis-scope .cxd-ImageGallery-toolbar-action:hover .cxd-ImageGallery-toolbar-action-icon > svg {
|
|
88897
|
+
fill: #2468f2;
|
|
88898
|
+
}
|
|
88899
|
+
|
|
88646
88900
|
.amis-scope .cxd-Images {
|
|
88647
88901
|
display: flex;
|
|
88648
88902
|
flex-wrap: wrap;
|
|
@@ -88855,7 +89109,7 @@ title: Word Break
|
|
|
88855
89109
|
2rem - 1.4285714286 *
|
|
88856
89110
|
14px - 0.125rem
|
|
88857
89111
|
) / 2
|
|
88858
|
-
) 0.
|
|
89112
|
+
) 0.75rem;
|
|
88859
89113
|
font-size: 14px;
|
|
88860
89114
|
flex-wrap: wrap;
|
|
88861
89115
|
justify-content: flex-start;
|
|
@@ -88956,6 +89210,7 @@ title: Word Break
|
|
|
88956
89210
|
display: inline-block;
|
|
88957
89211
|
width: 14px;
|
|
88958
89212
|
color: #999;
|
|
89213
|
+
margin-top: 0.125rem;
|
|
88959
89214
|
}
|
|
88960
89215
|
|
|
88961
89216
|
.amis-scope .cxd-InputBox > a {
|
|
@@ -89007,7 +89262,7 @@ title: Word Break
|
|
|
89007
89262
|
2rem - 1.4285714286 *
|
|
89008
89263
|
14px - 0.125rem
|
|
89009
89264
|
) / 2
|
|
89010
|
-
) 0.
|
|
89265
|
+
) 0.75rem;
|
|
89011
89266
|
font-size: 14px;
|
|
89012
89267
|
flex-wrap: wrap;
|
|
89013
89268
|
justify-content: flex-start;
|
|
@@ -89246,12 +89501,12 @@ title: Word Break
|
|
|
89246
89501
|
2rem - 1.4285714286 *
|
|
89247
89502
|
14px - 0.125rem
|
|
89248
89503
|
) / 2
|
|
89249
|
-
) 0.
|
|
89504
|
+
) 0.75rem;
|
|
89250
89505
|
font-size: 14px;
|
|
89251
89506
|
flex-wrap: wrap;
|
|
89252
89507
|
justify-content: flex-start;
|
|
89253
89508
|
flex-wrap: nowrap;
|
|
89254
|
-
padding: 0 0.
|
|
89509
|
+
padding: 0 0.75rem;
|
|
89255
89510
|
min-height: 2rem;
|
|
89256
89511
|
align-items: center;
|
|
89257
89512
|
border-radius: 3px;
|
|
@@ -89347,10 +89602,7 @@ title: Word Break
|
|
|
89347
89602
|
display: flex;
|
|
89348
89603
|
align-items: center;
|
|
89349
89604
|
flex-shrink: 0;
|
|
89350
|
-
|
|
89351
|
-
|
|
89352
|
-
.amis-scope .cxd-ResultBox-actions > *:first-child {
|
|
89353
|
-
margin-left: 0.3125rem;
|
|
89605
|
+
padding-left: 0.3125rem;
|
|
89354
89606
|
}
|
|
89355
89607
|
|
|
89356
89608
|
.amis-scope .cxd-ResultBox-actions > *:not(:last-child) {
|
|
@@ -89358,7 +89610,7 @@ title: Word Break
|
|
|
89358
89610
|
}
|
|
89359
89611
|
|
|
89360
89612
|
.amis-scope .cxd-ResultBox-singleValue {
|
|
89361
|
-
padding: 0 calc(0.
|
|
89613
|
+
padding: 0 calc(0.75rem - 0.1875rem);
|
|
89362
89614
|
flex-grow: 1;
|
|
89363
89615
|
display: inline-block;
|
|
89364
89616
|
max-width: 100%;
|
|
@@ -89369,8 +89621,6 @@ title: Word Break
|
|
|
89369
89621
|
.amis-scope .cxd-ResultBox-pc-arrow {
|
|
89370
89622
|
height: 100%;
|
|
89371
89623
|
margin: auto 0;
|
|
89372
|
-
position: absolute;
|
|
89373
|
-
right: 10px;
|
|
89374
89624
|
display: flex;
|
|
89375
89625
|
align-items: center;
|
|
89376
89626
|
transition: transform 0s ease;
|
|
@@ -89380,7 +89630,7 @@ title: Word Break
|
|
|
89380
89630
|
.amis-scope .cxd-ResultBox-pc-arrow > svg {
|
|
89381
89631
|
width: 0.625rem;
|
|
89382
89632
|
height: 0.625rem;
|
|
89383
|
-
top: 0
|
|
89633
|
+
top: 0;
|
|
89384
89634
|
color: #84868c;
|
|
89385
89635
|
}
|
|
89386
89636
|
|
|
@@ -89634,7 +89884,7 @@ title: Word Break
|
|
|
89634
89884
|
.amis-scope .cxd-SearchBox.is-active {
|
|
89635
89885
|
background: #ffffff;
|
|
89636
89886
|
border: 0.0625rem solid #e8e9eb;
|
|
89637
|
-
width:
|
|
89887
|
+
width: 9.375rem;
|
|
89638
89888
|
}
|
|
89639
89889
|
|
|
89640
89890
|
.amis-scope .cxd-SearchBox.is-active > input {
|
|
@@ -89650,14 +89900,8 @@ title: Word Break
|
|
|
89650
89900
|
}
|
|
89651
89901
|
|
|
89652
89902
|
.amis-scope .cxd-SearchBox-searchBtn {
|
|
89653
|
-
display:
|
|
89654
|
-
|
|
89655
|
-
align-items: center;
|
|
89656
|
-
justify-content: center;
|
|
89657
|
-
}
|
|
89658
|
-
|
|
89659
|
-
.amis-scope .cxd-SearchBox-searchBtn .icon {
|
|
89660
|
-
top: 0;
|
|
89903
|
+
display: inline-block;
|
|
89904
|
+
padding: 0.3125rem 0.625rem;
|
|
89661
89905
|
}
|
|
89662
89906
|
|
|
89663
89907
|
.amis-scope .cxd-SearchBox-activeBtn,
|
|
@@ -89736,6 +89980,10 @@ title: Word Break
|
|
|
89736
89980
|
background: #2468f2;
|
|
89737
89981
|
}
|
|
89738
89982
|
|
|
89983
|
+
.amis-scope .cxd-SearchBox--enhance.is-active .cxd-SearchBox-searchBtn:hover {
|
|
89984
|
+
background: #528eff;
|
|
89985
|
+
}
|
|
89986
|
+
|
|
89739
89987
|
.amis-scope .cxd-SearchBox--enhance .cxd-SearchBox-clearable {
|
|
89740
89988
|
margin-right: 0.375rem;
|
|
89741
89989
|
}
|
|
@@ -89745,6 +89993,116 @@ title: Word Break
|
|
|
89745
89993
|
color: #b8babf;
|
|
89746
89994
|
}
|
|
89747
89995
|
|
|
89996
|
+
.amis-scope .cxd-SearchBox-history > .is-history {
|
|
89997
|
+
width: 100%;
|
|
89998
|
+
}
|
|
89999
|
+
|
|
90000
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown {
|
|
90001
|
+
position: absolute;
|
|
90002
|
+
left: 0;
|
|
90003
|
+
z-index: 998;
|
|
90004
|
+
padding: 0.5rem 0;
|
|
90005
|
+
width: 100%;
|
|
90006
|
+
max-width: calc(9.375rem * 2);
|
|
90007
|
+
min-height: 4.5rem;
|
|
90008
|
+
max-height: 12.5rem;
|
|
90009
|
+
background: #fff;
|
|
90010
|
+
border: 0.0625rem solid #e8e9eb;
|
|
90011
|
+
border-top: none;
|
|
90012
|
+
border-radius: 0.25rem;
|
|
90013
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
90014
|
+
display: none;
|
|
90015
|
+
}
|
|
90016
|
+
|
|
90017
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown.is-active {
|
|
90018
|
+
display: block;
|
|
90019
|
+
}
|
|
90020
|
+
|
|
90021
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header {
|
|
90022
|
+
display: flex;
|
|
90023
|
+
flex-flow: row nowrap;
|
|
90024
|
+
align-items: center;
|
|
90025
|
+
justify-content: space-between;
|
|
90026
|
+
padding: 0 1rem;
|
|
90027
|
+
margin-bottom: 0.625rem;
|
|
90028
|
+
}
|
|
90029
|
+
|
|
90030
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header h4 {
|
|
90031
|
+
font-size: 14px;
|
|
90032
|
+
height: 1.5rem;
|
|
90033
|
+
line-height: 1.5rem;
|
|
90034
|
+
font-weight: bold;
|
|
90035
|
+
margin: 0;
|
|
90036
|
+
}
|
|
90037
|
+
|
|
90038
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-dropdown header a {
|
|
90039
|
+
display: inline-block;
|
|
90040
|
+
font-size: 12px;
|
|
90041
|
+
cursor: pointer;
|
|
90042
|
+
padding: 0;
|
|
90043
|
+
}
|
|
90044
|
+
|
|
90045
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-content {
|
|
90046
|
+
display: flex;
|
|
90047
|
+
flex-flow: row wrap;
|
|
90048
|
+
justify-content: flex-start;
|
|
90049
|
+
align-items: center;
|
|
90050
|
+
padding: 0 1rem;
|
|
90051
|
+
overflow-x: hidden;
|
|
90052
|
+
overflow-y: auto;
|
|
90053
|
+
max-height: calc( 12.5rem - 38px - 0.5rem * 2 );
|
|
90054
|
+
}
|
|
90055
|
+
|
|
90056
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag {
|
|
90057
|
+
display: inlin-flex;
|
|
90058
|
+
height: 1.5rem;
|
|
90059
|
+
padding: 0 0.5rem;
|
|
90060
|
+
flex-flow: row nowrap;
|
|
90061
|
+
justify-content: center;
|
|
90062
|
+
align-items: center;
|
|
90063
|
+
font-size: 12px;
|
|
90064
|
+
max-width: 160px;
|
|
90065
|
+
border-radius: 0.125rem;
|
|
90066
|
+
background-color: #f2f2f4;
|
|
90067
|
+
color: #151a26;
|
|
90068
|
+
margin-bottom: 0.5rem;
|
|
90069
|
+
margin-right: 0.5rem;
|
|
90070
|
+
max-width: 96px;
|
|
90071
|
+
cursor: pointer;
|
|
90072
|
+
}
|
|
90073
|
+
|
|
90074
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-text {
|
|
90075
|
+
display: inline-block;
|
|
90076
|
+
text-overflow: ellipsis;
|
|
90077
|
+
overflow: hidden;
|
|
90078
|
+
white-space: nowrap;
|
|
90079
|
+
line-height: 24px;
|
|
90080
|
+
}
|
|
90081
|
+
|
|
90082
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close {
|
|
90083
|
+
margin-left: 0.5rem;
|
|
90084
|
+
margin-right: 0.25rem;
|
|
90085
|
+
cursor: pointer;
|
|
90086
|
+
}
|
|
90087
|
+
|
|
90088
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close i {
|
|
90089
|
+
font-size: 0.5rem;
|
|
90090
|
+
}
|
|
90091
|
+
|
|
90092
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close .icon {
|
|
90093
|
+
width: 0.5rem;
|
|
90094
|
+
height: 0.5rem;
|
|
90095
|
+
position: inherit;
|
|
90096
|
+
}
|
|
90097
|
+
|
|
90098
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:hover {
|
|
90099
|
+
opacity: 0.7;
|
|
90100
|
+
}
|
|
90101
|
+
|
|
90102
|
+
.amis-scope .cxd-SearchBox-history .cxd-SearchBox-history-tag-close:active {
|
|
90103
|
+
opacity: 0.3;
|
|
90104
|
+
}
|
|
90105
|
+
|
|
89748
90106
|
.amis-scope .cxd-ListMenu {
|
|
89749
90107
|
background: #fff;
|
|
89750
90108
|
min-width: 12.5rem;
|
|
@@ -89755,7 +90113,7 @@ title: Word Break
|
|
|
89755
90113
|
.amis-scope .cxd-ListMenu-groupLabel {
|
|
89756
90114
|
font-size: 10px;
|
|
89757
90115
|
color: #b8babf;
|
|
89758
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 14px - 0.5rem ) / 2 ) 0 0 calc(0.
|
|
90116
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px - 0.5rem ) / 2 ) 0 0 calc(0.75rem - 0.25rem);
|
|
89759
90117
|
}
|
|
89760
90118
|
|
|
89761
90119
|
.amis-scope .cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
|
|
@@ -89769,7 +90127,7 @@ title: Word Break
|
|
|
89769
90127
|
line-height: 1.4285714286;
|
|
89770
90128
|
font-size: 14px;
|
|
89771
90129
|
cursor: pointer;
|
|
89772
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
90130
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
89773
90131
|
}
|
|
89774
90132
|
|
|
89775
90133
|
.amis-scope .cxd-ListMenu-item.is-active {
|
|
@@ -89794,7 +90152,7 @@ title: Word Break
|
|
|
89794
90152
|
line-height: 1.4285714286;
|
|
89795
90153
|
font-size: 14px;
|
|
89796
90154
|
cursor: pointer;
|
|
89797
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
90155
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
89798
90156
|
}
|
|
89799
90157
|
|
|
89800
90158
|
.amis-scope .cxd-PopOver > .cxd-ListMenu {
|
|
@@ -89835,27 +90193,58 @@ title: Word Break
|
|
|
89835
90193
|
margin-right: 5px;
|
|
89836
90194
|
}
|
|
89837
90195
|
|
|
90196
|
+
.amis-scope .cxd-Log-line-highlight {
|
|
90197
|
+
background: #ffffb6;
|
|
90198
|
+
display: inline-block;
|
|
90199
|
+
color: #000;
|
|
90200
|
+
}
|
|
90201
|
+
|
|
89838
90202
|
.amis-scope .cxd-Log-operation {
|
|
89839
|
-
position:
|
|
89840
|
-
|
|
89841
|
-
left: -16px;
|
|
90203
|
+
position: relative;
|
|
90204
|
+
background: rgba(28, 28, 28, 0.5);
|
|
89842
90205
|
}
|
|
89843
90206
|
|
|
89844
|
-
.amis-scope .cxd-Log-operation
|
|
89845
|
-
|
|
90207
|
+
.amis-scope .cxd-Log-operation > a {
|
|
90208
|
+
display: inline-flex;
|
|
90209
|
+
flex-direction: row;
|
|
90210
|
+
line-height: 1.4285714286;
|
|
90211
|
+
font-size: 14px;
|
|
90212
|
+
flex-wrap: nowrap;
|
|
90213
|
+
align-items: center;
|
|
90214
|
+
justify-content: flex-end;
|
|
90215
|
+
height: 30px;
|
|
90216
|
+
width: 30px;
|
|
90217
|
+
padding-left: 8px;
|
|
90218
|
+
transition: all 0s ease-in-out;
|
|
90219
|
+
border: 0.0625rem solid transparent;
|
|
90220
|
+
border-radius: 0.25rem;
|
|
90221
|
+
overflow: hidden;
|
|
90222
|
+
height: 30px;
|
|
90223
|
+
width: 30px;
|
|
89846
90224
|
}
|
|
89847
90225
|
|
|
89848
|
-
.amis-scope .cxd-Log-operation
|
|
89849
|
-
background: #f0f2f5;
|
|
89850
|
-
width: 24px;
|
|
89851
|
-
height: 48px;
|
|
89852
|
-
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);
|
|
89853
|
-
border-radius: 0 2px 2px 0;
|
|
89854
|
-
padding-top: 14px;
|
|
89855
|
-
padding-left: 6px;
|
|
89856
|
-
cursor: pointer;
|
|
90226
|
+
.amis-scope .cxd-Log-operation a {
|
|
89857
90227
|
color: #000;
|
|
89858
|
-
|
|
90228
|
+
}
|
|
90229
|
+
|
|
90230
|
+
.amis-scope .cxd-Log-operation > a:hover {
|
|
90231
|
+
background: rgba(255, 255, 255, 0.6);
|
|
90232
|
+
color: #2468f2;
|
|
90233
|
+
}
|
|
90234
|
+
|
|
90235
|
+
.amis-scope .cxd-Log-operation > a > svg {
|
|
90236
|
+
margin-right: 8px;
|
|
90237
|
+
}
|
|
90238
|
+
|
|
90239
|
+
.amis-scope .cxd-Log-operation > a.is-disabled {
|
|
90240
|
+
cursor: not-allowed;
|
|
90241
|
+
color: #6b7280;
|
|
90242
|
+
}
|
|
90243
|
+
|
|
90244
|
+
.amis-scope .cxd-Log-operation > a.is-disabled:hover {
|
|
90245
|
+
cursor: not-allowed;
|
|
90246
|
+
background: transparent;
|
|
90247
|
+
color: #6b7280;
|
|
89859
90248
|
}
|
|
89860
90249
|
|
|
89861
90250
|
.amis-scope .cxd-Log .ansi-bold {
|
|
@@ -89967,7 +90356,7 @@ title: Word Break
|
|
|
89967
90356
|
.amis-scope .cxd-Steps .cxd-StepsItem {
|
|
89968
90357
|
flex: 1;
|
|
89969
90358
|
overflow: hidden;
|
|
89970
|
-
padding: 0
|
|
90359
|
+
padding: 0 0.5rem;
|
|
89971
90360
|
height: auto;
|
|
89972
90361
|
line-height: 2rem;
|
|
89973
90362
|
}
|
|
@@ -89992,15 +90381,20 @@ title: Word Break
|
|
|
89992
90381
|
text-align: center;
|
|
89993
90382
|
}
|
|
89994
90383
|
|
|
90384
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon .icon {
|
|
90385
|
+
width: 0.5625rem;
|
|
90386
|
+
height: 0.5625rem;
|
|
90387
|
+
}
|
|
90388
|
+
|
|
89995
90389
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper {
|
|
89996
90390
|
display: inline-block;
|
|
89997
90391
|
position: relative;
|
|
89998
90392
|
}
|
|
89999
90393
|
|
|
90000
90394
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
|
90001
|
-
font-size:
|
|
90002
|
-
color: #
|
|
90003
|
-
padding-right:
|
|
90395
|
+
font-size: 14px;
|
|
90396
|
+
color: #151b26;
|
|
90397
|
+
padding-right: 0.5rem;
|
|
90004
90398
|
position: relative;
|
|
90005
90399
|
display: inline-block;
|
|
90006
90400
|
}
|
|
@@ -90035,14 +90429,19 @@ title: Word Break
|
|
|
90035
90429
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
|
90036
90430
|
padding-left: 0.625rem;
|
|
90037
90431
|
font-size: 14px;
|
|
90038
|
-
color: #
|
|
90432
|
+
color: #151b26;
|
|
90039
90433
|
}
|
|
90040
90434
|
|
|
90041
90435
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
|
90042
90436
|
max-width: 8.75rem;
|
|
90043
90437
|
white-space: nowrap;
|
|
90044
90438
|
position: relative;
|
|
90045
|
-
bottom:
|
|
90439
|
+
bottom: 1.25rem;
|
|
90440
|
+
}
|
|
90441
|
+
|
|
90442
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description > span {
|
|
90443
|
+
color: #84868c;
|
|
90444
|
+
font-size: 12px;
|
|
90046
90445
|
}
|
|
90047
90446
|
|
|
90048
90447
|
.amis-scope .cxd-Steps .cxd-StepsItem:last-child {
|
|
@@ -90067,7 +90466,7 @@ title: Word Break
|
|
|
90067
90466
|
content: "";
|
|
90068
90467
|
position: absolute;
|
|
90069
90468
|
right: 0;
|
|
90070
|
-
top:
|
|
90469
|
+
top: 2.25rem;
|
|
90071
90470
|
height: 9999px;
|
|
90072
90471
|
left: 0.6875rem;
|
|
90073
90472
|
width: 1px;
|
|
@@ -90185,13 +90584,14 @@ title: Word Break
|
|
|
90185
90584
|
|
|
90186
90585
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
|
90187
90586
|
padding: 0 0.625rem;
|
|
90587
|
+
bottom: 0.5625rem;
|
|
90188
90588
|
width: 100%;
|
|
90189
90589
|
}
|
|
90190
90590
|
|
|
90191
90591
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
|
|
90192
90592
|
display: block;
|
|
90193
90593
|
position: relative;
|
|
90194
|
-
left: 0.
|
|
90594
|
+
left: 0.75rem;
|
|
90195
90595
|
}
|
|
90196
90596
|
|
|
90197
90597
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
|
@@ -90199,6 +90599,7 @@ title: Word Break
|
|
|
90199
90599
|
padding: 0 0.625rem;
|
|
90200
90600
|
position: relative;
|
|
90201
90601
|
left: 0.625rem;
|
|
90602
|
+
bottom: 0.75rem;
|
|
90202
90603
|
}
|
|
90203
90604
|
|
|
90204
90605
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
|
@@ -90208,7 +90609,8 @@ title: Word Break
|
|
|
90208
90609
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
|
90209
90610
|
min-width: 12.5rem;
|
|
90210
90611
|
word-break: break-all;
|
|
90211
|
-
padding: 0
|
|
90612
|
+
padding: 0 1.25rem;
|
|
90613
|
+
bottom: 2.75rem;
|
|
90212
90614
|
}
|
|
90213
90615
|
|
|
90214
90616
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
|
@@ -90263,18 +90665,18 @@ title: Word Break
|
|
|
90263
90665
|
border: 1px solid #b4bbc5;
|
|
90264
90666
|
}
|
|
90265
90667
|
|
|
90668
|
+
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-title,
|
|
90669
|
+
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-subTitle,
|
|
90670
|
+
.amis-scope .cxd-Steps .cxd-StepsItem.is-wait .cxd-StepsItem-description {
|
|
90671
|
+
color: #84868c;
|
|
90672
|
+
}
|
|
90673
|
+
|
|
90266
90674
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
|
|
90267
90675
|
background-color: #f33e3e;
|
|
90268
90676
|
color: #fff;
|
|
90269
90677
|
border: 1px solid #f33e3e;
|
|
90270
90678
|
}
|
|
90271
90679
|
|
|
90272
|
-
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-title,
|
|
90273
|
-
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-subTitle,
|
|
90274
|
-
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-description {
|
|
90275
|
-
color: #f33e3e;
|
|
90276
|
-
}
|
|
90277
|
-
|
|
90278
90680
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
|
|
90279
90681
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
|
|
90280
90682
|
background-color: #2468f2;
|
|
@@ -90403,7 +90805,7 @@ title: Word Break
|
|
|
90403
90805
|
}
|
|
90404
90806
|
|
|
90405
90807
|
.amis-scope .cxd-GridNavItem-text {
|
|
90406
|
-
color: #
|
|
90808
|
+
color: #151b26;
|
|
90407
90809
|
font-size: 12px;
|
|
90408
90810
|
line-height: 1.5;
|
|
90409
90811
|
word-break: break-all;
|
|
@@ -90984,7 +91386,7 @@ title: Word Break
|
|
|
90984
91386
|
2rem - 1.4285714286 *
|
|
90985
91387
|
14px - 0.125rem
|
|
90986
91388
|
) / 2
|
|
90987
|
-
) 0.
|
|
91389
|
+
) 0.75rem;
|
|
90988
91390
|
font-size: 14px;
|
|
90989
91391
|
flex-wrap: wrap;
|
|
90990
91392
|
justify-content: flex-start;
|
|
@@ -91088,11 +91490,17 @@ title: Word Break
|
|
|
91088
91490
|
}
|
|
91089
91491
|
}
|
|
91090
91492
|
|
|
91493
|
+
.amis-scope .cxd-TextControl-input input {
|
|
91494
|
+
overflow: hidden;
|
|
91495
|
+
white-space: nowrap;
|
|
91496
|
+
text-overflow: ellipsis;
|
|
91497
|
+
}
|
|
91498
|
+
|
|
91091
91499
|
.amis-scope .cxd-TextControl-placeholder {
|
|
91092
91500
|
color: #b8babf;
|
|
91093
91501
|
user-select: none;
|
|
91094
91502
|
position: absolute;
|
|
91095
|
-
left: 0.
|
|
91503
|
+
left: 0.75rem;
|
|
91096
91504
|
top: calc(
|
|
91097
91505
|
(
|
|
91098
91506
|
2rem - 1.4285714286 *
|
|
@@ -91277,7 +91685,7 @@ title: Word Break
|
|
|
91277
91685
|
2rem - 1.4285714286 *
|
|
91278
91686
|
14px - 0.125rem
|
|
91279
91687
|
) / 2
|
|
91280
|
-
) - 0.125rem) calc(0.
|
|
91688
|
+
) - 0.125rem) calc(0.75rem - 0.1875rem);
|
|
91281
91689
|
}
|
|
91282
91690
|
|
|
91283
91691
|
.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-placeholder {
|
|
@@ -91381,7 +91789,7 @@ title: Word Break
|
|
|
91381
91789
|
2rem - 1.4285714286 *
|
|
91382
91790
|
14px - 0.125rem
|
|
91383
91791
|
) / 2
|
|
91384
|
-
) 0.
|
|
91792
|
+
) 0.75rem;
|
|
91385
91793
|
font-size: 14px;
|
|
91386
91794
|
flex-wrap: wrap;
|
|
91387
91795
|
justify-content: flex-start;
|
|
@@ -91485,6 +91893,10 @@ title: Word Break
|
|
|
91485
91893
|
}
|
|
91486
91894
|
}
|
|
91487
91895
|
|
|
91896
|
+
.amis-scope .cxd-TextareaControl > textarea.cxd-TextareaControl-input--counter {
|
|
91897
|
+
padding-bottom: 23px;
|
|
91898
|
+
}
|
|
91899
|
+
|
|
91488
91900
|
.amis-scope .cxd-TextareaControl > textarea {
|
|
91489
91901
|
border: 1px solid #e8e9eb;
|
|
91490
91902
|
border-radius: 0.25rem;
|
|
@@ -91494,7 +91906,7 @@ title: Word Break
|
|
|
91494
91906
|
2rem - 1.4285714286 *
|
|
91495
91907
|
14px - 0.125rem
|
|
91496
91908
|
) / 2
|
|
91497
|
-
) 0.
|
|
91909
|
+
) 0.75rem;
|
|
91498
91910
|
font-size: 14px;
|
|
91499
91911
|
display: block;
|
|
91500
91912
|
width: 100%;
|
|
@@ -91523,15 +91935,18 @@ title: Word Break
|
|
|
91523
91935
|
|
|
91524
91936
|
.amis-scope .cxd-TextareaControl-counter {
|
|
91525
91937
|
position: absolute;
|
|
91526
|
-
|
|
91527
|
-
bottom:
|
|
91938
|
+
left: 1px;
|
|
91939
|
+
bottom: 1px;
|
|
91940
|
+
right: 1.0625rem;
|
|
91941
|
+
padding-bottom: calc(
|
|
91528
91942
|
(
|
|
91529
91943
|
2rem - 1.4285714286 *
|
|
91530
91944
|
14px - 0.125rem
|
|
91531
91945
|
) / 2
|
|
91532
91946
|
);
|
|
91947
|
+
background-color: #fff;
|
|
91948
|
+
text-align: right;
|
|
91533
91949
|
font-size: 12px;
|
|
91534
|
-
padding: 0 5px;
|
|
91535
91950
|
border-radius: 3px;
|
|
91536
91951
|
color: #84868c;
|
|
91537
91952
|
}
|
|
@@ -91540,10 +91955,6 @@ title: Word Break
|
|
|
91540
91955
|
color: #84868c;
|
|
91541
91956
|
}
|
|
91542
91957
|
|
|
91543
|
-
.amis-scope .cxd-TextareaControl-counter.is-clearable {
|
|
91544
|
-
right: calc( 0.625rem + 14px + 0.1875rem * 2 + 0.3125rem );
|
|
91545
|
-
}
|
|
91546
|
-
|
|
91547
91958
|
.amis-scope .has-error--maxLength .cxd-TextareaControl-counter {
|
|
91548
91959
|
background: #f33e3e;
|
|
91549
91960
|
}
|
|
@@ -91557,8 +91968,8 @@ title: Word Break
|
|
|
91557
91968
|
margin-left: auto;
|
|
91558
91969
|
text-decoration: none;
|
|
91559
91970
|
position: absolute;
|
|
91560
|
-
right: 0.
|
|
91561
|
-
|
|
91971
|
+
right: 0.75rem;
|
|
91972
|
+
top: calc(
|
|
91562
91973
|
(
|
|
91563
91974
|
2rem - 1.4285714286 *
|
|
91564
91975
|
14px - 0.125rem
|
|
@@ -91688,8 +92099,8 @@ title: Word Break
|
|
|
91688
92099
|
margin-left: calc(1rem * -1);
|
|
91689
92100
|
}
|
|
91690
92101
|
|
|
91691
|
-
.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:hover > i
|
|
91692
|
-
|
|
92102
|
+
.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:hover > input + i {
|
|
92103
|
+
border-color: #528eff;
|
|
91693
92104
|
}
|
|
91694
92105
|
|
|
91695
92106
|
.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:active > i:before {
|
|
@@ -91702,6 +92113,7 @@ title: Word Break
|
|
|
91702
92113
|
|
|
91703
92114
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:hover input:checked + i {
|
|
91704
92115
|
background: #528eff;
|
|
92116
|
+
border-color: transparent;
|
|
91705
92117
|
}
|
|
91706
92118
|
|
|
91707
92119
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:hover input:checked + i:before {
|
|
@@ -91816,6 +92228,11 @@ title: Word Break
|
|
|
91816
92228
|
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
|
|
91817
92229
|
color: #2468f2;
|
|
91818
92230
|
border-color: #2468f2;
|
|
92231
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
|
92232
|
+
}
|
|
92233
|
+
|
|
92234
|
+
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled):first-child {
|
|
92235
|
+
box-shadow: none;
|
|
91819
92236
|
}
|
|
91820
92237
|
|
|
91821
92238
|
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover input:checked + i {
|
|
@@ -91889,16 +92306,23 @@ title: Word Break
|
|
|
91889
92306
|
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button {
|
|
91890
92307
|
border-color: #2468f2;
|
|
91891
92308
|
color: #2468f2;
|
|
92309
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
|
92310
|
+
}
|
|
92311
|
+
|
|
92312
|
+
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:first-child {
|
|
92313
|
+
box-shadow: none;
|
|
91892
92314
|
}
|
|
91893
92315
|
|
|
91894
92316
|
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:hover {
|
|
91895
92317
|
border-color: #2468f2;
|
|
91896
92318
|
color: #2468f2;
|
|
92319
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
|
91897
92320
|
}
|
|
91898
92321
|
|
|
91899
92322
|
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:active {
|
|
91900
92323
|
border-color: #144bcc;
|
|
91901
92324
|
color: #144bcc;
|
|
92325
|
+
box-shadow: -1px 0 0 0 #144bcc;
|
|
91902
92326
|
}
|
|
91903
92327
|
|
|
91904
92328
|
.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
|
|
@@ -92114,6 +92538,7 @@ title: Word Break
|
|
|
92114
92538
|
}
|
|
92115
92539
|
|
|
92116
92540
|
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
|
92541
|
+
height: 2rem;
|
|
92117
92542
|
padding: 0.25rem 0.75rem;
|
|
92118
92543
|
color: #84868c;
|
|
92119
92544
|
}
|
|
@@ -92429,7 +92854,7 @@ title: Word Break
|
|
|
92429
92854
|
2rem - 1.4285714286 *
|
|
92430
92855
|
14px - 0.125rem
|
|
92431
92856
|
) / 2
|
|
92432
|
-
) 0.
|
|
92857
|
+
) 0.75rem;
|
|
92433
92858
|
font-size: 14px;
|
|
92434
92859
|
}
|
|
92435
92860
|
|
|
@@ -92468,7 +92893,7 @@ title: Word Break
|
|
|
92468
92893
|
2rem - 1.4285714286 *
|
|
92469
92894
|
14px - 0.125rem
|
|
92470
92895
|
) / 2
|
|
92471
|
-
) 0.
|
|
92896
|
+
) 0.75rem;
|
|
92472
92897
|
font-size: 14px;
|
|
92473
92898
|
display: inline-flex !important;
|
|
92474
92899
|
}
|
|
@@ -92682,6 +93107,10 @@ title: Word Break
|
|
|
92682
93107
|
border-color: #144bcc;
|
|
92683
93108
|
}
|
|
92684
93109
|
|
|
93110
|
+
.amis-scope .cxd-Number:hover .cxd-Number-handler-wrap {
|
|
93111
|
+
display: block;
|
|
93112
|
+
}
|
|
93113
|
+
|
|
92685
93114
|
.amis-scope .cxd-Number-disabled:hover {
|
|
92686
93115
|
border-color: #e8e9eb;
|
|
92687
93116
|
}
|
|
@@ -92737,6 +93166,7 @@ title: Word Break
|
|
|
92737
93166
|
}
|
|
92738
93167
|
|
|
92739
93168
|
.amis-scope .cxd-Number-handler-wrap {
|
|
93169
|
+
display: none;
|
|
92740
93170
|
float: right;
|
|
92741
93171
|
border-left: 0.0625rem solid #e8e9eb;
|
|
92742
93172
|
width: 1.5rem;
|
|
@@ -92954,7 +93384,7 @@ title: Word Break
|
|
|
92954
93384
|
background: #fff;
|
|
92955
93385
|
border-radius: 0.25rem;
|
|
92956
93386
|
min-height: 2rem;
|
|
92957
|
-
padding: calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0 calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0.
|
|
93387
|
+
padding: calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0 calc( ( 2rem - 1.4285714286 * 14px - 0.0625rem * 2 ) / 2 ) 0.75rem;
|
|
92958
93388
|
cursor: pointer;
|
|
92959
93389
|
color: #000;
|
|
92960
93390
|
}
|
|
@@ -92972,6 +93402,10 @@ title: Word Break
|
|
|
92972
93402
|
color: #84868c;
|
|
92973
93403
|
}
|
|
92974
93404
|
|
|
93405
|
+
.amis-scope .cxd-Select:active {
|
|
93406
|
+
border-color: #144bcc;
|
|
93407
|
+
}
|
|
93408
|
+
|
|
92975
93409
|
.amis-scope .cxd-Select.is-disabled {
|
|
92976
93410
|
color: #b8babf;
|
|
92977
93411
|
background: #f7f7f9;
|
|
@@ -92982,6 +93416,10 @@ title: Word Break
|
|
|
92982
93416
|
box-shadow: none;
|
|
92983
93417
|
}
|
|
92984
93418
|
|
|
93419
|
+
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover {
|
|
93420
|
+
margin-top: 0.25rem;
|
|
93421
|
+
}
|
|
93422
|
+
|
|
92985
93423
|
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu {
|
|
92986
93424
|
overflow-x: hidden;
|
|
92987
93425
|
}
|
|
@@ -93187,7 +93625,7 @@ title: Word Break
|
|
|
93187
93625
|
cursor: pointer;
|
|
93188
93626
|
outline: none;
|
|
93189
93627
|
border: none;
|
|
93190
|
-
margin: 0 0.
|
|
93628
|
+
margin: 0 0.75rem;
|
|
93191
93629
|
height: 1.875rem;
|
|
93192
93630
|
font-size: 12px;
|
|
93193
93631
|
border-bottom: 1px solid #e8e9eb;
|
|
@@ -93215,7 +93653,7 @@ title: Word Break
|
|
|
93215
93653
|
|
|
93216
93654
|
.amis-scope .cxd-Select-option {
|
|
93217
93655
|
cursor: pointer;
|
|
93218
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
93656
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93219
93657
|
display: flex;
|
|
93220
93658
|
}
|
|
93221
93659
|
|
|
@@ -93245,6 +93683,7 @@ title: Word Break
|
|
|
93245
93683
|
text-overflow: ellipsis;
|
|
93246
93684
|
overflow: hidden;
|
|
93247
93685
|
white-space: nowrap;
|
|
93686
|
+
width: 100%;
|
|
93248
93687
|
}
|
|
93249
93688
|
|
|
93250
93689
|
.amis-scope .cxd-Select-option.is-active {
|
|
@@ -93291,7 +93730,7 @@ title: Word Break
|
|
|
93291
93730
|
line-height: 1.4285714286;
|
|
93292
93731
|
font-size: 12px;
|
|
93293
93732
|
user-select: none;
|
|
93294
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
93733
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93295
93734
|
}
|
|
93296
93735
|
|
|
93297
93736
|
.amis-scope .cxd-Select-option-hl {
|
|
@@ -93301,7 +93740,7 @@ title: Word Break
|
|
|
93301
93740
|
.amis-scope .cxd-Select-addBtn {
|
|
93302
93741
|
display: block;
|
|
93303
93742
|
cursor: pointer;
|
|
93304
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
93743
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93305
93744
|
}
|
|
93306
93745
|
|
|
93307
93746
|
.amis-scope .cxd-Select-addBtn:hover {
|
|
@@ -93424,6 +93863,35 @@ title: Word Break
|
|
|
93424
93863
|
background: #ffffff;
|
|
93425
93864
|
}
|
|
93426
93865
|
|
|
93866
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover {
|
|
93867
|
+
border: none;
|
|
93868
|
+
}
|
|
93869
|
+
|
|
93870
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:hover,
|
|
93871
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:hover {
|
|
93872
|
+
background-color: transparent;
|
|
93873
|
+
}
|
|
93874
|
+
|
|
93875
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:hover .cxd-Tree-itemText,
|
|
93876
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:hover .cxd-Tree-itemText {
|
|
93877
|
+
background: #f7f7f9;
|
|
93878
|
+
}
|
|
93879
|
+
|
|
93880
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:active,
|
|
93881
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:active {
|
|
93882
|
+
background-color: transparent;
|
|
93883
|
+
}
|
|
93884
|
+
|
|
93885
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel:active .cxd-Tree-itemText,
|
|
93886
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf:active .cxd-Tree-itemText {
|
|
93887
|
+
background: #e6f0ff;
|
|
93888
|
+
}
|
|
93889
|
+
|
|
93890
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-itemLabel.is-checked,
|
|
93891
|
+
.amis-scope .cxd-SelectControl .cxd-TransferDropDown-popover .cxd-Tree-list .cxd-Tree-item .cxd-Tree-item--isLeaf.is-checked {
|
|
93892
|
+
background-color: transparent;
|
|
93893
|
+
}
|
|
93894
|
+
|
|
93427
93895
|
.amis-scope .cxd-Select.is-error {
|
|
93428
93896
|
border-color: #f33e3e;
|
|
93429
93897
|
background: #ffffff;
|
|
@@ -93790,7 +94258,7 @@ title: Word Break
|
|
|
93790
94258
|
|
|
93791
94259
|
.amis-scope .cxd-MapPicker-sugItem {
|
|
93792
94260
|
cursor: pointer;
|
|
93793
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
94261
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93794
94262
|
}
|
|
93795
94263
|
|
|
93796
94264
|
.amis-scope .cxd-MapPicker-sugItem:hover {
|
|
@@ -93987,6 +94455,10 @@ title: Word Break
|
|
|
93987
94455
|
box-sizing: none;
|
|
93988
94456
|
}
|
|
93989
94457
|
|
|
94458
|
+
.amis-scope .cxd-DatePicker-input::placeholder {
|
|
94459
|
+
color: #b8babf;
|
|
94460
|
+
}
|
|
94461
|
+
|
|
93990
94462
|
.amis-scope .cxd-DatePicker .cxd-DatePicker-clear {
|
|
93991
94463
|
display: none;
|
|
93992
94464
|
}
|
|
@@ -94018,7 +94490,7 @@ title: Word Break
|
|
|
94018
94490
|
display: none;
|
|
94019
94491
|
}
|
|
94020
94492
|
|
|
94021
|
-
.amis-scope .cxd-DatePicker.is-focused {
|
|
94493
|
+
.amis-scope .cxd-DatePicker:not(.is-disabled).is-focused {
|
|
94022
94494
|
border-color: #144bcc;
|
|
94023
94495
|
box-shadow: none;
|
|
94024
94496
|
}
|
|
@@ -94252,14 +94724,18 @@ title: Word Break
|
|
|
94252
94724
|
background: #fff;
|
|
94253
94725
|
}
|
|
94254
94726
|
|
|
94255
|
-
.amis-scope .rdt .rdtPicker td.rdtDay:hover,
|
|
94256
|
-
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
|
|
94257
|
-
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
|
|
94258
|
-
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
|
|
94259
|
-
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover {
|
|
94727
|
+
.amis-scope .rdt .rdtPicker td.rdtDay:hover span,
|
|
94728
|
+
.amis-scope .rdt .rdtPicker td.rdtHour:hover span,
|
|
94729
|
+
.amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
|
|
94730
|
+
.amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
|
|
94731
|
+
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
|
|
94260
94732
|
background: #f7f7f9;
|
|
94261
94733
|
}
|
|
94262
94734
|
|
|
94735
|
+
.amis-scope .rdt .rdtPicker td.rdtToday:hover span {
|
|
94736
|
+
background: transparent;
|
|
94737
|
+
}
|
|
94738
|
+
|
|
94263
94739
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
|
94264
94740
|
background: rgba(36, 104, 242, 0.1);
|
|
94265
94741
|
}
|
|
@@ -94288,11 +94764,9 @@ title: Word Break
|
|
|
94288
94764
|
}
|
|
94289
94765
|
|
|
94290
94766
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
|
94291
|
-
background: transparent;
|
|
94292
94767
|
border-color: #144bcc;
|
|
94293
94768
|
}
|
|
94294
94769
|
|
|
94295
|
-
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
|
94296
94770
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
|
|
94297
94771
|
background: #f7f7f9;
|
|
94298
94772
|
}
|
|
@@ -94328,11 +94802,21 @@ title: Word Break
|
|
|
94328
94802
|
border-top: 1px solid #e8e9eb;
|
|
94329
94803
|
}
|
|
94330
94804
|
|
|
94805
|
+
.amis-scope .cxd-CalendarTimesWrapper {
|
|
94806
|
+
display: flex;
|
|
94807
|
+
flex-direction: column;
|
|
94808
|
+
height: 100%;
|
|
94809
|
+
}
|
|
94810
|
+
|
|
94811
|
+
.amis-scope .cxd-CalendarTimesWrapper .cxd-CalendarInputsWrapper {
|
|
94812
|
+
height: 15.5rem;
|
|
94813
|
+
}
|
|
94814
|
+
|
|
94331
94815
|
.amis-scope .cxd-CalendarInputWrapper {
|
|
94332
94816
|
display: inline-block;
|
|
94333
94817
|
position: relative;
|
|
94334
94818
|
width: 4rem;
|
|
94335
|
-
height:
|
|
94819
|
+
height: 15.5rem;
|
|
94336
94820
|
overflow: auto;
|
|
94337
94821
|
}
|
|
94338
94822
|
|
|
@@ -94347,11 +94831,11 @@ title: Word Break
|
|
|
94347
94831
|
}
|
|
94348
94832
|
|
|
94349
94833
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsHours {
|
|
94350
|
-
height:
|
|
94834
|
+
height: 55.75rem;
|
|
94351
94835
|
}
|
|
94352
94836
|
|
|
94353
94837
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsTimes {
|
|
94354
|
-
height:
|
|
94838
|
+
height: 118.75rem;
|
|
94355
94839
|
border-left: 1px solid #e8e9eb;
|
|
94356
94840
|
}
|
|
94357
94841
|
|
|
@@ -94361,12 +94845,20 @@ title: Word Break
|
|
|
94361
94845
|
line-height: 28px;
|
|
94362
94846
|
}
|
|
94363
94847
|
|
|
94364
|
-
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight
|
|
94365
|
-
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
|
94848
|
+
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight {
|
|
94366
94849
|
color: #151b26;
|
|
94367
94850
|
background: #e6f0ff;
|
|
94368
94851
|
}
|
|
94369
94852
|
|
|
94853
|
+
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
|
94854
|
+
color: #151b26;
|
|
94855
|
+
background: #F7F7F9;
|
|
94856
|
+
}
|
|
94857
|
+
|
|
94858
|
+
.amis-scope .cxd-TimeContentWrapper {
|
|
94859
|
+
display: flex;
|
|
94860
|
+
}
|
|
94861
|
+
|
|
94370
94862
|
.amis-scope .cxd-TimeRangeHeaderWrapper {
|
|
94371
94863
|
height: 40px;
|
|
94372
94864
|
padding-top: 10px;
|
|
@@ -94380,6 +94872,7 @@ title: Word Break
|
|
|
94380
94872
|
justify-content: space-between;
|
|
94381
94873
|
align-items: center;
|
|
94382
94874
|
padding: 0 12px;
|
|
94875
|
+
border-top: 1px solid #e8e9eb;
|
|
94383
94876
|
}
|
|
94384
94877
|
|
|
94385
94878
|
.amis-scope .cxd-TimeFooterWrapper .cxd-Button {
|
|
@@ -94521,7 +95014,7 @@ title: Word Break
|
|
|
94521
95014
|
}
|
|
94522
95015
|
|
|
94523
95016
|
.amis-scope .rdtBtnCancel {
|
|
94524
|
-
color: #
|
|
95017
|
+
color: #151b26;
|
|
94525
95018
|
background: #eaf6fe;
|
|
94526
95019
|
border-color: #e8e9eb;
|
|
94527
95020
|
box-shadow: none;
|
|
@@ -94590,7 +95083,6 @@ title: Word Break
|
|
|
94590
95083
|
display: table;
|
|
94591
95084
|
table-layout: fixed;
|
|
94592
95085
|
border-collapse: separate;
|
|
94593
|
-
border-bottom: 1px solid #e8e9eb;
|
|
94594
95086
|
height: 40px;
|
|
94595
95087
|
width: 100%;
|
|
94596
95088
|
margin-top: -8px;
|
|
@@ -94606,6 +95098,28 @@ title: Word Break
|
|
|
94606
95098
|
margin-left: 0.25rem;
|
|
94607
95099
|
}
|
|
94608
95100
|
|
|
95101
|
+
.amis-scope .rdtHeader .date-icon-arrow-left,
|
|
95102
|
+
.amis-scope .rdtHeader .date-icon-arrow {
|
|
95103
|
+
width: 0.625rem;
|
|
95104
|
+
height: 0.625rem;
|
|
95105
|
+
top: 0;
|
|
95106
|
+
}
|
|
95107
|
+
|
|
95108
|
+
.amis-scope .rdtHeader .date-icon-arrow-left {
|
|
95109
|
+
transform: rotate(180deg);
|
|
95110
|
+
transform-origin: 50% 50%;
|
|
95111
|
+
}
|
|
95112
|
+
|
|
95113
|
+
.amis-scope .header-line {
|
|
95114
|
+
display: block;
|
|
95115
|
+
position: absolute;
|
|
95116
|
+
right: 0;
|
|
95117
|
+
left: 0;
|
|
95118
|
+
top: 40px;
|
|
95119
|
+
height: 1px;
|
|
95120
|
+
background: #e8e9eb;
|
|
95121
|
+
}
|
|
95122
|
+
|
|
94609
95123
|
.amis-scope td.rdtMonth > span,
|
|
94610
95124
|
.amis-scope td.rdtYear > span,
|
|
94611
95125
|
.amis-scope td.rdtQuarter > span {
|
|
@@ -94619,24 +95133,31 @@ title: Word Break
|
|
|
94619
95133
|
}
|
|
94620
95134
|
|
|
94621
95135
|
.amis-scope td.rdtMonth:hover,
|
|
95136
|
+
.amis-scope td.rdtYear:hover,
|
|
95137
|
+
.amis-scope td.rdtQuarter:hover {
|
|
95138
|
+
background: transparent;
|
|
95139
|
+
}
|
|
95140
|
+
|
|
95141
|
+
.amis-scope td.rdtMonth:hover > span,
|
|
95142
|
+
.amis-scope td.rdtYear:hover > span,
|
|
95143
|
+
.amis-scope td.rdtQuarter:hover > span {
|
|
95144
|
+
color: #151b26;
|
|
95145
|
+
background: #F7F7F9;
|
|
95146
|
+
}
|
|
95147
|
+
|
|
94622
95148
|
.amis-scope td.rdtMonth.rdtActive,
|
|
94623
95149
|
.amis-scope td.rdtMonth.rdtActive:hover,
|
|
94624
|
-
.amis-scope td.rdtYear:hover,
|
|
94625
95150
|
.amis-scope td.rdtYear.rdtActive,
|
|
94626
95151
|
.amis-scope td.rdtYear.rdtActive:hover,
|
|
94627
|
-
.amis-scope td.rdtQuarter:hover,
|
|
94628
95152
|
.amis-scope td.rdtQuarter.rdtActive,
|
|
94629
95153
|
.amis-scope td.rdtQuarter.rdtActive:hover {
|
|
94630
95154
|
background: transparent;
|
|
94631
95155
|
}
|
|
94632
95156
|
|
|
94633
|
-
.amis-scope td.rdtMonth:hover > span,
|
|
94634
95157
|
.amis-scope td.rdtMonth.rdtActive > span,
|
|
94635
95158
|
.amis-scope td.rdtMonth.rdtActive:hover > span,
|
|
94636
|
-
.amis-scope td.rdtYear:hover > span,
|
|
94637
95159
|
.amis-scope td.rdtYear.rdtActive > span,
|
|
94638
95160
|
.amis-scope td.rdtYear.rdtActive:hover > span,
|
|
94639
|
-
.amis-scope td.rdtQuarter:hover > span,
|
|
94640
95161
|
.amis-scope td.rdtQuarter.rdtActive > span,
|
|
94641
95162
|
.amis-scope td.rdtQuarter.rdtActive:hover > span {
|
|
94642
95163
|
background: #2468f2 !important;
|
|
@@ -94653,11 +95174,27 @@ title: Word Break
|
|
|
94653
95174
|
color: #b8babf;
|
|
94654
95175
|
}
|
|
94655
95176
|
|
|
94656
|
-
.amis-scope .
|
|
95177
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
|
94657
95178
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(36, 104, 242, 0.1) 51%, rgba(36, 104, 242, 0.1) 100%);
|
|
94658
95179
|
}
|
|
94659
95180
|
|
|
94660
|
-
.amis-scope .
|
|
95181
|
+
.amis-scope .rdt .rdtPicker td.is-disabled {
|
|
95182
|
+
cursor: not-allowed !important;
|
|
95183
|
+
background: #f7f7f9;
|
|
95184
|
+
color: #b8babf;
|
|
95185
|
+
}
|
|
95186
|
+
|
|
95187
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover {
|
|
95188
|
+
background: #f7f7f9;
|
|
95189
|
+
color: #b8babf;
|
|
95190
|
+
}
|
|
95191
|
+
|
|
95192
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover > span {
|
|
95193
|
+
background: inherit !important;
|
|
95194
|
+
color: inherit !important;
|
|
95195
|
+
}
|
|
95196
|
+
|
|
95197
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
|
94661
95198
|
background: linear-gradient(to right, rgba(36, 104, 242, 0.1) 0%, rgba(36, 104, 242, 0.1) 50%, transparent 51%, transparent 100%);
|
|
94662
95199
|
}
|
|
94663
95200
|
|
|
@@ -94674,12 +95211,7 @@ title: Word Break
|
|
|
94674
95211
|
flex-wrap: nowrap;
|
|
94675
95212
|
border: 0.0625rem solid #e8e9eb;
|
|
94676
95213
|
font-size: 12px;
|
|
94677
|
-
padding:
|
|
94678
|
-
(
|
|
94679
|
-
2rem - 1.4285714286 *
|
|
94680
|
-
12px
|
|
94681
|
-
) / 2 - 0.0625rem
|
|
94682
|
-
) 0.75rem;
|
|
95214
|
+
padding: 0 0.75rem;
|
|
94683
95215
|
height: 2rem;
|
|
94684
95216
|
outline: none;
|
|
94685
95217
|
border-radius: 0.25rem;
|
|
@@ -94701,10 +95233,6 @@ title: Word Break
|
|
|
94701
95233
|
display: none;
|
|
94702
95234
|
}
|
|
94703
95235
|
|
|
94704
|
-
.amis-scope .cxd-DateRangePicker:not(.is-disabled) {
|
|
94705
|
-
cursor: pointer;
|
|
94706
|
-
}
|
|
94707
|
-
|
|
94708
95236
|
.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
|
|
94709
95237
|
background: #fff;
|
|
94710
95238
|
border-color: #2468f2;
|
|
@@ -94718,27 +95246,40 @@ title: Word Break
|
|
|
94718
95246
|
display: none;
|
|
94719
95247
|
}
|
|
94720
95248
|
|
|
94721
|
-
.amis-scope .cxd-DateRangePicker.is-focused {
|
|
95249
|
+
.amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused {
|
|
94722
95250
|
border-color: #144bcc;
|
|
94723
95251
|
box-shadow: none;
|
|
94724
95252
|
}
|
|
94725
95253
|
|
|
94726
95254
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
|
|
94727
95255
|
border: none;
|
|
94728
|
-
border-bottom:
|
|
95256
|
+
border-bottom: 2px solid transparent;
|
|
94729
95257
|
outline: none;
|
|
94730
95258
|
padding: 0;
|
|
94731
95259
|
background: 0;
|
|
94732
95260
|
flex: 1;
|
|
94733
95261
|
width: 50%;
|
|
95262
|
+
line-height: 1.875rem;
|
|
95263
|
+
}
|
|
95264
|
+
|
|
95265
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
|
|
95266
|
+
color: #b8babf;
|
|
94734
95267
|
}
|
|
94735
95268
|
|
|
94736
95269
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
|
|
94737
|
-
border-bottom:
|
|
95270
|
+
border-bottom: 2px solid #2468f2;
|
|
94738
95271
|
}
|
|
94739
95272
|
|
|
94740
95273
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator {
|
|
94741
95274
|
margin: 0 0.5rem;
|
|
95275
|
+
display: flex;
|
|
95276
|
+
align-items: center;
|
|
95277
|
+
}
|
|
95278
|
+
|
|
95279
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator-line {
|
|
95280
|
+
width: 0.5rem;
|
|
95281
|
+
height: 1px;
|
|
95282
|
+
background: #B8BABF;
|
|
94742
95283
|
}
|
|
94743
95284
|
|
|
94744
95285
|
.amis-scope .cxd-DateRangePicker.is-disabled {
|
|
@@ -94820,10 +95361,14 @@ title: Word Break
|
|
|
94820
95361
|
padding: 0;
|
|
94821
95362
|
}
|
|
94822
95363
|
|
|
95364
|
+
.amis-scope .cxd-DateRangePicker-picker-wrap {
|
|
95365
|
+
display: flex;
|
|
95366
|
+
}
|
|
95367
|
+
|
|
94823
95368
|
.amis-scope .cxd-DateRangePicker-start,
|
|
94824
95369
|
.amis-scope .cxd-DateRangePicker-end {
|
|
94825
|
-
display:
|
|
94826
|
-
|
|
95370
|
+
display: flex;
|
|
95371
|
+
flex: 1;
|
|
94827
95372
|
}
|
|
94828
95373
|
|
|
94829
95374
|
.amis-scope .cxd-DateRangePicker-start .rdtPicker,
|
|
@@ -95523,11 +96068,11 @@ title: Word Break
|
|
|
95523
96068
|
}
|
|
95524
96069
|
|
|
95525
96070
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover {
|
|
95526
|
-
color: #
|
|
96071
|
+
color: #151b26;
|
|
95527
96072
|
}
|
|
95528
96073
|
|
|
95529
96074
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
|
|
95530
|
-
fill: #
|
|
96075
|
+
fill: #151b26;
|
|
95531
96076
|
}
|
|
95532
96077
|
|
|
95533
96078
|
.amis-scope .cxd-EditorControl--sm {
|
|
@@ -96073,6 +96618,7 @@ title: Word Break
|
|
|
96073
96618
|
|
|
96074
96619
|
.amis-scope .cxd-Tree-itemLabel {
|
|
96075
96620
|
display: flex;
|
|
96621
|
+
flex-direction: row;
|
|
96076
96622
|
align-items: center;
|
|
96077
96623
|
position: relative;
|
|
96078
96624
|
user-select: none;
|
|
@@ -96090,15 +96636,32 @@ title: Word Break
|
|
|
96090
96636
|
align-self: center;
|
|
96091
96637
|
}
|
|
96092
96638
|
|
|
96093
|
-
.amis-scope .cxd-Tree-itemLabel
|
|
96094
|
-
|
|
96639
|
+
.amis-scope .cxd-Tree-itemLabel-item {
|
|
96640
|
+
padding-left: 0.25rem;
|
|
96641
|
+
display: inline-block;
|
|
96642
|
+
width: 100%;
|
|
96643
|
+
}
|
|
96644
|
+
|
|
96645
|
+
.amis-scope .cxd-Tree-itemLabel:hover .cxd-Tree-itemLabel-item {
|
|
96646
|
+
background-color: #f7f7f9;
|
|
96647
|
+
}
|
|
96648
|
+
|
|
96649
|
+
.amis-scope .cxd-Tree-itemLabel:hover .cxd-Tree-item-icons {
|
|
96650
|
+
visibility: visible;
|
|
96095
96651
|
}
|
|
96096
96652
|
|
|
96097
96653
|
.amis-scope .cxd-Tree-item .is-checked {
|
|
96098
|
-
background: #e6f0ff;
|
|
96099
96654
|
border-radius: 0.125rem;
|
|
96100
96655
|
}
|
|
96101
96656
|
|
|
96657
|
+
.amis-scope .cxd-Tree-item .is-checked .cxd-Tree-itemLabel-item {
|
|
96658
|
+
background-color: #e6f0ff;
|
|
96659
|
+
}
|
|
96660
|
+
|
|
96661
|
+
.amis-scope .cxd-Tree-item .is-checked .cxd-Tree-item-icons {
|
|
96662
|
+
visibility: visible;
|
|
96663
|
+
}
|
|
96664
|
+
|
|
96102
96665
|
.amis-scope .cxd-Tree-item .is-disabled {
|
|
96103
96666
|
color: #b8babf;
|
|
96104
96667
|
background: none;
|
|
@@ -96162,7 +96725,7 @@ title: Word Break
|
|
|
96162
96725
|
border: 0.0625rem solid #e8e9eb;
|
|
96163
96726
|
border-radius: 0.25rem;
|
|
96164
96727
|
line-height: 1.4285714286;
|
|
96165
|
-
padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.
|
|
96728
|
+
padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 14px - 0.125rem ) / 2 ) 0.75rem;
|
|
96166
96729
|
font-size: 14px;
|
|
96167
96730
|
}
|
|
96168
96731
|
|
|
@@ -96204,7 +96767,7 @@ title: Word Break
|
|
|
96204
96767
|
cursor: pointer;
|
|
96205
96768
|
width: 1rem;
|
|
96206
96769
|
display: inline-flex;
|
|
96207
|
-
margin-right: 0.
|
|
96770
|
+
margin-right: 0.5rem;
|
|
96208
96771
|
}
|
|
96209
96772
|
|
|
96210
96773
|
.amis-scope .cxd-Tree-itemArrow > svg {
|
|
@@ -96213,6 +96776,7 @@ title: Word Break
|
|
|
96213
96776
|
display: block;
|
|
96214
96777
|
transition: transform 0s;
|
|
96215
96778
|
top: 0;
|
|
96779
|
+
color: #84868c;
|
|
96216
96780
|
}
|
|
96217
96781
|
|
|
96218
96782
|
.amis-scope .cxd-Tree-itemArrow.is-folded > svg {
|
|
@@ -96249,8 +96813,15 @@ title: Word Break
|
|
|
96249
96813
|
.amis-scope .cxd-Tree-itemText {
|
|
96250
96814
|
cursor: pointer;
|
|
96251
96815
|
flex: 1 auto;
|
|
96816
|
+
display: inline-block;
|
|
96252
96817
|
color: #151b26;
|
|
96253
96818
|
line-height: 1.5;
|
|
96819
|
+
max-width: 15.625rem;
|
|
96820
|
+
overflow: hidden;
|
|
96821
|
+
text-overflow: ellipsis;
|
|
96822
|
+
white-space: nowrap;
|
|
96823
|
+
position: relative;
|
|
96824
|
+
top: 0.25rem;
|
|
96254
96825
|
}
|
|
96255
96826
|
|
|
96256
96827
|
.amis-scope .is-disabled .cxd-Tree-itemText {
|
|
@@ -96320,7 +96891,7 @@ title: Word Break
|
|
|
96320
96891
|
2rem - 1.4285714286 *
|
|
96321
96892
|
14px - 0.125rem
|
|
96322
96893
|
) / 2
|
|
96323
|
-
) 0.
|
|
96894
|
+
) 0.75rem;
|
|
96324
96895
|
font-size: 14px;
|
|
96325
96896
|
flex-wrap: wrap;
|
|
96326
96897
|
justify-content: flex-start;
|
|
@@ -96443,7 +97014,7 @@ title: Word Break
|
|
|
96443
97014
|
.amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
|
|
96444
97015
|
background: #fff;
|
|
96445
97016
|
border: 0.0625rem solid #144bcc;
|
|
96446
|
-
padding: 0.25rem 0.
|
|
97017
|
+
padding: 0.25rem 0.75rem;
|
|
96447
97018
|
border-radius: 0;
|
|
96448
97019
|
margin-top: -1px;
|
|
96449
97020
|
max-height: 400px;
|
|
@@ -96956,7 +97527,7 @@ title: Word Break
|
|
|
96956
97527
|
2rem - 1.4285714286 *
|
|
96957
97528
|
14px - 0.125rem
|
|
96958
97529
|
) / 2
|
|
96959
|
-
) 0.
|
|
97530
|
+
) 0.75rem;
|
|
96960
97531
|
font-size: 14px;
|
|
96961
97532
|
flex-wrap: wrap;
|
|
96962
97533
|
justify-content: flex-start;
|
|
@@ -97076,11 +97647,19 @@ title: Word Break
|
|
|
97076
97647
|
user-select: none;
|
|
97077
97648
|
position: absolute;
|
|
97078
97649
|
line-height: 1.4285714286;
|
|
97650
|
+
padding: calc(
|
|
97651
|
+
(
|
|
97652
|
+
2rem - 1.4285714286 *
|
|
97653
|
+
14px - 0.125rem
|
|
97654
|
+
) / 2
|
|
97655
|
+
) 0.75rem;
|
|
97079
97656
|
}
|
|
97080
97657
|
|
|
97081
97658
|
.amis-scope .cxd-Picker-input {
|
|
97082
97659
|
min-height: 2rem;
|
|
97083
97660
|
height: auto;
|
|
97661
|
+
padding: 0;
|
|
97662
|
+
flex-wrap: nowrap;
|
|
97084
97663
|
}
|
|
97085
97664
|
|
|
97086
97665
|
.amis-scope .cxd-Picker .cxd-Picker-values {
|
|
@@ -97090,6 +97669,12 @@ title: Word Break
|
|
|
97090
97669
|
.amis-scope .cxd-Picker-valueWrap {
|
|
97091
97670
|
flex-grow: 1;
|
|
97092
97671
|
position: relative;
|
|
97672
|
+
padding: calc(
|
|
97673
|
+
(
|
|
97674
|
+
2rem - 1.4285714286 *
|
|
97675
|
+
14px - 0.125rem
|
|
97676
|
+
) / 2
|
|
97677
|
+
) 0.75rem;
|
|
97093
97678
|
}
|
|
97094
97679
|
|
|
97095
97680
|
.amis-scope .cxd-Picker-valueWrap > input {
|
|
@@ -97135,6 +97720,10 @@ title: Word Break
|
|
|
97135
97720
|
.amis-scope .cxd-Picker-btn {
|
|
97136
97721
|
cursor: pointer;
|
|
97137
97722
|
color: #999;
|
|
97723
|
+
flex: 30px 0 0;
|
|
97724
|
+
display: flex;
|
|
97725
|
+
align-items: center;
|
|
97726
|
+
justify-content: center;
|
|
97138
97727
|
}
|
|
97139
97728
|
|
|
97140
97729
|
.amis-scope .cxd-Picker-btn:hover {
|
|
@@ -97330,7 +97919,7 @@ title: Word Break
|
|
|
97330
97919
|
line-height: 1;
|
|
97331
97920
|
cursor: pointer;
|
|
97332
97921
|
user-select: none;
|
|
97333
|
-
color: #
|
|
97922
|
+
color: #e8e9eb;
|
|
97334
97923
|
}
|
|
97335
97924
|
|
|
97336
97925
|
.amis-scope .cxd-Rating-star-half > svg.icon,
|
|
@@ -97361,8 +97950,8 @@ title: Word Break
|
|
|
97361
97950
|
}
|
|
97362
97951
|
|
|
97363
97952
|
.amis-scope .cxd-Rating-text {
|
|
97364
|
-
font-size:
|
|
97365
|
-
color: #
|
|
97953
|
+
font-size: 14px;
|
|
97954
|
+
color: #151b26;
|
|
97366
97955
|
font-weight: 400;
|
|
97367
97956
|
}
|
|
97368
97957
|
|
|
@@ -97438,6 +98027,7 @@ title: Word Break
|
|
|
97438
98027
|
max-height: 100%;
|
|
97439
98028
|
overflow: auto;
|
|
97440
98029
|
position: relative;
|
|
98030
|
+
padding: 0;
|
|
97441
98031
|
}
|
|
97442
98032
|
|
|
97443
98033
|
.amis-scope .cxd-Transfer-select > .cxd-ChainedSelection {
|
|
@@ -97469,10 +98059,6 @@ title: Word Break
|
|
|
97469
98059
|
overflow: hidden;
|
|
97470
98060
|
}
|
|
97471
98061
|
|
|
97472
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
|
97473
|
-
border-top: 1px solid #e8e9eb;
|
|
97474
|
-
}
|
|
97475
|
-
|
|
97476
98062
|
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
|
97477
98063
|
height: 100%;
|
|
97478
98064
|
display: flex;
|
|
@@ -97698,6 +98284,12 @@ title: Word Break
|
|
|
97698
98284
|
position: relative;
|
|
97699
98285
|
}
|
|
97700
98286
|
|
|
98287
|
+
.amis-scope .cxd-NestedSelectControl .cxd-NestedSelect-menu {
|
|
98288
|
+
padding-top: 0.25rem;
|
|
98289
|
+
padding-bottom: 0.25rem;
|
|
98290
|
+
box-shadow: 0 0.125rem 0.5rem 0 rgba(7, 12, 20, 0.12);
|
|
98291
|
+
}
|
|
98292
|
+
|
|
97701
98293
|
.amis-scope .cxd-NestedSelect {
|
|
97702
98294
|
position: relative;
|
|
97703
98295
|
}
|
|
@@ -97735,7 +98327,7 @@ title: Word Break
|
|
|
97735
98327
|
line-height: 1.4285714286;
|
|
97736
98328
|
font-size: 12px;
|
|
97737
98329
|
user-select: none;
|
|
97738
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
98330
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
97739
98331
|
}
|
|
97740
98332
|
|
|
97741
98333
|
.amis-scope .cxd-NestedSelect-menu {
|
|
@@ -97944,7 +98536,7 @@ title: Word Break
|
|
|
97944
98536
|
2rem - 1.4285714286 *
|
|
97945
98537
|
14px - 0.125rem
|
|
97946
98538
|
) / 2
|
|
97947
|
-
) 0.
|
|
98539
|
+
) 0.75rem;
|
|
97948
98540
|
font-size: 14px;
|
|
97949
98541
|
flex-wrap: wrap;
|
|
97950
98542
|
justify-content: flex-start;
|
|
@@ -98208,7 +98800,7 @@ title: Word Break
|
|
|
98208
98800
|
2rem - 1.4285714286 *
|
|
98209
98801
|
14px - 0.125rem
|
|
98210
98802
|
) / 2
|
|
98211
|
-
) 0.
|
|
98803
|
+
) 0.75rem;
|
|
98212
98804
|
}
|
|
98213
98805
|
|
|
98214
98806
|
.amis-scope .cxd-Form-static--borderHalf {
|
|
@@ -98219,12 +98811,12 @@ title: Word Break
|
|
|
98219
98811
|
2rem - 1.4285714286 *
|
|
98220
98812
|
14px - 0.125rem
|
|
98221
98813
|
) / 2
|
|
98222
|
-
) 0.
|
|
98814
|
+
) 0.75rem;
|
|
98223
98815
|
}
|
|
98224
98816
|
|
|
98225
98817
|
.amis-scope .cxd-Form-label {
|
|
98226
98818
|
font-weight: 400;
|
|
98227
|
-
margin-bottom: 0.
|
|
98819
|
+
margin-bottom: 0.5rem;
|
|
98228
98820
|
position: relative;
|
|
98229
98821
|
font-size: 14px;
|
|
98230
98822
|
color: #5c5f66;
|
|
@@ -98343,6 +98935,10 @@ title: Word Break
|
|
|
98343
98935
|
color: #f33e3e;
|
|
98344
98936
|
}
|
|
98345
98937
|
|
|
98938
|
+
.amis-scope .cxd-Form-item .cxd-Form-control--withSize > .cxd-ResultBox {
|
|
98939
|
+
display: flex;
|
|
98940
|
+
}
|
|
98941
|
+
|
|
98346
98942
|
.amis-scope .cxd-Form-placeholder {
|
|
98347
98943
|
color: #b8babf;
|
|
98348
98944
|
}
|
|
@@ -98641,6 +99237,11 @@ title: Word Break
|
|
|
98641
99237
|
}
|
|
98642
99238
|
}
|
|
98643
99239
|
|
|
99240
|
+
.amis-scope .cxd-Form--debug {
|
|
99241
|
+
word-break: break-all;
|
|
99242
|
+
white-space: pre-wrap;
|
|
99243
|
+
}
|
|
99244
|
+
|
|
98644
99245
|
.amis-scope .cxd-Form--quickEdit {
|
|
98645
99246
|
min-width: 10rem;
|
|
98646
99247
|
}
|
|
@@ -98830,7 +99431,7 @@ title: Word Break
|
|
|
98830
99431
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
|
98831
99432
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
98832
99433
|
border: none;
|
|
98833
|
-
padding: 0 0.
|
|
99434
|
+
padding: 0 0.75rem 0 0;
|
|
98834
99435
|
box-shadow: none;
|
|
98835
99436
|
}
|
|
98836
99437
|
|
|
@@ -98870,7 +99471,7 @@ title: Word Break
|
|
|
98870
99471
|
}
|
|
98871
99472
|
|
|
98872
99473
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
|
98873
|
-
padding-bottom: 0.
|
|
99474
|
+
padding-bottom: 0.75rem;
|
|
98874
99475
|
}
|
|
98875
99476
|
}
|
|
98876
99477
|
|
|
@@ -99304,7 +99905,7 @@ title: Word Break
|
|
|
99304
99905
|
margin: 0;
|
|
99305
99906
|
padding: 0;
|
|
99306
99907
|
width: 8.75rem;
|
|
99307
|
-
border-
|
|
99908
|
+
border-left: 0.125rem solid #d3dae0;
|
|
99308
99909
|
padding-bottom: 3.75rem;
|
|
99309
99910
|
}
|
|
99310
99911
|
|
|
@@ -99316,27 +99917,44 @@ title: Word Break
|
|
|
99316
99917
|
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
|
99317
99918
|
display: block;
|
|
99318
99919
|
border: 0.0625rem solid transparent;
|
|
99319
|
-
border-width: 0 0
|
|
99320
|
-
color: #
|
|
99321
|
-
padding: 0
|
|
99322
|
-
|
|
99920
|
+
border-width: 0 0 0 0.125rem;
|
|
99921
|
+
color: #151b26;
|
|
99922
|
+
padding: 0 0.5rem;
|
|
99923
|
+
padding-left: 0.625rem;
|
|
99924
|
+
font-size: 12px;
|
|
99323
99925
|
outline: none;
|
|
99324
|
-
text-align:
|
|
99926
|
+
text-align: left;
|
|
99325
99927
|
text-decoration: none;
|
|
99326
99928
|
cursor: pointer;
|
|
99327
99929
|
margin: 0;
|
|
99930
|
+
margin-left: -0.125rem;
|
|
99931
|
+
height: 2rem;
|
|
99932
|
+
line-height: 2rem;
|
|
99328
99933
|
}
|
|
99329
99934
|
|
|
99330
99935
|
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
|
99331
99936
|
color: #2468f2;
|
|
99332
99937
|
}
|
|
99333
99938
|
|
|
99334
|
-
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link
|
|
99335
|
-
|
|
99939
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:active {
|
|
99940
|
+
color: #144bcc;
|
|
99941
|
+
}
|
|
99942
|
+
|
|
99943
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a {
|
|
99336
99944
|
color: #2468f2;
|
|
99337
99945
|
border-color: #2468f2;
|
|
99338
99946
|
}
|
|
99339
99947
|
|
|
99948
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
|
99949
|
+
color: #528EFF;
|
|
99950
|
+
border-color: #528EFF;
|
|
99951
|
+
}
|
|
99952
|
+
|
|
99953
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:active {
|
|
99954
|
+
color: #144bcc;
|
|
99955
|
+
border-color: #144bcc;
|
|
99956
|
+
}
|
|
99957
|
+
|
|
99340
99958
|
.amis-scope .cxd-AnchorNav--horizontal {
|
|
99341
99959
|
flex-direction: column;
|
|
99342
99960
|
}
|
|
@@ -99362,7 +99980,7 @@ title: Word Break
|
|
|
99362
99980
|
border-width: 0 0 0.125rem 0;
|
|
99363
99981
|
border-top-left-radius: 0.25rem;
|
|
99364
99982
|
border-top-right-radius: 0.25rem;
|
|
99365
|
-
color: #
|
|
99983
|
+
color: #151b26;
|
|
99366
99984
|
margin: 0 0.1875rem 0 0;
|
|
99367
99985
|
padding: 0.5rem 0.75rem;
|
|
99368
99986
|
text-decoration: none;
|
|
@@ -100149,7 +100767,7 @@ title: Word Break
|
|
|
100149
100767
|
2rem - 1.4285714286 *
|
|
100150
100768
|
14px - 0.125rem
|
|
100151
100769
|
) / 2
|
|
100152
|
-
) 0.
|
|
100770
|
+
) 0.75rem;
|
|
100153
100771
|
border-radius: 0.25rem;
|
|
100154
100772
|
background-color: #fff;
|
|
100155
100773
|
height: 2rem;
|
|
@@ -100211,6 +100829,10 @@ title: Word Break
|
|
|
100211
100829
|
background-color: #e6e6e8;
|
|
100212
100830
|
}
|
|
100213
100831
|
|
|
100832
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line-icon {
|
|
100833
|
+
left: 0.75rem;
|
|
100834
|
+
}
|
|
100835
|
+
|
|
100214
100836
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
|
100215
100837
|
position: absolute;
|
|
100216
100838
|
width: 0.5rem;
|
|
@@ -100257,11 +100879,20 @@ title: Word Break
|
|
|
100257
100879
|
}
|
|
100258
100880
|
|
|
100259
100881
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
|
|
100882
|
+
display: flex;
|
|
100260
100883
|
color: #151a26;
|
|
100261
100884
|
font-size: var(--Timeline--font-size);
|
|
100262
100885
|
margin-bottom: 0.25rem;
|
|
100263
100886
|
}
|
|
100264
100887
|
|
|
100888
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title .cxd-PlainField {
|
|
100889
|
+
padding-right: 12px;
|
|
100890
|
+
}
|
|
100891
|
+
|
|
100892
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title .cxd-Button {
|
|
100893
|
+
margin-left: 12px;
|
|
100894
|
+
}
|
|
100895
|
+
|
|
100265
100896
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
|
|
100266
100897
|
display: flex;
|
|
100267
100898
|
cursor: pointer;
|
|
@@ -100282,6 +100913,7 @@ title: Word Break
|
|
|
100282
100913
|
|
|
100283
100914
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
|
100284
100915
|
display: block;
|
|
100916
|
+
border-radius: 0.25rem;
|
|
100285
100917
|
max-width: 18.75rem;
|
|
100286
100918
|
font-size: var(--Timeline--font-size);
|
|
100287
100919
|
padding: 0.625rem;
|
|
@@ -100333,7 +100965,7 @@ title: Word Break
|
|
|
100333
100965
|
position: absolute;
|
|
100334
100966
|
height: 0.125rem;
|
|
100335
100967
|
width: calc(100% - 0.8125rem);
|
|
100336
|
-
left: 1.
|
|
100968
|
+
left: 1.125rem;
|
|
100337
100969
|
top: 0.8125rem;
|
|
100338
100970
|
background-color: #e6e6e8;
|
|
100339
100971
|
}
|
|
@@ -100373,6 +101005,7 @@ title: Word Break
|
|
|
100373
101005
|
}
|
|
100374
101006
|
|
|
100375
101007
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content {
|
|
101008
|
+
margin-top: -0.1875rem;
|
|
100376
101009
|
padding-bottom: 1rem;
|
|
100377
101010
|
margin-left: 0.125rem;
|
|
100378
101011
|
}
|
|
@@ -100409,6 +101042,7 @@ title: Word Break
|
|
|
100409
101042
|
|
|
100410
101043
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
|
100411
101044
|
display: block;
|
|
101045
|
+
border-radius: 0.25rem;
|
|
100412
101046
|
max-width: 18.75rem;
|
|
100413
101047
|
font-size: var(--Timeline--font-size);
|
|
100414
101048
|
padding: 0.625rem;
|
|
@@ -100429,19 +101063,25 @@ title: Word Break
|
|
|
100429
101063
|
display: inline-flex;
|
|
100430
101064
|
height: 1.5rem;
|
|
100431
101065
|
padding: 0 0.5rem;
|
|
101066
|
+
flex-flow: row nowrap;
|
|
100432
101067
|
justify-content: center;
|
|
100433
101068
|
align-items: center;
|
|
100434
101069
|
font-size: 12px;
|
|
100435
101070
|
max-width: 160px;
|
|
100436
|
-
text-overflow: ellipsis;
|
|
100437
|
-
overflow: hidden;
|
|
100438
|
-
white-space: nowrap;
|
|
100439
101071
|
transition: all 0.3;
|
|
100440
101072
|
border-radius: 0.125rem;
|
|
100441
101073
|
background-color: #f2f2f4;
|
|
100442
101074
|
color: #151a26;
|
|
100443
101075
|
}
|
|
100444
101076
|
|
|
101077
|
+
.amis-scope .cxd-Tag-text {
|
|
101078
|
+
display: inline-block;
|
|
101079
|
+
text-overflow: ellipsis;
|
|
101080
|
+
overflow: hidden;
|
|
101081
|
+
white-space: nowrap;
|
|
101082
|
+
line-height: 1.5rem;
|
|
101083
|
+
}
|
|
101084
|
+
|
|
100445
101085
|
.amis-scope .cxd-Tag:not(:last-child) {
|
|
100446
101086
|
margin-right: 0.5rem;
|
|
100447
101087
|
}
|
|
@@ -100455,7 +101095,7 @@ title: Word Break
|
|
|
100455
101095
|
}
|
|
100456
101096
|
|
|
100457
101097
|
.amis-scope .cxd-Tag--normal--inactive {
|
|
100458
|
-
background: #
|
|
101098
|
+
background: #b8babf;
|
|
100459
101099
|
}
|
|
100460
101100
|
|
|
100461
101101
|
.amis-scope .cxd-Tag--normal--active {
|
|
@@ -100463,19 +101103,19 @@ title: Word Break
|
|
|
100463
101103
|
}
|
|
100464
101104
|
|
|
100465
101105
|
.amis-scope .cxd-Tag--normal--processing {
|
|
100466
|
-
background: #
|
|
101106
|
+
background: #528eff;
|
|
100467
101107
|
}
|
|
100468
101108
|
|
|
100469
101109
|
.amis-scope .cxd-Tag--normal--success {
|
|
100470
|
-
background: #
|
|
101110
|
+
background: #30bf13;
|
|
100471
101111
|
}
|
|
100472
101112
|
|
|
100473
101113
|
.amis-scope .cxd-Tag--normal--error {
|
|
100474
|
-
background: #
|
|
101114
|
+
background: #f33e3e;
|
|
100475
101115
|
}
|
|
100476
101116
|
|
|
100477
101117
|
.amis-scope .cxd-Tag--normal--warning {
|
|
100478
|
-
background: #
|
|
101118
|
+
background: #ff9326;
|
|
100479
101119
|
}
|
|
100480
101120
|
|
|
100481
101121
|
.amis-scope .cxd-Tag--rounded {
|
|
@@ -100483,11 +101123,12 @@ title: Word Break
|
|
|
100483
101123
|
border-radius: calc((1.5rem + 2px) / 2);
|
|
100484
101124
|
border: 1px solid #f2f2f4;
|
|
100485
101125
|
color: #f2f2f4;
|
|
101126
|
+
line-height: 22px;
|
|
100486
101127
|
}
|
|
100487
101128
|
|
|
100488
101129
|
.amis-scope .cxd-Tag--rounded--inactive {
|
|
100489
|
-
border-color: #
|
|
100490
|
-
color: #
|
|
101130
|
+
border-color: #b8babf;
|
|
101131
|
+
color: #b8babf;
|
|
100491
101132
|
}
|
|
100492
101133
|
|
|
100493
101134
|
.amis-scope .cxd-Tag--rounded--active {
|
|
@@ -100496,23 +101137,23 @@ title: Word Break
|
|
|
100496
101137
|
}
|
|
100497
101138
|
|
|
100498
101139
|
.amis-scope .cxd-Tag--rounded--processing {
|
|
100499
|
-
border-color: #
|
|
100500
|
-
color: #
|
|
101140
|
+
border-color: #528eff;
|
|
101141
|
+
color: #528eff;
|
|
100501
101142
|
}
|
|
100502
101143
|
|
|
100503
101144
|
.amis-scope .cxd-Tag--rounded--success {
|
|
100504
|
-
border-color: #
|
|
100505
|
-
color: #
|
|
101145
|
+
border-color: #30bf13;
|
|
101146
|
+
color: #30bf13;
|
|
100506
101147
|
}
|
|
100507
101148
|
|
|
100508
101149
|
.amis-scope .cxd-Tag--rounded--error {
|
|
100509
|
-
border-color: #
|
|
100510
|
-
color: #
|
|
101150
|
+
border-color: #f33e3e;
|
|
101151
|
+
color: #f33e3e;
|
|
100511
101152
|
}
|
|
100512
101153
|
|
|
100513
101154
|
.amis-scope .cxd-Tag--rounded--warning {
|
|
100514
|
-
border-color: #
|
|
100515
|
-
color: #
|
|
101155
|
+
border-color: #ff9326;
|
|
101156
|
+
color: #ff9326;
|
|
100516
101157
|
}
|
|
100517
101158
|
|
|
100518
101159
|
.amis-scope .cxd-Tag--status {
|
|
@@ -100520,7 +101161,7 @@ title: Word Break
|
|
|
100520
101161
|
}
|
|
100521
101162
|
|
|
100522
101163
|
.amis-scope .cxd-Tag--status--inactive .cxd-Tag--prev {
|
|
100523
|
-
color: #
|
|
101164
|
+
color: #b8babf;
|
|
100524
101165
|
}
|
|
100525
101166
|
|
|
100526
101167
|
.amis-scope .cxd-Tag--status--active .cxd-Tag--prev {
|
|
@@ -100528,19 +101169,19 @@ title: Word Break
|
|
|
100528
101169
|
}
|
|
100529
101170
|
|
|
100530
101171
|
.amis-scope .cxd-Tag--status--processing .cxd-Tag--prev {
|
|
100531
|
-
color: #
|
|
101172
|
+
color: #528eff;
|
|
100532
101173
|
}
|
|
100533
101174
|
|
|
100534
101175
|
.amis-scope .cxd-Tag--status--success .cxd-Tag--prev {
|
|
100535
|
-
color: #
|
|
101176
|
+
color: #30bf13;
|
|
100536
101177
|
}
|
|
100537
101178
|
|
|
100538
101179
|
.amis-scope .cxd-Tag--status--error .cxd-Tag--prev {
|
|
100539
|
-
color: #
|
|
101180
|
+
color: #f33e3e;
|
|
100540
101181
|
}
|
|
100541
101182
|
|
|
100542
101183
|
.amis-scope .cxd-Tag--status--warning .cxd-Tag--prev {
|
|
100543
|
-
color: #
|
|
101184
|
+
color: #ff9326;
|
|
100544
101185
|
}
|
|
100545
101186
|
|
|
100546
101187
|
.amis-scope .cxd-Tag--status:not(.cxd-Tag--status--processing):not(.cxd-Tag--status--active) .icon-dot #dotWave {
|
|
@@ -100732,7 +101373,7 @@ title: Word Break
|
|
|
100732
101373
|
}
|
|
100733
101374
|
|
|
100734
101375
|
.AMISDebug-toggle i {
|
|
100735
|
-
color: #
|
|
101376
|
+
color: #151b26;
|
|
100736
101377
|
}
|
|
100737
101378
|
|
|
100738
101379
|
.AMISDebug-toggle:hover i {
|
|
@@ -100871,10 +101512,6 @@ title: Word Break
|
|
|
100871
101512
|
padding: 0.3125rem 0.75rem;
|
|
100872
101513
|
}
|
|
100873
101514
|
|
|
100874
|
-
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option.is-highlight:hover > span {
|
|
100875
|
-
color: #2468f2;
|
|
100876
|
-
}
|
|
100877
|
-
|
|
100878
101515
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option svg {
|
|
100879
101516
|
color: #84868c;
|
|
100880
101517
|
}
|
|
@@ -101026,12 +101663,11 @@ title: Word Break
|
|
|
101026
101663
|
}
|
|
101027
101664
|
|
|
101028
101665
|
.amis-scope .cxd-Modal-content {
|
|
101029
|
-
padding: 1.5rem;
|
|
101666
|
+
padding: 1.5rem 0;
|
|
101030
101667
|
border-radius: 0.375rem;
|
|
101031
101668
|
}
|
|
101032
101669
|
|
|
101033
101670
|
.amis-scope .cxd-Modal-body {
|
|
101034
|
-
padding: 1rem 0 1.5rem 0;
|
|
101035
101671
|
font-size: 12px;
|
|
101036
101672
|
font-weight: 400;
|
|
101037
101673
|
}
|
|
@@ -101067,7 +101703,7 @@ title: Word Break
|
|
|
101067
101703
|
}
|
|
101068
101704
|
|
|
101069
101705
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
|
|
101070
|
-
margin-left:
|
|
101706
|
+
margin-left: 0.75rem;
|
|
101071
101707
|
}
|
|
101072
101708
|
|
|
101073
101709
|
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|