amis 2.7.3-beta.0 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/esm/Schema.d.ts +1 -1
- package/esm/compat.js +1 -1
- package/esm/index.d.ts +2 -0
- package/esm/index.js +3 -1
- package/esm/preset.js +1 -1
- package/esm/renderers/Action.d.ts +8 -12
- package/esm/renderers/Action.js +9 -4
- package/esm/renderers/Alert.d.ts +1 -1
- 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 +3 -3
- 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 +3 -3
- package/esm/renderers/CRUD.js +10 -9
- package/esm/renderers/CRUD2.d.ts +3 -2
- package/esm/renderers/CRUD2.js +53 -22
- package/esm/renderers/Calendar.d.ts +0 -1
- package/esm/renderers/Calendar.js +1 -1
- package/esm/renderers/Card.d.ts +1 -1
- package/esm/renderers/Card.js +17 -11
- package/esm/renderers/Card2.js +1 -1
- package/esm/renderers/Cards.js +1 -1
- package/esm/renderers/Carousel.d.ts +20 -1
- package/esm/renderers/Carousel.js +97 -23
- package/esm/renderers/Chart.js +34 -24
- package/esm/renderers/Code.js +25 -15
- 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.d.ts +5 -0
- package/esm/renderers/Copyable.js +10 -7
- package/esm/renderers/Custom.js +3 -3
- package/esm/renderers/Date.js +1 -1
- package/esm/renderers/DateRange.js +3 -3
- package/esm/renderers/Dialog.d.ts +222 -252
- package/esm/renderers/Dialog.js +13 -11
- package/esm/renderers/Divider.js +1 -1
- package/esm/renderers/Drawer.js +11 -10
- package/esm/renderers/DropDownButton.d.ts +2 -1
- package/esm/renderers/DropDownButton.js +8 -10
- package/esm/renderers/Each.js +1 -1
- package/esm/renderers/Flex.js +5 -4
- package/esm/renderers/Form/ButtonGroupSelect.d.ts +1 -3
- package/esm/renderers/Form/ButtonGroupSelect.js +2 -1
- package/esm/renderers/Form/ButtonToolbar.js +1 -1
- package/esm/renderers/Form/ChainedSelect.d.ts +7 -6
- package/esm/renderers/Form/ChainedSelect.js +13 -11
- package/esm/renderers/Form/ChartRadios.js +1 -1
- package/esm/renderers/Form/Checkbox.js +1 -1
- package/esm/renderers/Form/Checkboxes.js +1 -1
- package/esm/renderers/Form/Combo.d.ts +1 -3
- package/esm/renderers/Form/Combo.js +40 -20
- package/esm/renderers/Form/ConditionBuilder.js +1 -1
- package/esm/renderers/Form/Control.js +1 -1
- package/esm/renderers/Form/DiffEditor.d.ts +856 -156
- package/esm/renderers/Form/DiffEditor.js +1 -1
- package/esm/renderers/Form/Editor.d.ts +862 -158
- 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.d.ts +3 -9
- package/esm/renderers/Form/Group.js +1 -1
- 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/IconSelect.js +2 -2
- package/esm/renderers/Form/IconSelectStore.js +1 -1
- package/esm/renderers/Form/InputArray.js +1 -1
- package/esm/renderers/Form/InputCity.d.ts +326 -336
- package/esm/renderers/Form/InputCity.js +1 -1
- package/esm/renderers/Form/InputColor.d.ts +245 -253
- package/esm/renderers/Form/InputColor.js +1 -1
- package/esm/renderers/Form/InputDate.d.ts +7 -6
- package/esm/renderers/Form/InputDate.js +28 -15
- package/esm/renderers/Form/InputDateRange.js +1 -1
- package/esm/renderers/Form/InputExcel.d.ts +4 -0
- package/esm/renderers/Form/InputExcel.js +23 -13
- package/esm/renderers/Form/InputFile.js +4 -4
- package/esm/renderers/Form/InputFormula.js +1 -1
- package/esm/renderers/Form/InputGroup.d.ts +29 -2
- package/esm/renderers/Form/InputGroup.js +70 -6
- package/esm/renderers/Form/InputImage.d.ts +1 -0
- package/esm/renderers/Form/InputImage.js +7 -6
- package/esm/renderers/Form/InputMonthRange.d.ts +0 -1
- package/esm/renderers/Form/InputMonthRange.js +1 -1
- package/esm/renderers/Form/InputNumber.d.ts +4 -0
- package/esm/renderers/Form/InputNumber.js +33 -19
- package/esm/renderers/Form/InputQuarterRange.d.ts +0 -1
- package/esm/renderers/Form/InputQuarterRange.js +1 -1
- package/esm/renderers/Form/InputRange.js +5 -5
- 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 +16 -5
- package/esm/renderers/Form/InputTable.js +120 -47
- package/esm/renderers/Form/InputTag.js +1 -1
- package/esm/renderers/Form/InputText.js +1 -1
- package/esm/renderers/Form/InputTree.d.ts +54 -2
- package/esm/renderers/Form/InputTree.js +78 -10
- package/esm/renderers/Form/InputYearRange.d.ts +0 -1
- package/esm/renderers/Form/InputYearRange.js +1 -1
- package/esm/renderers/Form/JSONSchema.js +1 -1
- package/esm/renderers/Form/JSONSchemaEditor.d.ts +22 -1
- package/esm/renderers/Form/JSONSchemaEditor.js +21 -5
- 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 +1 -1
- package/esm/renderers/Form/Picker.js +1 -1
- package/esm/renderers/Form/Radios.js +1 -1
- package/esm/renderers/Form/Select.d.ts +13 -0
- package/esm/renderers/Form/Select.js +6 -6
- package/esm/renderers/Form/Static.d.ts +1 -0
- package/esm/renderers/Form/Static.js +4 -3
- package/esm/renderers/Form/StaticHoc.d.ts +1 -1
- package/esm/renderers/Form/StaticHoc.js +13 -8
- package/esm/renderers/Form/Switch.js +1 -1
- package/esm/renderers/Form/TabsTransfer.d.ts +0 -1
- package/esm/renderers/Form/TabsTransfer.js +1 -1
- package/esm/renderers/Form/TabsTransferPicker.d.ts +0 -1
- package/esm/renderers/Form/TabsTransferPicker.js +1 -1
- package/esm/renderers/Form/Textarea.js +1 -1
- package/esm/renderers/Form/Transfer.d.ts +7 -0
- package/esm/renderers/Form/Transfer.js +6 -3
- package/esm/renderers/Form/TransferPicker.d.ts +0 -1
- package/esm/renderers/Form/TransferPicker.js +1 -1
- package/esm/renderers/Form/TreeSelect.d.ts +12 -0
- package/esm/renderers/Form/TreeSelect.js +18 -4
- package/esm/renderers/Form/UUID.js +1 -1
- package/esm/renderers/Form/UserSelect.js +1 -1
- package/esm/renderers/Grid.js +1 -1
- 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.js +3 -3
- package/esm/renderers/Icon.js +10 -4
- package/esm/renderers/Image.d.ts +5 -22
- package/esm/renderers/Image.js +1 -1
- 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.d.ts +4 -0
- package/esm/renderers/List.js +12 -10
- package/esm/renderers/Log.js +1 -1
- package/esm/renderers/Mapping.d.ts +10 -20
- package/esm/renderers/Mapping.js +24 -7
- package/esm/renderers/Markdown.js +1 -1
- package/esm/renderers/MultilineText.js +1 -1
- package/esm/renderers/Nav.d.ts +23 -12
- package/esm/renderers/Nav.js +100 -69
- package/esm/renderers/Number.d.ts +45 -0
- package/esm/renderers/Number.js +74 -0
- package/esm/renderers/OfficeViewer.d.ts +58 -0
- package/esm/renderers/OfficeViewer.js +181 -0
- package/esm/renderers/Operation.js +1 -1
- package/esm/renderers/Page.d.ts +1 -7
- package/esm/renderers/Page.js +29 -14
- package/esm/renderers/Pagination.js +1 -1
- package/esm/renderers/PaginationWrapper.js +1 -1
- package/esm/renderers/Panel.js +1 -1
- package/esm/renderers/Password.js +1 -1
- package/esm/renderers/Plain.js +1 -1
- package/esm/renderers/PopOver.js +3 -3
- package/esm/renderers/Portlet.js +4 -4
- package/esm/renderers/Progress.js +1 -1
- package/esm/renderers/Property.js +34 -24
- package/esm/renderers/QRCode.js +1 -1
- package/esm/renderers/QuickEdit.d.ts +1 -0
- package/esm/renderers/QuickEdit.js +26 -9
- package/esm/renderers/Remark.d.ts +2 -4
- package/esm/renderers/Remark.js +1 -1
- package/esm/renderers/SearchBox.d.ts +5 -0
- package/esm/renderers/SearchBox.js +5 -4
- package/esm/renderers/Service.d.ts +5 -1
- package/esm/renderers/Service.js +8 -9
- package/esm/renderers/SparkLine.js +1 -1
- package/esm/renderers/Spinner.js +1 -1
- package/esm/renderers/Status.d.ts +16 -1
- package/esm/renderers/Status.js +68 -22
- package/esm/renderers/Steps.d.ts +1 -1
- package/esm/renderers/Steps.js +8 -11
- package/esm/renderers/Table/ColumnToggler.d.ts +1 -0
- package/esm/renderers/Table/ColumnToggler.js +5 -5
- package/esm/renderers/Table/HeadCellFilterDropdown.d.ts +3 -2
- package/esm/renderers/Table/HeadCellFilterDropdown.js +41 -16
- package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table/ItemActionsWrapper.d.ts +2 -2
- package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
- package/esm/renderers/Table/TableBody.js +3 -3
- package/esm/renderers/Table/TableCell.d.ts +5 -3
- package/esm/renderers/Table/TableCell.js +23 -17
- package/esm/renderers/Table/TableContent.js +1 -1
- package/esm/renderers/Table/TableRow.js +1 -1
- package/esm/renderers/Table/exportExcel.js +121 -74
- package/esm/renderers/Table/index.d.ts +7 -3
- package/esm/renderers/Table/index.js +15 -12
- package/esm/renderers/Table2/ColumnToggler.js +3 -3
- package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table2/TableCell.d.ts +1 -0
- package/esm/renderers/Table2/TableCell.js +5 -2
- package/esm/renderers/Table2/index.js +15 -15
- package/esm/renderers/TableView.js +1 -1
- package/esm/renderers/Tabs.js +10 -8
- package/esm/renderers/Tag.d.ts +14 -1
- package/esm/renderers/Tag.js +40 -20
- package/esm/renderers/Tasks.js +3 -2
- package/esm/renderers/Timeline.js +1 -1
- package/esm/renderers/TooltipWrapper.d.ts +1 -1
- package/esm/renderers/TooltipWrapper.js +6 -2
- 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 +8 -14
- package/esm/renderers/Words.js +1 -1
- package/esm/renderers/Wrapper.js +1 -1
- package/esm/schemaExtend.js +3 -3
- package/esm/types.d.ts +0 -1
- package/lib/Schema.d.ts +1 -1
- package/lib/compat.js +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/preset.js +1 -1
- package/lib/renderers/Action.d.ts +8 -12
- package/lib/renderers/Action.js +8 -3
- package/lib/renderers/Alert.d.ts +1 -1
- 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 +3 -3
- 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 +3 -3
- package/lib/renderers/CRUD.js +10 -9
- package/lib/renderers/CRUD2.d.ts +3 -2
- package/lib/renderers/CRUD2.js +52 -21
- package/lib/renderers/Calendar.d.ts +0 -1
- package/lib/renderers/Calendar.js +1 -1
- package/lib/renderers/Card.d.ts +1 -1
- package/lib/renderers/Card.js +15 -9
- package/lib/renderers/Card2.js +1 -1
- package/lib/renderers/Cards.js +1 -1
- package/lib/renderers/Carousel.d.ts +20 -1
- package/lib/renderers/Carousel.js +94 -20
- package/lib/renderers/Chart.js +33 -23
- package/lib/renderers/Code.js +24 -14
- 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.d.ts +1 -1
- package/lib/renderers/Container.js +1 -1
- package/lib/renderers/Copyable.d.ts +5 -0
- package/lib/renderers/Copyable.js +10 -7
- package/lib/renderers/Custom.js +2 -2
- package/lib/renderers/Date.js +1 -1
- package/lib/renderers/DateRange.js +2 -2
- package/lib/renderers/Dialog.d.ts +222 -252
- package/lib/renderers/Dialog.js +12 -10
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Drawer.js +10 -9
- package/lib/renderers/DropDownButton.d.ts +2 -1
- package/lib/renderers/DropDownButton.js +8 -10
- package/lib/renderers/Each.js +1 -1
- package/lib/renderers/Flex.js +4 -3
- package/lib/renderers/Form/ButtonGroupSelect.d.ts +1 -3
- package/lib/renderers/Form/ButtonGroupSelect.js +2 -1
- package/lib/renderers/Form/ButtonToolbar.js +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +7 -6
- package/lib/renderers/Form/ChainedSelect.js +11 -9
- package/lib/renderers/Form/ChartRadios.js +1 -1
- package/lib/renderers/Form/Checkbox.js +1 -1
- package/lib/renderers/Form/Checkboxes.js +1 -1
- package/lib/renderers/Form/Combo.d.ts +1 -3
- package/lib/renderers/Form/Combo.js +39 -19
- package/lib/renderers/Form/ConditionBuilder.js +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +873 -173
- package/lib/renderers/Form/DiffEditor.js +1 -1
- package/lib/renderers/Form/Editor.d.ts +867 -163
- 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.d.ts +3 -9
- package/lib/renderers/Form/Group.js +1 -1
- 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/IconSelect.js +2 -2
- package/lib/renderers/Form/IconSelectStore.js +1 -1
- package/lib/renderers/Form/InputArray.js +1 -1
- package/lib/renderers/Form/InputCity.d.ts +326 -336
- package/lib/renderers/Form/InputCity.js +1 -1
- package/lib/renderers/Form/InputColor.d.ts +245 -253
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputDate.d.ts +7 -6
- package/lib/renderers/Form/InputDate.js +28 -15
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputExcel.d.ts +4 -0
- package/lib/renderers/Form/InputExcel.js +22 -12
- package/lib/renderers/Form/InputFile.js +4 -4
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputGroup.d.ts +30 -3
- package/lib/renderers/Form/InputGroup.js +68 -4
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +6 -5
- package/lib/renderers/Form/InputMonthRange.d.ts +0 -1
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputNumber.d.ts +4 -0
- package/lib/renderers/Form/InputNumber.js +32 -18
- package/lib/renderers/Form/InputQuarterRange.d.ts +0 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputRange.js +4 -4
- 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 +16 -5
- package/lib/renderers/Form/InputTable.js +119 -45
- package/lib/renderers/Form/InputTag.js +1 -1
- package/lib/renderers/Form/InputText.js +1 -1
- package/lib/renderers/Form/InputTree.d.ts +54 -2
- package/lib/renderers/Form/InputTree.js +77 -7
- package/lib/renderers/Form/InputYearRange.d.ts +0 -1
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/JSONSchema.js +1 -1
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +22 -1
- package/lib/renderers/Form/JSONSchemaEditor.js +20 -3
- 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 +1 -1
- package/lib/renderers/Form/Picker.js +1 -1
- package/lib/renderers/Form/Radios.js +1 -1
- package/lib/renderers/Form/Select.d.ts +13 -0
- package/lib/renderers/Form/Select.js +6 -6
- package/lib/renderers/Form/Static.d.ts +1 -0
- package/lib/renderers/Form/Static.js +4 -3
- package/lib/renderers/Form/StaticHoc.d.ts +1 -1
- package/lib/renderers/Form/StaticHoc.js +12 -7
- package/lib/renderers/Form/Switch.js +1 -1
- package/lib/renderers/Form/TabsTransfer.d.ts +0 -1
- package/lib/renderers/Form/TabsTransfer.js +1 -1
- package/lib/renderers/Form/TabsTransferPicker.d.ts +0 -1
- package/lib/renderers/Form/TabsTransferPicker.js +1 -1
- package/lib/renderers/Form/Textarea.js +1 -1
- package/lib/renderers/Form/Transfer.d.ts +7 -0
- package/lib/renderers/Form/Transfer.js +6 -3
- package/lib/renderers/Form/TransferPicker.d.ts +0 -1
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TreeSelect.d.ts +12 -0
- package/lib/renderers/Form/TreeSelect.js +17 -3
- package/lib/renderers/Form/UUID.js +1 -1
- package/lib/renderers/Form/UserSelect.js +1 -1
- package/lib/renderers/Grid.js +1 -1
- 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.js +2 -2
- package/lib/renderers/Icon.js +9 -3
- package/lib/renderers/Image.d.ts +5 -22
- package/lib/renderers/Image.js +1 -1
- 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.d.ts +4 -0
- package/lib/renderers/List.js +11 -9
- package/lib/renderers/Log.js +1 -1
- package/lib/renderers/Mapping.d.ts +10 -20
- package/lib/renderers/Mapping.js +24 -7
- package/lib/renderers/Markdown.js +1 -1
- package/lib/renderers/MultilineText.js +1 -1
- package/lib/renderers/Nav.d.ts +23 -12
- package/lib/renderers/Nav.js +100 -69
- package/lib/renderers/Number.d.ts +45 -0
- package/lib/renderers/Number.js +82 -0
- package/lib/renderers/OfficeViewer.d.ts +58 -0
- package/lib/renderers/OfficeViewer.js +189 -0
- package/lib/renderers/Operation.js +1 -1
- package/lib/renderers/Page.d.ts +1 -7
- package/lib/renderers/Page.js +28 -13
- package/lib/renderers/Pagination.js +1 -1
- package/lib/renderers/PaginationWrapper.js +1 -1
- package/lib/renderers/Panel.js +1 -1
- package/lib/renderers/Password.js +1 -1
- package/lib/renderers/Plain.js +1 -1
- package/lib/renderers/PopOver.js +3 -3
- package/lib/renderers/Portlet.js +3 -3
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Property.js +33 -23
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QuickEdit.d.ts +1 -0
- package/lib/renderers/QuickEdit.js +27 -9
- package/lib/renderers/Remark.d.ts +3 -5
- package/lib/renderers/Remark.js +1 -1
- package/lib/renderers/SearchBox.d.ts +5 -0
- package/lib/renderers/SearchBox.js +5 -4
- package/lib/renderers/Service.d.ts +5 -1
- package/lib/renderers/Service.js +7 -8
- package/lib/renderers/SparkLine.js +1 -1
- package/lib/renderers/Spinner.js +1 -1
- package/lib/renderers/Status.d.ts +16 -1
- package/lib/renderers/Status.js +67 -20
- package/lib/renderers/Steps.d.ts +1 -1
- package/lib/renderers/Steps.js +9 -11
- package/lib/renderers/Table/ColumnToggler.d.ts +1 -0
- package/lib/renderers/Table/ColumnToggler.js +4 -4
- package/lib/renderers/Table/HeadCellFilterDropdown.d.ts +3 -2
- package/lib/renderers/Table/HeadCellFilterDropdown.js +40 -15
- package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +2 -2
- package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
- package/lib/renderers/Table/TableBody.js +2 -2
- package/lib/renderers/Table/TableCell.d.ts +5 -3
- package/lib/renderers/Table/TableCell.js +22 -16
- package/lib/renderers/Table/TableContent.js +1 -1
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/exportExcel.js +120 -73
- package/lib/renderers/Table/index.d.ts +7 -3
- package/lib/renderers/Table/index.js +14 -11
- package/lib/renderers/Table2/ColumnToggler.js +3 -3
- package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table2/TableCell.d.ts +1 -0
- package/lib/renderers/Table2/TableCell.js +5 -2
- package/lib/renderers/Table2/index.js +14 -14
- package/lib/renderers/TableView.js +1 -1
- package/lib/renderers/Tabs.js +9 -7
- package/lib/renderers/Tag.d.ts +14 -1
- package/lib/renderers/Tag.js +39 -19
- package/lib/renderers/Tasks.js +3 -2
- package/lib/renderers/Timeline.js +1 -1
- package/lib/renderers/TooltipWrapper.d.ts +1 -1
- package/lib/renderers/TooltipWrapper.js +6 -2
- 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 +7 -13
- package/lib/renderers/Words.js +1 -1
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/schemaExtend.js +2 -2
- package/lib/themes/ang-ie11.css +1155 -588
- package/lib/themes/ang.css +1443 -673
- package/lib/themes/antd-ie11.css +1990 -1423
- package/lib/themes/antd.css +1457 -679
- package/lib/themes/cxd-ie11.css +1165 -598
- package/lib/themes/cxd.css +1443 -673
- package/lib/themes/dark-ie11.css +1179 -612
- package/lib/themes/dark.css +1443 -673
- package/lib/themes/default-ie11.css +1165 -598
- package/lib/themes/default.css +1443 -673
- package/lib/types.d.ts +0 -1
- package/package.json +13 -6
- package/schema.json +1159 -680
- package/sdk/ang-ie11.css +1229 -574
- package/sdk/ang.css +1592 -734
- package/sdk/antd-ie11.css +2071 -1416
- package/sdk/antd.css +1606 -740
- package/sdk/barcode.js +50 -50
- package/sdk/charts.js +15 -15
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1240 -585
- package/sdk/cxd.css +1592 -734
- package/sdk/dark-ie11.css +1250 -595
- package/sdk/dark.css +1592 -734
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +3 -0
- package/sdk/markdown.js +68 -68
- package/sdk/office-viewer.js +2781 -0
- package/sdk/papaparse.js +3 -3
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1240 -585
- package/sdk/sdk.css +1592 -734
- package/sdk/sdk.js +1587 -1553
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
- package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +55 -55
package/sdk/sdk-ie11.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Font Awesome Free 6.
|
2
|
+
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
4
|
* Copyright 2023 Fonticons, Inc.
|
5
5
|
*/
|
@@ -10563,7 +10563,7 @@ readers do not read off random characters that represent icons */
|
|
10563
10563
|
}
|
10564
10564
|
|
10565
10565
|
/*!
|
10566
|
-
* Font Awesome Free 6.
|
10566
|
+
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
10567
10567
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
10568
10568
|
* Copyright 2023 Fonticons, Inc.
|
10569
10569
|
*/
|
@@ -80024,6 +80024,36 @@ title: Word Break
|
|
80024
80024
|
padding: 4px 8px 4px 4px;
|
80025
80025
|
}
|
80026
80026
|
|
80027
|
+
.tox .tox-advtemplate .tox-form__grid {
|
80028
|
+
flex: 1;
|
80029
|
+
}
|
80030
|
+
|
80031
|
+
.tox .tox-advtemplate .tox-form__grid > div:first-child {
|
80032
|
+
display: flex;
|
80033
|
+
flex-direction: column;
|
80034
|
+
width: 30%;
|
80035
|
+
}
|
80036
|
+
|
80037
|
+
.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
|
80038
|
+
flex-basis: 0;
|
80039
|
+
flex-grow: 1;
|
80040
|
+
overflow: auto;
|
80041
|
+
}
|
80042
|
+
|
80043
|
+
@media only screen and (max-width: 767px) {
|
80044
|
+
.amis-scope:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
|
80045
|
+
width: 100%;
|
80046
|
+
}
|
80047
|
+
}
|
80048
|
+
|
80049
|
+
.tox .tox-advtemplate iframe {
|
80050
|
+
border-color: #eeeeee;
|
80051
|
+
border-radius: 10px;
|
80052
|
+
border-style: solid;
|
80053
|
+
border-width: 1px;
|
80054
|
+
margin: 0 10px;
|
80055
|
+
}
|
80056
|
+
|
80027
80057
|
.tox .tox-anchorbar {
|
80028
80058
|
display: flex;
|
80029
80059
|
flex: 0 0 auto;
|
@@ -80114,6 +80144,39 @@ title: Word Break
|
|
80114
80144
|
color: #fff;
|
80115
80145
|
}
|
80116
80146
|
|
80147
|
+
.tox .tox-button.tox-button--enabled,
|
80148
|
+
.tox .tox-button.tox-button--enabled:hover {
|
80149
|
+
background: #a6ccf7;
|
80150
|
+
border-width: 1px;
|
80151
|
+
box-shadow: none;
|
80152
|
+
color: #222f3e;
|
80153
|
+
}
|
80154
|
+
|
80155
|
+
.tox .tox-button.tox-button--enabled > *,
|
80156
|
+
.tox .tox-button.tox-button--enabled:hover > * {
|
80157
|
+
transform: none;
|
80158
|
+
}
|
80159
|
+
|
80160
|
+
.tox .tox-button.tox-button--enabled svg,
|
80161
|
+
.tox .tox-button.tox-button--enabled:hover svg {
|
80162
|
+
/* stylelint-disable-line no-descending-specificity */
|
80163
|
+
fill: #222f3e;
|
80164
|
+
}
|
80165
|
+
|
80166
|
+
.tox .tox-button--icon-and-text,
|
80167
|
+
.tox .tox-button.tox-button--icon-and-text,
|
80168
|
+
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
|
80169
|
+
display: flex;
|
80170
|
+
padding: 5px 4px;
|
80171
|
+
}
|
80172
|
+
|
80173
|
+
.tox .tox-button--icon-and-text .tox-icon svg,
|
80174
|
+
.tox .tox-button.tox-button--icon-and-text .tox-icon svg,
|
80175
|
+
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
|
80176
|
+
display: block;
|
80177
|
+
fill: currentColor;
|
80178
|
+
}
|
80179
|
+
|
80117
80180
|
.tox .tox-button--secondary {
|
80118
80181
|
background-color: #f0f0f0;
|
80119
80182
|
background-image: none;
|
@@ -80877,7 +80940,7 @@ title: Word Break
|
|
80877
80940
|
stroke-width: 2px;
|
80878
80941
|
}
|
80879
80942
|
|
80880
|
-
.tox div.tox-swatch:not(.tox-swatch--remove)
|
80943
|
+
.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
|
80881
80944
|
display: block;
|
80882
80945
|
}
|
80883
80946
|
|
@@ -81401,6 +81464,15 @@ title: Word Break
|
|
81401
81464
|
max-width: 1200px;
|
81402
81465
|
}
|
81403
81466
|
|
81467
|
+
.tox .tox-dialog--fullscreen {
|
81468
|
+
height: 100%;
|
81469
|
+
max-width: 100%;
|
81470
|
+
}
|
81471
|
+
|
81472
|
+
.tox .tox-dialog--fullscreen .tox-dialog__body-content {
|
81473
|
+
max-height: 100%;
|
81474
|
+
}
|
81475
|
+
|
81404
81476
|
.tox .tox-dialog--width-md {
|
81405
81477
|
max-width: 800px;
|
81406
81478
|
}
|
@@ -81450,8 +81522,12 @@ title: Word Break
|
|
81450
81522
|
padding-bottom: 8px;
|
81451
81523
|
}
|
81452
81524
|
|
81525
|
+
.tox .tox-dialog__table thead th:first-child {
|
81526
|
+
padding-right: 8px;
|
81527
|
+
}
|
81528
|
+
|
81453
81529
|
.tox .tox-dialog__table tbody tr {
|
81454
|
-
border-bottom: 1px solid #
|
81530
|
+
border-bottom: 1px solid #626262;
|
81455
81531
|
}
|
81456
81532
|
|
81457
81533
|
.tox .tox-dialog__table tbody tr:last-child {
|
@@ -81463,6 +81539,10 @@ title: Word Break
|
|
81463
81539
|
padding-top: 8px;
|
81464
81540
|
}
|
81465
81541
|
|
81542
|
+
.tox .tox-dialog__table td:first-child {
|
81543
|
+
padding-right: 8px;
|
81544
|
+
}
|
81545
|
+
|
81466
81546
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
81467
81547
|
background: #fff;
|
81468
81548
|
}
|
@@ -81579,6 +81659,18 @@ title: Word Break
|
|
81579
81659
|
position: relative;
|
81580
81660
|
}
|
81581
81661
|
|
81662
|
+
.tox .tox-edit-area::before {
|
81663
|
+
border: 2px solid #2D6ADF;
|
81664
|
+
border-radius: 4px;
|
81665
|
+
content: "";
|
81666
|
+
inset: 0;
|
81667
|
+
opacity: 0;
|
81668
|
+
pointer-events: none;
|
81669
|
+
position: absolute;
|
81670
|
+
transition: opacity 0.15s;
|
81671
|
+
z-index: 1;
|
81672
|
+
}
|
81673
|
+
|
81582
81674
|
.tox .tox-edit-area__iframe {
|
81583
81675
|
background-color: #fff;
|
81584
81676
|
border: 0;
|
@@ -81589,6 +81681,10 @@ title: Word Break
|
|
81589
81681
|
width: 100%;
|
81590
81682
|
}
|
81591
81683
|
|
81684
|
+
.tox.tox-edit-focus .tox-edit-area::before {
|
81685
|
+
opacity: 1;
|
81686
|
+
}
|
81687
|
+
|
81592
81688
|
.tox.tox-inline-edit-area {
|
81593
81689
|
border: 1px dotted #eeeeee;
|
81594
81690
|
}
|
@@ -81603,7 +81699,7 @@ title: Word Break
|
|
81603
81699
|
.tox .tox-editor-header {
|
81604
81700
|
display: grid;
|
81605
81701
|
grid-template-columns: 1fr min-content;
|
81606
|
-
z-index:
|
81702
|
+
z-index: 2;
|
81607
81703
|
}
|
81608
81704
|
|
81609
81705
|
.tox:not(.tox-tinymce-inline) .tox-editor-header {
|
@@ -81611,6 +81707,9 @@ title: Word Break
|
|
81611
81707
|
border-bottom: none;
|
81612
81708
|
box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
|
81613
81709
|
padding: 4px 0;
|
81710
|
+
}
|
81711
|
+
|
81712
|
+
.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
|
81614
81713
|
transition: box-shadow 0.5s;
|
81615
81714
|
}
|
81616
81715
|
|
@@ -81902,7 +82001,8 @@ title: Word Break
|
|
81902
82001
|
.tox .tox-textfield,
|
81903
82002
|
.tox .tox-toolbar-textfield,
|
81904
82003
|
.tox .tox-listboxfield .tox-listbox--select,
|
81905
|
-
.tox .tox-textarea
|
82004
|
+
.tox .tox-textarea,
|
82005
|
+
.tox .tox-textarea-wrap .tox-textarea:focus {
|
81906
82006
|
-webkit-appearance: none;
|
81907
82007
|
-moz-appearance: none;
|
81908
82008
|
appearance: none;
|
@@ -81934,7 +82034,9 @@ title: Word Break
|
|
81934
82034
|
|
81935
82035
|
.tox .tox-textfield:focus,
|
81936
82036
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
81937
|
-
.tox .tox-textarea:focus
|
82037
|
+
.tox .tox-textarea-wrap:focus-within,
|
82038
|
+
.tox .tox-textarea:focus,
|
82039
|
+
.tox .tox-custom-editor:focus-within {
|
81938
82040
|
background-color: #fff;
|
81939
82041
|
border-color: #006ce7;
|
81940
82042
|
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
@@ -82084,6 +82186,16 @@ title: Word Break
|
|
82084
82186
|
left: 8px;
|
82085
82187
|
}
|
82086
82188
|
|
82189
|
+
.tox .tox-textarea-wrap {
|
82190
|
+
border-color: #eeeeee;
|
82191
|
+
border-radius: 6px;
|
82192
|
+
border-style: solid;
|
82193
|
+
border-width: 1px;
|
82194
|
+
display: flex;
|
82195
|
+
flex: 1;
|
82196
|
+
overflow: hidden;
|
82197
|
+
}
|
82198
|
+
|
82087
82199
|
.tox .tox-textarea {
|
82088
82200
|
-webkit-appearance: textarea;
|
82089
82201
|
-moz-appearance: textarea;
|
@@ -82091,6 +82203,14 @@ title: Word Break
|
|
82091
82203
|
white-space: pre-wrap;
|
82092
82204
|
}
|
82093
82205
|
|
82206
|
+
.tox .tox-textarea-wrap .tox-textarea {
|
82207
|
+
border: none;
|
82208
|
+
}
|
82209
|
+
|
82210
|
+
.tox .tox-textarea-wrap .tox-textarea:focus {
|
82211
|
+
border: none;
|
82212
|
+
}
|
82213
|
+
|
82094
82214
|
.tox-fullscreen {
|
82095
82215
|
border: 0;
|
82096
82216
|
height: 100%;
|
@@ -83152,6 +83272,98 @@ title: Word Break
|
|
83152
83272
|
white-space: nowrap;
|
83153
83273
|
}
|
83154
83274
|
|
83275
|
+
.tox .tox-number-input {
|
83276
|
+
border-radius: 3px;
|
83277
|
+
display: flex;
|
83278
|
+
margin: 6px 1px 5px 0;
|
83279
|
+
padding: 0 4px;
|
83280
|
+
width: auto;
|
83281
|
+
}
|
83282
|
+
|
83283
|
+
.tox .tox-number-input .tox-input-wrapper {
|
83284
|
+
background: #f7f7f7;
|
83285
|
+
display: flex;
|
83286
|
+
pointer-events: none;
|
83287
|
+
text-align: center;
|
83288
|
+
}
|
83289
|
+
|
83290
|
+
.tox .tox-number-input .tox-input-wrapper:focus {
|
83291
|
+
background: #cce2fa;
|
83292
|
+
}
|
83293
|
+
|
83294
|
+
.tox .tox-number-input input {
|
83295
|
+
border-radius: 3px;
|
83296
|
+
color: #222f3e;
|
83297
|
+
font-size: 14px;
|
83298
|
+
margin: 2px 0;
|
83299
|
+
pointer-events: all;
|
83300
|
+
width: 60px;
|
83301
|
+
}
|
83302
|
+
|
83303
|
+
.tox .tox-number-input input:hover {
|
83304
|
+
background: #cce2fa;
|
83305
|
+
color: #222f3e;
|
83306
|
+
}
|
83307
|
+
|
83308
|
+
.tox .tox-number-input input:focus {
|
83309
|
+
background: #fff;
|
83310
|
+
color: #222f3e;
|
83311
|
+
}
|
83312
|
+
|
83313
|
+
.tox .tox-number-input button {
|
83314
|
+
background: #f7f7f7;
|
83315
|
+
color: #222f3e;
|
83316
|
+
height: 28px;
|
83317
|
+
text-align: center;
|
83318
|
+
width: 24px;
|
83319
|
+
}
|
83320
|
+
|
83321
|
+
.tox .tox-number-input button svg {
|
83322
|
+
display: block;
|
83323
|
+
fill: #222f3e;
|
83324
|
+
margin: 0 auto;
|
83325
|
+
transform: scale(0.67);
|
83326
|
+
}
|
83327
|
+
|
83328
|
+
.tox .tox-number-input button:focus {
|
83329
|
+
background: #cce2fa;
|
83330
|
+
}
|
83331
|
+
|
83332
|
+
.tox .tox-number-input button:hover {
|
83333
|
+
background: #cce2fa;
|
83334
|
+
border: 0;
|
83335
|
+
box-shadow: none;
|
83336
|
+
color: #222f3e;
|
83337
|
+
}
|
83338
|
+
|
83339
|
+
.tox .tox-number-input button:hover svg {
|
83340
|
+
fill: #222f3e;
|
83341
|
+
}
|
83342
|
+
|
83343
|
+
.tox .tox-number-input button:active {
|
83344
|
+
background: #a6ccf7;
|
83345
|
+
border: 0;
|
83346
|
+
box-shadow: none;
|
83347
|
+
color: #222f3e;
|
83348
|
+
}
|
83349
|
+
|
83350
|
+
.tox .tox-number-input button:active svg {
|
83351
|
+
fill: #222f3e;
|
83352
|
+
}
|
83353
|
+
|
83354
|
+
.tox .tox-number-input button.minus {
|
83355
|
+
border-radius: 3px 0 0 3px;
|
83356
|
+
}
|
83357
|
+
|
83358
|
+
.tox .tox-number-input button.plus {
|
83359
|
+
border-radius: 0 3px 3px 0;
|
83360
|
+
}
|
83361
|
+
|
83362
|
+
.tox .tox-number-input:focus:not(:active) > button,
|
83363
|
+
.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper {
|
83364
|
+
background: #cce2fa;
|
83365
|
+
}
|
83366
|
+
|
83155
83367
|
.tox .tox-tbtn--select {
|
83156
83368
|
margin: 6px 1px 5px 0;
|
83157
83369
|
padding: 0 4px;
|
@@ -83161,7 +83373,11 @@ title: Word Break
|
|
83161
83373
|
.tox .tox-tbtn__select-label {
|
83162
83374
|
cursor: default;
|
83163
83375
|
font-weight: normal;
|
83376
|
+
height: initial;
|
83164
83377
|
margin: 0 4px;
|
83378
|
+
overflow: hidden;
|
83379
|
+
text-overflow: ellipsis;
|
83380
|
+
white-space: nowrap;
|
83165
83381
|
}
|
83166
83382
|
|
83167
83383
|
.tox .tox-tbtn__select-chevron {
|
@@ -83434,6 +83650,237 @@ title: Word Break
|
|
83434
83650
|
transform: translateY(-50%);
|
83435
83651
|
}
|
83436
83652
|
|
83653
|
+
.tox .tox-tree {
|
83654
|
+
display: flex;
|
83655
|
+
flex-direction: column;
|
83656
|
+
}
|
83657
|
+
|
83658
|
+
.tox .tox-tree .tox-trbtn {
|
83659
|
+
align-items: center;
|
83660
|
+
background: transparent;
|
83661
|
+
border: 0;
|
83662
|
+
border-radius: 4px;
|
83663
|
+
box-shadow: none;
|
83664
|
+
color: #222f3e;
|
83665
|
+
display: flex;
|
83666
|
+
flex: 0 0 auto;
|
83667
|
+
font-size: 14px;
|
83668
|
+
font-style: normal;
|
83669
|
+
font-weight: normal;
|
83670
|
+
height: 28px;
|
83671
|
+
margin-bottom: 4px;
|
83672
|
+
margin-top: 4px;
|
83673
|
+
outline: none;
|
83674
|
+
overflow: hidden;
|
83675
|
+
padding: 0;
|
83676
|
+
padding-left: 8px;
|
83677
|
+
text-transform: none;
|
83678
|
+
}
|
83679
|
+
|
83680
|
+
.tox .tox-tree .tox-trbtn .tox-tree__label {
|
83681
|
+
overflow: hidden;
|
83682
|
+
text-overflow: ellipsis;
|
83683
|
+
white-space: nowrap;
|
83684
|
+
}
|
83685
|
+
|
83686
|
+
.tox .tox-tree .tox-trbtn svg {
|
83687
|
+
display: block;
|
83688
|
+
fill: #222f3e;
|
83689
|
+
}
|
83690
|
+
|
83691
|
+
.tox .tox-tree .tox-trbtn:focus {
|
83692
|
+
background: #cce2fa;
|
83693
|
+
border: 0;
|
83694
|
+
box-shadow: none;
|
83695
|
+
}
|
83696
|
+
|
83697
|
+
.tox .tox-tree .tox-trbtn:hover {
|
83698
|
+
background: #cce2fa;
|
83699
|
+
border: 0;
|
83700
|
+
box-shadow: none;
|
83701
|
+
color: #222f3e;
|
83702
|
+
}
|
83703
|
+
|
83704
|
+
.tox .tox-tree .tox-trbtn:hover svg {
|
83705
|
+
fill: #222f3e;
|
83706
|
+
}
|
83707
|
+
|
83708
|
+
.tox .tox-tree .tox-trbtn:active {
|
83709
|
+
background: #a6ccf7;
|
83710
|
+
border: 0;
|
83711
|
+
box-shadow: none;
|
83712
|
+
color: #222f3e;
|
83713
|
+
}
|
83714
|
+
|
83715
|
+
.tox .tox-tree .tox-trbtn:active svg {
|
83716
|
+
fill: #222f3e;
|
83717
|
+
}
|
83718
|
+
|
83719
|
+
.tox .tox-tree .tox-trbtn--disabled,
|
83720
|
+
.tox .tox-tree .tox-trbtn--disabled:hover,
|
83721
|
+
.tox .tox-tree .tox-trbtn:disabled,
|
83722
|
+
.tox .tox-tree .tox-trbtn:disabled:hover {
|
83723
|
+
background: transparent;
|
83724
|
+
border: 0;
|
83725
|
+
box-shadow: none;
|
83726
|
+
color: rgba(34, 47, 62, 0.5);
|
83727
|
+
cursor: not-allowed;
|
83728
|
+
}
|
83729
|
+
|
83730
|
+
.tox .tox-tree .tox-trbtn--disabled svg,
|
83731
|
+
.tox .tox-tree .tox-trbtn--disabled:hover svg,
|
83732
|
+
.tox .tox-tree .tox-trbtn:disabled svg,
|
83733
|
+
.tox .tox-tree .tox-trbtn:disabled:hover svg {
|
83734
|
+
/* stylelint-disable-line no-descending-specificity */
|
83735
|
+
fill: rgba(34, 47, 62, 0.5);
|
83736
|
+
}
|
83737
|
+
|
83738
|
+
.tox .tox-tree .tox-trbtn--enabled,
|
83739
|
+
.tox .tox-tree .tox-trbtn--enabled:hover {
|
83740
|
+
background: #a6ccf7;
|
83741
|
+
border: 0;
|
83742
|
+
box-shadow: none;
|
83743
|
+
color: #222f3e;
|
83744
|
+
}
|
83745
|
+
|
83746
|
+
.tox .tox-tree .tox-trbtn--enabled > *,
|
83747
|
+
.tox .tox-tree .tox-trbtn--enabled:hover > * {
|
83748
|
+
transform: none;
|
83749
|
+
}
|
83750
|
+
|
83751
|
+
.tox .tox-tree .tox-trbtn--enabled svg,
|
83752
|
+
.tox .tox-tree .tox-trbtn--enabled:hover svg {
|
83753
|
+
/* stylelint-disable-line no-descending-specificity */
|
83754
|
+
fill: #222f3e;
|
83755
|
+
}
|
83756
|
+
|
83757
|
+
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
|
83758
|
+
color: #222f3e;
|
83759
|
+
}
|
83760
|
+
|
83761
|
+
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
|
83762
|
+
fill: #222f3e;
|
83763
|
+
}
|
83764
|
+
|
83765
|
+
.tox .tox-tree .tox-trbtn:active > * {
|
83766
|
+
transform: none;
|
83767
|
+
}
|
83768
|
+
|
83769
|
+
.tox .tox-tree .tox-trbtn--return {
|
83770
|
+
align-self: stretch;
|
83771
|
+
height: unset;
|
83772
|
+
width: 16px;
|
83773
|
+
}
|
83774
|
+
|
83775
|
+
.tox .tox-tree .tox-trbtn--labeled {
|
83776
|
+
padding: 0 4px;
|
83777
|
+
width: unset;
|
83778
|
+
}
|
83779
|
+
|
83780
|
+
.tox .tox-tree .tox-trbtn__vlabel {
|
83781
|
+
display: block;
|
83782
|
+
font-size: 10px;
|
83783
|
+
font-weight: normal;
|
83784
|
+
letter-spacing: -0.025em;
|
83785
|
+
margin-bottom: 4px;
|
83786
|
+
white-space: nowrap;
|
83787
|
+
}
|
83788
|
+
|
83789
|
+
.tox .tox-tree .tox-tree--directory {
|
83790
|
+
display: flex;
|
83791
|
+
flex-direction: column;
|
83792
|
+
/* stylelint-disable no-descending-specificity */
|
83793
|
+
}
|
83794
|
+
|
83795
|
+
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
83796
|
+
transform: rotate(90deg);
|
83797
|
+
}
|
83798
|
+
|
83799
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
83800
|
+
font-weight: bold;
|
83801
|
+
}
|
83802
|
+
|
83803
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
|
83804
|
+
margin-left: auto;
|
83805
|
+
}
|
83806
|
+
|
83807
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
|
83808
|
+
fill: transparent;
|
83809
|
+
}
|
83810
|
+
|
83811
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
|
83812
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
|
83813
|
+
fill: #222f3e;
|
83814
|
+
}
|
83815
|
+
|
83816
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg,
|
83817
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg {
|
83818
|
+
fill: #222f3e;
|
83819
|
+
}
|
83820
|
+
|
83821
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
|
83822
|
+
background-color: transparent;
|
83823
|
+
color: #222f3e;
|
83824
|
+
}
|
83825
|
+
|
83826
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
|
83827
|
+
fill: #222f3e;
|
83828
|
+
}
|
83829
|
+
|
83830
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
83831
|
+
margin-right: 6px;
|
83832
|
+
transition: transform 0.5s ease-in-out;
|
83833
|
+
}
|
83834
|
+
|
83835
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--directory__label--active .tox-chevron {
|
83836
|
+
transform: rotate(90deg);
|
83837
|
+
}
|
83838
|
+
|
83839
|
+
.tox .tox-tree .tox-tree--leaf__label {
|
83840
|
+
font-weight: normal;
|
83841
|
+
}
|
83842
|
+
|
83843
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
|
83844
|
+
margin-left: auto;
|
83845
|
+
}
|
83846
|
+
|
83847
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
|
83848
|
+
fill: transparent;
|
83849
|
+
}
|
83850
|
+
|
83851
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
|
83852
|
+
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
|
83853
|
+
fill: #222f3e;
|
83854
|
+
}
|
83855
|
+
|
83856
|
+
.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
|
83857
|
+
fill: #222f3e;
|
83858
|
+
}
|
83859
|
+
|
83860
|
+
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
|
83861
|
+
background-color: transparent;
|
83862
|
+
color: #222f3e;
|
83863
|
+
}
|
83864
|
+
|
83865
|
+
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
|
83866
|
+
fill: #222f3e;
|
83867
|
+
}
|
83868
|
+
|
83869
|
+
.tox .tox-tree .tox-tree--directory__children {
|
83870
|
+
overflow: hidden;
|
83871
|
+
padding-left: 16px;
|
83872
|
+
}
|
83873
|
+
|
83874
|
+
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
|
83875
|
+
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
|
83876
|
+
transition: height 0.5s ease-in-out;
|
83877
|
+
}
|
83878
|
+
|
83879
|
+
.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
|
83880
|
+
display: flex;
|
83881
|
+
justify-content: space-between;
|
83882
|
+
}
|
83883
|
+
|
83437
83884
|
.tox .tox-view-wrap,
|
83438
83885
|
.tox .tox-view-wrap__slot-container {
|
83439
83886
|
background-color: #fff;
|
@@ -83444,8 +83891,9 @@ title: Word Break
|
|
83444
83891
|
|
83445
83892
|
.tox .tox-view {
|
83446
83893
|
display: flex;
|
83447
|
-
flex: 1;
|
83894
|
+
flex: 1 1 auto;
|
83448
83895
|
flex-direction: column;
|
83896
|
+
overflow: hidden;
|
83449
83897
|
}
|
83450
83898
|
|
83451
83899
|
.tox .tox-view__header {
|
@@ -83457,6 +83905,30 @@ title: Word Break
|
|
83457
83905
|
position: relative;
|
83458
83906
|
}
|
83459
83907
|
|
83908
|
+
.tox .tox-view--mobile.tox-view__header,
|
83909
|
+
.tox .tox-view--mobile.tox-view__toolbar {
|
83910
|
+
padding: 8px;
|
83911
|
+
}
|
83912
|
+
|
83913
|
+
.tox .tox-view--scrolling {
|
83914
|
+
flex-wrap: nowrap;
|
83915
|
+
overflow-x: auto;
|
83916
|
+
}
|
83917
|
+
|
83918
|
+
.tox .tox-view__toolbar {
|
83919
|
+
display: flex;
|
83920
|
+
flex-direction: row;
|
83921
|
+
gap: 8px;
|
83922
|
+
justify-content: space-between;
|
83923
|
+
padding: 8px 8px 0 8px;
|
83924
|
+
}
|
83925
|
+
|
83926
|
+
.tox .tox-view__toolbar__group {
|
83927
|
+
display: flex;
|
83928
|
+
flex-direction: row;
|
83929
|
+
gap: 12px;
|
83930
|
+
}
|
83931
|
+
|
83460
83932
|
.tox .tox-view__header-start,
|
83461
83933
|
.tox .tox-view__header-end {
|
83462
83934
|
display: flex;
|
@@ -83507,6 +83979,7 @@ title: Word Break
|
|
83507
83979
|
border-radius: 6px;
|
83508
83980
|
display: flex;
|
83509
83981
|
flex: 1;
|
83982
|
+
overflow: hidden;
|
83510
83983
|
position: relative;
|
83511
83984
|
}
|
83512
83985
|
|
@@ -85092,7 +85565,7 @@ title: Word Break
|
|
85092
85565
|
|
85093
85566
|
.amis-scope .rdtPicker td > span {
|
85094
85567
|
display: inline-block;
|
85095
|
-
border-radius: 2px;
|
85568
|
+
border-radius: 2px 2px 2px 2px;
|
85096
85569
|
height: 24px;
|
85097
85570
|
width: 24px;
|
85098
85571
|
}
|
@@ -85111,6 +85584,11 @@ title: Word Break
|
|
85111
85584
|
color: #b8babf;
|
85112
85585
|
}
|
85113
85586
|
|
85587
|
+
.amis-scope .rdtPicker td.rdtOld span,
|
85588
|
+
.amis-scope .rdtPicker td.rdtNew span {
|
85589
|
+
background: #ffffff;
|
85590
|
+
}
|
85591
|
+
|
85114
85592
|
.amis-scope .rdtPicker td.rdtToday {
|
85115
85593
|
position: relative;
|
85116
85594
|
}
|
@@ -87462,7 +87940,7 @@ title: Word Break
|
|
87462
87940
|
|
87463
87941
|
.amis-scope .cxd-Button--enhance {
|
87464
87942
|
color: #2468f2;
|
87465
|
-
background:
|
87943
|
+
background: #ffffff;
|
87466
87944
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
87467
87945
|
border-width: 1px 1px 1px 1px;
|
87468
87946
|
border-style: solid solid solid solid;
|
@@ -87471,7 +87949,7 @@ title: Word Break
|
|
87471
87949
|
|
87472
87950
|
.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
87473
87951
|
color: #528eff;
|
87474
|
-
background:
|
87952
|
+
background: #ffffff;
|
87475
87953
|
border-color: #528eff #528eff #528eff #528eff;
|
87476
87954
|
border-width: 1px 1px 1px 1px;
|
87477
87955
|
border-style: solid solid solid solid;
|
@@ -87480,7 +87958,7 @@ title: Word Break
|
|
87480
87958
|
|
87481
87959
|
.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled).hover {
|
87482
87960
|
color: #528eff;
|
87483
|
-
background:
|
87961
|
+
background: #ffffff;
|
87484
87962
|
border-color: #528eff #528eff #528eff #528eff;
|
87485
87963
|
border-width: 1px 1px 1px 1px;
|
87486
87964
|
border-style: solid solid solid solid;
|
@@ -87489,7 +87967,7 @@ title: Word Break
|
|
87489
87967
|
|
87490
87968
|
.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
87491
87969
|
color: #144bcc;
|
87492
|
-
background:
|
87970
|
+
background: #ffffff;
|
87493
87971
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
87494
87972
|
border-width: 1px 1px 1px 1px;
|
87495
87973
|
border-style: solid solid solid solid;
|
@@ -87498,7 +87976,7 @@ title: Word Break
|
|
87498
87976
|
|
87499
87977
|
.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled).active {
|
87500
87978
|
color: #144bcc;
|
87501
|
-
background:
|
87979
|
+
background: #ffffff;
|
87502
87980
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
87503
87981
|
border-width: 1px 1px 1px 1px;
|
87504
87982
|
border-style: solid solid solid solid;
|
@@ -87792,7 +88270,7 @@ title: Word Break
|
|
87792
88270
|
|
87793
88271
|
.amis-scope .cxd-Button--default {
|
87794
88272
|
color: #151b26;
|
87795
|
-
background:
|
88273
|
+
background: #ffffff;
|
87796
88274
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
87797
88275
|
border-width: 1px 1px 1px 1px;
|
87798
88276
|
border-style: solid solid solid solid;
|
@@ -87801,7 +88279,7 @@ title: Word Break
|
|
87801
88279
|
|
87802
88280
|
.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
|
87803
88281
|
color: #2468f2;
|
87804
|
-
background:
|
88282
|
+
background: #ffffff;
|
87805
88283
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
87806
88284
|
border-width: 1px 1px 1px 1px;
|
87807
88285
|
border-style: solid solid solid solid;
|
@@ -87810,7 +88288,7 @@ title: Word Break
|
|
87810
88288
|
|
87811
88289
|
.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled).hover {
|
87812
88290
|
color: #2468f2;
|
87813
|
-
background:
|
88291
|
+
background: #ffffff;
|
87814
88292
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
87815
88293
|
border-width: 1px 1px 1px 1px;
|
87816
88294
|
border-style: solid solid solid solid;
|
@@ -87819,7 +88297,7 @@ title: Word Break
|
|
87819
88297
|
|
87820
88298
|
.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
87821
88299
|
color: #144bcc;
|
87822
|
-
background:
|
88300
|
+
background: #ffffff;
|
87823
88301
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
87824
88302
|
border-width: 1px 1px 1px 1px;
|
87825
88303
|
border-style: solid solid solid solid;
|
@@ -87828,7 +88306,7 @@ title: Word Break
|
|
87828
88306
|
|
87829
88307
|
.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled).active {
|
87830
88308
|
color: #144bcc;
|
87831
|
-
background:
|
88309
|
+
background: #ffffff;
|
87832
88310
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
87833
88311
|
border-width: 1px 1px 1px 1px;
|
87834
88312
|
border-style: solid solid solid solid;
|
@@ -87886,6 +88364,10 @@ title: Word Break
|
|
87886
88364
|
vertical-align: middle;
|
87887
88365
|
}
|
87888
88366
|
|
88367
|
+
.amis-scope .cxd-Button--size-default.cxd-Button--iconOnly {
|
88368
|
+
min-width: 2rem;
|
88369
|
+
}
|
88370
|
+
|
87889
88371
|
.amis-scope .cxd-Button--size-xs {
|
87890
88372
|
font-size: 12px;
|
87891
88373
|
font-weight: 400;
|
@@ -87928,7 +88410,7 @@ title: Word Break
|
|
87928
88410
|
}
|
87929
88411
|
|
87930
88412
|
.amis-scope .cxd-Button--size-xs.cxd-Button--iconOnly {
|
87931
|
-
min-width:
|
88413
|
+
min-width: 1.375rem;
|
87932
88414
|
}
|
87933
88415
|
|
87934
88416
|
.amis-scope .cxd-Button--size-sm {
|
@@ -87973,7 +88455,7 @@ title: Word Break
|
|
87973
88455
|
}
|
87974
88456
|
|
87975
88457
|
.amis-scope .cxd-Button--size-sm.cxd-Button--iconOnly {
|
87976
|
-
min-width:
|
88458
|
+
min-width: 1.875rem;
|
87977
88459
|
}
|
87978
88460
|
|
87979
88461
|
.amis-scope .cxd-Button--size-md {
|
@@ -88018,7 +88500,7 @@ title: Word Break
|
|
88018
88500
|
}
|
88019
88501
|
|
88020
88502
|
.amis-scope .cxd-Button--size-md.cxd-Button--iconOnly {
|
88021
|
-
min-width:
|
88503
|
+
min-width: 2rem;
|
88022
88504
|
}
|
88023
88505
|
|
88024
88506
|
.amis-scope .cxd-Button--size-lg {
|
@@ -88063,17 +88545,16 @@ title: Word Break
|
|
88063
88545
|
}
|
88064
88546
|
|
88065
88547
|
.amis-scope .cxd-Button--size-lg.cxd-Button--iconOnly {
|
88066
|
-
min-width:
|
88548
|
+
min-width: 2.375rem;
|
88067
88549
|
}
|
88068
88550
|
|
88069
88551
|
.amis-scope .cxd-Button--iconOnly {
|
88070
|
-
|
88552
|
+
padding: 0;
|
88071
88553
|
}
|
88072
88554
|
|
88073
88555
|
.amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > svg.icon {
|
88074
88556
|
width: 0.875rem;
|
88075
88557
|
height: 0.875rem;
|
88076
|
-
top: 0.125rem;
|
88077
88558
|
}
|
88078
88559
|
|
88079
88560
|
.amis-scope .cxd-Button--iconOnly:not(.cxd-Button--link) > .fa,
|
@@ -88479,7 +88960,6 @@ title: Word Break
|
|
88479
88960
|
.amis-scope .cxd-Badge-ribbon-out {
|
88480
88961
|
overflow: hidden;
|
88481
88962
|
position: absolute;
|
88482
|
-
top: 0;
|
88483
88963
|
bottom: 0;
|
88484
88964
|
right: 0;
|
88485
88965
|
}
|
@@ -88496,6 +88976,11 @@ title: Word Break
|
|
88496
88976
|
top: 5px;
|
88497
88977
|
}
|
88498
88978
|
|
88979
|
+
.amis-scope .cxd-Badge-ribbon-out--top-left,
|
88980
|
+
.amis-scope .cxd-Badge-ribbon-out--top-right {
|
88981
|
+
top: 0;
|
88982
|
+
}
|
88983
|
+
|
88499
88984
|
.amis-scope .cxd-Badge-ribbon-out--top-left,
|
88500
88985
|
.amis-scope .cxd-Badge-ribbon-out--bottom-left {
|
88501
88986
|
left: 0;
|
@@ -88508,7 +88993,8 @@ title: Word Break
|
|
88508
88993
|
right: auto;
|
88509
88994
|
}
|
88510
88995
|
|
88511
|
-
.amis-scope .cxd-Badge-ribbon--bottom-left
|
88996
|
+
.amis-scope .cxd-Badge-ribbon--bottom-left,
|
88997
|
+
.amis-scope .cxd-Badge-ribbon-out--bottom--left {
|
88512
88998
|
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
88513
88999
|
transform-origin: 50% 100%;
|
88514
89000
|
left: 0;
|
@@ -88517,7 +89003,8 @@ title: Word Break
|
|
88517
89003
|
top: auto;
|
88518
89004
|
}
|
88519
89005
|
|
88520
|
-
.amis-scope .cxd-Badge-ribbon--bottom-right
|
89006
|
+
.amis-scope .cxd-Badge-ribbon--bottom-right,
|
89007
|
+
.amis-scope .cxd-Badge-ribbon-out--bottom--right {
|
88521
89008
|
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
88522
89009
|
transform-origin: 50% 100%;
|
88523
89010
|
left: auto;
|
@@ -88633,7 +89120,6 @@ title: Word Break
|
|
88633
89120
|
#f7f8fa;
|
88634
89121
|
border-top-left-radius: 6px;
|
88635
89122
|
border-top-right-radius: 6px;
|
88636
|
-
z-index: 150;
|
88637
89123
|
}
|
88638
89124
|
|
88639
89125
|
.amis-scope .cxd-Modal-header::before,
|
@@ -88658,6 +89144,7 @@ title: Word Break
|
|
88658
89144
|
line-height: inherit;
|
88659
89145
|
text-decoration: none;
|
88660
89146
|
vertical-align: middle;
|
89147
|
+
z-index: calc($zindex-spinner-overlay + 1);
|
88661
89148
|
}
|
88662
89149
|
|
88663
89150
|
.amis-scope .cxd-Modal-close svg {
|
@@ -90277,7 +90764,7 @@ title: Word Break
|
|
90277
90764
|
.amis-scope .cxd-Toast--warning {
|
90278
90765
|
color: #151b26;
|
90279
90766
|
border-color: #ffffff;
|
90280
|
-
background:
|
90767
|
+
background: #ffffff;
|
90281
90768
|
}
|
90282
90769
|
|
90283
90770
|
.amis-scope .cxd-Toast--info {
|
@@ -90574,7 +91061,7 @@ title: Word Break
|
|
90574
91061
|
|
90575
91062
|
.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
|
90576
91063
|
color: #2468f2;
|
90577
|
-
background:
|
91064
|
+
background: #ffffff;
|
90578
91065
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
90579
91066
|
border-width: 1px 1px 1px 1px;
|
90580
91067
|
border-style: solid solid solid solid;
|
@@ -90583,7 +91070,7 @@ title: Word Break
|
|
90583
91070
|
|
90584
91071
|
.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).hover {
|
90585
91072
|
color: #2468f2;
|
90586
|
-
background:
|
91073
|
+
background: #ffffff;
|
90587
91074
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
90588
91075
|
border-width: 1px 1px 1px 1px;
|
90589
91076
|
border-style: solid solid solid solid;
|
@@ -90592,7 +91079,7 @@ title: Word Break
|
|
90592
91079
|
|
90593
91080
|
.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
90594
91081
|
color: #144bcc;
|
90595
|
-
background:
|
91082
|
+
background: #ffffff;
|
90596
91083
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
90597
91084
|
border-width: 1px 1px 1px 1px;
|
90598
91085
|
border-style: solid solid solid solid;
|
@@ -90601,7 +91088,7 @@ title: Word Break
|
|
90601
91088
|
|
90602
91089
|
.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled).active {
|
90603
91090
|
color: #144bcc;
|
90604
|
-
background:
|
91091
|
+
background: #ffffff;
|
90605
91092
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
90606
91093
|
border-width: 1px 1px 1px 1px;
|
90607
91094
|
border-style: solid solid solid solid;
|
@@ -93173,7 +93660,7 @@ title: Word Break
|
|
93173
93660
|
|
93174
93661
|
.amis-scope .cxd-Spinner-overlay {
|
93175
93662
|
position: absolute;
|
93176
|
-
z-index:
|
93663
|
+
z-index: calc($zindex-spinner-overlay - 1);
|
93177
93664
|
top: 0;
|
93178
93665
|
left: 0;
|
93179
93666
|
right: 0;
|
@@ -93222,25 +93709,41 @@ title: Word Break
|
|
93222
93709
|
white-space: nowrap;
|
93223
93710
|
}
|
93224
93711
|
|
93225
|
-
.amis-scope .cxd-ButtonGroup > .cxd-Button:hover
|
93712
|
+
.amis-scope .cxd-ButtonGroup > .cxd-Button:hover,
|
93713
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge:hover {
|
93226
93714
|
z-index: 1;
|
93227
93715
|
}
|
93228
93716
|
|
93229
|
-
.amis-scope .cxd-ButtonGroup > .cxd-Button.hover
|
93717
|
+
.amis-scope .cxd-ButtonGroup > .cxd-Button.hover,
|
93718
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge.hover {
|
93230
93719
|
z-index: 1;
|
93231
93720
|
}
|
93232
93721
|
|
93233
93722
|
.amis-scope .cxd-ButtonGroup > .cxd-Button:focus,
|
93234
93723
|
.amis-scope .cxd-ButtonGroup > .cxd-Button:active,
|
93235
93724
|
.amis-scope .cxd-ButtonGroup > .cxd-Button.active,
|
93236
|
-
.amis-scope .cxd-ButtonGroup > .cxd-Button.is-active
|
93725
|
+
.amis-scope .cxd-ButtonGroup > .cxd-Button.is-active,
|
93726
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge:focus,
|
93727
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge:active,
|
93728
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge.active,
|
93729
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge.is-active {
|
93237
93730
|
z-index: 1;
|
93238
93731
|
}
|
93239
93732
|
|
93733
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-text,
|
93734
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-dot,
|
93735
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-ribbon,
|
93736
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge .cxd-Badge-dot {
|
93737
|
+
z-index: 2;
|
93738
|
+
}
|
93739
|
+
|
93240
93740
|
.amis-scope .cxd-ButtonGroup .cxd-Button + .cxd-Button,
|
93241
93741
|
.amis-scope .cxd-ButtonGroup .cxd-Button + .cxd-ButtonGroup,
|
93742
|
+
.amis-scope .cxd-ButtonGroup .cxd-Button + .cxd-Badge,
|
93242
93743
|
.amis-scope .cxd-ButtonGroup .cxd-ButtonGroup + .cxd-Button,
|
93243
|
-
.amis-scope .cxd-ButtonGroup .cxd-ButtonGroup + .cxd-ButtonGroup
|
93744
|
+
.amis-scope .cxd-ButtonGroup .cxd-ButtonGroup + .cxd-ButtonGroup,
|
93745
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge + .cxd-Badge,
|
93746
|
+
.amis-scope .cxd-ButtonGroup .cxd-Badge + .cxd-Button {
|
93244
93747
|
margin-left: calc(1px * -1);
|
93245
93748
|
}
|
93246
93749
|
|
@@ -93261,7 +93764,8 @@ title: Word Break
|
|
93261
93764
|
width: auto;
|
93262
93765
|
}
|
93263
93766
|
|
93264
|
-
.amis-scope .cxd-ButtonGroup > .cxd-Button:first-child
|
93767
|
+
.amis-scope .cxd-ButtonGroup > .cxd-Button:first-child,
|
93768
|
+
.amis-scope .cxd-ButtonGroup > .cxd-Badge .cxd-Button {
|
93265
93769
|
margin-left: 0;
|
93266
93770
|
}
|
93267
93771
|
|
@@ -93271,13 +93775,15 @@ title: Word Break
|
|
93271
93775
|
}
|
93272
93776
|
|
93273
93777
|
.amis-scope .cxd-ButtonGroup > .cxd-Button:not(:last-child),
|
93274
|
-
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-Button
|
93778
|
+
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:last-child) > .cxd-Button,
|
93779
|
+
.amis-scope .cxd-ButtonGroup > .cxd-Badge:not(:last-child) > .cxd-Button {
|
93275
93780
|
border-top-right-radius: 0;
|
93276
93781
|
border-bottom-right-radius: 0;
|
93277
93782
|
}
|
93278
93783
|
|
93279
93784
|
.amis-scope .cxd-ButtonGroup > .cxd-Button:not(:first-child),
|
93280
|
-
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-Button
|
93785
|
+
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:not(:first-child) > .cxd-Button,
|
93786
|
+
.amis-scope .cxd-ButtonGroup > .cxd-Badge:not(:first-child) > .cxd-Button {
|
93281
93787
|
border-top-left-radius: 0;
|
93282
93788
|
border-bottom-left-radius: 0;
|
93283
93789
|
}
|
@@ -93300,32 +93806,39 @@ title: Word Break
|
|
93300
93806
|
|
93301
93807
|
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Button,
|
93302
93808
|
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button + .cxd-ButtonGroup,
|
93809
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button + .cxd-Badge,
|
93303
93810
|
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-Button,
|
93304
|
-
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-ButtonGroup
|
93811
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup + .cxd-ButtonGroup,
|
93812
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge + .cxd-Badge,
|
93813
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge + .cxd-Button {
|
93305
93814
|
margin-top: calc(1px * -1);
|
93306
93815
|
margin-left: 0;
|
93307
93816
|
}
|
93308
93817
|
|
93309
93818
|
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:not(:last-child),
|
93310
|
-
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:last-child) > .cxd-Button
|
93819
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:last-child) > .cxd-Button,
|
93820
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:not(:last-child) > .cxd-Button {
|
93311
93821
|
border-bottom-left-radius: 0;
|
93312
93822
|
border-bottom-right-radius: 0;
|
93313
93823
|
}
|
93314
93824
|
|
93315
93825
|
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:not(:first-child),
|
93316
|
-
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:first-child) > .btn
|
93826
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:not(:first-child) > .btn,
|
93827
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:not(:first-child) > .btn {
|
93317
93828
|
border-top-left-radius: 0;
|
93318
93829
|
border-top-right-radius: 0;
|
93319
93830
|
}
|
93320
93831
|
|
93321
93832
|
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:first-child,
|
93322
|
-
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child
|
93323
|
-
|
93833
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child,
|
93834
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:first-child > .cxd-Button:first-child {
|
93835
|
+
border-top-right-radius: 4px;
|
93324
93836
|
}
|
93325
93837
|
|
93326
93838
|
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:last-child,
|
93327
|
-
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child
|
93328
|
-
|
93839
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child,
|
93840
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Badge:last-child > .cxd-Button:last-child {
|
93841
|
+
border-bottom-left-radius: 4px;
|
93329
93842
|
}
|
93330
93843
|
|
93331
93844
|
.amis-scope .cxd-ButtonGroup--tiled {
|
@@ -93491,6 +94004,10 @@ title: Word Break
|
|
93491
94004
|
box-shadow: none;
|
93492
94005
|
}
|
93493
94006
|
|
94007
|
+
.amis-scope .cxd-DropDown-popover > .cxd-DropDown-menu-root {
|
94008
|
+
position: relative;
|
94009
|
+
}
|
94010
|
+
|
93494
94011
|
.amis-scope .cxd-DropDown > .cxd-Button {
|
93495
94012
|
min-width: unset;
|
93496
94013
|
}
|
@@ -93551,7 +94068,7 @@ title: Word Break
|
|
93551
94068
|
}
|
93552
94069
|
|
93553
94070
|
.amis-scope .cxd-ScheduleCalendar .rdt .rdtPicker td.rdtActive:hover {
|
93554
|
-
background: #
|
94071
|
+
background: #f7f8fa;
|
93555
94072
|
}
|
93556
94073
|
|
93557
94074
|
.amis-scope .cxd-ScheduleCalendar-large {
|
@@ -93755,7 +94272,9 @@ title: Word Break
|
|
93755
94272
|
height: 2.25rem;
|
93756
94273
|
margin: 0.4375rem 0;
|
93757
94274
|
border-radius: 6px;
|
93758
|
-
display:
|
94275
|
+
display: flex;
|
94276
|
+
justify-content: center;
|
94277
|
+
align-items: center;
|
93759
94278
|
}
|
93760
94279
|
|
93761
94280
|
.amis-scope .cxd-CalendarMobile-footer .is-disabled {
|
@@ -93811,7 +94330,7 @@ title: Word Break
|
|
93811
94330
|
}
|
93812
94331
|
|
93813
94332
|
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
93814
|
-
background:
|
94333
|
+
background: #e6f0ff !important;
|
93815
94334
|
color: var(--Button--primary-bg);
|
93816
94335
|
}
|
93817
94336
|
|
@@ -93830,12 +94349,12 @@ title: Word Break
|
|
93830
94349
|
|
93831
94350
|
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
93832
94351
|
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
93833
|
-
background: linear-gradient(to right, transparent 0%, transparent 50%,
|
94352
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%) !important;
|
93834
94353
|
}
|
93835
94354
|
|
93836
94355
|
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
93837
94356
|
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
93838
|
-
background: linear-gradient(to right,
|
94357
|
+
background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%) !important;
|
93839
94358
|
}
|
93840
94359
|
|
93841
94360
|
.amis-scope .cxd-CalendarMobile .cxd-CalendarMobile-calendar-wrap .cxd-CalendarMobile-calendar .rdtPicker .rdtToday {
|
@@ -93982,7 +94501,7 @@ title: Word Break
|
|
93982
94501
|
margin-right: 0.25rem;
|
93983
94502
|
}
|
93984
94503
|
|
93985
|
-
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow {
|
94504
|
+
.amis-scope .cxd-Collapse.is-active > .cxd-Collapse-header > .cxd-Collapse-arrow-wrap > .cxd-Collapse-arrow {
|
93986
94505
|
transform: rotate(90deg);
|
93987
94506
|
transform-origin: 50% 50%;
|
93988
94507
|
}
|
@@ -94042,7 +94561,7 @@ title: Word Break
|
|
94042
94561
|
font-size: 12px;
|
94043
94562
|
font-weight: 400;
|
94044
94563
|
line-height: 1.5;
|
94045
|
-
background:
|
94564
|
+
background: #ffffff;
|
94046
94565
|
}
|
94047
94566
|
|
94048
94567
|
.amis-scope .cxd-Form .cxd-Collapse {
|
@@ -97066,11 +97585,6 @@ title: Word Break
|
|
97066
97585
|
justify-content: space-between;
|
97067
97586
|
}
|
97068
97587
|
|
97069
|
-
.amis-scope .cxd-InputTable-toolbar .cxd-Button {
|
97070
|
-
border-color: transparent;
|
97071
|
-
color: #2468f2;
|
97072
|
-
}
|
97073
|
-
|
97074
97588
|
.amis-scope .cxd-InputTable-pager {
|
97075
97589
|
margin-left: auto;
|
97076
97590
|
}
|
@@ -100712,6 +101226,14 @@ title: Word Break
|
|
100712
101226
|
height: 1.25rem;
|
100713
101227
|
}
|
100714
101228
|
|
101229
|
+
.amis-scope .cxd-Carousel.cxd-Carousel-arrow--always .cxd-Carousel-leftArrow {
|
101230
|
+
display: block;
|
101231
|
+
}
|
101232
|
+
|
101233
|
+
.amis-scope .cxd-Carousel.cxd-Carousel-arrow--always .cxd-Carousel-rightArrow {
|
101234
|
+
display: block;
|
101235
|
+
}
|
101236
|
+
|
100715
101237
|
.amis-scope .cxd-Carousel:hover .cxd-Carousel-leftArrow {
|
100716
101238
|
display: block;
|
100717
101239
|
}
|
@@ -101302,7 +101824,6 @@ title: Word Break
|
|
101302
101824
|
|
101303
101825
|
.amis-scope .cxd-InputBox-clear svg {
|
101304
101826
|
fill: #d4d6d9;
|
101305
|
-
top: 0;
|
101306
101827
|
width: 14px;
|
101307
101828
|
height: 14px;
|
101308
101829
|
}
|
@@ -101620,6 +102141,22 @@ title: Word Break
|
|
101620
102141
|
align-items: center;
|
101621
102142
|
border-radius: 3px;
|
101622
102143
|
position: relative;
|
102144
|
+
color: #151b26;
|
102145
|
+
font-weight: 400;
|
102146
|
+
border-width: 1px
|
102147
|
+
1px
|
102148
|
+
1px
|
102149
|
+
1px;
|
102150
|
+
border-style: solid solid solid solid;
|
102151
|
+
border-color: #e8e9eb
|
102152
|
+
#e8e9eb
|
102153
|
+
#e8e9eb
|
102154
|
+
#e8e9eb;
|
102155
|
+
border-radius: 4px
|
102156
|
+
4px
|
102157
|
+
4px
|
102158
|
+
4px;
|
102159
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
101623
102160
|
}
|
101624
102161
|
|
101625
102162
|
.amis-scope .cxd-ResultBox input {
|
@@ -101658,11 +102195,20 @@ title: Word Break
|
|
101658
102195
|
}
|
101659
102196
|
|
101660
102197
|
.amis-scope .cxd-ResultBox.is-focused,
|
101661
|
-
.amis-scope .cxd-ResultBox.is-active,
|
101662
102198
|
.amis-scope .cxd-ResultBox:focus {
|
101663
102199
|
outline: none;
|
101664
|
-
|
101665
|
-
|
102200
|
+
background: #ffffff;
|
102201
|
+
border-width: 1px 1px 1px 1px;
|
102202
|
+
border-style: solid solid solid solid;
|
102203
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
102204
|
+
}
|
102205
|
+
|
102206
|
+
.amis-scope .cxd-ResultBox.is-active,
|
102207
|
+
.amis-scope .cxd-ResultBox.is-opened {
|
102208
|
+
border-width: 1px 1px 1px 1px;
|
102209
|
+
border-style: solid solid solid solid;
|
102210
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
102211
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
101666
102212
|
background: #ffffff;
|
101667
102213
|
}
|
101668
102214
|
|
@@ -101671,9 +102217,10 @@ title: Word Break
|
|
101671
102217
|
}
|
101672
102218
|
|
101673
102219
|
.amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
|
101674
|
-
border-color: #2468f2;
|
101675
|
-
box-shadow: none;
|
101676
102220
|
background: #ffffff;
|
102221
|
+
border-width: 1px 1px 1px 1px;
|
102222
|
+
border-style: solid solid solid solid;
|
102223
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
101677
102224
|
}
|
101678
102225
|
|
101679
102226
|
.amis-scope .cxd-ResultBox.is-error.is-focused {
|
@@ -101682,10 +102229,11 @@ title: Word Break
|
|
101682
102229
|
|
101683
102230
|
.amis-scope .cxd-ResultBox.is-disabled {
|
101684
102231
|
color: #b8babf;
|
101685
|
-
background: #f7f8fa;
|
101686
|
-
border-color: #e8e9eb;
|
101687
102232
|
pointer-events: none;
|
101688
|
-
|
102233
|
+
border-width: 1px 1px 1px 1px;
|
102234
|
+
border-style: solid solid solid solid;
|
102235
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
102236
|
+
background: #f7f8fa;
|
101689
102237
|
}
|
101690
102238
|
|
101691
102239
|
.amis-scope .cxd-ResultBox.is-disabled div.cxd-ResultBox-value {
|
@@ -101761,7 +102309,6 @@ title: Word Break
|
|
101761
102309
|
|
101762
102310
|
.amis-scope .cxd-ResultBox-clear svg {
|
101763
102311
|
fill: #d4d6d9;
|
101764
|
-
top: 0;
|
101765
102312
|
width: 14px;
|
101766
102313
|
height: 14px;
|
101767
102314
|
}
|
@@ -101799,17 +102346,16 @@ title: Word Break
|
|
101799
102346
|
|
101800
102347
|
.amis-scope .cxd-ResultBox-value {
|
101801
102348
|
background: #f7f8fa;
|
101802
|
-
color: #
|
101803
|
-
font-size:
|
101804
|
-
padding: 0 0.25rem;
|
102349
|
+
color: #151b26;
|
102350
|
+
font-size: 12px;
|
101805
102351
|
min-height: 1.5rem;
|
101806
102352
|
flex-wrap: nowrap;
|
101807
102353
|
display: inline-flex;
|
101808
102354
|
align-items: center;
|
101809
|
-
|
101810
|
-
margin
|
102355
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
102356
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
101811
102357
|
user-select: none;
|
101812
|
-
border-radius:
|
102358
|
+
border-radius: 2px 2px 2px 2px;
|
101813
102359
|
}
|
101814
102360
|
|
101815
102361
|
.amis-scope .cxd-ResultBox-value > a {
|
@@ -101819,7 +102365,7 @@ title: Word Break
|
|
101819
102365
|
}
|
101820
102366
|
|
101821
102367
|
.amis-scope .cxd-ResultBox-value > a:hover {
|
101822
|
-
color: #
|
102368
|
+
color: #151b26;
|
101823
102369
|
}
|
101824
102370
|
|
101825
102371
|
.amis-scope .cxd-ResultBox-value > a > svg {
|
@@ -101832,7 +102378,7 @@ title: Word Break
|
|
101832
102378
|
}
|
101833
102379
|
|
101834
102380
|
.amis-scope .cxd-ResultBox-value:hover {
|
101835
|
-
background:
|
102381
|
+
background: #e6f0ff;
|
101836
102382
|
}
|
101837
102383
|
|
101838
102384
|
.amis-scope .cxd-ResultBox-value.is-disabled {
|
@@ -101859,10 +102405,6 @@ title: Word Break
|
|
101859
102405
|
min-height: 24px;
|
101860
102406
|
}
|
101861
102407
|
|
101862
|
-
.amis-scope .cxd-ResultBox.cxd-TransferDropDown {
|
101863
|
-
padding: 0 0.75rem;
|
101864
|
-
}
|
101865
|
-
|
101866
102408
|
.amis-scope .cxd-ResultBox.cxd-TransferDropDown.is-group > .cxd-TransferDropDown-icon {
|
101867
102409
|
margin-right: 0.5rem;
|
101868
102410
|
}
|
@@ -101876,7 +102418,7 @@ title: Word Break
|
|
101876
102418
|
}
|
101877
102419
|
|
101878
102420
|
.amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value:hover {
|
101879
|
-
background: #
|
102421
|
+
background: #e6f0ff;
|
101880
102422
|
}
|
101881
102423
|
|
101882
102424
|
.amis-scope .cxd-ResultBox-overflow-wrapper {
|
@@ -101933,7 +102475,6 @@ title: Word Break
|
|
101933
102475
|
|
101934
102476
|
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear svg {
|
101935
102477
|
fill: #d4d6d9;
|
101936
|
-
top: 0;
|
101937
102478
|
width: 14px;
|
101938
102479
|
height: 14px;
|
101939
102480
|
}
|
@@ -102476,7 +103017,7 @@ title: Word Break
|
|
102476
103017
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
|
102477
103018
|
vertical-align: top;
|
102478
103019
|
display: inline-block;
|
102479
|
-
|
103020
|
+
margin-right: 0.625rem;
|
102480
103021
|
}
|
102481
103022
|
|
102482
103023
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
|
@@ -102572,13 +103113,18 @@ title: Word Break
|
|
102572
103113
|
overflow: hidden !important;
|
102573
103114
|
}
|
102574
103115
|
|
103116
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon {
|
103117
|
+
position: relative;
|
103118
|
+
}
|
103119
|
+
|
102575
103120
|
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon:after {
|
102576
103121
|
content: "";
|
102577
103122
|
position: absolute;
|
103123
|
+
left: 50%;
|
103124
|
+
transform: translateX(-50%);
|
102578
103125
|
right: 0;
|
102579
103126
|
top: 2.25rem;
|
102580
103127
|
height: 9999px;
|
102581
|
-
left: 0.6875rem;
|
102582
103128
|
width: 1px;
|
102583
103129
|
background-color: #e8e9eb;
|
102584
103130
|
}
|
@@ -103504,6 +104050,17 @@ title: Word Break
|
|
103504
104050
|
display: flex;
|
103505
104051
|
}
|
103506
104052
|
|
104053
|
+
.amis-scope .cxd-InputGroup-validation--full.is-error > .cxd-Form-control {
|
104054
|
+
border-color: #f23d3d;
|
104055
|
+
transition: all 0s;
|
104056
|
+
}
|
104057
|
+
|
104058
|
+
.amis-scope .cxd-InputGroup-validation--partial.is-error > .cxd-Form-control.is-error {
|
104059
|
+
border-color: #f23d3d;
|
104060
|
+
background: #ffffff;
|
104061
|
+
transition: all 0s;
|
104062
|
+
}
|
104063
|
+
|
103507
104064
|
.amis-scope .cxd-TextControl {
|
103508
104065
|
position: relative;
|
103509
104066
|
max-width: 100%;
|
@@ -103606,7 +104163,6 @@ title: Word Break
|
|
103606
104163
|
|
103607
104164
|
.amis-scope .cxd-TextControl-clear svg {
|
103608
104165
|
fill: #d4d6d9;
|
103609
|
-
top: 0;
|
103610
104166
|
width: 14px;
|
103611
104167
|
height: 14px;
|
103612
104168
|
}
|
@@ -103644,7 +104200,7 @@ title: Word Break
|
|
103644
104200
|
|
103645
104201
|
.amis-scope .cxd-TextControl .cxd-TextControl-clear svg {
|
103646
104202
|
font-size: 0.875rem;
|
103647
|
-
fill: #
|
104203
|
+
fill: #d4d6d9;
|
103648
104204
|
width: 0.875rem;
|
103649
104205
|
height: 0.875rem;
|
103650
104206
|
}
|
@@ -103663,7 +104219,7 @@ title: Word Break
|
|
103663
104219
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
103664
104220
|
border-radius: 4px 4px 4px 4px;
|
103665
104221
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
103666
|
-
background:
|
104222
|
+
background: #ffffff;
|
103667
104223
|
height: 2rem;
|
103668
104224
|
}
|
103669
104225
|
|
@@ -103674,7 +104230,7 @@ title: Word Break
|
|
103674
104230
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
103675
104231
|
border-radius: 4px 4px 4px 4px;
|
103676
104232
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
103677
|
-
background:
|
104233
|
+
background: #ffffff;
|
103678
104234
|
}
|
103679
104235
|
|
103680
104236
|
.amis-scope .cxd-TextControl.is-focused > .cxd-TextControl-input,
|
@@ -103684,7 +104240,7 @@ title: Word Break
|
|
103684
104240
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
103685
104241
|
border-radius: 4px 4px 4px 4px;
|
103686
104242
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
103687
|
-
background:
|
104243
|
+
background: #ffffff;
|
103688
104244
|
box-shadow: 0px 0px 0px 0px transparent;
|
103689
104245
|
}
|
103690
104246
|
|
@@ -103723,6 +104279,12 @@ title: Word Break
|
|
103723
104279
|
flex-wrap: nowrap;
|
103724
104280
|
}
|
103725
104281
|
|
104282
|
+
.amis-scope .cxd-TextControl--withAddOn:hover .cxd-TextControl-input,
|
104283
|
+
.amis-scope .cxd-TextControl--withAddOn:hover .cxd-Button,
|
104284
|
+
.amis-scope .cxd-TextControl--withAddOn:hover .cxd-TextControl-addOn {
|
104285
|
+
border-color: #2468f2;
|
104286
|
+
}
|
104287
|
+
|
103726
104288
|
@media (min-width: 576px) {
|
103727
104289
|
.amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeXs,
|
103728
104290
|
.amis-scope .cxd-TextControl--withAddOn.cxd-Form-control--sizeSm,
|
@@ -103739,19 +104301,22 @@ title: Word Break
|
|
103739
104301
|
}
|
103740
104302
|
}
|
103741
104303
|
|
103742
|
-
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input
|
104304
|
+
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input,
|
104305
|
+
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input {
|
103743
104306
|
flex-basis: 1;
|
103744
104307
|
flex-grow: 1;
|
103745
104308
|
min-width: 0;
|
103746
104309
|
border-radius: 0;
|
103747
104310
|
}
|
103748
104311
|
|
103749
|
-
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child
|
104312
|
+
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:first-child,
|
104313
|
+
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:first-child {
|
103750
104314
|
border-top-left-radius: 4px;
|
103751
104315
|
border-bottom-left-radius: 4px;
|
103752
104316
|
}
|
103753
104317
|
|
103754
|
-
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child
|
104318
|
+
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-input:last-child,
|
104319
|
+
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-input:last-child {
|
103755
104320
|
border-top-right-radius: 4px;
|
103756
104321
|
border-bottom-right-radius: 4px;
|
103757
104322
|
}
|
@@ -103762,7 +104327,7 @@ title: Word Break
|
|
103762
104327
|
justify-content: center;
|
103763
104328
|
padding-left: 0.625rem;
|
103764
104329
|
padding-right: 0.625rem;
|
103765
|
-
background:
|
104330
|
+
background: #ffffff;
|
103766
104331
|
color: #151b26;
|
103767
104332
|
border-width: 1px 0 1px 0;
|
103768
104333
|
border-style: solid solid solid solid;
|
@@ -103770,11 +104335,13 @@ title: Word Break
|
|
103770
104335
|
}
|
103771
104336
|
|
103772
104337
|
.amis-scope .cxd-TextControl-addOn:hover {
|
103773
|
-
background:
|
104338
|
+
background: #ffffff;
|
103774
104339
|
}
|
103775
104340
|
|
103776
104341
|
.amis-scope .cxd-TextControl-addOn:first-child {
|
103777
104342
|
border-left-width: 1px;
|
104343
|
+
border-top-left-radius: 4px;
|
104344
|
+
border-bottom-left-radius: 4px;
|
103778
104345
|
}
|
103779
104346
|
|
103780
104347
|
.amis-scope .cxd-TextControl-addOn:last-child {
|
@@ -103787,7 +104354,7 @@ title: Word Break
|
|
103787
104354
|
position: relative;
|
103788
104355
|
border-radius: 0;
|
103789
104356
|
margin-left: -0.0625rem;
|
103790
|
-
|
104357
|
+
transition: none;
|
103791
104358
|
}
|
103792
104359
|
|
103793
104360
|
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
|
@@ -104128,7 +104695,6 @@ title: Word Break
|
|
104128
104695
|
|
104129
104696
|
.amis-scope .cxd-TextareaControl-clear svg {
|
104130
104697
|
fill: #d4d6d9;
|
104131
|
-
top: 0;
|
104132
104698
|
width: 14px;
|
104133
104699
|
height: 14px;
|
104134
104700
|
}
|
@@ -104242,7 +104808,6 @@ title: Word Break
|
|
104242
104808
|
|
104243
104809
|
.amis-scope .cxd-TextareaControl-clear svg {
|
104244
104810
|
fill: #d4d6d9;
|
104245
|
-
top: 0;
|
104246
104811
|
width: 14px;
|
104247
104812
|
height: 14px;
|
104248
104813
|
}
|
@@ -104382,7 +104947,7 @@ title: Word Break
|
|
104382
104947
|
border-style: solid solid solid solid;
|
104383
104948
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
104384
104949
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
104385
|
-
background:
|
104950
|
+
background: #ffffff;
|
104386
104951
|
}
|
104387
104952
|
|
104388
104953
|
.amis-scope .cxd-Checkbox--checkbox > i:hover {
|
@@ -104390,7 +104955,7 @@ title: Word Break
|
|
104390
104955
|
border-style: solid solid solid solid;
|
104391
104956
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
104392
104957
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
104393
|
-
background:
|
104958
|
+
background: #ffffff;
|
104394
104959
|
}
|
104395
104960
|
|
104396
104961
|
.amis-scope .cxd-Checkbox--checkbox > i:active {
|
@@ -104398,7 +104963,7 @@ title: Word Break
|
|
104398
104963
|
border-style: solid solid solid solid;
|
104399
104964
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
104400
104965
|
border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
|
104401
|
-
background:
|
104966
|
+
background: #ffffff;
|
104402
104967
|
}
|
104403
104968
|
|
104404
104969
|
.amis-scope .cxd-Checkbox--checkbox.cxd-Checkbox:hover > input + i {
|
@@ -104430,10 +104995,6 @@ title: Word Break
|
|
104430
104995
|
background: #144bcc;
|
104431
104996
|
}
|
104432
104997
|
|
104433
|
-
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:active input:checked + i:before {
|
104434
|
-
background: #144bcc;
|
104435
|
-
}
|
104436
|
-
|
104437
104998
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
|
104438
104999
|
border-color: #2468f2;
|
104439
105000
|
background: #2468f2;
|
@@ -104659,7 +105220,7 @@ title: Word Break
|
|
104659
105220
|
|
104660
105221
|
.amis-scope .cxd-Checkbox--radio input:checked + i {
|
104661
105222
|
border-color: #2468f2;
|
104662
|
-
background-color:
|
105223
|
+
background-color: #ffffff;
|
104663
105224
|
}
|
104664
105225
|
|
104665
105226
|
.amis-scope .cxd-Checkbox--radio input:checked + i + span {
|
@@ -104700,7 +105261,7 @@ title: Word Break
|
|
104700
105261
|
margin-left: calc(1rem * -1);
|
104701
105262
|
margin-top: -0.125rem;
|
104702
105263
|
border-radius: 50%;
|
104703
|
-
background:
|
105264
|
+
background: #ffffff;
|
104704
105265
|
}
|
104705
105266
|
|
104706
105267
|
.amis-scope .cxd-Checkbox--radio > i + span {
|
@@ -104713,7 +105274,7 @@ title: Word Break
|
|
104713
105274
|
|
104714
105275
|
.amis-scope .cxd-Checkbox--radio:hover input:not(:disabled) + i {
|
104715
105276
|
border-color: #2468f2;
|
104716
|
-
background-color:
|
105277
|
+
background-color: #ffffff;
|
104717
105278
|
}
|
104718
105279
|
|
104719
105280
|
.amis-scope .cxd-Checkbox--radio:hover input:not(:disabled) + i:before {
|
@@ -104903,16 +105464,21 @@ title: Word Break
|
|
104903
105464
|
}
|
104904
105465
|
|
104905
105466
|
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
104906
|
-
|
104907
|
-
padding: 0.25rem 0.75rem;
|
105467
|
+
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
104908
105468
|
color: #84878c;
|
105469
|
+
font-size: 14px;
|
105470
|
+
font-weight: 400;
|
105471
|
+
line-height: 1.5;
|
104909
105472
|
}
|
104910
105473
|
|
104911
105474
|
.amis-scope .cxd-GroupedSelection-item {
|
104912
105475
|
display: flex;
|
104913
|
-
|
105476
|
+
color: #151b26;
|
105477
|
+
background: transparent;
|
105478
|
+
line-height: 2rem;
|
104914
105479
|
font-size: 14px;
|
104915
|
-
|
105480
|
+
font-weight: 400;
|
105481
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
104916
105482
|
flex-direction: row;
|
104917
105483
|
cursor: pointer;
|
104918
105484
|
user-select: none;
|
@@ -104922,21 +105488,26 @@ title: Word Break
|
|
104922
105488
|
margin-right: 0.625rem;
|
104923
105489
|
}
|
104924
105490
|
|
104925
|
-
.amis-scope .cxd-GroupedSelection-item.is-active {
|
104926
|
-
background: transparent;
|
104927
|
-
}
|
104928
|
-
|
104929
105491
|
.amis-scope .cxd-GroupedSelection-item:hover {
|
104930
|
-
|
105492
|
+
color: #151b26;
|
105493
|
+
background: #e6f0ff;
|
104931
105494
|
}
|
104932
105495
|
|
104933
105496
|
.amis-scope .cxd-GroupedSelection-item:hover i {
|
104934
105497
|
border: 1px solid #2468f2;
|
104935
105498
|
}
|
104936
105499
|
|
105500
|
+
.amis-scope .cxd-GroupedSelection-item.is-active,
|
105501
|
+
.amis-scope .cxd-GroupedSelection-item.is-focused,
|
105502
|
+
.amis-scope .cxd-GroupedSelection-item.is-opened {
|
105503
|
+
color: #2468f2;
|
105504
|
+
background: #ffffff;
|
105505
|
+
}
|
105506
|
+
|
104937
105507
|
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
104938
105508
|
pointer-events: none;
|
104939
105509
|
color: #b8babf;
|
105510
|
+
background: #ffffff;
|
104940
105511
|
}
|
104941
105512
|
|
104942
105513
|
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
@@ -104994,29 +105565,36 @@ title: Word Break
|
|
104994
105565
|
|
104995
105566
|
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
104996
105567
|
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
105568
|
+
color: #151b26;
|
104997
105569
|
font-size: 12px;
|
104998
|
-
padding-top: 0.25rem;
|
104999
|
-
padding-bottom: 0.375rem;
|
105000
105570
|
vertical-align: middle;
|
105001
105571
|
}
|
105002
105572
|
|
105003
105573
|
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
105004
|
-
padding
|
105574
|
+
padding: 0.5rem 0.75rem 0.5rem 0.75rem;
|
105005
105575
|
}
|
105006
105576
|
|
105007
|
-
.amis-scope .cxd-TableSelection .cxd-Table-table >
|
105008
|
-
.
|
105009
|
-
|
105577
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
105578
|
+
padding: 0.375rem 0.75rem 0.5rem 0.75rem;
|
105579
|
+
}
|
105580
|
+
|
105581
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child {
|
105582
|
+
padding-right: 1.125rem;
|
105010
105583
|
}
|
105011
105584
|
|
105012
|
-
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
105013
105585
|
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
105014
|
-
padding-right:
|
105586
|
+
padding-right: 1.125rem;
|
105015
105587
|
}
|
105016
105588
|
|
105017
|
-
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
105589
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active > td {
|
105018
105590
|
color: #2468f2;
|
105019
|
-
background:
|
105591
|
+
background: #ffffff;
|
105592
|
+
}
|
105593
|
+
|
105594
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr:hover > td,
|
105595
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-hovered > td {
|
105596
|
+
color: #151b26;
|
105597
|
+
background: #e6f0ff;
|
105020
105598
|
}
|
105021
105599
|
|
105022
105600
|
.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
|
@@ -105104,12 +105682,14 @@ title: Word Break
|
|
105104
105682
|
display: flex;
|
105105
105683
|
flex-direction: row;
|
105106
105684
|
min-height: 100%;
|
105685
|
+
flex-wrap: wrap;
|
105107
105686
|
}
|
105108
105687
|
|
105109
105688
|
.amis-scope .cxd-ChainedSelection-col {
|
105110
105689
|
position: relative;
|
105111
105690
|
flex-grow: 1;
|
105112
105691
|
min-width: 150px;
|
105692
|
+
width: 0;
|
105113
105693
|
}
|
105114
105694
|
|
105115
105695
|
.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
|
@@ -105122,11 +105702,18 @@ title: Word Break
|
|
105122
105702
|
color: #b8babf;
|
105123
105703
|
}
|
105124
105704
|
|
105705
|
+
.amis-scope .cxd-ChainedSelection-checkAll {
|
105706
|
+
width: 100%;
|
105707
|
+
}
|
105708
|
+
|
105125
105709
|
.amis-scope .cxd-ChainedSelection-item {
|
105126
105710
|
display: flex;
|
105127
|
-
line-height: 1.5;
|
105128
105711
|
font-size: 14px;
|
105129
|
-
|
105712
|
+
font-weight: 400;
|
105713
|
+
color: #151b26;
|
105714
|
+
background: transparent;
|
105715
|
+
line-height: 2rem;
|
105716
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
105130
105717
|
flex-direction: row;
|
105131
105718
|
cursor: pointer;
|
105132
105719
|
user-select: none;
|
@@ -105138,20 +105725,25 @@ title: Word Break
|
|
105138
105725
|
|
105139
105726
|
.amis-scope .cxd-ChainedSelection-item.is-active {
|
105140
105727
|
color: #2468f2;
|
105141
|
-
background:
|
105728
|
+
background: #ffffff;
|
105142
105729
|
}
|
105143
105730
|
|
105144
105731
|
.amis-scope .cxd-ChainedSelection-item:hover {
|
105145
|
-
|
105732
|
+
color: #151b26;
|
105733
|
+
background: #e6f0ff;
|
105146
105734
|
}
|
105147
105735
|
|
105148
105736
|
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
105149
105737
|
pointer-events: none;
|
105150
105738
|
color: #b8babf;
|
105739
|
+
background: #ffffff;
|
105151
105740
|
}
|
105152
105741
|
|
105153
105742
|
.amis-scope .cxd-ChainedSelection-itemLabel {
|
105154
105743
|
flex-grow: 1;
|
105744
|
+
white-space: nowrap;
|
105745
|
+
overflow: hidden;
|
105746
|
+
text-overflow: ellipsis;
|
105155
105747
|
}
|
105156
105748
|
|
105157
105749
|
.amis-scope .cxd-ChainedSelection-itemLabel span {
|
@@ -105484,11 +106076,11 @@ title: Word Break
|
|
105484
106076
|
border: 1px solid #e8e9eb;
|
105485
106077
|
border-radius: 4px;
|
105486
106078
|
overflow: hidden;
|
106079
|
+
position: relative;
|
105487
106080
|
border-width: 1px 1px 1px 1px;
|
105488
106081
|
border-style: solid solid solid solid;
|
105489
106082
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
105490
106083
|
border-radius: 4px 4px 4px 4px;
|
105491
|
-
background: transparent;
|
105492
106084
|
}
|
105493
106085
|
|
105494
106086
|
.amis-scope .cxd-Number:hover {
|
@@ -105496,7 +106088,11 @@ title: Word Break
|
|
105496
106088
|
border-style: solid solid solid solid;
|
105497
106089
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
105498
106090
|
border-radius: 4px 4px 4px 4px;
|
105499
|
-
background:
|
106091
|
+
background: #ffffff;
|
106092
|
+
}
|
106093
|
+
|
106094
|
+
.amis-scope .cxd-Number:hover .cxd-Number-input {
|
106095
|
+
padding-right: calc( 1.5rem + 0.75rem );
|
105500
106096
|
}
|
105501
106097
|
|
105502
106098
|
.amis-scope .cxd-Number-focused {
|
@@ -105504,7 +106100,7 @@ title: Word Break
|
|
105504
106100
|
border-style: solid solid solid solid;
|
105505
106101
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
105506
106102
|
border-radius: 4px 4px 4px 4px;
|
105507
|
-
background:
|
106103
|
+
background: #ffffff;
|
105508
106104
|
box-shadow: none;
|
105509
106105
|
}
|
105510
106106
|
|
@@ -105614,7 +106210,8 @@ title: Word Break
|
|
105614
106210
|
|
105615
106211
|
.amis-scope .cxd-Number-handler-wrap {
|
105616
106212
|
display: none;
|
105617
|
-
|
106213
|
+
position: absolute;
|
106214
|
+
right: 0;
|
105618
106215
|
border-left: 0.0625rem solid #e8e9eb;
|
105619
106216
|
width: 1.5rem;
|
105620
106217
|
height: 100%;
|
@@ -105645,8 +106242,6 @@ title: Word Break
|
|
105645
106242
|
.amis-scope .cxd-Number-disabled .cxd-Number-input {
|
105646
106243
|
opacity: 0.72;
|
105647
106244
|
cursor: not-allowed;
|
105648
|
-
border-top-right-radius: 0px;
|
105649
|
-
border-bottom-right-radius: 0px;
|
105650
106245
|
color: #b8babf;
|
105651
106246
|
background: #f7f8fa;
|
105652
106247
|
border-color: #e8e9eb;
|
@@ -105689,21 +106284,6 @@ title: Word Break
|
|
105689
106284
|
display: block;
|
105690
106285
|
}
|
105691
106286
|
|
105692
|
-
.amis-scope .cxd-NumberControl .cxd-Select {
|
105693
|
-
min-width: 3.5rem;
|
105694
|
-
padding: calc(
|
105695
|
-
(
|
105696
|
-
2rem - 1.5 *
|
105697
|
-
14px - 1px * 2
|
105698
|
-
) / 2
|
105699
|
-
) 0 calc(
|
105700
|
-
(
|
105701
|
-
2rem - 1.5 *
|
105702
|
-
14px - 1px * 2
|
105703
|
-
) / 2
|
105704
|
-
) 0.625rem;
|
105705
|
-
}
|
105706
|
-
|
105707
106287
|
.amis-scope .cxd-Number--borderHalf .cxd-Number-handler-wrap,
|
105708
106288
|
.amis-scope .cxd-Number--borderNone .cxd-Number-handler-wrap {
|
105709
106289
|
border-left: none;
|
@@ -105713,12 +106293,47 @@ title: Word Break
|
|
105713
106293
|
display: flex;
|
105714
106294
|
}
|
105715
106295
|
|
106296
|
+
.amis-scope .cxd-NumberControl--withUnit:hover .cxd-Number,
|
106297
|
+
.amis-scope .cxd-NumberControl--withUnit:hover .cxd-NumberControl-unit {
|
106298
|
+
border-width: 1px 1px 1px 1px;
|
106299
|
+
border-style: solid solid solid solid;
|
106300
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
106301
|
+
border-radius: 4px 4px 4px 4px;
|
106302
|
+
}
|
106303
|
+
|
105716
106304
|
.amis-scope .cxd-NumberControl--withUnit .cxd-Number {
|
105717
106305
|
flex-grow: 1;
|
106306
|
+
border-top-right-radius: 0 !important;
|
106307
|
+
border-bottom-right-radius: 0 !important;
|
106308
|
+
border-right: none !important;
|
105718
106309
|
}
|
105719
106310
|
|
105720
|
-
.amis-scope .cxd-NumberControl--withUnit .cxd-
|
105721
|
-
border-
|
106311
|
+
.amis-scope .cxd-NumberControl--withUnit .cxd-Number-focused + .cxd-NumberControl-unit {
|
106312
|
+
border-width: 1px 1px 1px 1px;
|
106313
|
+
border-style: solid solid solid solid;
|
106314
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
106315
|
+
border-radius: 4px 4px 4px 4px;
|
106316
|
+
}
|
106317
|
+
|
106318
|
+
.amis-scope .cxd-NumberControl--withUnit .cxd-NumberControl-unit {
|
106319
|
+
border-top-left-radius: 0 !important;
|
106320
|
+
border-bottom-left-radius: 0 !important;
|
106321
|
+
min-width: 3.5rem;
|
106322
|
+
padding: calc(
|
106323
|
+
(
|
106324
|
+
2rem - 1.5 *
|
106325
|
+
14px - 0.0625rem * 2
|
106326
|
+
) / 2
|
106327
|
+
) 0 calc(
|
106328
|
+
(
|
106329
|
+
2rem - 1.5 *
|
106330
|
+
14px - 0.0625rem * 2
|
106331
|
+
) / 2
|
106332
|
+
) 0.625rem;
|
106333
|
+
}
|
106334
|
+
|
106335
|
+
.amis-scope .cxd-NumberControl--withUnit .cxd-NumberControl-single-unit {
|
106336
|
+
cursor: default;
|
105722
106337
|
}
|
105723
106338
|
|
105724
106339
|
.amis-scope .cxd-Number--enhance {
|
@@ -105734,7 +106349,7 @@ title: Word Break
|
|
105734
106349
|
}
|
105735
106350
|
|
105736
106351
|
.amis-scope .cxd-Number--enhance .cxd-Number--enhance-input {
|
105737
|
-
background:
|
106352
|
+
background: #ffffff;
|
105738
106353
|
}
|
105739
106354
|
|
105740
106355
|
.amis-scope .cxd-Number--enhance:hover {
|
@@ -105744,8 +106359,12 @@ title: Word Break
|
|
105744
106359
|
border-radius: 4px 4px 4px 4px;
|
105745
106360
|
}
|
105746
106361
|
|
106362
|
+
.amis-scope .cxd-Number--enhance:hover .cxd-Number-input {
|
106363
|
+
padding-right: 0.75rem;
|
106364
|
+
}
|
106365
|
+
|
105747
106366
|
.amis-scope .cxd-Number--enhance:hover .cxd-Number--enhance-input {
|
105748
|
-
background:
|
106367
|
+
background: #ffffff;
|
105749
106368
|
}
|
105750
106369
|
|
105751
106370
|
.amis-scope .cxd-Number--enhance:focus-within {
|
@@ -105756,7 +106375,7 @@ title: Word Break
|
|
105756
106375
|
}
|
105757
106376
|
|
105758
106377
|
.amis-scope .cxd-Number--enhance:focus-within .cxd-Number--enhance-input {
|
105759
|
-
background:
|
106378
|
+
background: #ffffff;
|
105760
106379
|
}
|
105761
106380
|
|
105762
106381
|
.amis-scope .cxd-Number--enhance-disabled {
|
@@ -105938,11 +106557,23 @@ title: Word Break
|
|
105938
106557
|
outline: none;
|
105939
106558
|
position: relative;
|
105940
106559
|
font-size: 14px;
|
105941
|
-
|
106560
|
+
font-weight: 400;
|
106561
|
+
border-width: 1px
|
106562
|
+
1px
|
106563
|
+
1px
|
106564
|
+
1px;
|
106565
|
+
border-style: solid solid solid solid;
|
106566
|
+
border-color: #e8e9eb
|
106567
|
+
#e8e9eb
|
106568
|
+
#e8e9eb
|
106569
|
+
#e8e9eb;
|
105942
106570
|
background: #ffffff;
|
105943
|
-
border-radius: 4px
|
106571
|
+
border-radius: 4px
|
106572
|
+
4px
|
106573
|
+
4px
|
106574
|
+
4px;
|
105944
106575
|
min-height: 2rem;
|
105945
|
-
padding:
|
106576
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
105946
106577
|
cursor: pointer;
|
105947
106578
|
color: #151b26;
|
105948
106579
|
}
|
@@ -105953,7 +106584,9 @@ title: Word Break
|
|
105953
106584
|
|
105954
106585
|
.amis-scope .cxd-Select:hover {
|
105955
106586
|
background: #ffffff;
|
105956
|
-
border-
|
106587
|
+
border-width: 1px 1px 1px 1px;
|
106588
|
+
border-style: solid solid solid solid;
|
106589
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
105957
106590
|
}
|
105958
106591
|
|
105959
106592
|
.amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
|
@@ -105961,13 +106594,28 @@ title: Word Break
|
|
105961
106594
|
}
|
105962
106595
|
|
105963
106596
|
.amis-scope .cxd-Select:active {
|
105964
|
-
border-
|
106597
|
+
border-width: 1px 1px 1px 1px;
|
106598
|
+
border-style: solid solid solid solid;
|
106599
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
106600
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
106601
|
+
background: #ffffff;
|
106602
|
+
}
|
106603
|
+
|
106604
|
+
.amis-scope .cxd-Select.is-focused:not(.is-mobile),
|
106605
|
+
.amis-scope .cxd-Select.is-opened:not(.is-mobile) {
|
106606
|
+
border-width: 1px 1px 1px 1px;
|
106607
|
+
border-style: solid solid solid solid;
|
106608
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
106609
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
106610
|
+
background: #ffffff;
|
106611
|
+
color: #151b26;
|
105965
106612
|
}
|
105966
106613
|
|
105967
106614
|
.amis-scope .cxd-Select.is-disabled {
|
105968
|
-
|
106615
|
+
border-width: 1px 1px 1px 1px;
|
106616
|
+
border-style: solid solid solid solid;
|
106617
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
105969
106618
|
background: #f7f8fa;
|
105970
|
-
border-color: #e8e9eb;
|
105971
106619
|
}
|
105972
106620
|
|
105973
106621
|
.amis-scope .cxd-Select:focus {
|
@@ -105979,13 +106627,11 @@ title: Word Break
|
|
105979
106627
|
}
|
105980
106628
|
|
105981
106629
|
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-option {
|
105982
|
-
height: 2rem;
|
105983
106630
|
line-height: 2rem;
|
105984
106631
|
}
|
105985
106632
|
|
105986
106633
|
.amis-scope .cxd-Select .cxd-PopOver.cxd-Select-popover .cxd-Select-menu .cxd-Select-addBtn {
|
105987
|
-
height: 2rem;
|
105988
|
-
line-height: 1.875rem;
|
106634
|
+
line-height: 2rem;
|
105989
106635
|
}
|
105990
106636
|
|
105991
106637
|
.amis-scope .cxd-Select--borderHalf {
|
@@ -106023,7 +106669,6 @@ title: Word Break
|
|
106023
106669
|
}
|
106024
106670
|
|
106025
106671
|
.amis-scope .cxd-Select-value {
|
106026
|
-
line-height: calc( 1.5 * 14px );
|
106027
106672
|
white-space: nowrap;
|
106028
106673
|
max-width: 100%;
|
106029
106674
|
overflow: hidden;
|
@@ -106041,7 +106686,7 @@ title: Word Break
|
|
106041
106686
|
.amis-scope .cxd-Select--multi {
|
106042
106687
|
height: auto;
|
106043
106688
|
min-height: 2rem;
|
106044
|
-
padding: 0.25rem 0 0.25rem 0.
|
106689
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
106045
106690
|
}
|
106046
106691
|
|
106047
106692
|
.amis-scope .cxd-Select--multi .cxd-Select-valueWrap > input {
|
@@ -106066,21 +106711,22 @@ title: Word Break
|
|
106066
106711
|
display: inline-block;
|
106067
106712
|
vertical-align: middle;
|
106068
106713
|
font-size: 12px;
|
106714
|
+
font-weight: 400;
|
106715
|
+
color: #151b26;
|
106069
106716
|
background: #f7f8fa;
|
106070
106717
|
border: 0.0625rem solid #f2f3f5;
|
106071
|
-
border-radius:
|
106072
|
-
|
106073
|
-
margin
|
106718
|
+
border-radius: 2px 2px 2px 2px;
|
106719
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
106720
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
106074
106721
|
}
|
106075
106722
|
|
106076
106723
|
.amis-scope .cxd-Select--multi .cxd-Select-value:hover {
|
106077
|
-
background-color: #
|
106724
|
+
background-color: #e6f0ff;
|
106078
106725
|
}
|
106079
106726
|
|
106080
106727
|
.amis-scope .cxd-Select--multi .cxd-Select-valueLabel {
|
106081
106728
|
display: inline-block;
|
106082
106729
|
max-width: 7.5rem;
|
106083
|
-
padding: 0 0.25rem;
|
106084
106730
|
overflow: hidden;
|
106085
106731
|
vertical-align: top;
|
106086
106732
|
text-overflow: ellipsis;
|
@@ -106089,8 +106735,8 @@ title: Word Break
|
|
106089
106735
|
|
106090
106736
|
.amis-scope .cxd-Select-valueIcon {
|
106091
106737
|
cursor: pointer;
|
106092
|
-
|
106093
|
-
color: #
|
106738
|
+
margin-left: 0.625rem;
|
106739
|
+
color: #b8babf;
|
106094
106740
|
}
|
106095
106741
|
|
106096
106742
|
.amis-scope .cxd-Select-valueIcon:hover {
|
@@ -106110,7 +106756,6 @@ title: Word Break
|
|
106110
106756
|
}
|
106111
106757
|
|
106112
106758
|
.amis-scope .cxd-Select-arrow {
|
106113
|
-
margin-right: 0.75rem;
|
106114
106759
|
width: 1rem;
|
106115
106760
|
text-align: center;
|
106116
106761
|
display: flex;
|
@@ -106208,8 +106853,13 @@ title: Word Break
|
|
106208
106853
|
|
106209
106854
|
.amis-scope .cxd-Select-option {
|
106210
106855
|
cursor: pointer;
|
106211
|
-
padding:
|
106856
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
106212
106857
|
display: flex;
|
106858
|
+
color: #151b26;
|
106859
|
+
font-size: 14px;
|
106860
|
+
font-weight: 400;
|
106861
|
+
background: transparent;
|
106862
|
+
line-height: 2rem;
|
106213
106863
|
}
|
106214
106864
|
|
106215
106865
|
.amis-scope .cxd-Select-option-checkbox {
|
@@ -106239,11 +106889,18 @@ title: Word Break
|
|
106239
106889
|
overflow: hidden;
|
106240
106890
|
white-space: nowrap;
|
106241
106891
|
width: 100%;
|
106892
|
+
font-size: 14px;
|
106893
|
+
font-weight: 400;
|
106894
|
+
color: #151b26;
|
106242
106895
|
}
|
106243
106896
|
|
106244
106897
|
.amis-scope .cxd-Select-option.is-active {
|
106245
106898
|
color: #2468f2;
|
106246
|
-
background:
|
106899
|
+
background: #ffffff;
|
106900
|
+
}
|
106901
|
+
|
106902
|
+
.amis-scope .cxd-Select-option.is-active .cxd-Select-option-checkbox > label > span {
|
106903
|
+
color: #2468f2;
|
106247
106904
|
}
|
106248
106905
|
|
106249
106906
|
.amis-scope .cxd-Select-option.is-highlight {
|
@@ -106251,9 +106908,17 @@ title: Word Break
|
|
106251
106908
|
background: #e6f0ff;
|
106252
106909
|
}
|
106253
106910
|
|
106911
|
+
.amis-scope .cxd-Select-option.is-highlight .cxd-Select-option-checkbox > label > span {
|
106912
|
+
color: #151b26;
|
106913
|
+
}
|
106914
|
+
|
106254
106915
|
.amis-scope .cxd-Select-option.is-disabled {
|
106255
106916
|
color: #b8babf;
|
106256
|
-
background:
|
106917
|
+
background: #ffffff;
|
106918
|
+
}
|
106919
|
+
|
106920
|
+
.amis-scope .cxd-Select-option.is-disabled .cxd-Select-option-checkbox > label > span {
|
106921
|
+
color: #b8babf;
|
106257
106922
|
}
|
106258
106923
|
|
106259
106924
|
.amis-scope .cxd-Select-option > label {
|
@@ -106276,7 +106941,6 @@ title: Word Break
|
|
106276
106941
|
overflow: hidden;
|
106277
106942
|
white-space: nowrap;
|
106278
106943
|
text-overflow: ellipsis;
|
106279
|
-
display: inline-block;
|
106280
106944
|
max-width: 100%;
|
106281
106945
|
}
|
106282
106946
|
|
@@ -106295,7 +106959,7 @@ title: Word Break
|
|
106295
106959
|
.amis-scope .cxd-Select-addBtn {
|
106296
106960
|
display: block;
|
106297
106961
|
cursor: pointer;
|
106298
|
-
padding:
|
106962
|
+
padding: 0rem 0.625rem 0rem 0.625rem;
|
106299
106963
|
}
|
106300
106964
|
|
106301
106965
|
.amis-scope .cxd-Select-addBtn:hover {
|
@@ -106308,12 +106972,6 @@ title: Word Break
|
|
106308
106972
|
margin-right: 0.25rem;
|
106309
106973
|
}
|
106310
106974
|
|
106311
|
-
.amis-scope .cxd-Select.is-focused:not(.is-mobile),
|
106312
|
-
.amis-scope .cxd-Select.is-opened:not(.is-mobile) {
|
106313
|
-
border-color: #2468f2;
|
106314
|
-
color: #151b26;
|
106315
|
-
}
|
106316
|
-
|
106317
106975
|
.amis-scope .cxd-Select-spinner {
|
106318
106976
|
line-height: calc( 1.5 * 14px );
|
106319
106977
|
}
|
@@ -106336,7 +106994,7 @@ title: Word Break
|
|
106336
106994
|
top: 0;
|
106337
106995
|
}
|
106338
106996
|
|
106339
|
-
.amis-scope .cxd-Select-clear svg:hover
|
106997
|
+
.amis-scope .cxd-Select-clear svg:hover {
|
106340
106998
|
fill: #5c5f66;
|
106341
106999
|
}
|
106342
107000
|
|
@@ -106362,21 +107020,22 @@ title: Word Break
|
|
106362
107020
|
display: inline-block;
|
106363
107021
|
vertical-align: middle;
|
106364
107022
|
font-size: 12px;
|
107023
|
+
font-weight: 400;
|
107024
|
+
color: #151b26;
|
106365
107025
|
background: #f7f8fa;
|
106366
107026
|
border: 0.0625rem solid #f2f3f5;
|
106367
|
-
border-radius:
|
106368
|
-
|
106369
|
-
margin
|
107027
|
+
border-radius: 2px 2px 2px 2px;
|
107028
|
+
padding: 0rem 0.25rem 0rem 0.25rem;
|
107029
|
+
margin: 0rem 0.25rem 0.125rem 0rem;
|
106370
107030
|
}
|
106371
107031
|
|
106372
107032
|
.amis-scope .cxd-Select-overflow-wrapper .cxd-Select-value:hover {
|
106373
|
-
background-color: #
|
107033
|
+
background-color: #e6f0ff;
|
106374
107034
|
}
|
106375
107035
|
|
106376
107036
|
.amis-scope .cxd-Select-overflow-wrapper .cxd-Select-valueLabel {
|
106377
107037
|
display: inline-block;
|
106378
107038
|
max-width: 7.5rem;
|
106379
|
-
padding: 0 0.25rem;
|
106380
107039
|
overflow: hidden;
|
106381
107040
|
vertical-align: top;
|
106382
107041
|
text-overflow: ellipsis;
|
@@ -106623,7 +107282,7 @@ title: Word Break
|
|
106623
107282
|
border-style: solid solid solid solid;
|
106624
107283
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
106625
107284
|
border-radius: 4px 4px 4px 4px;
|
106626
|
-
background:
|
107285
|
+
background: #ffffff;
|
106627
107286
|
}
|
106628
107287
|
|
106629
107288
|
.amis-scope .cxd-ListControl-item:not(.is-disabled) {
|
@@ -106655,7 +107314,7 @@ title: Word Break
|
|
106655
107314
|
border-style: solid solid solid solid;
|
106656
107315
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
106657
107316
|
border-radius: 4px 4px 4px 4px;
|
106658
|
-
background:
|
107317
|
+
background: #ffffff;
|
106659
107318
|
}
|
106660
107319
|
|
106661
107320
|
.amis-scope .cxd-ListControl-item:hover:active,
|
@@ -106667,7 +107326,6 @@ title: Word Break
|
|
106667
107326
|
border-style: solid solid solid solid;
|
106668
107327
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
106669
107328
|
border-radius: 4px 4px 4px 4px;
|
106670
|
-
background: transparent;
|
106671
107329
|
}
|
106672
107330
|
|
106673
107331
|
.amis-scope .cxd-ListControl-item:hover:active:hover,
|
@@ -106731,13 +107389,8 @@ title: Word Break
|
|
106731
107389
|
display: inline-flex;
|
106732
107390
|
flex-wrap: nowrap;
|
106733
107391
|
border: 1px solid #e8e9eb;
|
106734
|
-
font-size:
|
106735
|
-
padding:
|
106736
|
-
(
|
106737
|
-
2rem - 1.5 *
|
106738
|
-
12px
|
106739
|
-
) / 2 - 1px
|
106740
|
-
) 0.75rem;
|
107392
|
+
font-size: 14px;
|
107393
|
+
padding: 0.375rem 0.75rem;
|
106741
107394
|
height: 2rem;
|
106742
107395
|
outline: none;
|
106743
107396
|
white-space: nowrap;
|
@@ -106761,7 +107414,7 @@ title: Word Break
|
|
106761
107414
|
|
106762
107415
|
.amis-scope .cxd-LocationPicker.is-focused,
|
106763
107416
|
.amis-scope .cxd-LocationPicker.is-active {
|
106764
|
-
border-color: #
|
107417
|
+
border-color: #2468f2;
|
106765
107418
|
box-shadow: none;
|
106766
107419
|
}
|
106767
107420
|
|
@@ -106792,6 +107445,10 @@ title: Word Break
|
|
106792
107445
|
color: #84878c;
|
106793
107446
|
}
|
106794
107447
|
|
107448
|
+
.amis-scope .cxd-LocationPicker-toggler svg {
|
107449
|
+
top: 0;
|
107450
|
+
}
|
107451
|
+
|
106795
107452
|
.amis-scope .cxd-LocationPicker-toggler:hover {
|
106796
107453
|
color: #2468f2;
|
106797
107454
|
}
|
@@ -106810,7 +107467,6 @@ title: Word Break
|
|
106810
107467
|
|
106811
107468
|
.amis-scope .cxd-LocationPicker-clear svg {
|
106812
107469
|
fill: #d4d6d9;
|
106813
|
-
top: 0;
|
106814
107470
|
width: 14px;
|
106815
107471
|
height: 14px;
|
106816
107472
|
}
|
@@ -106823,6 +107479,10 @@ title: Word Break
|
|
106823
107479
|
fill: #303540;
|
106824
107480
|
}
|
106825
107481
|
|
107482
|
+
.amis-scope .cxd-LocationPicker-clear svg {
|
107483
|
+
top: 0;
|
107484
|
+
}
|
107485
|
+
|
106826
107486
|
.amis-scope .cxd-LocationControl {
|
106827
107487
|
position: relative;
|
106828
107488
|
width: 100%;
|
@@ -106883,7 +107543,7 @@ title: Word Break
|
|
106883
107543
|
|
106884
107544
|
.amis-scope .cxd-MapPicker-sugItem:hover {
|
106885
107545
|
color: #2468f2;
|
106886
|
-
background:
|
107546
|
+
background: #ffffff;
|
106887
107547
|
}
|
106888
107548
|
|
106889
107549
|
.amis-scope .tangram-suggestion-main {
|
@@ -106986,7 +107646,6 @@ title: Word Break
|
|
106986
107646
|
|
106987
107647
|
.amis-scope .cxd-ColorPicker-clear svg {
|
106988
107648
|
fill: #d4d6d9;
|
106989
|
-
top: 0;
|
106990
107649
|
width: 14px;
|
106991
107650
|
height: 14px;
|
106992
107651
|
}
|
@@ -107042,20 +107701,29 @@ title: Word Break
|
|
107042
107701
|
position: relative;
|
107043
107702
|
display: inline-flex;
|
107044
107703
|
flex-wrap: nowrap;
|
107045
|
-
border: 1px
|
107046
|
-
|
107047
|
-
|
107048
|
-
|
107049
|
-
|
107050
|
-
|
107051
|
-
|
107052
|
-
|
107704
|
+
border-width: 1px
|
107705
|
+
1px
|
107706
|
+
1px
|
107707
|
+
1px;
|
107708
|
+
border-style: solid
|
107709
|
+
solid
|
107710
|
+
solid
|
107711
|
+
solid;
|
107712
|
+
border-color: #e8e9eb
|
107713
|
+
#e8e9eb
|
107714
|
+
#e8e9eb
|
107715
|
+
#e8e9eb;
|
107716
|
+
font-size: 14px;
|
107717
|
+
padding: 0.25rem 0.75rem 0.25rem 0.625rem;
|
107053
107718
|
height: 2rem;
|
107054
107719
|
outline: none;
|
107055
107720
|
white-space: nowrap;
|
107056
107721
|
color: #151b26;
|
107057
107722
|
background: #ffffff;
|
107058
|
-
border-radius: 4px
|
107723
|
+
border-radius: 4px
|
107724
|
+
4px
|
107725
|
+
4px
|
107726
|
+
4px;
|
107059
107727
|
min-width: calc(
|
107060
107728
|
16px * 5 + 0.75rem * 2 +
|
107061
107729
|
14px * 2
|
@@ -107068,6 +107736,9 @@ title: Word Break
|
|
107068
107736
|
background: none;
|
107069
107737
|
padding: 0;
|
107070
107738
|
border: 0;
|
107739
|
+
font-size: 14px;
|
107740
|
+
font-weight: 400;
|
107741
|
+
color: #151b26;
|
107071
107742
|
}
|
107072
107743
|
|
107073
107744
|
.amis-scope .cxd-DatePicker-input:focus {
|
@@ -107100,7 +107771,16 @@ title: Word Break
|
|
107100
107771
|
|
107101
107772
|
.amis-scope .cxd-DatePicker:not(.is-disabled):hover {
|
107102
107773
|
background: #ffffff;
|
107103
|
-
border-color: #2468f2
|
107774
|
+
border-color: #2468f2
|
107775
|
+
#2468f2
|
107776
|
+
#2468f2
|
107777
|
+
#2468f2;
|
107778
|
+
border-style: solid solid solid solid;
|
107779
|
+
border-width: 1px 1px 1px 1px;
|
107780
|
+
}
|
107781
|
+
|
107782
|
+
.amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-input {
|
107783
|
+
color: #151b26;
|
107104
107784
|
}
|
107105
107785
|
|
107106
107786
|
.amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-clear {
|
@@ -107112,20 +107792,29 @@ title: Word Break
|
|
107112
107792
|
}
|
107113
107793
|
|
107114
107794
|
.amis-scope .cxd-DatePicker:not(.is-disabled).is-focused {
|
107115
|
-
|
107116
|
-
|
107795
|
+
background: #ffffff;
|
107796
|
+
border-color: #2468f2
|
107797
|
+
#2468f2
|
107798
|
+
#2468f2
|
107799
|
+
#2468f2;
|
107800
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
107801
|
+
border-style: solid solid solid solid;
|
107802
|
+
border-width: 1px 1px 1px 1px;
|
107117
107803
|
}
|
107118
107804
|
|
107119
|
-
.amis-scope .cxd-DatePicker .cxd-DatePicker-input {
|
107120
|
-
|
107805
|
+
.amis-scope .cxd-DatePicker:not(.is-disabled).is-focused .cxd-DatePicker-input {
|
107806
|
+
color: #151b26;
|
107121
107807
|
}
|
107122
107808
|
|
107123
107809
|
.amis-scope .cxd-DatePicker.is-disabled {
|
107124
|
-
background: #
|
107810
|
+
background: #f7f8fa;
|
107811
|
+
border-width: 1px 1px 1px 1px;
|
107812
|
+
border-style: solid solid solid solid;
|
107813
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
107125
107814
|
}
|
107126
107815
|
|
107127
107816
|
.amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
|
107128
|
-
color: #
|
107817
|
+
color: #151b26;
|
107129
107818
|
}
|
107130
107819
|
|
107131
107820
|
.amis-scope .cxd-DatePicker-placeholder {
|
@@ -107156,7 +107845,6 @@ title: Word Break
|
|
107156
107845
|
|
107157
107846
|
.amis-scope .cxd-DatePicker-toggler svg {
|
107158
107847
|
fill: #d4d6d9;
|
107159
|
-
top: 0;
|
107160
107848
|
width: 14px;
|
107161
107849
|
height: 14px;
|
107162
107850
|
}
|
@@ -107169,6 +107857,20 @@ title: Word Break
|
|
107169
107857
|
fill: #303540;
|
107170
107858
|
}
|
107171
107859
|
|
107860
|
+
.amis-scope .cxd-DatePicker-toggler svg {
|
107861
|
+
color: #84878c;
|
107862
|
+
width: 0.875rem;
|
107863
|
+
height: 0.875rem;
|
107864
|
+
}
|
107865
|
+
|
107866
|
+
.amis-scope .cxd-DatePicker .DatePicker-toggler-clock {
|
107867
|
+
content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
|
107868
|
+
}
|
107869
|
+
|
107870
|
+
.amis-scope .cxd-DatePicker .DatePicker-toggler-date {
|
107871
|
+
content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
|
107872
|
+
}
|
107873
|
+
|
107172
107874
|
.amis-scope .cxd-DatePicker-clear {
|
107173
107875
|
padding: 0.1875rem;
|
107174
107876
|
cursor: pointer;
|
@@ -107182,7 +107884,6 @@ title: Word Break
|
|
107182
107884
|
|
107183
107885
|
.amis-scope .cxd-DatePicker-clear svg {
|
107184
107886
|
fill: #d4d6d9;
|
107185
|
-
top: 0;
|
107186
107887
|
width: 14px;
|
107187
107888
|
height: 14px;
|
107188
107889
|
}
|
@@ -107195,6 +107896,12 @@ title: Word Break
|
|
107195
107896
|
fill: #303540;
|
107196
107897
|
}
|
107197
107898
|
|
107899
|
+
.amis-scope .cxd-DatePicker-clear svg {
|
107900
|
+
top: 0;
|
107901
|
+
width: 0.875rem;
|
107902
|
+
height: 0.875rem;
|
107903
|
+
}
|
107904
|
+
|
107198
107905
|
.amis-scope .cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
|
107199
107906
|
display: flex;
|
107200
107907
|
}
|
@@ -107353,7 +108060,8 @@ title: Word Break
|
|
107353
108060
|
.amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
|
107354
108061
|
.amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
|
107355
108062
|
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
|
107356
|
-
|
108063
|
+
color: #151b26;
|
108064
|
+
background: #f7f8fa;
|
107357
108065
|
}
|
107358
108066
|
|
107359
108067
|
.amis-scope .rdt .rdtPicker td.rdtToday > span {
|
@@ -107365,7 +108073,7 @@ title: Word Break
|
|
107365
108073
|
}
|
107366
108074
|
|
107367
108075
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
107368
|
-
background:
|
108076
|
+
background: #e6f0ff;
|
107369
108077
|
}
|
107370
108078
|
|
107371
108079
|
.amis-scope .rdt .rdtPicker td.rdtToday:before {
|
@@ -107384,6 +108092,7 @@ title: Word Break
|
|
107384
108092
|
|
107385
108093
|
.amis-scope .rdt .rdtPicker td.rdtActive > span,
|
107386
108094
|
.amis-scope .rdt .rdtPicker td.rdtActive:hover > span {
|
108095
|
+
color: #ffffff;
|
107387
108096
|
background: #2468f2;
|
107388
108097
|
}
|
107389
108098
|
|
@@ -107396,7 +108105,7 @@ title: Word Break
|
|
107396
108105
|
}
|
107397
108106
|
|
107398
108107
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
|
107399
|
-
background: #
|
108108
|
+
background: #f7f8fa;
|
107400
108109
|
}
|
107401
108110
|
|
107402
108111
|
.amis-scope .rdt thead tr:first-child th {
|
@@ -107471,6 +108180,8 @@ title: Word Break
|
|
107471
108180
|
text-align: center;
|
107472
108181
|
height: 28px;
|
107473
108182
|
line-height: 28px;
|
108183
|
+
font-size: 12px;
|
108184
|
+
font-weight: 400;
|
107474
108185
|
cursor: pointer;
|
107475
108186
|
}
|
107476
108187
|
|
@@ -107481,7 +108192,7 @@ title: Word Break
|
|
107481
108192
|
|
107482
108193
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
107483
108194
|
color: #151b26;
|
107484
|
-
background: #
|
108195
|
+
background: #f7f8fa;
|
107485
108196
|
}
|
107486
108197
|
|
107487
108198
|
.amis-scope .cxd-TimeContentWrapper {
|
@@ -107625,7 +108336,7 @@ title: Word Break
|
|
107625
108336
|
|
107626
108337
|
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover {
|
107627
108338
|
color: #2468f2;
|
107628
|
-
background:
|
108339
|
+
background: #ffffff;
|
107629
108340
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
107630
108341
|
border-width: 1px 1px 1px 1px;
|
107631
108342
|
border-style: solid solid solid solid;
|
@@ -107634,7 +108345,7 @@ title: Word Break
|
|
107634
108345
|
|
107635
108346
|
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled).hover {
|
107636
108347
|
color: #2468f2;
|
107637
|
-
background:
|
108348
|
+
background: #ffffff;
|
107638
108349
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
107639
108350
|
border-width: 1px 1px 1px 1px;
|
107640
108351
|
border-style: solid solid solid solid;
|
@@ -107643,7 +108354,7 @@ title: Word Break
|
|
107643
108354
|
|
107644
108355
|
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
107645
108356
|
color: #144bcc;
|
107646
|
-
background:
|
108357
|
+
background: #ffffff;
|
107647
108358
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
107648
108359
|
border-width: 1px 1px 1px 1px;
|
107649
108360
|
border-style: solid solid solid solid;
|
@@ -107652,7 +108363,7 @@ title: Word Break
|
|
107652
108363
|
|
107653
108364
|
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled).active {
|
107654
108365
|
color: #144bcc;
|
107655
|
-
background:
|
108366
|
+
background: #ffffff;
|
107656
108367
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
107657
108368
|
border-width: 1px 1px 1px 1px;
|
107658
108369
|
border-style: solid solid solid solid;
|
@@ -107684,7 +108395,7 @@ title: Word Break
|
|
107684
108395
|
|
107685
108396
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
|
107686
108397
|
color: #2468f2;
|
107687
|
-
background:
|
108398
|
+
background: #ffffff;
|
107688
108399
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
107689
108400
|
border-width: 1px 1px 1px 1px;
|
107690
108401
|
border-style: solid solid solid solid;
|
@@ -107693,7 +108404,7 @@ title: Word Break
|
|
107693
108404
|
|
107694
108405
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled).hover {
|
107695
108406
|
color: #2468f2;
|
107696
|
-
background:
|
108407
|
+
background: #ffffff;
|
107697
108408
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
107698
108409
|
border-width: 1px 1px 1px 1px;
|
107699
108410
|
border-style: solid solid solid solid;
|
@@ -107702,7 +108413,7 @@ title: Word Break
|
|
107702
108413
|
|
107703
108414
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
107704
108415
|
color: #144bcc;
|
107705
|
-
background:
|
108416
|
+
background: #ffffff;
|
107706
108417
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
107707
108418
|
border-width: 1px 1px 1px 1px;
|
107708
108419
|
border-style: solid solid solid solid;
|
@@ -107711,7 +108422,7 @@ title: Word Break
|
|
107711
108422
|
|
107712
108423
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled).active {
|
107713
108424
|
color: #144bcc;
|
107714
|
-
background:
|
108425
|
+
background: #ffffff;
|
107715
108426
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
107716
108427
|
border-width: 1px 1px 1px 1px;
|
107717
108428
|
border-style: solid solid solid solid;
|
@@ -107741,7 +108452,7 @@ title: Word Break
|
|
107741
108452
|
cursor: pointer !important;
|
107742
108453
|
width: 1rem;
|
107743
108454
|
padding: 0;
|
107744
|
-
color: #
|
108455
|
+
color: #84878c;
|
107745
108456
|
font-size: 18px;
|
107746
108457
|
text-decoration: none;
|
107747
108458
|
font-family: auto;
|
@@ -107815,12 +108526,15 @@ title: Word Break
|
|
107815
108526
|
.amis-scope td.rdtYear > span,
|
107816
108527
|
.amis-scope td.rdtQuarter > span {
|
107817
108528
|
display: inline-block;
|
108529
|
+
color: #151b26;
|
108530
|
+
background: #ffffff;
|
108531
|
+
border-radius: 2px 2px 2px 2px;
|
107818
108532
|
}
|
107819
108533
|
|
107820
108534
|
.amis-scope td.rdtMonth.rdtBetween,
|
107821
108535
|
.amis-scope td.rdtYear.rdtBetween,
|
107822
108536
|
.amis-scope td.rdtQuarter.rdtBetween {
|
107823
|
-
background:
|
108537
|
+
background: #e6f0ff;
|
107824
108538
|
}
|
107825
108539
|
|
107826
108540
|
.amis-scope td.rdtMonth:hover,
|
@@ -107833,7 +108547,7 @@ title: Word Break
|
|
107833
108547
|
.amis-scope td.rdtYear:hover > span,
|
107834
108548
|
.amis-scope td.rdtQuarter:hover > span {
|
107835
108549
|
color: #151b26;
|
107836
|
-
background: #
|
108550
|
+
background: #f7f8fa;
|
107837
108551
|
}
|
107838
108552
|
|
107839
108553
|
.amis-scope td.rdtMonth.rdtActive,
|
@@ -107852,7 +108566,7 @@ title: Word Break
|
|
107852
108566
|
.amis-scope td.rdtQuarter.rdtActive > span,
|
107853
108567
|
.amis-scope td.rdtQuarter.rdtActive:hover > span {
|
107854
108568
|
background: #2468f2 !important;
|
107855
|
-
color: #ffffff;
|
108569
|
+
color: #ffffff !important;
|
107856
108570
|
}
|
107857
108571
|
|
107858
108572
|
.amis-scope td.rdtMonth.rdtDisabled,
|
@@ -107861,22 +108575,31 @@ title: Word Break
|
|
107861
108575
|
.amis-scope td.rdtYear.rdtDisabled:hover,
|
107862
108576
|
.amis-scope td.rdtQuarter.rdtDisabled,
|
107863
108577
|
.amis-scope td.rdtQuarter.rdtDisabled:hover {
|
107864
|
-
background: #
|
108578
|
+
background: #f7f8fa;
|
108579
|
+
}
|
108580
|
+
|
108581
|
+
.amis-scope td.rdtMonth.rdtDisabled > span,
|
108582
|
+
.amis-scope td.rdtMonth.rdtDisabled:hover > span,
|
108583
|
+
.amis-scope td.rdtYear.rdtDisabled > span,
|
108584
|
+
.amis-scope td.rdtYear.rdtDisabled:hover > span,
|
108585
|
+
.amis-scope td.rdtQuarter.rdtDisabled > span,
|
108586
|
+
.amis-scope td.rdtQuarter.rdtDisabled:hover > span {
|
108587
|
+
background: #f7f8fa;
|
107865
108588
|
color: #b8babf;
|
107866
108589
|
}
|
107867
108590
|
|
107868
108591
|
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
107869
|
-
background: linear-gradient(to right, transparent 0%, transparent 50%,
|
108592
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, #e6f0ff 51%, #e6f0ff 100%);
|
107870
108593
|
}
|
107871
108594
|
|
107872
108595
|
.amis-scope .rdt .rdtPicker td.is-disabled {
|
107873
108596
|
cursor: not-allowed !important;
|
107874
|
-
background: #
|
108597
|
+
background: #f7f8fa;
|
107875
108598
|
color: #b8babf;
|
107876
108599
|
}
|
107877
108600
|
|
107878
108601
|
.amis-scope .rdt .rdtPicker td.is-disabled:hover {
|
107879
|
-
background: #
|
108602
|
+
background: #f7f8fa;
|
107880
108603
|
color: #b8babf;
|
107881
108604
|
}
|
107882
108605
|
|
@@ -107886,26 +108609,49 @@ title: Word Break
|
|
107886
108609
|
}
|
107887
108610
|
|
107888
108611
|
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
107889
|
-
background: linear-gradient(to right,
|
108612
|
+
background: linear-gradient(to right, #e6f0ff 0%, #e6f0ff 50%, transparent 51%, transparent 100%);
|
107890
108613
|
}
|
107891
108614
|
|
107892
108615
|
.amis-scope .cxd-DateCalendar {
|
107893
108616
|
display: inline-block;
|
107894
|
-
border: 1px
|
108617
|
+
border: 1px
|
108618
|
+
1px
|
108619
|
+
1px
|
108620
|
+
1px solid #e8e9eb
|
108621
|
+
#e8e9eb
|
108622
|
+
#e8e9eb
|
108623
|
+
#e8e9eb;
|
107895
108624
|
background: #ffffff;
|
107896
|
-
border-radius: 4px
|
108625
|
+
border-radius: 4px
|
108626
|
+
4px
|
108627
|
+
4px
|
108628
|
+
4px;
|
107897
108629
|
}
|
107898
108630
|
|
107899
108631
|
.amis-scope .cxd-DateRangePicker {
|
107900
108632
|
position: relative;
|
107901
108633
|
display: inline-flex;
|
107902
108634
|
flex-wrap: nowrap;
|
107903
|
-
border: 1px
|
107904
|
-
|
107905
|
-
|
108635
|
+
border-width: 1px
|
108636
|
+
1px
|
108637
|
+
1px
|
108638
|
+
1px;
|
108639
|
+
border-style: solid
|
108640
|
+
solid
|
108641
|
+
solid
|
108642
|
+
solid;
|
108643
|
+
border-color: #e8e9eb
|
108644
|
+
#e8e9eb
|
108645
|
+
#e8e9eb
|
108646
|
+
#e8e9eb;
|
108647
|
+
font-size: 14px;
|
108648
|
+
padding: 0 0.75rem 0 0.625rem;
|
107906
108649
|
height: 2rem;
|
107907
108650
|
outline: none;
|
107908
|
-
border-radius: 4px
|
108651
|
+
border-radius: 4px
|
108652
|
+
4px
|
108653
|
+
4px
|
108654
|
+
4px;
|
107909
108655
|
color: #151b26;
|
107910
108656
|
background: #ffffff;
|
107911
108657
|
}
|
@@ -107926,7 +108672,16 @@ title: Word Break
|
|
107926
108672
|
|
107927
108673
|
.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
|
107928
108674
|
background: #ffffff;
|
107929
|
-
border-color: #2468f2
|
108675
|
+
border-color: #2468f2
|
108676
|
+
#2468f2
|
108677
|
+
#2468f2
|
108678
|
+
#2468f2;
|
108679
|
+
border-style: solid solid solid solid;
|
108680
|
+
border-width: 1px 1px 1px 1px;
|
108681
|
+
}
|
108682
|
+
|
108683
|
+
.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-input {
|
108684
|
+
color: #151b26;
|
107930
108685
|
}
|
107931
108686
|
|
107932
108687
|
.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-clear {
|
@@ -107938,8 +108693,18 @@ title: Word Break
|
|
107938
108693
|
}
|
107939
108694
|
|
107940
108695
|
.amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused {
|
107941
|
-
|
107942
|
-
|
108696
|
+
background: #ffffff;
|
108697
|
+
border-color: #2468f2
|
108698
|
+
#2468f2
|
108699
|
+
#2468f2
|
108700
|
+
#2468f2;
|
108701
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
108702
|
+
border-style: solid solid solid solid;
|
108703
|
+
border-width: 1px 1px 1px 1px;
|
108704
|
+
}
|
108705
|
+
|
108706
|
+
.amis-scope .cxd-DateRangePicker:not(.is-disabled).is-focused .cxd-DateRangePicker-input {
|
108707
|
+
color: #151b26;
|
107943
108708
|
}
|
107944
108709
|
|
107945
108710
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input {
|
@@ -107952,6 +108717,8 @@ title: Word Break
|
|
107952
108717
|
width: 50%;
|
107953
108718
|
line-height: 1.875rem;
|
107954
108719
|
font-size: 14px;
|
108720
|
+
font-weight: 400;
|
108721
|
+
color: #151b26;
|
107955
108722
|
}
|
107956
108723
|
|
107957
108724
|
.amis-scope .cxd-DateRangePicker .cxd-DateRangePicker-input::placeholder {
|
@@ -107975,11 +108742,14 @@ title: Word Break
|
|
107975
108742
|
}
|
107976
108743
|
|
107977
108744
|
.amis-scope .cxd-DateRangePicker.is-disabled {
|
107978
|
-
background: #
|
108745
|
+
background: #f7f8fa;
|
108746
|
+
border-width: 1px 1px 1px 1px;
|
108747
|
+
border-style: solid solid solid solid;
|
108748
|
+
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
107979
108749
|
}
|
107980
108750
|
|
107981
108751
|
.amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
|
107982
|
-
color: #
|
108752
|
+
color: #151b26;
|
107983
108753
|
}
|
107984
108754
|
|
107985
108755
|
.amis-scope .cxd-DateRangePicker-placeholder {
|
@@ -108009,7 +108779,6 @@ title: Word Break
|
|
108009
108779
|
|
108010
108780
|
.amis-scope .cxd-DateRangePicker-toggler svg {
|
108011
108781
|
fill: #d4d6d9;
|
108012
|
-
top: 0;
|
108013
108782
|
width: 14px;
|
108014
108783
|
height: 14px;
|
108015
108784
|
}
|
@@ -108022,6 +108791,20 @@ title: Word Break
|
|
108022
108791
|
fill: #303540;
|
108023
108792
|
}
|
108024
108793
|
|
108794
|
+
.amis-scope .cxd-DateRangePicker-toggler svg {
|
108795
|
+
color: #84878c;
|
108796
|
+
width: 0.875rem;
|
108797
|
+
height: 0.875rem;
|
108798
|
+
}
|
108799
|
+
|
108800
|
+
.amis-scope .cxd-DateRangePicker .DatePicker-toggler-clock {
|
108801
|
+
content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_时间</title><g id="ic_时间" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><circle id="1-FL" stroke="currentColor" cx="8" cy="8" r="6.5" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/><polyline id="2-FLW" stroke="currentColor" points="7.87443646 5.5 7.87443646 8.53778873 5.5 9.28133409" stroke-width="1px" fill="none" stroke-linecap="butt" stroke-linejoin="round"/></g></svg>';
|
108802
|
+
}
|
108803
|
+
|
108804
|
+
.amis-scope .cxd-DateRangePicker .DatePicker-toggler-date {
|
108805
|
+
content: '<svg viewBox="0 0 13 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-1.338385, -2.000000)"><rect x="0" y="0" width="16" height="16"></rect><path d="M6,2 L6,3 L10,3 L10,2 L11,2 L11,3 L14,3 L14,14 L2,14 L2,3 L5,3 L5,2 L6,2 Z M13,7 L3,7 L3,13 L13,13 L13,7 Z M5,4 L3,4 L3,6 L13,6 L13,4 L11,4 L11,5 L10,5 L10,4 L6,4 L6,5 L5,5 L5,4 Z" fill="currentColor"></path></g></g></svg>';
|
108806
|
+
}
|
108807
|
+
|
108025
108808
|
.amis-scope .cxd-DateRangePicker-clear {
|
108026
108809
|
padding: 0.1875rem;
|
108027
108810
|
cursor: pointer;
|
@@ -108035,7 +108818,6 @@ title: Word Break
|
|
108035
108818
|
|
108036
108819
|
.amis-scope .cxd-DateRangePicker-clear svg {
|
108037
108820
|
fill: #d4d6d9;
|
108038
|
-
top: 0;
|
108039
108821
|
width: 14px;
|
108040
108822
|
height: 14px;
|
108041
108823
|
}
|
@@ -108048,6 +108830,12 @@ title: Word Break
|
|
108048
108830
|
fill: #303540;
|
108049
108831
|
}
|
108050
108832
|
|
108833
|
+
.amis-scope .cxd-DateRangePicker-clear svg {
|
108834
|
+
top: 0;
|
108835
|
+
width: 0.875rem;
|
108836
|
+
height: 0.875rem;
|
108837
|
+
}
|
108838
|
+
|
108051
108839
|
.amis-scope .cxd-DateRangePicker-activeCursor {
|
108052
108840
|
bottom: 0;
|
108053
108841
|
height: 2px;
|
@@ -108146,9 +108934,23 @@ title: Word Break
|
|
108146
108934
|
|
108147
108935
|
.amis-scope .cxd-DateRangeCalendar {
|
108148
108936
|
display: inline-block;
|
108149
|
-
border: 1px
|
108937
|
+
border-width: 1px
|
108938
|
+
1px
|
108939
|
+
1px
|
108940
|
+
1px;
|
108941
|
+
border-style: solid
|
108942
|
+
solid
|
108943
|
+
solid
|
108944
|
+
solid;
|
108945
|
+
border-color: #e8e9eb
|
108946
|
+
#e8e9eb
|
108947
|
+
#e8e9eb
|
108948
|
+
#e8e9eb;
|
108150
108949
|
background: #ffffff;
|
108151
|
-
border-radius: 4px
|
108950
|
+
border-radius: 4px
|
108951
|
+
4px
|
108952
|
+
4px
|
108953
|
+
4px;
|
108152
108954
|
}
|
108153
108955
|
|
108154
108956
|
.amis-scope .cxd-DateRangePicker.is-mobile {
|
@@ -108201,7 +109003,7 @@ title: Word Break
|
|
108201
109003
|
cursor: pointer;
|
108202
109004
|
margin-right: 0.75rem;
|
108203
109005
|
color: #84878c;
|
108204
|
-
background:
|
109006
|
+
background: #ffffff;
|
108205
109007
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
108206
109008
|
border-width: 1px 1px 1px 1px;
|
108207
109009
|
border-style: solid solid solid solid;
|
@@ -108210,7 +109012,7 @@ title: Word Break
|
|
108210
109012
|
|
108211
109013
|
.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
108212
109014
|
color: #84878c;
|
108213
|
-
background:
|
109015
|
+
background: #ffffff;
|
108214
109016
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
108215
109017
|
border-width: 1px 1px 1px 1px;
|
108216
109018
|
border-style: solid solid solid solid;
|
@@ -108219,7 +109021,7 @@ title: Word Break
|
|
108219
109021
|
|
108220
109022
|
.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).hover {
|
108221
109023
|
color: #84878c;
|
108222
|
-
background:
|
109024
|
+
background: #ffffff;
|
108223
109025
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
108224
109026
|
border-width: 1px 1px 1px 1px;
|
108225
109027
|
border-style: solid solid solid solid;
|
@@ -108228,7 +109030,7 @@ title: Word Break
|
|
108228
109030
|
|
108229
109031
|
.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
108230
109032
|
color: #84878c;
|
108231
|
-
background:
|
109033
|
+
background: #ffffff;
|
108232
109034
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
108233
109035
|
border-width: 1px 1px 1px 1px;
|
108234
109036
|
border-style: solid solid solid solid;
|
@@ -108237,7 +109039,7 @@ title: Word Break
|
|
108237
109039
|
|
108238
109040
|
.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled).active {
|
108239
109041
|
color: #84878c;
|
108240
|
-
background:
|
109042
|
+
background: #ffffff;
|
108241
109043
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
108242
109044
|
border-width: 1px 1px 1px 1px;
|
108243
109045
|
border-style: solid solid solid solid;
|
@@ -108305,7 +109107,7 @@ title: Word Break
|
|
108305
109107
|
|
108306
109108
|
.amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
|
108307
109109
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
108308
|
-
background:
|
109110
|
+
background: #ffffff;
|
108309
109111
|
color: #84878c;
|
108310
109112
|
}
|
108311
109113
|
|
@@ -108315,7 +109117,7 @@ title: Word Break
|
|
108315
109117
|
|
108316
109118
|
.amis-scope .cxd-ImageControl-dropzone:hover-addBtn:not(.is-disabled) {
|
108317
109119
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
108318
|
-
background:
|
109120
|
+
background: #ffffff;
|
108319
109121
|
color: #84878c;
|
108320
109122
|
}
|
108321
109123
|
|
@@ -108705,7 +109507,7 @@ title: Word Break
|
|
108705
109507
|
#e8e9eb;
|
108706
109508
|
border-width: 1px 1px 1px 1px;
|
108707
109509
|
border-radius: 4px 4px 4px 4px;
|
108708
|
-
background:
|
109510
|
+
background: #ffffff;
|
108709
109511
|
cursor: pointer;
|
108710
109512
|
}
|
108711
109513
|
|
@@ -108722,7 +109524,7 @@ title: Word Break
|
|
108722
109524
|
border-style: dashed dashed dashed dashed;
|
108723
109525
|
border-color: #e8e9eb #e8e9eb #e8e9eb #e8e9eb;
|
108724
109526
|
border-width: 1px 1px 1px 1px;
|
108725
|
-
background:
|
109527
|
+
background: #ffffff;
|
108726
109528
|
}
|
108727
109529
|
|
108728
109530
|
.amis-scope .cxd-FileControl-acceptTip > span {
|
@@ -109360,6 +110162,25 @@ title: Word Break
|
|
109360
110162
|
border: 0;
|
109361
110163
|
}
|
109362
110164
|
|
110165
|
+
.amis-scope .cxd-TreeControl.is-sticky {
|
110166
|
+
max-height: unset;
|
110167
|
+
overflow: unset;
|
110168
|
+
}
|
110169
|
+
|
110170
|
+
.amis-scope .cxd-TreeControl-searchbox {
|
110171
|
+
margin-top: 0.5rem;
|
110172
|
+
margin-bottom: 1rem;
|
110173
|
+
}
|
110174
|
+
|
110175
|
+
.amis-scope .cxd-TreeControl-searchbox.is-active {
|
110176
|
+
width: 100%;
|
110177
|
+
}
|
110178
|
+
|
110179
|
+
.amis-scope .cxd-TreeControl > .cxd-Tree {
|
110180
|
+
max-height: 300px;
|
110181
|
+
overflow: auto;
|
110182
|
+
}
|
110183
|
+
|
109363
110184
|
.amis-scope .cxd-Tree-list,
|
109364
110185
|
.amis-scope .cxd-Tree-sublist {
|
109365
110186
|
list-style: none;
|
@@ -109626,6 +110447,7 @@ title: Word Break
|
|
109626
110447
|
flex: 1 auto;
|
109627
110448
|
display: inline-block;
|
109628
110449
|
color: #151b26;
|
110450
|
+
font-size: 14px;
|
109629
110451
|
max-width: 100%;
|
109630
110452
|
overflow: hidden;
|
109631
110453
|
text-overflow: ellipsis;
|
@@ -109789,7 +110611,6 @@ title: Word Break
|
|
109789
110611
|
|
109790
110612
|
.amis-scope .cxd-TreeSelect-clear svg {
|
109791
110613
|
fill: #d4d6d9;
|
109792
|
-
top: 0;
|
109793
110614
|
width: 14px;
|
109794
110615
|
height: 14px;
|
109795
110616
|
}
|
@@ -110253,7 +111074,7 @@ title: Word Break
|
|
110253
111074
|
|
110254
111075
|
.amis-scope .cxd-SubForm-value {
|
110255
111076
|
background: #f7f8fa;
|
110256
|
-
color: #
|
111077
|
+
color: #151b26;
|
110257
111078
|
font-size: 14px;
|
110258
111079
|
padding: 0 0.25rem;
|
110259
111080
|
min-height: 1.5rem;
|
@@ -110279,7 +111100,7 @@ title: Word Break
|
|
110279
111100
|
.amis-scope .cxd-SubForm-valueDel:hover,
|
110280
111101
|
.amis-scope .cxd-SubForm-valueEdit:hover,
|
110281
111102
|
.amis-scope .cxd-SubForm-valueDragBar:hover {
|
110282
|
-
color: #
|
111103
|
+
color: #151b26;
|
110283
111104
|
}
|
110284
111105
|
|
110285
111106
|
.amis-scope .cxd-SubForm-valueDel > svg,
|
@@ -110296,7 +111117,7 @@ title: Word Break
|
|
110296
111117
|
}
|
110297
111118
|
|
110298
111119
|
.amis-scope .cxd-SubForm-value:hover {
|
110299
|
-
background:
|
111120
|
+
background: #e6f0ff;
|
110300
111121
|
}
|
110301
111122
|
|
110302
111123
|
.amis-scope .cxd-SubForm-value.is-disabled {
|
@@ -110369,6 +111190,11 @@ title: Word Break
|
|
110369
111190
|
margin-right: 0.25rem;
|
110370
111191
|
}
|
110371
111192
|
|
111193
|
+
.amis-scope .cxd-ChainedSelectControl-spinner {
|
111194
|
+
display: inline-block;
|
111195
|
+
vertical-align: middle;
|
111196
|
+
}
|
111197
|
+
|
110372
111198
|
.amis-scope .cxd-Picker {
|
110373
111199
|
position: relative;
|
110374
111200
|
max-width: 100%;
|
@@ -110472,7 +111298,6 @@ title: Word Break
|
|
110472
111298
|
|
110473
111299
|
.amis-scope .cxd-Picker-clear svg {
|
110474
111300
|
fill: #d4d6d9;
|
110475
|
-
top: 0;
|
110476
111301
|
width: 14px;
|
110477
111302
|
height: 14px;
|
110478
111303
|
}
|
@@ -110595,6 +111420,10 @@ title: Word Break
|
|
110595
111420
|
justify-content: center;
|
110596
111421
|
}
|
110597
111422
|
|
111423
|
+
.amis-scope .cxd-Picker-btn svg {
|
111424
|
+
top: 0;
|
111425
|
+
}
|
111426
|
+
|
110598
111427
|
.amis-scope .cxd-Picker-btn:hover {
|
110599
111428
|
color: #2468f2;
|
110600
111429
|
}
|
@@ -110613,7 +111442,6 @@ title: Word Break
|
|
110613
111442
|
|
110614
111443
|
.amis-scope .cxd-Picker-clear svg {
|
110615
111444
|
fill: #d4d6d9;
|
110616
|
-
top: 0;
|
110617
111445
|
width: 14px;
|
110618
111446
|
height: 14px;
|
110619
111447
|
}
|
@@ -110626,6 +111454,10 @@ title: Word Break
|
|
110626
111454
|
fill: #303540;
|
110627
111455
|
}
|
110628
111456
|
|
111457
|
+
.amis-scope .cxd-Picker-clear svg {
|
111458
|
+
top: 0;
|
111459
|
+
}
|
111460
|
+
|
110629
111461
|
.amis-scope .cxd-PickerControl.is-inline .cxd-Picker {
|
110630
111462
|
display: inline-block;
|
110631
111463
|
min-width: 9.375rem;
|
@@ -110640,10 +111472,6 @@ title: Word Break
|
|
110640
111472
|
position: relative;
|
110641
111473
|
}
|
110642
111474
|
|
110643
|
-
.amis-scope .cxd-TagControl-input.is-focused {
|
110644
|
-
border-radius: 0;
|
110645
|
-
}
|
110646
|
-
|
110647
111475
|
.amis-scope .cxd-TagControl-input.is-disabled {
|
110648
111476
|
border-style: dashed;
|
110649
111477
|
background: transparent;
|
@@ -110745,7 +111573,7 @@ title: Word Break
|
|
110745
111573
|
|
110746
111574
|
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
|
110747
111575
|
color: #2468f2;
|
110748
|
-
background:
|
111576
|
+
background: #ffffff;
|
110749
111577
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
110750
111578
|
border-width: 1px 1px 1px 1px;
|
110751
111579
|
border-style: solid solid solid solid;
|
@@ -110754,7 +111582,7 @@ title: Word Break
|
|
110754
111582
|
|
110755
111583
|
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).hover {
|
110756
111584
|
color: #2468f2;
|
110757
|
-
background:
|
111585
|
+
background: #ffffff;
|
110758
111586
|
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
110759
111587
|
border-width: 1px 1px 1px 1px;
|
110760
111588
|
border-style: solid solid solid solid;
|
@@ -110763,7 +111591,7 @@ title: Word Break
|
|
110763
111591
|
|
110764
111592
|
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
110765
111593
|
color: #144bcc;
|
110766
|
-
background:
|
111594
|
+
background: #ffffff;
|
110767
111595
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
110768
111596
|
border-width: 1px 1px 1px 1px;
|
110769
111597
|
border-style: solid solid solid solid;
|
@@ -110772,7 +111600,7 @@ title: Word Break
|
|
110772
111600
|
|
110773
111601
|
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled).active {
|
110774
111602
|
color: #144bcc;
|
110775
|
-
background:
|
111603
|
+
background: #ffffff;
|
110776
111604
|
border-color: #144bcc #144bcc #144bcc #144bcc;
|
110777
111605
|
border-width: 1px 1px 1px 1px;
|
110778
111606
|
border-style: solid solid solid solid;
|
@@ -111162,7 +111990,7 @@ title: Word Break
|
|
111162
111990
|
}
|
111163
111991
|
|
111164
111992
|
.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > thead > tr > th:last-child {
|
111165
|
-
padding-right:
|
111993
|
+
padding-right: 1.125rem;
|
111166
111994
|
}
|
111167
111995
|
|
111168
111996
|
.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td {
|
@@ -111177,7 +112005,7 @@ title: Word Break
|
|
111177
112005
|
}
|
111178
112006
|
|
111179
112007
|
.amis-scope .cxd-Transfer .cxd-Table-content .cxd-Table-table > tbody > tr > td:last-child {
|
111180
|
-
padding-right:
|
112008
|
+
padding-right: 1.125rem;
|
111181
112009
|
}
|
111182
112010
|
|
111183
112011
|
.amis-scope .cxd-Transfer .cxd-Selections .cxd-TableSelection .cxd-Table-table > thead > tr,
|
@@ -111429,6 +112257,10 @@ title: Word Break
|
|
111429
112257
|
line-height: 2rem;
|
111430
112258
|
cursor: pointer;
|
111431
112259
|
display: flex;
|
112260
|
+
font-size: 14px;
|
112261
|
+
font-weight: 400;
|
112262
|
+
color: #151b26;
|
112263
|
+
background: transparent;
|
111432
112264
|
}
|
111433
112265
|
|
111434
112266
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel {
|
@@ -111449,7 +112281,7 @@ title: Word Break
|
|
111449
112281
|
|
111450
112282
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
|
111451
112283
|
color: #2468f2;
|
111452
|
-
background:
|
112284
|
+
background: #ffffff;
|
111453
112285
|
}
|
111454
112286
|
|
111455
112287
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option:hover {
|
@@ -111693,7 +112525,6 @@ title: Word Break
|
|
111693
112525
|
|
111694
112526
|
.amis-scope .cxd-IconPickerControl-clear svg {
|
111695
112527
|
fill: #d4d6d9;
|
111696
|
-
top: 0;
|
111697
112528
|
width: 14px;
|
111698
112529
|
height: 14px;
|
111699
112530
|
}
|
@@ -111742,7 +112573,7 @@ title: Word Break
|
|
111742
112573
|
|
111743
112574
|
.amis-scope .cxd-IconPickerControl-valueWrap > input {
|
111744
112575
|
display: inline-block;
|
111745
|
-
width:
|
112576
|
+
width: 100% !important;
|
111746
112577
|
vertical-align: middle;
|
111747
112578
|
}
|
111748
112579
|
|
@@ -111813,6 +112644,7 @@ title: Word Break
|
|
111813
112644
|
}
|
111814
112645
|
|
111815
112646
|
.amis-scope .cxd-IconPickerControl-value {
|
112647
|
+
position: absolute;
|
111816
112648
|
user-select: none;
|
111817
112649
|
line-height: calc( 1.5 * 14px );
|
111818
112650
|
vertical-align: middle;
|
@@ -111929,7 +112761,6 @@ title: Word Break
|
|
111929
112761
|
|
111930
112762
|
.amis-scope .cxd-IconSelectControl-clear svg {
|
111931
112763
|
fill: #d4d6d9;
|
111932
|
-
top: 0;
|
111933
112764
|
width: 14px;
|
111934
112765
|
height: 14px;
|
111935
112766
|
}
|
@@ -112356,7 +113187,7 @@ title: Word Break
|
|
112356
113187
|
}
|
112357
113188
|
|
112358
113189
|
.amis-scope .cxd-Form-item.is-error > .cxd-Form-label {
|
112359
|
-
color: #
|
113190
|
+
color: #f23d3d;
|
112360
113191
|
}
|
112361
113192
|
|
112362
113193
|
.amis-scope .cxd-Form-item .cxd-Form-control--withSize > .cxd-ResultBox {
|
@@ -112443,7 +113274,6 @@ title: Word Break
|
|
112443
113274
|
}
|
112444
113275
|
|
112445
113276
|
.amis-scope .cxd-Form-item--horizontal > .cxd-Form-label {
|
112446
|
-
height: 2rem;
|
112447
113277
|
line-height: 2rem;
|
112448
113278
|
margin: 0;
|
112449
113279
|
margin-right: 1rem;
|
@@ -113920,6 +114750,8 @@ title: Word Break
|
|
113920
114750
|
height: 0.875rem;
|
113921
114751
|
width: 0.875rem;
|
113922
114752
|
margin: 0 0.25rem;
|
114753
|
+
display: inline-block;
|
114754
|
+
vertical-align: text-top;
|
113923
114755
|
}
|
113924
114756
|
|
113925
114757
|
.amis-scope .cxd-MappingField {
|
@@ -113993,6 +114825,10 @@ title: Word Break
|
|
113993
114825
|
margin-top: 0.625rem;
|
113994
114826
|
}
|
113995
114827
|
|
114828
|
+
.amis-scope .cxd-FormulaEditor-settings > div {
|
114829
|
+
width: 0;
|
114830
|
+
}
|
114831
|
+
|
113996
114832
|
.amis-scope .cxd-FormulaEditor-settings.only-variable {
|
113997
114833
|
height: 21.875rem;
|
113998
114834
|
}
|
@@ -114179,11 +115015,17 @@ title: Word Break
|
|
114179
115015
|
display: flex;
|
114180
115016
|
flex-flow: row nowrap;
|
114181
115017
|
justify-content: space-between;
|
115018
|
+
align-items: center;
|
114182
115019
|
white-space: nowrap;
|
114183
115020
|
}
|
114184
115021
|
|
114185
115022
|
.amis-scope .cxd-FormulaEditor-VariableList-item > label {
|
114186
115023
|
white-space: nowrap;
|
115024
|
+
overflow: hidden;
|
115025
|
+
text-overflow: ellipsis;
|
115026
|
+
flex: 1;
|
115027
|
+
width: 0;
|
115028
|
+
display: inline-block;
|
114187
115029
|
}
|
114188
115030
|
|
114189
115031
|
.amis-scope .cxd-FormulaEditor-VariableList-item-tag {
|
@@ -114193,6 +115035,9 @@ title: Word Break
|
|
114193
115035
|
border-radius: 4px;
|
114194
115036
|
background: #f5f5f5;
|
114195
115037
|
color: var(--black);
|
115038
|
+
font-size: 12px;
|
115039
|
+
line-height: 1.5rem;
|
115040
|
+
height: 1.5rem;
|
114196
115041
|
}
|
114197
115042
|
|
114198
115043
|
.amis-scope .cxd-FormulaEditor-VariableList .cxd-GroupedSelection-item-tag {
|
@@ -115135,6 +115980,7 @@ title: Word Break
|
|
115135
115980
|
}
|
115136
115981
|
|
115137
115982
|
.amis-scope .cxd-Nav-Menu {
|
115983
|
+
--Menu-width: var(--Layout-aside-width);
|
115138
115984
|
--Menu-width--collapsed: var(--Layout-aside-width-collapsed);
|
115139
115985
|
--Menu-fontSize: var(--Nav-item-fontSize);
|
115140
115986
|
--Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
|
@@ -115151,7 +115997,7 @@ title: Word Break
|
|
115151
115997
|
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
115152
115998
|
--Menu-light-ancestor-fontColor-onActive: var(--Layout-light-fontColor);
|
115153
115999
|
--Menu-light-fontColor-onActive: var(--Layout-fontColor--onActive);
|
115154
|
-
--Menu-light-groupTitle-fontColor: #
|
116000
|
+
--Menu-light-groupTitle-fontColor: #84868c;
|
115155
116001
|
--Menu-light-selectedIndicator-color: var(--Layout-fontColor--info);
|
115156
116002
|
--Menu-dark-backgroundColor: var(--Layout-dark-backgroundColor);
|
115157
116003
|
--Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
|
@@ -115159,7 +116005,7 @@ title: Word Break
|
|
115159
116005
|
--Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
|
115160
116006
|
--Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
|
115161
116007
|
--Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
|
115162
|
-
--Menu-dark-groupTitle-fontColor: #
|
116008
|
+
--Menu-dark-groupTitle-fontColor: #84868c;
|
115163
116009
|
--Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
|
115164
116010
|
outline: none;
|
115165
116011
|
margin-bottom: 0;
|
@@ -115169,6 +116015,8 @@ title: Word Break
|
|
115169
116015
|
list-style: none;
|
115170
116016
|
color: var(--Menu-light-fontColor);
|
115171
116017
|
background-color: var(--Menu-light-backgroundColor);
|
116018
|
+
transition: all 0.3s;
|
116019
|
+
width: 100%;
|
115172
116020
|
}
|
115173
116021
|
|
115174
116022
|
.amis-scope .cxd-Nav-Menu.cxd-Nav-Menu-dark {
|
@@ -115215,15 +116063,18 @@ title: Word Break
|
|
115215
116063
|
cursor: not-allowed;
|
115216
116064
|
}
|
115217
116065
|
|
115218
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item
|
116066
|
+
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item,
|
116067
|
+
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-title {
|
115219
116068
|
padding: 0;
|
115220
116069
|
text-align: center;
|
115221
116070
|
}
|
115222
116071
|
|
115223
116072
|
.amis-scope .cxd-Nav-Menu-item-link {
|
115224
|
-
display:
|
116073
|
+
display: flex;
|
116074
|
+
align-items: center;
|
115225
116075
|
height: 2.5rem;
|
115226
116076
|
flex-grow: 1;
|
116077
|
+
overflow: hidden;
|
115227
116078
|
}
|
115228
116079
|
|
115229
116080
|
.amis-scope .cxd-Nav-Menu-item-divider {
|
@@ -115237,12 +116088,7 @@ title: Word Break
|
|
115237
116088
|
.amis-scope .cxd-Nav-Menu-item-icon {
|
115238
116089
|
margin-right: 0.5rem;
|
115239
116090
|
font-size: var(--Menu-icon-size);
|
115240
|
-
width: var(--Menu-icon-size);
|
115241
116091
|
color: var(--Menu-light-fontColor);
|
115242
|
-
display: inline-block;
|
115243
|
-
line-height: var(--Menu-item-height--vertical);
|
115244
|
-
position: relative;
|
115245
|
-
top: 1.5px;
|
115246
116092
|
}
|
115247
116093
|
|
115248
116094
|
.amis-scope .cxd-Nav-Menu-item-icon img {
|
@@ -115252,12 +116098,12 @@ title: Word Break
|
|
115252
116098
|
|
115253
116099
|
.amis-scope .cxd-Nav-Menu-item-icon-collapsed {
|
115254
116100
|
font-size: var(--Menu-fontSize--collapsed);
|
115255
|
-
margin
|
116101
|
+
margin: 0 auto;
|
115256
116102
|
}
|
115257
116103
|
|
115258
116104
|
.amis-scope .cxd-Nav-Menu-item-icon-svg-collapsed {
|
115259
116105
|
font-size: var(--Menu-fontSize--collapsed);
|
115260
|
-
margin
|
116106
|
+
margin: 0 auto;
|
115261
116107
|
height: var(--Menu-item-height--vertical);
|
115262
116108
|
}
|
115263
116109
|
|
@@ -115281,12 +116127,12 @@ title: Word Break
|
|
115281
116127
|
white-space: nowrap;
|
115282
116128
|
overflow: hidden;
|
115283
116129
|
text-overflow: ellipsis;
|
115284
|
-
vertical-align: middle;
|
115285
116130
|
user-select: none;
|
115286
116131
|
}
|
115287
116132
|
|
115288
116133
|
.amis-scope .cxd-Nav-Menu-item-label-collapsed {
|
115289
116134
|
font-size: var(--Menu-fontSize--collapsed);
|
116135
|
+
margin: 0 auto;
|
115290
116136
|
font-weight: 600;
|
115291
116137
|
}
|
115292
116138
|
|
@@ -115312,9 +116158,10 @@ title: Word Break
|
|
115312
116158
|
|
115313
116159
|
.amis-scope .cxd-Nav-Menu-item-group-title {
|
115314
116160
|
color: var(--Menu-light-groupTitle-fontColor);
|
115315
|
-
line-height: 1.
|
115316
|
-
padding:
|
115317
|
-
|
116161
|
+
line-height: 1.25rem;
|
116162
|
+
padding: 0 var(--Menu-Submenu-item-paddingX) 0 1rem;
|
116163
|
+
font-size: 0.75rem;
|
116164
|
+
margin: 0.75rem 0 0.25rem 0;
|
115318
116165
|
}
|
115319
116166
|
|
115320
116167
|
.amis-scope .cxd-Nav-Menu-item-group-title.cxd-Nav-Menu-dark {
|
@@ -115374,6 +116221,9 @@ title: Word Break
|
|
115374
116221
|
.amis-scope .cxd-Nav-Menu-item .cxd-Badge,
|
115375
116222
|
.amis-scope .cxd-Nav-Menu-submenu .cxd-Badge {
|
115376
116223
|
position: static;
|
116224
|
+
flex: 1;
|
116225
|
+
width: 0;
|
116226
|
+
display: flex;
|
115377
116227
|
}
|
115378
116228
|
|
115379
116229
|
.amis-scope .cxd-Nav-Menu-item .cxd-Nav-Menu-item-wrap,
|
@@ -115386,6 +116236,14 @@ title: Word Break
|
|
115386
116236
|
position: relative;
|
115387
116237
|
}
|
115388
116238
|
|
116239
|
+
.amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button {
|
116240
|
+
padding: 0;
|
116241
|
+
}
|
116242
|
+
|
116243
|
+
.amis-scope .cxd-Nav-Menu-item-extra .cxd-DropDown > .cxd-Button > i {
|
116244
|
+
margin: 0;
|
116245
|
+
}
|
116246
|
+
|
115389
116247
|
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-item-selected {
|
115390
116248
|
background-color: var(--Menu-light-backgroundColor-onHover);
|
115391
116249
|
}
|
@@ -115449,132 +116307,12 @@ title: Word Break
|
|
115449
116307
|
color: var(--Menu-light-fontColor-onActive) !important;
|
115450
116308
|
}
|
115451
116309
|
|
115452
|
-
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-
|
115453
|
-
|
115454
|
-
|
115455
|
-
|
115456
|
-
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title::before {
|
115457
|
-
content: "";
|
115458
|
-
position: absolute;
|
115459
|
-
top: 0;
|
115460
|
-
left: 0;
|
115461
|
-
bottom: 0;
|
115462
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
115463
|
-
transform: scaleY(1);
|
115464
|
-
opacity: 1;
|
115465
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
115466
|
-
}
|
115467
|
-
|
115468
|
-
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
115469
|
-
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-actived > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
116310
|
+
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
116311
|
+
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
116312
|
+
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
115470
116313
|
color: var(--Menu-light-fontColor-onActive) !important;
|
115471
116314
|
}
|
115472
116315
|
|
115473
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected {
|
115474
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
115475
|
-
}
|
115476
|
-
|
115477
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected::before {
|
115478
|
-
content: "";
|
115479
|
-
position: absolute;
|
115480
|
-
top: 0;
|
115481
|
-
left: 0;
|
115482
|
-
bottom: 0;
|
115483
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
115484
|
-
transform: scaleY(1);
|
115485
|
-
opacity: 1;
|
115486
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
115487
|
-
}
|
115488
|
-
|
115489
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115490
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
115491
|
-
color: var(--Menu-light-fontColor-onActive);
|
115492
|
-
}
|
115493
|
-
|
115494
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected {
|
115495
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
115496
|
-
}
|
115497
|
-
|
115498
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected::before {
|
115499
|
-
content: "";
|
115500
|
-
position: absolute;
|
115501
|
-
top: 0;
|
115502
|
-
left: 0;
|
115503
|
-
bottom: 0;
|
115504
|
-
border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
|
115505
|
-
transform: scaleY(1);
|
115506
|
-
opacity: 1;
|
115507
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
115508
|
-
}
|
115509
|
-
|
115510
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115511
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
115512
|
-
color: var(--Menu-dark-fontColor-onActive);
|
115513
|
-
}
|
115514
|
-
|
115515
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
115516
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
115517
|
-
}
|
115518
|
-
|
115519
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title::before {
|
115520
|
-
content: "";
|
115521
|
-
position: absolute;
|
115522
|
-
top: 0;
|
115523
|
-
left: 0;
|
115524
|
-
bottom: 0;
|
115525
|
-
border-right: 3px solid var(--Menu-dark-selectedIndicator-color);
|
115526
|
-
transform: scaleY(1);
|
115527
|
-
opacity: 1;
|
115528
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
115529
|
-
}
|
115530
|
-
|
115531
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
115532
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-dark > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label {
|
115533
|
-
color: var(--Menu-dark-fontColor-onActive);
|
115534
|
-
}
|
115535
|
-
|
115536
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected {
|
115537
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
115538
|
-
}
|
115539
|
-
|
115540
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected::before {
|
115541
|
-
content: "";
|
115542
|
-
position: absolute;
|
115543
|
-
top: 0;
|
115544
|
-
left: 0;
|
115545
|
-
bottom: 0;
|
115546
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
115547
|
-
transform: scaleY(1);
|
115548
|
-
opacity: 1;
|
115549
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
115550
|
-
}
|
115551
|
-
|
115552
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115553
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
115554
|
-
color: var(--Menu-light-fontColor-onActive);
|
115555
|
-
}
|
115556
|
-
|
115557
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
115558
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
115559
|
-
}
|
115560
|
-
|
115561
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title::before {
|
115562
|
-
content: "";
|
115563
|
-
position: absolute;
|
115564
|
-
top: 0;
|
115565
|
-
left: 0;
|
115566
|
-
bottom: 0;
|
115567
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
115568
|
-
transform: scaleY(1);
|
115569
|
-
opacity: 1;
|
115570
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
115571
|
-
}
|
115572
|
-
|
115573
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
115574
|
-
.amis-scope .cxd-Nav-Menu-root.cxd-Nav-Menu-vertical.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label {
|
115575
|
-
color: var(--Menu-light-fontColor-onActive);
|
115576
|
-
}
|
115577
|
-
|
115578
116316
|
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-selected {
|
115579
116317
|
background-color: transparent;
|
115580
116318
|
}
|
@@ -115597,11 +116335,6 @@ title: Word Break
|
|
115597
116335
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
115598
116336
|
}
|
115599
116337
|
|
115600
|
-
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-label,
|
115601
|
-
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title > .cxd-Nav-Menu-item-icon {
|
115602
|
-
color: var(--Menu-light-ancestor-fontColor-onActive);
|
115603
|
-
}
|
115604
|
-
|
115605
116338
|
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
115606
116339
|
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon {
|
115607
116340
|
color: var(--Menu-light-ancestor-fontColor-onActive);
|
@@ -115611,54 +116344,18 @@ title: Word Break
|
|
115611
116344
|
padding: 0;
|
115612
116345
|
}
|
115613
116346
|
|
115614
|
-
.amis-scope .cxd-Nav-Menu-
|
115615
|
-
.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub,
|
115616
|
-
.amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub,
|
115617
|
-
.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub {
|
116347
|
+
.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
|
115618
116348
|
min-width: 160px;
|
115619
116349
|
margin-top: 0;
|
115620
116350
|
border-radius: 2px;
|
115621
116351
|
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
115622
116352
|
}
|
115623
116353
|
|
115624
|
-
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115625
|
-
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115626
|
-
.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115627
|
-
.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115628
|
-
.amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115629
|
-
.amis-scope .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115630
|
-
.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115631
|
-
.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
115632
|
-
color: var(--Menu-light-fontColor-onActive);
|
115633
|
-
}
|
115634
|
-
|
115635
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115636
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115637
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115638
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115639
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115640
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115641
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115642
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
115643
|
-
color: var(--Menu-dark-fontColor-onActive);
|
115644
|
-
}
|
115645
|
-
|
115646
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115647
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115648
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115649
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115650
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115651
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-left.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
115652
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115653
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-sub .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
115654
|
-
color: var(--Menu-light-fontColor-onActive);
|
115655
|
-
}
|
115656
|
-
|
115657
116354
|
.amis-scope .cxd-Nav-Menu-item,
|
115658
116355
|
.amis-scope .cxd-Nav-Menu-submenu-title {
|
115659
116356
|
margin: 0;
|
115660
116357
|
position: relative;
|
115661
|
-
padding: 0;
|
116358
|
+
padding: 0 1rem;
|
115662
116359
|
line-height: 2.5rem;
|
115663
116360
|
display: block;
|
115664
116361
|
white-space: nowrap;
|
@@ -115669,8 +116366,10 @@ title: Word Break
|
|
115669
116366
|
|
115670
116367
|
.amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
|
115671
116368
|
.amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
116369
|
+
.amis-scope .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
|
115672
116370
|
.amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
115673
|
-
.amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon
|
116371
|
+
.amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
116372
|
+
.amis-scope .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
115674
116373
|
color: var(--Menu-light-fontColor-onHover);
|
115675
116374
|
}
|
115676
116375
|
|
@@ -115687,8 +116386,10 @@ title: Word Break
|
|
115687
116386
|
|
115688
116387
|
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
|
115689
116388
|
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
116389
|
+
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
|
115690
116390
|
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
115691
|
-
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon
|
116391
|
+
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
116392
|
+
.amis-scope .cxd-Nav-Menu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
115692
116393
|
color: var(--Menu-dark-fontColor-onHover);
|
115693
116394
|
}
|
115694
116395
|
|
@@ -115700,8 +116401,10 @@ title: Word Break
|
|
115700
116401
|
|
115701
116402
|
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-label,
|
115702
116403
|
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-item-icon,
|
116404
|
+
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-item:hover .cxd-Nav-Menu-submenu-arrow,
|
115703
116405
|
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
115704
|
-
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon
|
116406
|
+
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
116407
|
+
.amis-scope .cxd-Nav-Menu-light .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
115705
116408
|
color: var(--Menu-light-fontColor-onHover);
|
115706
116409
|
}
|
115707
116410
|
|
@@ -115717,6 +116420,10 @@ title: Word Break
|
|
115717
116420
|
color: #777 !important;
|
115718
116421
|
}
|
115719
116422
|
|
116423
|
+
.amis-scope .cxd-Nav-Menu-item-tooltip-wrap {
|
116424
|
+
padding: 0;
|
116425
|
+
}
|
116426
|
+
|
115720
116427
|
.amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-item,
|
115721
116428
|
.amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu-title,
|
115722
116429
|
.amis-scope .cxd-Nav-Menu-collapsed > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
|
@@ -115737,10 +116444,6 @@ title: Word Break
|
|
115737
116444
|
z-index: 1500;
|
115738
116445
|
}
|
115739
116446
|
|
115740
|
-
.amis-scope .cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-item {
|
115741
|
-
padding: 0 var(--Menu-Submenu-item-paddingX);
|
115742
|
-
}
|
115743
|
-
|
115744
116447
|
.amis-scope .cxd-Nav-Menu-submenu > .cxd-Nav-Menu {
|
115745
116448
|
background-color: var(--Menu-light-backgroundColor);
|
115746
116449
|
}
|
@@ -115792,6 +116495,12 @@ title: Word Break
|
|
115792
116495
|
color: var(--Menu-dark-fontColor);
|
115793
116496
|
}
|
115794
116497
|
|
116498
|
+
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-label,
|
116499
|
+
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-item-icon,
|
116500
|
+
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title:hover .cxd-Nav-Menu-submenu-arrow {
|
116501
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116502
|
+
}
|
116503
|
+
|
115795
116504
|
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
|
115796
116505
|
background-color: var(--Menu-dark-backgroundColor);
|
115797
116506
|
color: var(--Menu-dark-fontColor-onActive);
|
@@ -115808,14 +116517,11 @@ title: Word Break
|
|
115808
116517
|
}
|
115809
116518
|
|
115810
116519
|
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
115811
|
-
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label
|
116520
|
+
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
116521
|
+
.amis-scope .cxd-Nav-Menu-submenu-popup-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
115812
116522
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
115813
116523
|
}
|
115814
116524
|
|
115815
|
-
.amis-scope .cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow {
|
115816
|
-
width: 2rem;
|
115817
|
-
}
|
115818
|
-
|
115819
116525
|
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-submenu-title,
|
115820
116526
|
.amis-scope .cxd-Nav-Menu .cxd-Nav-Menu-item {
|
115821
116527
|
cursor: pointer;
|
@@ -115873,7 +116579,7 @@ title: Word Break
|
|
115873
116579
|
|
115874
116580
|
.amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item,
|
115875
116581
|
.amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
|
115876
|
-
padding: 0
|
116582
|
+
padding: 0 1rem;
|
115877
116583
|
height: var(--Menu-item-height--horizontal);
|
115878
116584
|
}
|
115879
116585
|
|
@@ -115889,12 +116595,6 @@ title: Word Break
|
|
115889
116595
|
line-height: var(--Menu-item-height--horizontal);
|
115890
116596
|
}
|
115891
116597
|
|
115892
|
-
.amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-item-tooltip-wrap > .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label,
|
115893
|
-
.amis-scope .cxd-Nav-Menu-horizontal > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
115894
|
-
padding: 0;
|
115895
|
-
top: 0;
|
115896
|
-
}
|
115897
|
-
|
115898
116598
|
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected:after {
|
115899
116599
|
content: " ";
|
115900
116600
|
width: 100%;
|
@@ -115942,8 +116642,8 @@ title: Word Break
|
|
115942
116642
|
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
|
115943
116643
|
display: inline-block;
|
115944
116644
|
font-size: 0.5625rem;
|
115945
|
-
vertical-align: baseline;
|
115946
116645
|
text-align: center;
|
116646
|
+
vertical-align: middle;
|
115947
116647
|
text-transform: none;
|
115948
116648
|
text-rendering: auto;
|
115949
116649
|
line-height: 1.25rem;
|
@@ -115952,7 +116652,10 @@ title: Word Break
|
|
115952
116652
|
}
|
115953
116653
|
|
115954
116654
|
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow > svg {
|
115955
|
-
|
116655
|
+
top: auto;
|
116656
|
+
}
|
116657
|
+
|
116658
|
+
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item-label {
|
115956
116659
|
vertical-align: middle;
|
115957
116660
|
}
|
115958
116661
|
|
@@ -115991,8 +116694,10 @@ title: Word Break
|
|
115991
116694
|
|
115992
116695
|
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
115993
116696
|
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
116697
|
+
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow,
|
115994
116698
|
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
115995
|
-
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label
|
116699
|
+
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label,
|
116700
|
+
.amis-scope .cxd-Nav-Menu-horizontal.cxd-Nav-Menu-light > .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-submenu-arrow {
|
115996
116701
|
color: var(--Menu-light-fontColor-onActive);
|
115997
116702
|
}
|
115998
116703
|
|
@@ -116022,19 +116727,16 @@ title: Word Break
|
|
116022
116727
|
text-transform: none;
|
116023
116728
|
text-rendering: auto;
|
116024
116729
|
position: absolute;
|
116025
|
-
right:
|
116730
|
+
right: var(--Menu-Submenu-item-paddingX);
|
116026
116731
|
top: 0;
|
116027
|
-
width: 1.125rem;
|
116028
116732
|
line-height: var(--Menu-item-height--vertical);
|
116029
|
-
transform: rotate(-90deg);
|
116030
116733
|
}
|
116031
116734
|
|
116032
116735
|
.amis-scope .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow > svg,
|
116033
116736
|
.amis-scope .cxd-Nav-Menu-vertical-left .cxd-Nav-Menu-submenu-arrow > svg,
|
116034
116737
|
.amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow > svg,
|
116035
116738
|
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow > svg {
|
116036
|
-
|
116037
|
-
vertical-align: middle;
|
116739
|
+
top: auto;
|
116038
116740
|
}
|
116039
116741
|
|
116040
116742
|
.amis-scope .cxd-Nav-Menu-rtl .cxd-Nav-Menu-vertical .cxd-Nav-Menu-submenu-arrow,
|
@@ -116054,7 +116756,7 @@ title: Word Break
|
|
116054
116756
|
.amis-scope .cxd-Nav-Menu-vertical-right.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap,
|
116055
116757
|
.amis-scope .cxd-Nav-Menu-inline.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-wrap {
|
116056
116758
|
padding-right: 0;
|
116057
|
-
padding-left:
|
116759
|
+
padding-left: 1rem;
|
116058
116760
|
}
|
116059
116761
|
|
116060
116762
|
.amis-scope .cxd-Nav-Menu-vertical.cxd-Nav-Menu-expand-before .cxd-Nav-Menu-submenu-arrow,
|
@@ -116078,54 +116780,70 @@ title: Word Break
|
|
116078
116780
|
color: var(--Menu-light-fontColor);
|
116079
116781
|
}
|
116080
116782
|
|
116081
|
-
.amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-
|
116082
|
-
|
116783
|
+
.amis-scope .cxd-Nav-Menu-vertical-right .cxd-Nav-Menu-submenu-arrow {
|
116784
|
+
right: 0.625rem;
|
116083
116785
|
}
|
116084
116786
|
|
116085
116787
|
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-arrow,
|
116086
116788
|
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
|
116087
116789
|
cursor: pointer;
|
116088
116790
|
transition: transform 0.3s;
|
116089
|
-
transform: rotate(
|
116791
|
+
transform: rotate(90deg);
|
116090
116792
|
}
|
116091
116793
|
|
116092
116794
|
.amis-scope .cxd-Nav-Menu-inline .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow,
|
116093
116795
|
.amis-scope .cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-open > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
116094
|
-
transform: rotate(
|
116095
|
-
padding-bottom: 0.25rem;
|
116796
|
+
transform: rotate(270deg);
|
116096
116797
|
}
|
116097
116798
|
|
116098
116799
|
.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-wrap {
|
116099
116800
|
overflow: hidden;
|
116100
116801
|
}
|
116101
116802
|
|
116102
|
-
.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
|
116103
|
-
padding: 0 var(--Menu-Submenu-title-paddingX) 0 calc(var(--Menu-Submenu-title-paddingX) - 1px);
|
116104
|
-
text-align: center;
|
116105
|
-
}
|
116106
|
-
|
116107
116803
|
.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-submenu-arrow {
|
116108
116804
|
display: none !important;
|
116109
116805
|
}
|
116110
116806
|
|
116807
|
+
.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-title {
|
116808
|
+
display: none;
|
116809
|
+
}
|
116810
|
+
|
116811
|
+
.amis-scope .cxd-Nav-Menu-collapsed .cxd-Nav-Menu-item-group-list .cxd-Nav-Menu-item-divider {
|
116812
|
+
height: 1px;
|
116813
|
+
width: 60%;
|
116814
|
+
margin: 0 auto;
|
116815
|
+
}
|
116816
|
+
|
116111
116817
|
.amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
|
116112
116818
|
.amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
|
116113
116819
|
.amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
|
116114
116820
|
padding: 0;
|
116115
116821
|
}
|
116116
116822
|
|
116117
|
-
.amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title,
|
116118
|
-
.amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title,
|
116119
|
-
.amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu .cxd-Nav-Menu-submenu-title {
|
116120
|
-
padding: 0 var(--Menu-Submenu-item-paddingX);
|
116121
|
-
}
|
116122
|
-
|
116123
116823
|
.amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu,
|
116124
116824
|
.amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu,
|
116125
116825
|
.amis-scope .cxd-Nav-Menu-submenu-rtl .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu {
|
116126
116826
|
direction: rtl;
|
116127
116827
|
}
|
116128
116828
|
|
116829
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title,
|
116830
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title,
|
116831
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title {
|
116832
|
+
color: var(--Menu-light-fontColor-onActive);
|
116833
|
+
}
|
116834
|
+
|
116835
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
116836
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
116837
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow,
|
116838
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
116839
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
116840
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-left.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow,
|
116841
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-icon,
|
116842
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-item-label,
|
116843
|
+
.amis-scope .cxd-Nav-Menu-submenu-vertical-right.cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-arrow {
|
116844
|
+
color: var(--Menu-light-fontColor-onActive);
|
116845
|
+
}
|
116846
|
+
|
116129
116847
|
.amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline {
|
116130
116848
|
padding: 0;
|
116131
116849
|
border: none;
|
@@ -116137,7 +116855,6 @@ title: Word Break
|
|
116137
116855
|
.amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu > .cxd-Nav-Menu-submenu-title {
|
116138
116856
|
padding-top: 0;
|
116139
116857
|
padding-bottom: 0;
|
116140
|
-
padding-right: 0;
|
116141
116858
|
display: block;
|
116142
116859
|
white-space: nowrap;
|
116143
116860
|
overflow: hidden;
|
@@ -116154,7 +116871,8 @@ title: Word Break
|
|
116154
116871
|
}
|
116155
116872
|
|
116156
116873
|
.amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
116157
|
-
.amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon
|
116874
|
+
.amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
116875
|
+
.amis-scope .cxd-Nav-Menu-sub.cxd-Nav-Menu-inline > .cxd-Nav-Menu-submenu.cxd-Nav-Menu-submenu-dark.cxd-Nav-Menu-submenu-selected > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
116158
116876
|
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
116159
116877
|
}
|
116160
116878
|
|
@@ -116321,69 +117039,6 @@ title: Word Break
|
|
116321
117039
|
}
|
116322
117040
|
}
|
116323
117041
|
|
116324
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu {
|
116325
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116326
|
-
}
|
116327
|
-
|
116328
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item {
|
116329
|
-
color: var(--Menu-dark-fontColor);
|
116330
|
-
}
|
116331
|
-
|
116332
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-icon,
|
116333
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item .cxd-Nav-Menu-item-label {
|
116334
|
-
color: var(--Menu-dark-fontColor);
|
116335
|
-
}
|
116336
|
-
|
116337
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active {
|
116338
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116339
|
-
color: var(--Menu-dark-fontColor-onHover);
|
116340
|
-
}
|
116341
|
-
|
116342
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-icon,
|
116343
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-active .cxd-Nav-Menu-item-label {
|
116344
|
-
color: var(--Menu-dark-fontColor-onHover);
|
116345
|
-
}
|
116346
|
-
|
116347
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected {
|
116348
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116349
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
116350
|
-
}
|
116351
|
-
|
116352
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-icon,
|
116353
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-item-selected .cxd-Nav-Menu-item-label {
|
116354
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive) !important;
|
116355
|
-
}
|
116356
|
-
|
116357
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title {
|
116358
|
-
color: var(--Menu-dark-fontColor);
|
116359
|
-
}
|
116360
|
-
|
116361
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
116362
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label,
|
116363
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-dark .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-submenu-arrow {
|
116364
|
-
color: var(--Menu-dark-fontColor);
|
116365
|
-
}
|
116366
|
-
|
116367
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title {
|
116368
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116369
|
-
color: var(--Menu-dark-fontColor-onActive);
|
116370
|
-
}
|
116371
|
-
|
116372
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
116373
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-active .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
116374
|
-
color: var(--Menu-dark-fontColor-onActive);
|
116375
|
-
}
|
116376
|
-
|
116377
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title {
|
116378
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116379
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
116380
|
-
}
|
116381
|
-
|
116382
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-icon,
|
116383
|
-
.amis-scope .cxd-Nav-Menu-overflow-menu-dark > .cxd-Nav-Menu .cxd-Nav-Menu-submenu-selected .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-label {
|
116384
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
116385
|
-
}
|
116386
|
-
|
116387
117042
|
.amis-scope .cxd-Nav-Menu-item-tooltip {
|
116388
117043
|
font-size: 12px;
|
116389
117044
|
color: #070c14;
|