amis 2.0.2 → 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.js +1 -1
- 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 +1 -1
- package/esm/renderers/Calendar.js +1 -1
- package/esm/renderers/Card.js +1 -1
- 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 +16 -5
- 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.js +1 -1
- package/esm/renderers/Form/ChartRadios.js +1 -1
- package/esm/renderers/Form/Checkbox.js +1 -1
- package/esm/renderers/Form/Checkboxes.d.ts +1 -2
- package/esm/renderers/Form/Checkboxes.js +4 -4
- package/esm/renderers/Form/Combo.js +1 -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.js +1 -1
- package/esm/renderers/Form/InputFile.js +4 -5
- 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 +55 -6
- package/esm/renderers/Form/InputTag.d.ts +1 -0
- package/esm/renderers/Form/InputTag.js +23 -6
- package/esm/renderers/Form/InputText.d.ts +1 -1
- package/esm/renderers/Form/InputText.js +3 -2
- 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.js +1 -1
- 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.js +1 -1
- 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 +3 -0
- package/esm/renderers/Table/index.js +102 -46
- 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 +1 -1
- 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 +1 -1
- package/esm/renderers/Wrapper.js +1 -1
- package/esm/schemaExtend.js +1 -1
- 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.js +1 -1
- 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 +1 -1
- package/lib/renderers/Calendar.js +1 -1
- package/lib/renderers/Card.js +1 -1
- 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 +15 -4
- 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.js +1 -1
- package/lib/renderers/Form/ChartRadios.js +1 -1
- package/lib/renderers/Form/Checkbox.js +1 -1
- package/lib/renderers/Form/Checkboxes.d.ts +1 -2
- package/lib/renderers/Form/Checkboxes.js +4 -3
- package/lib/renderers/Form/Combo.js +1 -1
- package/lib/renderers/Form/ConditionBuilder.js +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +18 -18
- package/lib/renderers/Form/DiffEditor.js +1 -1
- package/lib/renderers/Form/Editor.d.ts +3 -3
- 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.js +1 -1
- package/lib/renderers/Form/InputFile.js +3 -4
- 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 +57 -4
- package/lib/renderers/Form/InputTag.d.ts +1 -0
- package/lib/renderers/Form/InputTag.js +23 -6
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +3 -2
- 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.js +1 -1
- 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.js +1 -1
- 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 +3 -0
- package/lib/renderers/Table/index.js +102 -46
- 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 +1 -1
- 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 +1 -1
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/schemaExtend.js +1 -1
- package/lib/themes/ang-ie11.css +934 -468
- package/lib/themes/ang.css +936 -409
- package/lib/themes/antd-ie11.css +937 -471
- package/lib/themes/antd.css +936 -409
- package/lib/themes/cxd-ie11.css +970 -508
- package/lib/themes/cxd.css +947 -423
- package/lib/themes/dark-ie11.css +934 -468
- package/lib/themes/dark.css +936 -409
- package/lib/themes/default-ie11.css +970 -508
- package/lib/themes/default.css +947 -423
- package/lib/types.d.ts +1 -1
- package/package.json +10 -10
- package/schema.json +94 -34
- package/sdk/ang-ie11.css +674 -190
- package/sdk/ang.css +676 -131
- package/sdk/antd-ie11.css +671 -187
- package/sdk/antd.css +676 -131
- package/sdk/barcode.js +50 -50
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +717 -238
- package/sdk/cxd.css +687 -146
- package/sdk/dark-ie11.css +674 -190
- package/sdk/dark.css +676 -131
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +5 -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 +717 -238
- package/sdk/sdk.css +687 -146
- 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/sdk-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 {
|
|
@@ -81975,6 +82056,7 @@ title: Word Break
|
|
|
81975
82056
|
.amis-scope .cxd-Collapse-arrow {
|
|
81976
82057
|
display: inline-block;
|
|
81977
82058
|
width: 1rem;
|
|
82059
|
+
height: 1rem;
|
|
81978
82060
|
text-align: center;
|
|
81979
82061
|
margin-right: 0.5rem;
|
|
81980
82062
|
}
|
|
@@ -81986,7 +82068,7 @@ title: Word Break
|
|
|
81986
82068
|
width: 0.375rem;
|
|
81987
82069
|
height: 0.375rem;
|
|
81988
82070
|
top: -0.125rem;
|
|
81989
|
-
border-color: #
|
|
82071
|
+
border-color: #84868c;
|
|
81990
82072
|
border-style: solid;
|
|
81991
82073
|
border-width: 0.0625rem 0.0625rem 0 0;
|
|
81992
82074
|
transform: rotate(45deg);
|
|
@@ -82060,7 +82142,7 @@ title: Word Break
|
|
|
82060
82142
|
|
|
82061
82143
|
.amis-scope .cxd-Collapse-content {
|
|
82062
82144
|
padding: 1rem;
|
|
82063
|
-
color: #
|
|
82145
|
+
color: #151b26;
|
|
82064
82146
|
font-size: 12px;
|
|
82065
82147
|
font-weight: 400;
|
|
82066
82148
|
}
|
|
@@ -82073,10 +82155,26 @@ title: Word Break
|
|
|
82073
82155
|
border-radius: 4px 4px 0 0;
|
|
82074
82156
|
}
|
|
82075
82157
|
|
|
82158
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:first-child > .cxd-Collapse-header {
|
|
82159
|
+
border-radius: 4px 4px 0 0;
|
|
82160
|
+
}
|
|
82161
|
+
|
|
82076
82162
|
.amis-scope .cxd-CollapseGroup .cxd-Collapse:last-child {
|
|
82077
82163
|
border-radius: 0 0 4px 4px;
|
|
82078
82164
|
}
|
|
82079
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
|
+
|
|
82080
82178
|
.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
|
82081
82179
|
border-bottom: none;
|
|
82082
82180
|
}
|
|
@@ -82948,7 +83046,11 @@ title: Word Break
|
|
|
82948
83046
|
align-items: center;
|
|
82949
83047
|
}
|
|
82950
83048
|
|
|
82951
|
-
.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) {
|
|
82952
83054
|
margin-left: 0.625rem;
|
|
82953
83055
|
}
|
|
82954
83056
|
|
|
@@ -83012,7 +83114,11 @@ title: Word Break
|
|
|
83012
83114
|
vertical-align: middle;
|
|
83013
83115
|
}
|
|
83014
83116
|
|
|
83015
|
-
.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) {
|
|
83016
83122
|
margin-left: 0.625rem;
|
|
83017
83123
|
}
|
|
83018
83124
|
|
|
@@ -83102,7 +83208,11 @@ title: Word Break
|
|
|
83102
83208
|
align-items: center;
|
|
83103
83209
|
}
|
|
83104
83210
|
|
|
83105
|
-
.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) {
|
|
83106
83216
|
margin-left: 0.625rem;
|
|
83107
83217
|
}
|
|
83108
83218
|
|
|
@@ -83160,7 +83270,11 @@ title: Word Break
|
|
|
83160
83270
|
vertical-align: middle;
|
|
83161
83271
|
}
|
|
83162
83272
|
|
|
83163
|
-
.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) {
|
|
83164
83278
|
margin-left: 0.625rem;
|
|
83165
83279
|
}
|
|
83166
83280
|
|
|
@@ -83239,10 +83353,20 @@ title: Word Break
|
|
|
83239
83353
|
background: #fff;
|
|
83240
83354
|
z-index: -1;
|
|
83241
83355
|
opacity: 0;
|
|
83356
|
+
}
|
|
83357
|
+
|
|
83358
|
+
.amis-scope .cxd-Table-fixedTop-shadow {
|
|
83359
|
+
position: absolute;
|
|
83242
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;
|
|
83243
83366
|
}
|
|
83244
83367
|
|
|
83245
|
-
.amis-scope .cxd-Table-fixedTop.in
|
|
83368
|
+
.amis-scope .cxd-Table-fixedTop.in,
|
|
83369
|
+
.amis-scope .cxd-Table-fixedTop.in + .cxd-Table-fixedTop-shadow {
|
|
83246
83370
|
position: fixed;
|
|
83247
83371
|
opacity: 1;
|
|
83248
83372
|
z-index: 900;
|
|
@@ -83420,6 +83544,10 @@ title: Word Break
|
|
|
83420
83544
|
text-align: right;
|
|
83421
83545
|
}
|
|
83422
83546
|
|
|
83547
|
+
.amis-scope .cxd-Table-table td .cxd-SwitchControl {
|
|
83548
|
+
padding-top: 0;
|
|
83549
|
+
}
|
|
83550
|
+
|
|
83423
83551
|
.amis-scope .cxd-Table-table--withCombine > thead > tr > th:first-child,
|
|
83424
83552
|
.amis-scope .cxd-Table-table--withCombine > tbody > tr > td:first-child {
|
|
83425
83553
|
padding-left: 0.625rem !important;
|
|
@@ -83456,6 +83584,7 @@ title: Word Break
|
|
|
83456
83584
|
(2.5rem - 0.75rem * 20 / 12) /
|
|
83457
83585
|
2
|
|
83458
83586
|
) 0.625rem;
|
|
83587
|
+
text-align: left;
|
|
83459
83588
|
border-bottom: 0.0625rem solid #fff;
|
|
83460
83589
|
font-size: 14px;
|
|
83461
83590
|
color: #333;
|
|
@@ -83464,11 +83593,15 @@ title: Word Break
|
|
|
83464
83593
|
}
|
|
83465
83594
|
|
|
83466
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 {
|
|
83467
83600
|
padding-left: 1rem;
|
|
83468
83601
|
}
|
|
83469
83602
|
|
|
83470
83603
|
.amis-scope .cxd-Table-table > thead > tr > th:last-child {
|
|
83471
|
-
padding-right:
|
|
83604
|
+
padding-right: 0.75rem;
|
|
83472
83605
|
}
|
|
83473
83606
|
|
|
83474
83607
|
.amis-scope .cxd-Table-table > thead > tr > th:last-child .cxd-Table-content-colDragLine {
|
|
@@ -83484,6 +83617,14 @@ title: Word Break
|
|
|
83484
83617
|
margin-left: 0.25rem;
|
|
83485
83618
|
}
|
|
83486
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
|
+
|
|
83487
83628
|
.amis-scope .cxd-Table-table > thead > tr + tr {
|
|
83488
83629
|
border-top: 0.0625rem solid #e8e9eb;
|
|
83489
83630
|
}
|
|
@@ -83543,7 +83684,7 @@ title: Word Break
|
|
|
83543
83684
|
.amis-scope .cxd-Table-table > tbody > tr.is-hovered {
|
|
83544
83685
|
background: #e6f0ff;
|
|
83545
83686
|
border-color: #eceff8;
|
|
83546
|
-
color: #
|
|
83687
|
+
color: #151b26;
|
|
83547
83688
|
}
|
|
83548
83689
|
|
|
83549
83690
|
.amis-scope .cxd-Table-table > tbody > tr:hover + tr,
|
|
@@ -83551,6 +83692,14 @@ title: Word Break
|
|
|
83551
83692
|
border-color: #eceff8;
|
|
83552
83693
|
}
|
|
83553
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
|
+
|
|
83554
83703
|
.amis-scope .cxd-Table-table > tbody > tr.is-checked {
|
|
83555
83704
|
background: #f0faff;
|
|
83556
83705
|
border-color: #eceff8;
|
|
@@ -84383,7 +84532,6 @@ title: Word Break
|
|
|
84383
84532
|
|
|
84384
84533
|
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-checkCell,
|
|
84385
84534
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
|
|
84386
|
-
border-right: 0;
|
|
84387
84535
|
width: 0.0625rem;
|
|
84388
84536
|
padding-right: 0.625rem;
|
|
84389
84537
|
white-space: nowrap;
|
|
@@ -84394,6 +84542,10 @@ title: Word Break
|
|
|
84394
84542
|
margin: 0;
|
|
84395
84543
|
}
|
|
84396
84544
|
|
|
84545
|
+
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-checkCell {
|
|
84546
|
+
border-right: 0;
|
|
84547
|
+
}
|
|
84548
|
+
|
|
84397
84549
|
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-expandCell,
|
|
84398
84550
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
|
84399
84551
|
border-right: 0;
|
|
@@ -84576,14 +84728,14 @@ title: Word Break
|
|
|
84576
84728
|
height: 12px;
|
|
84577
84729
|
}
|
|
84578
84730
|
|
|
84579
|
-
.amis-scope .cxd-TableCell-searchBtn:hover {
|
|
84580
|
-
color: #151a26;
|
|
84581
|
-
}
|
|
84582
|
-
|
|
84583
84731
|
.amis-scope .cxd-TableCell-searchBtn.is-active {
|
|
84584
84732
|
color: #2468f2;
|
|
84585
84733
|
}
|
|
84586
84734
|
|
|
84735
|
+
.amis-scope .cxd-TableCell-searchBtn.is-opened {
|
|
84736
|
+
color: #144bcc;
|
|
84737
|
+
}
|
|
84738
|
+
|
|
84587
84739
|
.amis-scope .cxd-TableCell-searchPopOver {
|
|
84588
84740
|
border: none;
|
|
84589
84741
|
min-width: 20rem;
|
|
@@ -84679,7 +84831,7 @@ title: Word Break
|
|
|
84679
84831
|
}
|
|
84680
84832
|
|
|
84681
84833
|
.amis-scope .cxd-Table-itemActions a:hover {
|
|
84682
|
-
color: #
|
|
84834
|
+
color: #528eff;
|
|
84683
84835
|
text-decoration: none;
|
|
84684
84836
|
}
|
|
84685
84837
|
|
|
@@ -84697,6 +84849,10 @@ title: Word Break
|
|
|
84697
84849
|
color: #2468f2;
|
|
84698
84850
|
}
|
|
84699
84851
|
|
|
84852
|
+
.amis-scope .cxd-Table-foot {
|
|
84853
|
+
background: #f7f7f9;
|
|
84854
|
+
}
|
|
84855
|
+
|
|
84700
84856
|
.amis-scope .cxd-Table-footTable {
|
|
84701
84857
|
position: relative;
|
|
84702
84858
|
width: 100%;
|
|
@@ -84749,10 +84905,11 @@ title: Word Break
|
|
|
84749
84905
|
width: 0.625rem;
|
|
84750
84906
|
height: 0.625rem;
|
|
84751
84907
|
top: 0;
|
|
84908
|
+
transform: rotate(90deg);
|
|
84752
84909
|
}
|
|
84753
84910
|
|
|
84754
84911
|
.amis-scope .cxd-Table-expandBtn.is-active > svg {
|
|
84755
|
-
transform: rotate(90deg);
|
|
84912
|
+
transform: rotate(-90deg);
|
|
84756
84913
|
}
|
|
84757
84914
|
|
|
84758
84915
|
.amis-scope .cxd-Table-expandBtn:hover {
|
|
@@ -84807,7 +84964,7 @@ title: Word Break
|
|
|
84807
84964
|
z-index: 1;
|
|
84808
84965
|
}
|
|
84809
84966
|
|
|
84810
|
-
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
|
84967
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop .cxd-Table-fixedTop-shadow {
|
|
84811
84968
|
display: none;
|
|
84812
84969
|
}
|
|
84813
84970
|
|
|
@@ -84815,6 +84972,18 @@ title: Word Break
|
|
|
84815
84972
|
margin-bottom: 0;
|
|
84816
84973
|
}
|
|
84817
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
|
+
|
|
84818
84987
|
.amis-scope .cxd-InputTable-toolbar {
|
|
84819
84988
|
display: flex;
|
|
84820
84989
|
flex-direction: row;
|
|
@@ -84822,6 +84991,11 @@ title: Word Break
|
|
|
84822
84991
|
justify-content: space-between;
|
|
84823
84992
|
}
|
|
84824
84993
|
|
|
84994
|
+
.amis-scope .cxd-InputTable-toolbar .cxd-Button {
|
|
84995
|
+
border: none;
|
|
84996
|
+
color: #2468f2;
|
|
84997
|
+
}
|
|
84998
|
+
|
|
84825
84999
|
.amis-scope .cxd-InputTable-pager {
|
|
84826
85000
|
margin-left: auto;
|
|
84827
85001
|
}
|
|
@@ -85138,7 +85312,7 @@ title: Word Break
|
|
|
85138
85312
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr.is-hovered {
|
|
85139
85313
|
background: #e6f0ff;
|
|
85140
85314
|
border-color: #eceff8;
|
|
85141
|
-
color: #
|
|
85315
|
+
color: #151b26;
|
|
85142
85316
|
}
|
|
85143
85317
|
|
|
85144
85318
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:hover + tr,
|
|
@@ -86121,7 +86295,7 @@ title: Word Break
|
|
|
86121
86295
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-row-hover {
|
|
86122
86296
|
background: #e6f0ff;
|
|
86123
86297
|
border-color: #eceff8;
|
|
86124
|
-
color: #
|
|
86298
|
+
color: #151b26;
|
|
86125
86299
|
}
|
|
86126
86300
|
|
|
86127
86301
|
.amis-scope .cxd-Table-v2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
|
|
@@ -86288,7 +86462,7 @@ title: Word Break
|
|
|
86288
86462
|
}
|
|
86289
86463
|
|
|
86290
86464
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--default.is-active:hover {
|
|
86291
|
-
color: #
|
|
86465
|
+
color: #151b26;
|
|
86292
86466
|
}
|
|
86293
86467
|
|
|
86294
86468
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-sortBtn--up.is-active,
|
|
@@ -86308,7 +86482,7 @@ title: Word Break
|
|
|
86308
86482
|
}
|
|
86309
86483
|
|
|
86310
86484
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn:hover {
|
|
86311
|
-
color: #
|
|
86485
|
+
color: #151b26;
|
|
86312
86486
|
}
|
|
86313
86487
|
|
|
86314
86488
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-searchBtn.is-active {
|
|
@@ -86341,7 +86515,7 @@ title: Word Break
|
|
|
86341
86515
|
}
|
|
86342
86516
|
|
|
86343
86517
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn:hover {
|
|
86344
|
-
color: #
|
|
86518
|
+
color: #151b26;
|
|
86345
86519
|
}
|
|
86346
86520
|
|
|
86347
86521
|
.amis-scope .cxd-Table-v2 .cxd-TableCell-filterBtn.is-active {
|
|
@@ -87218,7 +87392,7 @@ title: Word Break
|
|
|
87218
87392
|
}
|
|
87219
87393
|
|
|
87220
87394
|
.amis-scope .cxd-Card-title {
|
|
87221
|
-
color: #
|
|
87395
|
+
color: #151b26;
|
|
87222
87396
|
font-size: 14px;
|
|
87223
87397
|
font-weight: 500;
|
|
87224
87398
|
white-space: nowrap;
|
|
@@ -87347,7 +87521,7 @@ title: Word Break
|
|
|
87347
87521
|
border-color: #f5f7fb;
|
|
87348
87522
|
border-style: solid;
|
|
87349
87523
|
border-width: 0 0.0625rem 0 0;
|
|
87350
|
-
color: #
|
|
87524
|
+
color: #151b26;
|
|
87351
87525
|
text-align: center;
|
|
87352
87526
|
line-height: 2.5rem;
|
|
87353
87527
|
font-size: 0.75rem;
|
|
@@ -87375,6 +87549,10 @@ title: Word Break
|
|
|
87375
87549
|
text-decoration: none;
|
|
87376
87550
|
}
|
|
87377
87551
|
|
|
87552
|
+
.amis-scope .cxd-Card-actions > a > .cxd-Button-icon:first-child:not(:last-child) {
|
|
87553
|
+
margin-right: 0.25rem;
|
|
87554
|
+
}
|
|
87555
|
+
|
|
87378
87556
|
.amis-scope .cxd-Card.is-checked {
|
|
87379
87557
|
background: #fff;
|
|
87380
87558
|
border-color: #2468f2;
|
|
@@ -87731,7 +87909,7 @@ title: Word Break
|
|
|
87731
87909
|
.amis-scope .cxd-Progress {
|
|
87732
87910
|
display: flex;
|
|
87733
87911
|
align-items: center;
|
|
87734
|
-
color: #
|
|
87912
|
+
color: #151b26;
|
|
87735
87913
|
font-size: 10px;
|
|
87736
87914
|
}
|
|
87737
87915
|
|
|
@@ -87763,9 +87941,10 @@ title: Word Break
|
|
|
87763
87941
|
.amis-scope .cxd-Progress-line-bar {
|
|
87764
87942
|
float: left;
|
|
87765
87943
|
width: 0;
|
|
87766
|
-
height:
|
|
87944
|
+
height: 8px;
|
|
87767
87945
|
background: #2468f2;
|
|
87768
87946
|
transition: width 0s ease;
|
|
87947
|
+
border-radius: 1rem;
|
|
87769
87948
|
}
|
|
87770
87949
|
|
|
87771
87950
|
.amis-scope .cxd-Progress-line-bar--stripe {
|
|
@@ -87932,7 +88111,7 @@ title: Word Break
|
|
|
87932
88111
|
.amis-scope .cxd-Pagination {
|
|
87933
88112
|
display: inline-block;
|
|
87934
88113
|
padding: 0;
|
|
87935
|
-
margin: 0 0 -0.
|
|
88114
|
+
margin: 0 0 -0.5rem;
|
|
87936
88115
|
border-radius: 0.25rem;
|
|
87937
88116
|
}
|
|
87938
88117
|
|
|
@@ -87948,10 +88127,10 @@ title: Word Break
|
|
|
87948
88127
|
position: relative;
|
|
87949
88128
|
float: left;
|
|
87950
88129
|
text-decoration: none;
|
|
87951
|
-
min-width:
|
|
87952
|
-
height:
|
|
88130
|
+
min-width: 2rem;
|
|
88131
|
+
height: 2rem;
|
|
87953
88132
|
border: 0;
|
|
87954
|
-
line-height:
|
|
88133
|
+
line-height: 2rem;
|
|
87955
88134
|
padding: 0 0.5rem;
|
|
87956
88135
|
text-align: center;
|
|
87957
88136
|
color: #666666;
|
|
@@ -88035,7 +88214,7 @@ title: Word Break
|
|
|
88035
88214
|
display: inline-flex;
|
|
88036
88215
|
flex-wrap: nowrap;
|
|
88037
88216
|
align-items: center;
|
|
88038
|
-
height:
|
|
88217
|
+
height: 2rem;
|
|
88039
88218
|
}
|
|
88040
88219
|
|
|
88041
88220
|
.amis-scope .cxd-Pagination-inputGroup-left {
|
|
@@ -88045,13 +88224,13 @@ title: Word Break
|
|
|
88045
88224
|
.amis-scope .cxd-Pagination-inputGroup input {
|
|
88046
88225
|
min-width: 3.125rem;
|
|
88047
88226
|
width: 3.125rem;
|
|
88048
|
-
height:
|
|
88049
|
-
line-height:
|
|
88227
|
+
height: 2rem;
|
|
88228
|
+
line-height: 2rem;
|
|
88050
88229
|
border: none;
|
|
88051
88230
|
border: 0.0625rem solid #e8e9eb;
|
|
88052
88231
|
border-radius: 0.25rem 0 0 0.25rem;
|
|
88053
88232
|
padding: 0 0.5rem;
|
|
88054
|
-
margin-left: 0.
|
|
88233
|
+
margin-left: 0.5rem;
|
|
88055
88234
|
text-align: center;
|
|
88056
88235
|
}
|
|
88057
88236
|
|
|
@@ -88066,8 +88245,8 @@ title: Word Break
|
|
|
88066
88245
|
width: 2rem;
|
|
88067
88246
|
cursor: pointer;
|
|
88068
88247
|
text-align: center;
|
|
88069
|
-
height:
|
|
88070
|
-
line-height:
|
|
88248
|
+
height: 2rem;
|
|
88249
|
+
line-height: 2rem;
|
|
88071
88250
|
border: 0.0625rem solid #e8e9eb;
|
|
88072
88251
|
border-left: none;
|
|
88073
88252
|
border-radius: 0 0.25rem 0.25rem 0;
|
|
@@ -88078,6 +88257,7 @@ title: Word Break
|
|
|
88078
88257
|
color: #2468f2;
|
|
88079
88258
|
border-color: #2468f2;
|
|
88080
88259
|
border-left: 0.0625rem solid #2468f2;
|
|
88260
|
+
margin-left: -1px;
|
|
88081
88261
|
}
|
|
88082
88262
|
|
|
88083
88263
|
.amis-scope .cxd-Pagination-wrap {
|
|
@@ -88085,7 +88265,7 @@ title: Word Break
|
|
|
88085
88265
|
}
|
|
88086
88266
|
|
|
88087
88267
|
.amis-scope .cxd-Pagination-wrap .cxd-Pagination-item {
|
|
88088
|
-
margin-left: 0.
|
|
88268
|
+
margin-left: 0.5rem;
|
|
88089
88269
|
}
|
|
88090
88270
|
|
|
88091
88271
|
.amis-scope .cxd-Pagination-wrap .cxd-Pagination-item:nth-child(1) {
|
|
@@ -88506,6 +88686,7 @@ title: Word Break
|
|
|
88506
88686
|
display: block;
|
|
88507
88687
|
max-width: 100%;
|
|
88508
88688
|
max-height: 100%;
|
|
88689
|
+
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
88509
88690
|
}
|
|
88510
88691
|
|
|
88511
88692
|
.amis-scope .cxd-ImageGallery-prevBtn,
|
|
@@ -88655,13 +88836,74 @@ title: Word Break
|
|
|
88655
88836
|
display: none;
|
|
88656
88837
|
}
|
|
88657
88838
|
|
|
88658
|
-
.amis-scope .cxd-
|
|
88659
|
-
|
|
88660
|
-
|
|
88661
|
-
|
|
88662
|
-
|
|
88663
|
-
|
|
88664
|
-
|
|
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
|
+
|
|
88900
|
+
.amis-scope .cxd-Images {
|
|
88901
|
+
display: flex;
|
|
88902
|
+
flex-wrap: wrap;
|
|
88903
|
+
margin: calc(0.25rem * -1);
|
|
88904
|
+
}
|
|
88905
|
+
|
|
88906
|
+
.amis-scope .cxd-Images-item {
|
|
88665
88907
|
display: flex;
|
|
88666
88908
|
margin: 0.25rem;
|
|
88667
88909
|
}
|
|
@@ -88867,7 +89109,7 @@ title: Word Break
|
|
|
88867
89109
|
2rem - 1.4285714286 *
|
|
88868
89110
|
14px - 0.125rem
|
|
88869
89111
|
) / 2
|
|
88870
|
-
) 0.
|
|
89112
|
+
) 0.75rem;
|
|
88871
89113
|
font-size: 14px;
|
|
88872
89114
|
flex-wrap: wrap;
|
|
88873
89115
|
justify-content: flex-start;
|
|
@@ -88968,6 +89210,7 @@ title: Word Break
|
|
|
88968
89210
|
display: inline-block;
|
|
88969
89211
|
width: 14px;
|
|
88970
89212
|
color: #999;
|
|
89213
|
+
margin-top: 0.125rem;
|
|
88971
89214
|
}
|
|
88972
89215
|
|
|
88973
89216
|
.amis-scope .cxd-InputBox > a {
|
|
@@ -89019,7 +89262,7 @@ title: Word Break
|
|
|
89019
89262
|
2rem - 1.4285714286 *
|
|
89020
89263
|
14px - 0.125rem
|
|
89021
89264
|
) / 2
|
|
89022
|
-
) 0.
|
|
89265
|
+
) 0.75rem;
|
|
89023
89266
|
font-size: 14px;
|
|
89024
89267
|
flex-wrap: wrap;
|
|
89025
89268
|
justify-content: flex-start;
|
|
@@ -89258,7 +89501,7 @@ title: Word Break
|
|
|
89258
89501
|
2rem - 1.4285714286 *
|
|
89259
89502
|
14px - 0.125rem
|
|
89260
89503
|
) / 2
|
|
89261
|
-
) 0.
|
|
89504
|
+
) 0.75rem;
|
|
89262
89505
|
font-size: 14px;
|
|
89263
89506
|
flex-wrap: wrap;
|
|
89264
89507
|
justify-content: flex-start;
|
|
@@ -89359,10 +89602,7 @@ title: Word Break
|
|
|
89359
89602
|
display: flex;
|
|
89360
89603
|
align-items: center;
|
|
89361
89604
|
flex-shrink: 0;
|
|
89362
|
-
|
|
89363
|
-
|
|
89364
|
-
.amis-scope .cxd-ResultBox-actions > *:first-child {
|
|
89365
|
-
margin-left: 0.3125rem;
|
|
89605
|
+
padding-left: 0.3125rem;
|
|
89366
89606
|
}
|
|
89367
89607
|
|
|
89368
89608
|
.amis-scope .cxd-ResultBox-actions > *:not(:last-child) {
|
|
@@ -89370,7 +89610,7 @@ title: Word Break
|
|
|
89370
89610
|
}
|
|
89371
89611
|
|
|
89372
89612
|
.amis-scope .cxd-ResultBox-singleValue {
|
|
89373
|
-
padding: 0 calc(0.
|
|
89613
|
+
padding: 0 calc(0.75rem - 0.1875rem);
|
|
89374
89614
|
flex-grow: 1;
|
|
89375
89615
|
display: inline-block;
|
|
89376
89616
|
max-width: 100%;
|
|
@@ -89390,7 +89630,7 @@ title: Word Break
|
|
|
89390
89630
|
.amis-scope .cxd-ResultBox-pc-arrow > svg {
|
|
89391
89631
|
width: 0.625rem;
|
|
89392
89632
|
height: 0.625rem;
|
|
89393
|
-
top: 0
|
|
89633
|
+
top: 0;
|
|
89394
89634
|
color: #84868c;
|
|
89395
89635
|
}
|
|
89396
89636
|
|
|
@@ -89740,6 +89980,10 @@ title: Word Break
|
|
|
89740
89980
|
background: #2468f2;
|
|
89741
89981
|
}
|
|
89742
89982
|
|
|
89983
|
+
.amis-scope .cxd-SearchBox--enhance.is-active .cxd-SearchBox-searchBtn:hover {
|
|
89984
|
+
background: #528eff;
|
|
89985
|
+
}
|
|
89986
|
+
|
|
89743
89987
|
.amis-scope .cxd-SearchBox--enhance .cxd-SearchBox-clearable {
|
|
89744
89988
|
margin-right: 0.375rem;
|
|
89745
89989
|
}
|
|
@@ -89869,7 +90113,7 @@ title: Word Break
|
|
|
89869
90113
|
.amis-scope .cxd-ListMenu-groupLabel {
|
|
89870
90114
|
font-size: 10px;
|
|
89871
90115
|
color: #b8babf;
|
|
89872
|
-
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);
|
|
89873
90117
|
}
|
|
89874
90118
|
|
|
89875
90119
|
.amis-scope .cxd-ListMenu-group:not(:first-child) > .cxd-ListMenu-groupLabel {
|
|
@@ -89883,7 +90127,7 @@ title: Word Break
|
|
|
89883
90127
|
line-height: 1.4285714286;
|
|
89884
90128
|
font-size: 14px;
|
|
89885
90129
|
cursor: pointer;
|
|
89886
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
90130
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
89887
90131
|
}
|
|
89888
90132
|
|
|
89889
90133
|
.amis-scope .cxd-ListMenu-item.is-active {
|
|
@@ -89908,7 +90152,7 @@ title: Word Break
|
|
|
89908
90152
|
line-height: 1.4285714286;
|
|
89909
90153
|
font-size: 14px;
|
|
89910
90154
|
cursor: pointer;
|
|
89911
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
90155
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
89912
90156
|
}
|
|
89913
90157
|
|
|
89914
90158
|
.amis-scope .cxd-PopOver > .cxd-ListMenu {
|
|
@@ -90112,7 +90356,7 @@ title: Word Break
|
|
|
90112
90356
|
.amis-scope .cxd-Steps .cxd-StepsItem {
|
|
90113
90357
|
flex: 1;
|
|
90114
90358
|
overflow: hidden;
|
|
90115
|
-
padding: 0
|
|
90359
|
+
padding: 0 0.5rem;
|
|
90116
90360
|
height: auto;
|
|
90117
90361
|
line-height: 2rem;
|
|
90118
90362
|
}
|
|
@@ -90137,15 +90381,20 @@ title: Word Break
|
|
|
90137
90381
|
text-align: center;
|
|
90138
90382
|
}
|
|
90139
90383
|
|
|
90384
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon .icon {
|
|
90385
|
+
width: 0.5625rem;
|
|
90386
|
+
height: 0.5625rem;
|
|
90387
|
+
}
|
|
90388
|
+
|
|
90140
90389
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper {
|
|
90141
90390
|
display: inline-block;
|
|
90142
90391
|
position: relative;
|
|
90143
90392
|
}
|
|
90144
90393
|
|
|
90145
90394
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
|
90146
|
-
font-size:
|
|
90147
|
-
color: #
|
|
90148
|
-
padding-right:
|
|
90395
|
+
font-size: 14px;
|
|
90396
|
+
color: #151b26;
|
|
90397
|
+
padding-right: 0.5rem;
|
|
90149
90398
|
position: relative;
|
|
90150
90399
|
display: inline-block;
|
|
90151
90400
|
}
|
|
@@ -90180,14 +90429,19 @@ title: Word Break
|
|
|
90180
90429
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
|
90181
90430
|
padding-left: 0.625rem;
|
|
90182
90431
|
font-size: 14px;
|
|
90183
|
-
color: #
|
|
90432
|
+
color: #151b26;
|
|
90184
90433
|
}
|
|
90185
90434
|
|
|
90186
90435
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
|
90187
90436
|
max-width: 8.75rem;
|
|
90188
90437
|
white-space: nowrap;
|
|
90189
90438
|
position: relative;
|
|
90190
|
-
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;
|
|
90191
90445
|
}
|
|
90192
90446
|
|
|
90193
90447
|
.amis-scope .cxd-Steps .cxd-StepsItem:last-child {
|
|
@@ -90212,7 +90466,7 @@ title: Word Break
|
|
|
90212
90466
|
content: "";
|
|
90213
90467
|
position: absolute;
|
|
90214
90468
|
right: 0;
|
|
90215
|
-
top:
|
|
90469
|
+
top: 2.25rem;
|
|
90216
90470
|
height: 9999px;
|
|
90217
90471
|
left: 0.6875rem;
|
|
90218
90472
|
width: 1px;
|
|
@@ -90330,13 +90584,14 @@ title: Word Break
|
|
|
90330
90584
|
|
|
90331
90585
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
|
90332
90586
|
padding: 0 0.625rem;
|
|
90587
|
+
bottom: 0.5625rem;
|
|
90333
90588
|
width: 100%;
|
|
90334
90589
|
}
|
|
90335
90590
|
|
|
90336
90591
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title > span {
|
|
90337
90592
|
display: block;
|
|
90338
90593
|
position: relative;
|
|
90339
|
-
left: 0.
|
|
90594
|
+
left: 0.75rem;
|
|
90340
90595
|
}
|
|
90341
90596
|
|
|
90342
90597
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
|
@@ -90344,6 +90599,7 @@ title: Word Break
|
|
|
90344
90599
|
padding: 0 0.625rem;
|
|
90345
90600
|
position: relative;
|
|
90346
90601
|
left: 0.625rem;
|
|
90602
|
+
bottom: 0.75rem;
|
|
90347
90603
|
}
|
|
90348
90604
|
|
|
90349
90605
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
|
@@ -90353,7 +90609,8 @@ title: Word Break
|
|
|
90353
90609
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
|
90354
90610
|
min-width: 12.5rem;
|
|
90355
90611
|
word-break: break-all;
|
|
90356
|
-
padding: 0
|
|
90612
|
+
padding: 0 1.25rem;
|
|
90613
|
+
bottom: 2.75rem;
|
|
90357
90614
|
}
|
|
90358
90615
|
|
|
90359
90616
|
.amis-scope .cxd-Steps--Placement-vertical .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
|
@@ -90408,18 +90665,18 @@ title: Word Break
|
|
|
90408
90665
|
border: 1px solid #b4bbc5;
|
|
90409
90666
|
}
|
|
90410
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
|
+
|
|
90411
90674
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
|
|
90412
90675
|
background-color: #f33e3e;
|
|
90413
90676
|
color: #fff;
|
|
90414
90677
|
border: 1px solid #f33e3e;
|
|
90415
90678
|
}
|
|
90416
90679
|
|
|
90417
|
-
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-title,
|
|
90418
|
-
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-subTitle,
|
|
90419
|
-
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-description {
|
|
90420
|
-
color: #f33e3e;
|
|
90421
|
-
}
|
|
90422
|
-
|
|
90423
90680
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
|
|
90424
90681
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
|
|
90425
90682
|
background-color: #2468f2;
|
|
@@ -90548,7 +90805,7 @@ title: Word Break
|
|
|
90548
90805
|
}
|
|
90549
90806
|
|
|
90550
90807
|
.amis-scope .cxd-GridNavItem-text {
|
|
90551
|
-
color: #
|
|
90808
|
+
color: #151b26;
|
|
90552
90809
|
font-size: 12px;
|
|
90553
90810
|
line-height: 1.5;
|
|
90554
90811
|
word-break: break-all;
|
|
@@ -91129,7 +91386,7 @@ title: Word Break
|
|
|
91129
91386
|
2rem - 1.4285714286 *
|
|
91130
91387
|
14px - 0.125rem
|
|
91131
91388
|
) / 2
|
|
91132
|
-
) 0.
|
|
91389
|
+
) 0.75rem;
|
|
91133
91390
|
font-size: 14px;
|
|
91134
91391
|
flex-wrap: wrap;
|
|
91135
91392
|
justify-content: flex-start;
|
|
@@ -91233,11 +91490,17 @@ title: Word Break
|
|
|
91233
91490
|
}
|
|
91234
91491
|
}
|
|
91235
91492
|
|
|
91493
|
+
.amis-scope .cxd-TextControl-input input {
|
|
91494
|
+
overflow: hidden;
|
|
91495
|
+
white-space: nowrap;
|
|
91496
|
+
text-overflow: ellipsis;
|
|
91497
|
+
}
|
|
91498
|
+
|
|
91236
91499
|
.amis-scope .cxd-TextControl-placeholder {
|
|
91237
91500
|
color: #b8babf;
|
|
91238
91501
|
user-select: none;
|
|
91239
91502
|
position: absolute;
|
|
91240
|
-
left: 0.
|
|
91503
|
+
left: 0.75rem;
|
|
91241
91504
|
top: calc(
|
|
91242
91505
|
(
|
|
91243
91506
|
2rem - 1.4285714286 *
|
|
@@ -91422,7 +91685,7 @@ title: Word Break
|
|
|
91422
91685
|
2rem - 1.4285714286 *
|
|
91423
91686
|
14px - 0.125rem
|
|
91424
91687
|
) / 2
|
|
91425
|
-
) - 0.125rem) calc(0.
|
|
91688
|
+
) - 0.125rem) calc(0.75rem - 0.1875rem);
|
|
91426
91689
|
}
|
|
91427
91690
|
|
|
91428
91691
|
.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-placeholder {
|
|
@@ -91526,7 +91789,7 @@ title: Word Break
|
|
|
91526
91789
|
2rem - 1.4285714286 *
|
|
91527
91790
|
14px - 0.125rem
|
|
91528
91791
|
) / 2
|
|
91529
|
-
) 0.
|
|
91792
|
+
) 0.75rem;
|
|
91530
91793
|
font-size: 14px;
|
|
91531
91794
|
flex-wrap: wrap;
|
|
91532
91795
|
justify-content: flex-start;
|
|
@@ -91630,6 +91893,10 @@ title: Word Break
|
|
|
91630
91893
|
}
|
|
91631
91894
|
}
|
|
91632
91895
|
|
|
91896
|
+
.amis-scope .cxd-TextareaControl > textarea.cxd-TextareaControl-input--counter {
|
|
91897
|
+
padding-bottom: 23px;
|
|
91898
|
+
}
|
|
91899
|
+
|
|
91633
91900
|
.amis-scope .cxd-TextareaControl > textarea {
|
|
91634
91901
|
border: 1px solid #e8e9eb;
|
|
91635
91902
|
border-radius: 0.25rem;
|
|
@@ -91639,7 +91906,7 @@ title: Word Break
|
|
|
91639
91906
|
2rem - 1.4285714286 *
|
|
91640
91907
|
14px - 0.125rem
|
|
91641
91908
|
) / 2
|
|
91642
|
-
) 0.
|
|
91909
|
+
) 0.75rem;
|
|
91643
91910
|
font-size: 14px;
|
|
91644
91911
|
display: block;
|
|
91645
91912
|
width: 100%;
|
|
@@ -91668,15 +91935,18 @@ title: Word Break
|
|
|
91668
91935
|
|
|
91669
91936
|
.amis-scope .cxd-TextareaControl-counter {
|
|
91670
91937
|
position: absolute;
|
|
91671
|
-
|
|
91672
|
-
bottom:
|
|
91938
|
+
left: 1px;
|
|
91939
|
+
bottom: 1px;
|
|
91940
|
+
right: 1.0625rem;
|
|
91941
|
+
padding-bottom: calc(
|
|
91673
91942
|
(
|
|
91674
91943
|
2rem - 1.4285714286 *
|
|
91675
91944
|
14px - 0.125rem
|
|
91676
91945
|
) / 2
|
|
91677
91946
|
);
|
|
91947
|
+
background-color: #fff;
|
|
91948
|
+
text-align: right;
|
|
91678
91949
|
font-size: 12px;
|
|
91679
|
-
padding: 0 5px;
|
|
91680
91950
|
border-radius: 3px;
|
|
91681
91951
|
color: #84868c;
|
|
91682
91952
|
}
|
|
@@ -91685,10 +91955,6 @@ title: Word Break
|
|
|
91685
91955
|
color: #84868c;
|
|
91686
91956
|
}
|
|
91687
91957
|
|
|
91688
|
-
.amis-scope .cxd-TextareaControl-counter.is-clearable {
|
|
91689
|
-
right: calc( 0.625rem + 14px + 0.1875rem * 2 + 0.3125rem );
|
|
91690
|
-
}
|
|
91691
|
-
|
|
91692
91958
|
.amis-scope .has-error--maxLength .cxd-TextareaControl-counter {
|
|
91693
91959
|
background: #f33e3e;
|
|
91694
91960
|
}
|
|
@@ -91702,8 +91968,8 @@ title: Word Break
|
|
|
91702
91968
|
margin-left: auto;
|
|
91703
91969
|
text-decoration: none;
|
|
91704
91970
|
position: absolute;
|
|
91705
|
-
right: 0.
|
|
91706
|
-
|
|
91971
|
+
right: 0.75rem;
|
|
91972
|
+
top: calc(
|
|
91707
91973
|
(
|
|
91708
91974
|
2rem - 1.4285714286 *
|
|
91709
91975
|
14px - 0.125rem
|
|
@@ -91833,8 +92099,8 @@ title: Word Break
|
|
|
91833
92099
|
margin-left: calc(1rem * -1);
|
|
91834
92100
|
}
|
|
91835
92101
|
|
|
91836
|
-
.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:hover > i
|
|
91837
|
-
|
|
92102
|
+
.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:hover > input + i {
|
|
92103
|
+
border-color: #528eff;
|
|
91838
92104
|
}
|
|
91839
92105
|
|
|
91840
92106
|
.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:active > i:before {
|
|
@@ -91847,6 +92113,7 @@ title: Word Break
|
|
|
91847
92113
|
|
|
91848
92114
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:hover input:checked + i {
|
|
91849
92115
|
background: #528eff;
|
|
92116
|
+
border-color: transparent;
|
|
91850
92117
|
}
|
|
91851
92118
|
|
|
91852
92119
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:hover input:checked + i:before {
|
|
@@ -91961,6 +92228,11 @@ title: Word Break
|
|
|
91961
92228
|
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover:not(:disabled) {
|
|
91962
92229
|
color: #2468f2;
|
|
91963
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;
|
|
91964
92236
|
}
|
|
91965
92237
|
|
|
91966
92238
|
.amis-scope .cxd-Checkbox--button.cxd-Checkbox--checkbox:hover input:checked + i {
|
|
@@ -92034,16 +92306,23 @@ title: Word Break
|
|
|
92034
92306
|
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button {
|
|
92035
92307
|
border-color: #2468f2;
|
|
92036
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;
|
|
92037
92314
|
}
|
|
92038
92315
|
|
|
92039
92316
|
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:hover {
|
|
92040
92317
|
border-color: #2468f2;
|
|
92041
92318
|
color: #2468f2;
|
|
92319
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
|
92042
92320
|
}
|
|
92043
92321
|
|
|
92044
92322
|
.amis-scope .cxd-Checkbox--button--checked.cxd-Checkbox--checkbox.cxd-Checkbox--button:active {
|
|
92045
92323
|
border-color: #144bcc;
|
|
92046
92324
|
color: #144bcc;
|
|
92325
|
+
box-shadow: -1px 0 0 0 #144bcc;
|
|
92047
92326
|
}
|
|
92048
92327
|
|
|
92049
92328
|
.amis-scope .cxd-Checkbox--button--disabled--unchecked.cxd-Checkbox--checkbox {
|
|
@@ -92259,6 +92538,7 @@ title: Word Break
|
|
|
92259
92538
|
}
|
|
92260
92539
|
|
|
92261
92540
|
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
|
92541
|
+
height: 2rem;
|
|
92262
92542
|
padding: 0.25rem 0.75rem;
|
|
92263
92543
|
color: #84868c;
|
|
92264
92544
|
}
|
|
@@ -92574,7 +92854,7 @@ title: Word Break
|
|
|
92574
92854
|
2rem - 1.4285714286 *
|
|
92575
92855
|
14px - 0.125rem
|
|
92576
92856
|
) / 2
|
|
92577
|
-
) 0.
|
|
92857
|
+
) 0.75rem;
|
|
92578
92858
|
font-size: 14px;
|
|
92579
92859
|
}
|
|
92580
92860
|
|
|
@@ -92613,7 +92893,7 @@ title: Word Break
|
|
|
92613
92893
|
2rem - 1.4285714286 *
|
|
92614
92894
|
14px - 0.125rem
|
|
92615
92895
|
) / 2
|
|
92616
|
-
) 0.
|
|
92896
|
+
) 0.75rem;
|
|
92617
92897
|
font-size: 14px;
|
|
92618
92898
|
display: inline-flex !important;
|
|
92619
92899
|
}
|
|
@@ -92827,6 +93107,10 @@ title: Word Break
|
|
|
92827
93107
|
border-color: #144bcc;
|
|
92828
93108
|
}
|
|
92829
93109
|
|
|
93110
|
+
.amis-scope .cxd-Number:hover .cxd-Number-handler-wrap {
|
|
93111
|
+
display: block;
|
|
93112
|
+
}
|
|
93113
|
+
|
|
92830
93114
|
.amis-scope .cxd-Number-disabled:hover {
|
|
92831
93115
|
border-color: #e8e9eb;
|
|
92832
93116
|
}
|
|
@@ -92882,6 +93166,7 @@ title: Word Break
|
|
|
92882
93166
|
}
|
|
92883
93167
|
|
|
92884
93168
|
.amis-scope .cxd-Number-handler-wrap {
|
|
93169
|
+
display: none;
|
|
92885
93170
|
float: right;
|
|
92886
93171
|
border-left: 0.0625rem solid #e8e9eb;
|
|
92887
93172
|
width: 1.5rem;
|
|
@@ -93099,7 +93384,7 @@ title: Word Break
|
|
|
93099
93384
|
background: #fff;
|
|
93100
93385
|
border-radius: 0.25rem;
|
|
93101
93386
|
min-height: 2rem;
|
|
93102
|
-
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;
|
|
93103
93388
|
cursor: pointer;
|
|
93104
93389
|
color: #000;
|
|
93105
93390
|
}
|
|
@@ -93117,6 +93402,10 @@ title: Word Break
|
|
|
93117
93402
|
color: #84868c;
|
|
93118
93403
|
}
|
|
93119
93404
|
|
|
93405
|
+
.amis-scope .cxd-Select:active {
|
|
93406
|
+
border-color: #144bcc;
|
|
93407
|
+
}
|
|
93408
|
+
|
|
93120
93409
|
.amis-scope .cxd-Select.is-disabled {
|
|
93121
93410
|
color: #b8babf;
|
|
93122
93411
|
background: #f7f7f9;
|
|
@@ -93127,6 +93416,10 @@ title: Word Break
|
|
|
93127
93416
|
box-shadow: none;
|
|
93128
93417
|
}
|
|
93129
93418
|
|
|
93419
|
+
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover {
|
|
93420
|
+
margin-top: 0.25rem;
|
|
93421
|
+
}
|
|
93422
|
+
|
|
93130
93423
|
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu {
|
|
93131
93424
|
overflow-x: hidden;
|
|
93132
93425
|
}
|
|
@@ -93332,7 +93625,7 @@ title: Word Break
|
|
|
93332
93625
|
cursor: pointer;
|
|
93333
93626
|
outline: none;
|
|
93334
93627
|
border: none;
|
|
93335
|
-
margin: 0 0.
|
|
93628
|
+
margin: 0 0.75rem;
|
|
93336
93629
|
height: 1.875rem;
|
|
93337
93630
|
font-size: 12px;
|
|
93338
93631
|
border-bottom: 1px solid #e8e9eb;
|
|
@@ -93360,7 +93653,7 @@ title: Word Break
|
|
|
93360
93653
|
|
|
93361
93654
|
.amis-scope .cxd-Select-option {
|
|
93362
93655
|
cursor: pointer;
|
|
93363
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
93656
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93364
93657
|
display: flex;
|
|
93365
93658
|
}
|
|
93366
93659
|
|
|
@@ -93390,6 +93683,7 @@ title: Word Break
|
|
|
93390
93683
|
text-overflow: ellipsis;
|
|
93391
93684
|
overflow: hidden;
|
|
93392
93685
|
white-space: nowrap;
|
|
93686
|
+
width: 100%;
|
|
93393
93687
|
}
|
|
93394
93688
|
|
|
93395
93689
|
.amis-scope .cxd-Select-option.is-active {
|
|
@@ -93436,7 +93730,7 @@ title: Word Break
|
|
|
93436
93730
|
line-height: 1.4285714286;
|
|
93437
93731
|
font-size: 12px;
|
|
93438
93732
|
user-select: none;
|
|
93439
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
93733
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93440
93734
|
}
|
|
93441
93735
|
|
|
93442
93736
|
.amis-scope .cxd-Select-option-hl {
|
|
@@ -93446,7 +93740,7 @@ title: Word Break
|
|
|
93446
93740
|
.amis-scope .cxd-Select-addBtn {
|
|
93447
93741
|
display: block;
|
|
93448
93742
|
cursor: pointer;
|
|
93449
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
93743
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93450
93744
|
}
|
|
93451
93745
|
|
|
93452
93746
|
.amis-scope .cxd-Select-addBtn:hover {
|
|
@@ -93569,6 +93863,35 @@ title: Word Break
|
|
|
93569
93863
|
background: #ffffff;
|
|
93570
93864
|
}
|
|
93571
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
|
+
|
|
93572
93895
|
.amis-scope .cxd-Select.is-error {
|
|
93573
93896
|
border-color: #f33e3e;
|
|
93574
93897
|
background: #ffffff;
|
|
@@ -93935,7 +94258,7 @@ title: Word Break
|
|
|
93935
94258
|
|
|
93936
94259
|
.amis-scope .cxd-MapPicker-sugItem {
|
|
93937
94260
|
cursor: pointer;
|
|
93938
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
94261
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
93939
94262
|
}
|
|
93940
94263
|
|
|
93941
94264
|
.amis-scope .cxd-MapPicker-sugItem:hover {
|
|
@@ -94132,6 +94455,10 @@ title: Word Break
|
|
|
94132
94455
|
box-sizing: none;
|
|
94133
94456
|
}
|
|
94134
94457
|
|
|
94458
|
+
.amis-scope .cxd-DatePicker-input::placeholder {
|
|
94459
|
+
color: #b8babf;
|
|
94460
|
+
}
|
|
94461
|
+
|
|
94135
94462
|
.amis-scope .cxd-DatePicker .cxd-DatePicker-clear {
|
|
94136
94463
|
display: none;
|
|
94137
94464
|
}
|
|
@@ -94163,7 +94490,7 @@ title: Word Break
|
|
|
94163
94490
|
display: none;
|
|
94164
94491
|
}
|
|
94165
94492
|
|
|
94166
|
-
.amis-scope .cxd-DatePicker.is-focused {
|
|
94493
|
+
.amis-scope .cxd-DatePicker:not(.is-disabled).is-focused {
|
|
94167
94494
|
border-color: #144bcc;
|
|
94168
94495
|
box-shadow: none;
|
|
94169
94496
|
}
|
|
@@ -94397,14 +94724,18 @@ title: Word Break
|
|
|
94397
94724
|
background: #fff;
|
|
94398
94725
|
}
|
|
94399
94726
|
|
|
94400
|
-
.amis-scope .rdt .rdtPicker td.rdtDay:hover,
|
|
94401
|
-
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
|
|
94402
|
-
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
|
|
94403
|
-
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
|
|
94404
|
-
.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 {
|
|
94405
94732
|
background: #f7f7f9;
|
|
94406
94733
|
}
|
|
94407
94734
|
|
|
94735
|
+
.amis-scope .rdt .rdtPicker td.rdtToday:hover span {
|
|
94736
|
+
background: transparent;
|
|
94737
|
+
}
|
|
94738
|
+
|
|
94408
94739
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
|
94409
94740
|
background: rgba(36, 104, 242, 0.1);
|
|
94410
94741
|
}
|
|
@@ -94433,11 +94764,9 @@ title: Word Break
|
|
|
94433
94764
|
}
|
|
94434
94765
|
|
|
94435
94766
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
|
94436
|
-
background: transparent;
|
|
94437
94767
|
border-color: #144bcc;
|
|
94438
94768
|
}
|
|
94439
94769
|
|
|
94440
|
-
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
|
94441
94770
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
|
|
94442
94771
|
background: #f7f7f9;
|
|
94443
94772
|
}
|
|
@@ -94473,11 +94802,21 @@ title: Word Break
|
|
|
94473
94802
|
border-top: 1px solid #e8e9eb;
|
|
94474
94803
|
}
|
|
94475
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
|
+
|
|
94476
94815
|
.amis-scope .cxd-CalendarInputWrapper {
|
|
94477
94816
|
display: inline-block;
|
|
94478
94817
|
position: relative;
|
|
94479
94818
|
width: 4rem;
|
|
94480
|
-
height:
|
|
94819
|
+
height: 15.5rem;
|
|
94481
94820
|
overflow: auto;
|
|
94482
94821
|
}
|
|
94483
94822
|
|
|
@@ -94492,11 +94831,11 @@ title: Word Break
|
|
|
94492
94831
|
}
|
|
94493
94832
|
|
|
94494
94833
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsHours {
|
|
94495
|
-
height:
|
|
94834
|
+
height: 55.75rem;
|
|
94496
94835
|
}
|
|
94497
94836
|
|
|
94498
94837
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsTimes {
|
|
94499
|
-
height:
|
|
94838
|
+
height: 118.75rem;
|
|
94500
94839
|
border-left: 1px solid #e8e9eb;
|
|
94501
94840
|
}
|
|
94502
94841
|
|
|
@@ -94506,12 +94845,20 @@ title: Word Break
|
|
|
94506
94845
|
line-height: 28px;
|
|
94507
94846
|
}
|
|
94508
94847
|
|
|
94509
|
-
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight
|
|
94510
|
-
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
|
94848
|
+
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight {
|
|
94511
94849
|
color: #151b26;
|
|
94512
94850
|
background: #e6f0ff;
|
|
94513
94851
|
}
|
|
94514
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
|
+
|
|
94515
94862
|
.amis-scope .cxd-TimeRangeHeaderWrapper {
|
|
94516
94863
|
height: 40px;
|
|
94517
94864
|
padding-top: 10px;
|
|
@@ -94525,6 +94872,7 @@ title: Word Break
|
|
|
94525
94872
|
justify-content: space-between;
|
|
94526
94873
|
align-items: center;
|
|
94527
94874
|
padding: 0 12px;
|
|
94875
|
+
border-top: 1px solid #e8e9eb;
|
|
94528
94876
|
}
|
|
94529
94877
|
|
|
94530
94878
|
.amis-scope .cxd-TimeFooterWrapper .cxd-Button {
|
|
@@ -94666,7 +95014,7 @@ title: Word Break
|
|
|
94666
95014
|
}
|
|
94667
95015
|
|
|
94668
95016
|
.amis-scope .rdtBtnCancel {
|
|
94669
|
-
color: #
|
|
95017
|
+
color: #151b26;
|
|
94670
95018
|
background: #eaf6fe;
|
|
94671
95019
|
border-color: #e8e9eb;
|
|
94672
95020
|
box-shadow: none;
|
|
@@ -94735,7 +95083,6 @@ title: Word Break
|
|
|
94735
95083
|
display: table;
|
|
94736
95084
|
table-layout: fixed;
|
|
94737
95085
|
border-collapse: separate;
|
|
94738
|
-
border-bottom: 1px solid #e8e9eb;
|
|
94739
95086
|
height: 40px;
|
|
94740
95087
|
width: 100%;
|
|
94741
95088
|
margin-top: -8px;
|
|
@@ -94751,6 +95098,28 @@ title: Word Break
|
|
|
94751
95098
|
margin-left: 0.25rem;
|
|
94752
95099
|
}
|
|
94753
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
|
+
|
|
94754
95123
|
.amis-scope td.rdtMonth > span,
|
|
94755
95124
|
.amis-scope td.rdtYear > span,
|
|
94756
95125
|
.amis-scope td.rdtQuarter > span {
|
|
@@ -94764,24 +95133,31 @@ title: Word Break
|
|
|
94764
95133
|
}
|
|
94765
95134
|
|
|
94766
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
|
+
|
|
94767
95148
|
.amis-scope td.rdtMonth.rdtActive,
|
|
94768
95149
|
.amis-scope td.rdtMonth.rdtActive:hover,
|
|
94769
|
-
.amis-scope td.rdtYear:hover,
|
|
94770
95150
|
.amis-scope td.rdtYear.rdtActive,
|
|
94771
95151
|
.amis-scope td.rdtYear.rdtActive:hover,
|
|
94772
|
-
.amis-scope td.rdtQuarter:hover,
|
|
94773
95152
|
.amis-scope td.rdtQuarter.rdtActive,
|
|
94774
95153
|
.amis-scope td.rdtQuarter.rdtActive:hover {
|
|
94775
95154
|
background: transparent;
|
|
94776
95155
|
}
|
|
94777
95156
|
|
|
94778
|
-
.amis-scope td.rdtMonth:hover > span,
|
|
94779
95157
|
.amis-scope td.rdtMonth.rdtActive > span,
|
|
94780
95158
|
.amis-scope td.rdtMonth.rdtActive:hover > span,
|
|
94781
|
-
.amis-scope td.rdtYear:hover > span,
|
|
94782
95159
|
.amis-scope td.rdtYear.rdtActive > span,
|
|
94783
95160
|
.amis-scope td.rdtYear.rdtActive:hover > span,
|
|
94784
|
-
.amis-scope td.rdtQuarter:hover > span,
|
|
94785
95161
|
.amis-scope td.rdtQuarter.rdtActive > span,
|
|
94786
95162
|
.amis-scope td.rdtQuarter.rdtActive:hover > span {
|
|
94787
95163
|
background: #2468f2 !important;
|
|
@@ -94798,11 +95174,27 @@ title: Word Break
|
|
|
94798
95174
|
color: #b8babf;
|
|
94799
95175
|
}
|
|
94800
95176
|
|
|
94801
|
-
.amis-scope .
|
|
95177
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
|
94802
95178
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(36, 104, 242, 0.1) 51%, rgba(36, 104, 242, 0.1) 100%);
|
|
94803
95179
|
}
|
|
94804
95180
|
|
|
94805
|
-
.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 {
|
|
94806
95198
|
background: linear-gradient(to right, rgba(36, 104, 242, 0.1) 0%, rgba(36, 104, 242, 0.1) 50%, transparent 51%, transparent 100%);
|
|
94807
95199
|
}
|
|
94808
95200
|
|
|
@@ -94819,12 +95211,7 @@ title: Word Break
|
|
|
94819
95211
|
flex-wrap: nowrap;
|
|
94820
95212
|
border: 0.0625rem solid #e8e9eb;
|
|
94821
95213
|
font-size: 12px;
|
|
94822
|
-
padding:
|
|
94823
|
-
(
|
|
94824
|
-
2rem - 1.4285714286 *
|
|
94825
|
-
12px
|
|
94826
|
-
) / 2 - 0.0625rem
|
|
94827
|
-
) 0.75rem;
|
|
95214
|
+
padding: 0 0.75rem;
|
|
94828
95215
|
height: 2rem;
|
|
94829
95216
|
outline: none;
|
|
94830
95217
|
border-radius: 0.25rem;
|
|
@@ -94846,10 +95233,6 @@ title: Word Break
|
|
|
94846
95233
|
display: none;
|
|
94847
95234
|
}
|
|
94848
95235
|
|
|
94849
|
-
.amis-scope .cxd-DateRangePicker:not(.is-disabled) {
|
|
94850
|
-
cursor: pointer;
|
|
94851
|
-
}
|
|
94852
|
-
|
|
94853
95236
|
.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
|
|
94854
95237
|
background: #fff;
|
|
94855
95238
|
border-color: #2468f2;
|
|
@@ -94863,27 +95246,40 @@ title: Word Break
|
|
|
94863
95246
|
display: none;
|
|
94864
95247
|
}
|
|
94865
95248
|
|
|
94866
|
-
.amis-scope .cxd-DateRangePicker.is-focused {
|
|
95249
|
+
.amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused {
|
|
94867
95250
|
border-color: #144bcc;
|
|
94868
95251
|
box-shadow: none;
|
|
94869
95252
|
}
|
|
94870
95253
|
|
|
94871
95254
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
|
|
94872
95255
|
border: none;
|
|
94873
|
-
border-bottom:
|
|
95256
|
+
border-bottom: 2px solid transparent;
|
|
94874
95257
|
outline: none;
|
|
94875
95258
|
padding: 0;
|
|
94876
95259
|
background: 0;
|
|
94877
95260
|
flex: 1;
|
|
94878
95261
|
width: 50%;
|
|
95262
|
+
line-height: 1.875rem;
|
|
95263
|
+
}
|
|
95264
|
+
|
|
95265
|
+
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
|
|
95266
|
+
color: #b8babf;
|
|
94879
95267
|
}
|
|
94880
95268
|
|
|
94881
95269
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input.isActive {
|
|
94882
|
-
border-bottom:
|
|
95270
|
+
border-bottom: 2px solid #2468f2;
|
|
94883
95271
|
}
|
|
94884
95272
|
|
|
94885
95273
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input-separator {
|
|
94886
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;
|
|
94887
95283
|
}
|
|
94888
95284
|
|
|
94889
95285
|
.amis-scope .cxd-DateRangePicker.is-disabled {
|
|
@@ -94965,10 +95361,14 @@ title: Word Break
|
|
|
94965
95361
|
padding: 0;
|
|
94966
95362
|
}
|
|
94967
95363
|
|
|
95364
|
+
.amis-scope .cxd-DateRangePicker-picker-wrap {
|
|
95365
|
+
display: flex;
|
|
95366
|
+
}
|
|
95367
|
+
|
|
94968
95368
|
.amis-scope .cxd-DateRangePicker-start,
|
|
94969
95369
|
.amis-scope .cxd-DateRangePicker-end {
|
|
94970
|
-
display:
|
|
94971
|
-
|
|
95370
|
+
display: flex;
|
|
95371
|
+
flex: 1;
|
|
94972
95372
|
}
|
|
94973
95373
|
|
|
94974
95374
|
.amis-scope .cxd-DateRangePicker-start .rdtPicker,
|
|
@@ -95668,11 +96068,11 @@ title: Word Break
|
|
|
95668
96068
|
}
|
|
95669
96069
|
|
|
95670
96070
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover {
|
|
95671
|
-
color: #
|
|
96071
|
+
color: #151b26;
|
|
95672
96072
|
}
|
|
95673
96073
|
|
|
95674
96074
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
|
|
95675
|
-
fill: #
|
|
96075
|
+
fill: #151b26;
|
|
95676
96076
|
}
|
|
95677
96077
|
|
|
95678
96078
|
.amis-scope .cxd-EditorControl--sm {
|
|
@@ -96218,6 +96618,7 @@ title: Word Break
|
|
|
96218
96618
|
|
|
96219
96619
|
.amis-scope .cxd-Tree-itemLabel {
|
|
96220
96620
|
display: flex;
|
|
96621
|
+
flex-direction: row;
|
|
96221
96622
|
align-items: center;
|
|
96222
96623
|
position: relative;
|
|
96223
96624
|
user-select: none;
|
|
@@ -96235,15 +96636,32 @@ title: Word Break
|
|
|
96235
96636
|
align-self: center;
|
|
96236
96637
|
}
|
|
96237
96638
|
|
|
96238
|
-
.amis-scope .cxd-Tree-itemLabel
|
|
96239
|
-
|
|
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;
|
|
96240
96651
|
}
|
|
96241
96652
|
|
|
96242
96653
|
.amis-scope .cxd-Tree-item .is-checked {
|
|
96243
|
-
background: #e6f0ff;
|
|
96244
96654
|
border-radius: 0.125rem;
|
|
96245
96655
|
}
|
|
96246
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
|
+
|
|
96247
96665
|
.amis-scope .cxd-Tree-item .is-disabled {
|
|
96248
96666
|
color: #b8babf;
|
|
96249
96667
|
background: none;
|
|
@@ -96307,7 +96725,7 @@ title: Word Break
|
|
|
96307
96725
|
border: 0.0625rem solid #e8e9eb;
|
|
96308
96726
|
border-radius: 0.25rem;
|
|
96309
96727
|
line-height: 1.4285714286;
|
|
96310
|
-
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;
|
|
96311
96729
|
font-size: 14px;
|
|
96312
96730
|
}
|
|
96313
96731
|
|
|
@@ -96349,7 +96767,7 @@ title: Word Break
|
|
|
96349
96767
|
cursor: pointer;
|
|
96350
96768
|
width: 1rem;
|
|
96351
96769
|
display: inline-flex;
|
|
96352
|
-
margin-right: 0.
|
|
96770
|
+
margin-right: 0.5rem;
|
|
96353
96771
|
}
|
|
96354
96772
|
|
|
96355
96773
|
.amis-scope .cxd-Tree-itemArrow > svg {
|
|
@@ -96358,6 +96776,7 @@ title: Word Break
|
|
|
96358
96776
|
display: block;
|
|
96359
96777
|
transition: transform 0s;
|
|
96360
96778
|
top: 0;
|
|
96779
|
+
color: #84868c;
|
|
96361
96780
|
}
|
|
96362
96781
|
|
|
96363
96782
|
.amis-scope .cxd-Tree-itemArrow.is-folded > svg {
|
|
@@ -96394,8 +96813,15 @@ title: Word Break
|
|
|
96394
96813
|
.amis-scope .cxd-Tree-itemText {
|
|
96395
96814
|
cursor: pointer;
|
|
96396
96815
|
flex: 1 auto;
|
|
96816
|
+
display: inline-block;
|
|
96397
96817
|
color: #151b26;
|
|
96398
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;
|
|
96399
96825
|
}
|
|
96400
96826
|
|
|
96401
96827
|
.amis-scope .is-disabled .cxd-Tree-itemText {
|
|
@@ -96465,7 +96891,7 @@ title: Word Break
|
|
|
96465
96891
|
2rem - 1.4285714286 *
|
|
96466
96892
|
14px - 0.125rem
|
|
96467
96893
|
) / 2
|
|
96468
|
-
) 0.
|
|
96894
|
+
) 0.75rem;
|
|
96469
96895
|
font-size: 14px;
|
|
96470
96896
|
flex-wrap: wrap;
|
|
96471
96897
|
justify-content: flex-start;
|
|
@@ -96588,7 +97014,7 @@ title: Word Break
|
|
|
96588
97014
|
.amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
|
|
96589
97015
|
background: #fff;
|
|
96590
97016
|
border: 0.0625rem solid #144bcc;
|
|
96591
|
-
padding: 0.25rem 0.
|
|
97017
|
+
padding: 0.25rem 0.75rem;
|
|
96592
97018
|
border-radius: 0;
|
|
96593
97019
|
margin-top: -1px;
|
|
96594
97020
|
max-height: 400px;
|
|
@@ -97101,7 +97527,7 @@ title: Word Break
|
|
|
97101
97527
|
2rem - 1.4285714286 *
|
|
97102
97528
|
14px - 0.125rem
|
|
97103
97529
|
) / 2
|
|
97104
|
-
) 0.
|
|
97530
|
+
) 0.75rem;
|
|
97105
97531
|
font-size: 14px;
|
|
97106
97532
|
flex-wrap: wrap;
|
|
97107
97533
|
justify-content: flex-start;
|
|
@@ -97221,11 +97647,19 @@ title: Word Break
|
|
|
97221
97647
|
user-select: none;
|
|
97222
97648
|
position: absolute;
|
|
97223
97649
|
line-height: 1.4285714286;
|
|
97650
|
+
padding: calc(
|
|
97651
|
+
(
|
|
97652
|
+
2rem - 1.4285714286 *
|
|
97653
|
+
14px - 0.125rem
|
|
97654
|
+
) / 2
|
|
97655
|
+
) 0.75rem;
|
|
97224
97656
|
}
|
|
97225
97657
|
|
|
97226
97658
|
.amis-scope .cxd-Picker-input {
|
|
97227
97659
|
min-height: 2rem;
|
|
97228
97660
|
height: auto;
|
|
97661
|
+
padding: 0;
|
|
97662
|
+
flex-wrap: nowrap;
|
|
97229
97663
|
}
|
|
97230
97664
|
|
|
97231
97665
|
.amis-scope .cxd-Picker .cxd-Picker-values {
|
|
@@ -97235,6 +97669,12 @@ title: Word Break
|
|
|
97235
97669
|
.amis-scope .cxd-Picker-valueWrap {
|
|
97236
97670
|
flex-grow: 1;
|
|
97237
97671
|
position: relative;
|
|
97672
|
+
padding: calc(
|
|
97673
|
+
(
|
|
97674
|
+
2rem - 1.4285714286 *
|
|
97675
|
+
14px - 0.125rem
|
|
97676
|
+
) / 2
|
|
97677
|
+
) 0.75rem;
|
|
97238
97678
|
}
|
|
97239
97679
|
|
|
97240
97680
|
.amis-scope .cxd-Picker-valueWrap > input {
|
|
@@ -97280,6 +97720,10 @@ title: Word Break
|
|
|
97280
97720
|
.amis-scope .cxd-Picker-btn {
|
|
97281
97721
|
cursor: pointer;
|
|
97282
97722
|
color: #999;
|
|
97723
|
+
flex: 30px 0 0;
|
|
97724
|
+
display: flex;
|
|
97725
|
+
align-items: center;
|
|
97726
|
+
justify-content: center;
|
|
97283
97727
|
}
|
|
97284
97728
|
|
|
97285
97729
|
.amis-scope .cxd-Picker-btn:hover {
|
|
@@ -97475,7 +97919,7 @@ title: Word Break
|
|
|
97475
97919
|
line-height: 1;
|
|
97476
97920
|
cursor: pointer;
|
|
97477
97921
|
user-select: none;
|
|
97478
|
-
color: #
|
|
97922
|
+
color: #e8e9eb;
|
|
97479
97923
|
}
|
|
97480
97924
|
|
|
97481
97925
|
.amis-scope .cxd-Rating-star-half > svg.icon,
|
|
@@ -97506,8 +97950,8 @@ title: Word Break
|
|
|
97506
97950
|
}
|
|
97507
97951
|
|
|
97508
97952
|
.amis-scope .cxd-Rating-text {
|
|
97509
|
-
font-size:
|
|
97510
|
-
color: #
|
|
97953
|
+
font-size: 14px;
|
|
97954
|
+
color: #151b26;
|
|
97511
97955
|
font-weight: 400;
|
|
97512
97956
|
}
|
|
97513
97957
|
|
|
@@ -97583,6 +98027,7 @@ title: Word Break
|
|
|
97583
98027
|
max-height: 100%;
|
|
97584
98028
|
overflow: auto;
|
|
97585
98029
|
position: relative;
|
|
98030
|
+
padding: 0;
|
|
97586
98031
|
}
|
|
97587
98032
|
|
|
97588
98033
|
.amis-scope .cxd-Transfer-select > .cxd-ChainedSelection {
|
|
@@ -97614,10 +98059,6 @@ title: Word Break
|
|
|
97614
98059
|
overflow: hidden;
|
|
97615
98060
|
}
|
|
97616
98061
|
|
|
97617
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
|
97618
|
-
border-top: 1px solid #e8e9eb;
|
|
97619
|
-
}
|
|
97620
|
-
|
|
97621
98062
|
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
|
97622
98063
|
height: 100%;
|
|
97623
98064
|
display: flex;
|
|
@@ -97843,6 +98284,12 @@ title: Word Break
|
|
|
97843
98284
|
position: relative;
|
|
97844
98285
|
}
|
|
97845
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
|
+
|
|
97846
98293
|
.amis-scope .cxd-NestedSelect {
|
|
97847
98294
|
position: relative;
|
|
97848
98295
|
}
|
|
@@ -97880,7 +98327,7 @@ title: Word Break
|
|
|
97880
98327
|
line-height: 1.4285714286;
|
|
97881
98328
|
font-size: 12px;
|
|
97882
98329
|
user-select: none;
|
|
97883
|
-
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.
|
|
98330
|
+
padding: calc( ( 1.5rem - 1.4285714286 * 14px ) / 2 ) 0.75rem;
|
|
97884
98331
|
}
|
|
97885
98332
|
|
|
97886
98333
|
.amis-scope .cxd-NestedSelect-menu {
|
|
@@ -98089,7 +98536,7 @@ title: Word Break
|
|
|
98089
98536
|
2rem - 1.4285714286 *
|
|
98090
98537
|
14px - 0.125rem
|
|
98091
98538
|
) / 2
|
|
98092
|
-
) 0.
|
|
98539
|
+
) 0.75rem;
|
|
98093
98540
|
font-size: 14px;
|
|
98094
98541
|
flex-wrap: wrap;
|
|
98095
98542
|
justify-content: flex-start;
|
|
@@ -98353,7 +98800,7 @@ title: Word Break
|
|
|
98353
98800
|
2rem - 1.4285714286 *
|
|
98354
98801
|
14px - 0.125rem
|
|
98355
98802
|
) / 2
|
|
98356
|
-
) 0.
|
|
98803
|
+
) 0.75rem;
|
|
98357
98804
|
}
|
|
98358
98805
|
|
|
98359
98806
|
.amis-scope .cxd-Form-static--borderHalf {
|
|
@@ -98364,12 +98811,12 @@ title: Word Break
|
|
|
98364
98811
|
2rem - 1.4285714286 *
|
|
98365
98812
|
14px - 0.125rem
|
|
98366
98813
|
) / 2
|
|
98367
|
-
) 0.
|
|
98814
|
+
) 0.75rem;
|
|
98368
98815
|
}
|
|
98369
98816
|
|
|
98370
98817
|
.amis-scope .cxd-Form-label {
|
|
98371
98818
|
font-weight: 400;
|
|
98372
|
-
margin-bottom: 0.
|
|
98819
|
+
margin-bottom: 0.5rem;
|
|
98373
98820
|
position: relative;
|
|
98374
98821
|
font-size: 14px;
|
|
98375
98822
|
color: #5c5f66;
|
|
@@ -98488,6 +98935,10 @@ title: Word Break
|
|
|
98488
98935
|
color: #f33e3e;
|
|
98489
98936
|
}
|
|
98490
98937
|
|
|
98938
|
+
.amis-scope .cxd-Form-item .cxd-Form-control--withSize > .cxd-ResultBox {
|
|
98939
|
+
display: flex;
|
|
98940
|
+
}
|
|
98941
|
+
|
|
98491
98942
|
.amis-scope .cxd-Form-placeholder {
|
|
98492
98943
|
color: #b8babf;
|
|
98493
98944
|
}
|
|
@@ -98980,7 +99431,7 @@ title: Word Break
|
|
|
98980
99431
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
|
98981
99432
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
98982
99433
|
border: none;
|
|
98983
|
-
padding: 0 0.
|
|
99434
|
+
padding: 0 0.75rem 0 0;
|
|
98984
99435
|
box-shadow: none;
|
|
98985
99436
|
}
|
|
98986
99437
|
|
|
@@ -99020,7 +99471,7 @@ title: Word Break
|
|
|
99020
99471
|
}
|
|
99021
99472
|
|
|
99022
99473
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-groupColumn > .cxd-Form-item {
|
|
99023
|
-
padding-bottom: 0.
|
|
99474
|
+
padding-bottom: 0.75rem;
|
|
99024
99475
|
}
|
|
99025
99476
|
}
|
|
99026
99477
|
|
|
@@ -99454,7 +99905,7 @@ title: Word Break
|
|
|
99454
99905
|
margin: 0;
|
|
99455
99906
|
padding: 0;
|
|
99456
99907
|
width: 8.75rem;
|
|
99457
|
-
border-
|
|
99908
|
+
border-left: 0.125rem solid #d3dae0;
|
|
99458
99909
|
padding-bottom: 3.75rem;
|
|
99459
99910
|
}
|
|
99460
99911
|
|
|
@@ -99466,27 +99917,44 @@ title: Word Break
|
|
|
99466
99917
|
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
|
99467
99918
|
display: block;
|
|
99468
99919
|
border: 0.0625rem solid transparent;
|
|
99469
|
-
border-width: 0 0
|
|
99470
|
-
color: #
|
|
99471
|
-
padding: 0
|
|
99472
|
-
|
|
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;
|
|
99473
99925
|
outline: none;
|
|
99474
|
-
text-align:
|
|
99926
|
+
text-align: left;
|
|
99475
99927
|
text-decoration: none;
|
|
99476
99928
|
cursor: pointer;
|
|
99477
99929
|
margin: 0;
|
|
99930
|
+
margin-left: -0.125rem;
|
|
99931
|
+
height: 2rem;
|
|
99932
|
+
line-height: 2rem;
|
|
99478
99933
|
}
|
|
99479
99934
|
|
|
99480
99935
|
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
|
99481
99936
|
color: #2468f2;
|
|
99482
99937
|
}
|
|
99483
99938
|
|
|
99484
|
-
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link
|
|
99485
|
-
|
|
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 {
|
|
99486
99944
|
color: #2468f2;
|
|
99487
99945
|
border-color: #2468f2;
|
|
99488
99946
|
}
|
|
99489
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
|
+
|
|
99490
99958
|
.amis-scope .cxd-AnchorNav--horizontal {
|
|
99491
99959
|
flex-direction: column;
|
|
99492
99960
|
}
|
|
@@ -99512,7 +99980,7 @@ title: Word Break
|
|
|
99512
99980
|
border-width: 0 0 0.125rem 0;
|
|
99513
99981
|
border-top-left-radius: 0.25rem;
|
|
99514
99982
|
border-top-right-radius: 0.25rem;
|
|
99515
|
-
color: #
|
|
99983
|
+
color: #151b26;
|
|
99516
99984
|
margin: 0 0.1875rem 0 0;
|
|
99517
99985
|
padding: 0.5rem 0.75rem;
|
|
99518
99986
|
text-decoration: none;
|
|
@@ -100299,7 +100767,7 @@ title: Word Break
|
|
|
100299
100767
|
2rem - 1.4285714286 *
|
|
100300
100768
|
14px - 0.125rem
|
|
100301
100769
|
) / 2
|
|
100302
|
-
) 0.
|
|
100770
|
+
) 0.75rem;
|
|
100303
100771
|
border-radius: 0.25rem;
|
|
100304
100772
|
background-color: #fff;
|
|
100305
100773
|
height: 2rem;
|
|
@@ -100361,6 +100829,10 @@ title: Word Break
|
|
|
100361
100829
|
background-color: #e6e6e8;
|
|
100362
100830
|
}
|
|
100363
100831
|
|
|
100832
|
+
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-line-icon {
|
|
100833
|
+
left: 0.75rem;
|
|
100834
|
+
}
|
|
100835
|
+
|
|
100364
100836
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round {
|
|
100365
100837
|
position: absolute;
|
|
100366
100838
|
width: 0.5rem;
|
|
@@ -100407,11 +100879,20 @@ title: Word Break
|
|
|
100407
100879
|
}
|
|
100408
100880
|
|
|
100409
100881
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-title {
|
|
100882
|
+
display: flex;
|
|
100410
100883
|
color: #151a26;
|
|
100411
100884
|
font-size: var(--Timeline--font-size);
|
|
100412
100885
|
margin-bottom: 0.25rem;
|
|
100413
100886
|
}
|
|
100414
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
|
+
|
|
100415
100896
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-button {
|
|
100416
100897
|
display: flex;
|
|
100417
100898
|
cursor: pointer;
|
|
@@ -100432,6 +100913,7 @@ title: Word Break
|
|
|
100432
100913
|
|
|
100433
100914
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
|
100434
100915
|
display: block;
|
|
100916
|
+
border-radius: 0.25rem;
|
|
100435
100917
|
max-width: 18.75rem;
|
|
100436
100918
|
font-size: var(--Timeline--font-size);
|
|
100437
100919
|
padding: 0.625rem;
|
|
@@ -100483,7 +100965,7 @@ title: Word Break
|
|
|
100483
100965
|
position: absolute;
|
|
100484
100966
|
height: 0.125rem;
|
|
100485
100967
|
width: calc(100% - 0.8125rem);
|
|
100486
|
-
left: 1.
|
|
100968
|
+
left: 1.125rem;
|
|
100487
100969
|
top: 0.8125rem;
|
|
100488
100970
|
background-color: #e6e6e8;
|
|
100489
100971
|
}
|
|
@@ -100523,6 +101005,7 @@ title: Word Break
|
|
|
100523
101005
|
}
|
|
100524
101006
|
|
|
100525
101007
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content {
|
|
101008
|
+
margin-top: -0.1875rem;
|
|
100526
101009
|
padding-bottom: 1rem;
|
|
100527
101010
|
margin-left: 0.125rem;
|
|
100528
101011
|
}
|
|
@@ -100559,6 +101042,7 @@ title: Word Break
|
|
|
100559
101042
|
|
|
100560
101043
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-content .cxd-TimelineItem-detail .cxd-TimelineItem-detail-visible {
|
|
100561
101044
|
display: block;
|
|
101045
|
+
border-radius: 0.25rem;
|
|
100562
101046
|
max-width: 18.75rem;
|
|
100563
101047
|
font-size: var(--Timeline--font-size);
|
|
100564
101048
|
padding: 0.625rem;
|
|
@@ -100611,7 +101095,7 @@ title: Word Break
|
|
|
100611
101095
|
}
|
|
100612
101096
|
|
|
100613
101097
|
.amis-scope .cxd-Tag--normal--inactive {
|
|
100614
|
-
background: #
|
|
101098
|
+
background: #b8babf;
|
|
100615
101099
|
}
|
|
100616
101100
|
|
|
100617
101101
|
.amis-scope .cxd-Tag--normal--active {
|
|
@@ -100619,19 +101103,19 @@ title: Word Break
|
|
|
100619
101103
|
}
|
|
100620
101104
|
|
|
100621
101105
|
.amis-scope .cxd-Tag--normal--processing {
|
|
100622
|
-
background: #
|
|
101106
|
+
background: #528eff;
|
|
100623
101107
|
}
|
|
100624
101108
|
|
|
100625
101109
|
.amis-scope .cxd-Tag--normal--success {
|
|
100626
|
-
background: #
|
|
101110
|
+
background: #30bf13;
|
|
100627
101111
|
}
|
|
100628
101112
|
|
|
100629
101113
|
.amis-scope .cxd-Tag--normal--error {
|
|
100630
|
-
background: #
|
|
101114
|
+
background: #f33e3e;
|
|
100631
101115
|
}
|
|
100632
101116
|
|
|
100633
101117
|
.amis-scope .cxd-Tag--normal--warning {
|
|
100634
|
-
background: #
|
|
101118
|
+
background: #ff9326;
|
|
100635
101119
|
}
|
|
100636
101120
|
|
|
100637
101121
|
.amis-scope .cxd-Tag--rounded {
|
|
@@ -100643,8 +101127,8 @@ title: Word Break
|
|
|
100643
101127
|
}
|
|
100644
101128
|
|
|
100645
101129
|
.amis-scope .cxd-Tag--rounded--inactive {
|
|
100646
|
-
border-color: #
|
|
100647
|
-
color: #
|
|
101130
|
+
border-color: #b8babf;
|
|
101131
|
+
color: #b8babf;
|
|
100648
101132
|
}
|
|
100649
101133
|
|
|
100650
101134
|
.amis-scope .cxd-Tag--rounded--active {
|
|
@@ -100653,23 +101137,23 @@ title: Word Break
|
|
|
100653
101137
|
}
|
|
100654
101138
|
|
|
100655
101139
|
.amis-scope .cxd-Tag--rounded--processing {
|
|
100656
|
-
border-color: #
|
|
100657
|
-
color: #
|
|
101140
|
+
border-color: #528eff;
|
|
101141
|
+
color: #528eff;
|
|
100658
101142
|
}
|
|
100659
101143
|
|
|
100660
101144
|
.amis-scope .cxd-Tag--rounded--success {
|
|
100661
|
-
border-color: #
|
|
100662
|
-
color: #
|
|
101145
|
+
border-color: #30bf13;
|
|
101146
|
+
color: #30bf13;
|
|
100663
101147
|
}
|
|
100664
101148
|
|
|
100665
101149
|
.amis-scope .cxd-Tag--rounded--error {
|
|
100666
|
-
border-color: #
|
|
100667
|
-
color: #
|
|
101150
|
+
border-color: #f33e3e;
|
|
101151
|
+
color: #f33e3e;
|
|
100668
101152
|
}
|
|
100669
101153
|
|
|
100670
101154
|
.amis-scope .cxd-Tag--rounded--warning {
|
|
100671
|
-
border-color: #
|
|
100672
|
-
color: #
|
|
101155
|
+
border-color: #ff9326;
|
|
101156
|
+
color: #ff9326;
|
|
100673
101157
|
}
|
|
100674
101158
|
|
|
100675
101159
|
.amis-scope .cxd-Tag--status {
|
|
@@ -100677,7 +101161,7 @@ title: Word Break
|
|
|
100677
101161
|
}
|
|
100678
101162
|
|
|
100679
101163
|
.amis-scope .cxd-Tag--status--inactive .cxd-Tag--prev {
|
|
100680
|
-
color: #
|
|
101164
|
+
color: #b8babf;
|
|
100681
101165
|
}
|
|
100682
101166
|
|
|
100683
101167
|
.amis-scope .cxd-Tag--status--active .cxd-Tag--prev {
|
|
@@ -100685,19 +101169,19 @@ title: Word Break
|
|
|
100685
101169
|
}
|
|
100686
101170
|
|
|
100687
101171
|
.amis-scope .cxd-Tag--status--processing .cxd-Tag--prev {
|
|
100688
|
-
color: #
|
|
101172
|
+
color: #528eff;
|
|
100689
101173
|
}
|
|
100690
101174
|
|
|
100691
101175
|
.amis-scope .cxd-Tag--status--success .cxd-Tag--prev {
|
|
100692
|
-
color: #
|
|
101176
|
+
color: #30bf13;
|
|
100693
101177
|
}
|
|
100694
101178
|
|
|
100695
101179
|
.amis-scope .cxd-Tag--status--error .cxd-Tag--prev {
|
|
100696
|
-
color: #
|
|
101180
|
+
color: #f33e3e;
|
|
100697
101181
|
}
|
|
100698
101182
|
|
|
100699
101183
|
.amis-scope .cxd-Tag--status--warning .cxd-Tag--prev {
|
|
100700
|
-
color: #
|
|
101184
|
+
color: #ff9326;
|
|
100701
101185
|
}
|
|
100702
101186
|
|
|
100703
101187
|
.amis-scope .cxd-Tag--status:not(.cxd-Tag--status--processing):not(.cxd-Tag--status--active) .icon-dot #dotWave {
|
|
@@ -100889,7 +101373,7 @@ title: Word Break
|
|
|
100889
101373
|
}
|
|
100890
101374
|
|
|
100891
101375
|
.AMISDebug-toggle i {
|
|
100892
|
-
color: #
|
|
101376
|
+
color: #151b26;
|
|
100893
101377
|
}
|
|
100894
101378
|
|
|
100895
101379
|
.AMISDebug-toggle:hover i {
|
|
@@ -101028,10 +101512,6 @@ title: Word Break
|
|
|
101028
101512
|
padding: 0.3125rem 0.75rem;
|
|
101029
101513
|
}
|
|
101030
101514
|
|
|
101031
|
-
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option.is-highlight:hover > span {
|
|
101032
|
-
color: #2468f2;
|
|
101033
|
-
}
|
|
101034
|
-
|
|
101035
101515
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option svg {
|
|
101036
101516
|
color: #84868c;
|
|
101037
101517
|
}
|
|
@@ -101183,12 +101663,11 @@ title: Word Break
|
|
|
101183
101663
|
}
|
|
101184
101664
|
|
|
101185
101665
|
.amis-scope .cxd-Modal-content {
|
|
101186
|
-
padding: 1.5rem;
|
|
101666
|
+
padding: 1.5rem 0;
|
|
101187
101667
|
border-radius: 0.375rem;
|
|
101188
101668
|
}
|
|
101189
101669
|
|
|
101190
101670
|
.amis-scope .cxd-Modal-body {
|
|
101191
|
-
padding: 1rem 0 1.5rem 0;
|
|
101192
101671
|
font-size: 12px;
|
|
101193
101672
|
font-weight: 400;
|
|
101194
101673
|
}
|
|
@@ -101224,7 +101703,7 @@ title: Word Break
|
|
|
101224
101703
|
}
|
|
101225
101704
|
|
|
101226
101705
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
|
|
101227
|
-
margin-left:
|
|
101706
|
+
margin-left: 0.75rem;
|
|
101228
101707
|
}
|
|
101229
101708
|
|
|
101230
101709
|
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|