amis 2.0.0 → 2.1.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.js +1 -1
- package/esm/preset.js +1 -1
- package/esm/renderers/Action.js +8 -5
- package/esm/renderers/Alert.js +1 -1
- package/esm/renderers/AnchorNav.js +1 -1
- package/esm/renderers/App.d.ts +8 -0
- package/esm/renderers/App.js +30 -14
- package/esm/renderers/Audio.js +1 -1
- package/esm/renderers/Avatar.js +1 -1
- package/esm/renderers/BarCode.js +1 -1
- package/esm/renderers/Breadcrumb.js +1 -1
- package/esm/renderers/ButtonGroup.js +1 -1
- package/esm/renderers/CRUD.d.ts +1 -1
- package/esm/renderers/CRUD.js +13 -4
- package/esm/renderers/CRUD2.js +7 -1
- package/esm/renderers/Calendar.js +1 -1
- package/esm/renderers/Card.d.ts +7 -2
- package/esm/renderers/Card.js +11 -7
- package/esm/renderers/Card2.js +1 -1
- package/esm/renderers/Cards.d.ts +1 -0
- package/esm/renderers/Cards.js +13 -8
- package/esm/renderers/Carousel.js +1 -1
- package/esm/renderers/Chart.js +2 -1
- package/esm/renderers/Code.js +1 -1
- package/esm/renderers/Collapse.js +1 -1
- package/esm/renderers/CollapseGroup.js +1 -1
- package/esm/renderers/Color.js +1 -1
- package/esm/renderers/Container.js +1 -1
- package/esm/renderers/Copyable.js +5 -4
- package/esm/renderers/Custom.js +1 -1
- package/esm/renderers/Date.js +1 -1
- package/esm/renderers/Dialog.d.ts +49 -43
- package/esm/renderers/Dialog.js +3 -3
- package/esm/renderers/Divider.js +1 -1
- package/esm/renderers/Drawer.js +1 -1
- package/esm/renderers/DropDownButton.d.ts +1 -1
- package/esm/renderers/DropDownButton.js +22 -9
- package/esm/renderers/Each.js +1 -1
- package/esm/renderers/Flex.js +1 -1
- package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
- package/esm/renderers/Form/ButtonToolbar.js +1 -1
- package/esm/renderers/Form/ChainedSelect.d.ts +1 -1
- package/esm/renderers/Form/ChainedSelect.js +13 -8
- package/esm/renderers/Form/ChartRadios.js +1 -1
- package/esm/renderers/Form/Checkbox.js +3 -3
- package/esm/renderers/Form/Checkboxes.d.ts +1 -2
- package/esm/renderers/Form/Checkboxes.js +6 -5
- package/esm/renderers/Form/Combo.d.ts +2 -0
- package/esm/renderers/Form/Combo.js +35 -1
- package/esm/renderers/Form/ConditionBuilder.js +1 -1
- package/esm/renderers/Form/Control.js +1 -1
- package/esm/renderers/Form/DiffEditor.js +1 -1
- package/esm/renderers/Form/Editor.js +1 -1
- package/esm/renderers/Form/FieldSet.js +1 -1
- package/esm/renderers/Form/Formula.js +1 -1
- package/esm/renderers/Form/Group.js +4 -3
- package/esm/renderers/Form/Hidden.js +1 -1
- package/esm/renderers/Form/IconPicker.js +1 -1
- package/esm/renderers/Form/IconPickerIcons.js +1 -1
- package/esm/renderers/Form/InputArray.js +1 -1
- package/esm/renderers/Form/InputCity.js +1 -1
- package/esm/renderers/Form/InputColor.js +1 -1
- package/esm/renderers/Form/InputDate.js +1 -1
- package/esm/renderers/Form/InputDateRange.js +1 -1
- package/esm/renderers/Form/InputExcel.d.ts +1 -0
- package/esm/renderers/Form/InputExcel.js +6 -1
- package/esm/renderers/Form/InputFile.js +9 -8
- package/esm/renderers/Form/InputFormula.js +1 -1
- package/esm/renderers/Form/InputGroup.js +1 -1
- package/esm/renderers/Form/InputImage.js +1 -1
- package/esm/renderers/Form/InputMonthRange.js +1 -1
- package/esm/renderers/Form/InputNumber.js +1 -1
- package/esm/renderers/Form/InputQuarterRange.js +1 -1
- package/esm/renderers/Form/InputRange.js +1 -1
- package/esm/renderers/Form/InputRating.js +1 -1
- package/esm/renderers/Form/InputRepeat.js +1 -1
- package/esm/renderers/Form/InputRichText.js +1 -1
- package/esm/renderers/Form/InputSubForm.js +1 -1
- package/esm/renderers/Form/InputTable.d.ts +9 -3
- package/esm/renderers/Form/InputTable.js +62 -9
- package/esm/renderers/Form/InputTag.d.ts +1 -0
- package/esm/renderers/Form/InputTag.js +23 -6
- package/esm/renderers/Form/InputText.d.ts +8 -0
- package/esm/renderers/Form/InputText.js +15 -10
- package/esm/renderers/Form/InputTree.js +1 -1
- package/esm/renderers/Form/InputYearRange.js +1 -1
- package/esm/renderers/Form/JSONSchema.js +1 -1
- package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
- package/esm/renderers/Form/ListSelect.js +1 -1
- package/esm/renderers/Form/LocationPicker.js +1 -1
- package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
- package/esm/renderers/Form/NestedSelect.js +4 -4
- package/esm/renderers/Form/Picker.js +6 -2
- package/esm/renderers/Form/Radios.js +1 -1
- package/esm/renderers/Form/Select.d.ts +5 -0
- package/esm/renderers/Form/Select.js +5 -4
- package/esm/renderers/Form/Static.js +1 -1
- package/esm/renderers/Form/Switch.js +1 -1
- package/esm/renderers/Form/TabsTransfer.js +1 -1
- package/esm/renderers/Form/TabsTransferPicker.js +1 -1
- package/esm/renderers/Form/Textarea.js +1 -1
- package/esm/renderers/Form/Transfer.js +1 -1
- package/esm/renderers/Form/TransferPicker.js +1 -1
- package/esm/renderers/Form/TreeSelect.js +6 -8
- package/esm/renderers/Form/UUID.js +1 -1
- package/esm/renderers/Form/UserSelect.js +1 -1
- package/esm/renderers/Grid.js +6 -3
- package/esm/renderers/Grid2D.js +1 -1
- package/esm/renderers/GridNav.js +1 -1
- package/esm/renderers/HBox.js +1 -1
- package/esm/renderers/IFrame.d.ts +4 -0
- package/esm/renderers/IFrame.js +3 -3
- package/esm/renderers/Icon.js +1 -1
- package/esm/renderers/Image.d.ts +20 -6
- package/esm/renderers/Image.js +3 -3
- package/esm/renderers/Images.js +1 -1
- package/esm/renderers/Json.js +1 -1
- package/esm/renderers/Link.js +1 -1
- package/esm/renderers/List.js +5 -4
- package/esm/renderers/Log.d.ts +8 -6
- package/esm/renderers/Log.js +64 -33
- package/esm/renderers/Mapping.js +1 -1
- package/esm/renderers/Markdown.js +1 -1
- package/esm/renderers/Nav.js +1 -1
- package/esm/renderers/Operation.js +1 -1
- package/esm/renderers/Page.d.ts +1 -0
- package/esm/renderers/Page.js +7 -1
- package/esm/renderers/Pagination.d.ts +5 -0
- package/esm/renderers/Pagination.js +1 -1
- package/esm/renderers/PaginationWrapper.js +1 -1
- package/esm/renderers/Panel.js +1 -1
- package/esm/renderers/Plain.js +1 -1
- package/esm/renderers/PopOver.js +1 -1
- package/esm/renderers/Portlet.js +1 -1
- package/esm/renderers/Progress.js +1 -1
- package/esm/renderers/Property.js +5 -6
- package/esm/renderers/QRCode.js +1 -1
- package/esm/renderers/QuickEdit.js +1 -1
- package/esm/renderers/Remark.js +1 -1
- package/esm/renderers/SearchBox.js +1 -1
- package/esm/renderers/Service.js +2 -1
- package/esm/renderers/SparkLine.js +1 -1
- package/esm/renderers/Spinner.js +1 -1
- package/esm/renderers/Status.js +3 -3
- package/esm/renderers/Steps.d.ts +2 -1
- package/esm/renderers/Steps.js +12 -8
- package/esm/renderers/Table/ColumnToggler.js +1 -1
- package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
- package/esm/renderers/Table/HeadCellSearchDropdown.js +2 -2
- package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
- package/esm/renderers/Table/TableBody.js +1 -1
- package/esm/renderers/Table/TableCell.js +1 -1
- package/esm/renderers/Table/TableContent.js +9 -2
- package/esm/renderers/Table/TableRow.js +1 -1
- package/esm/renderers/Table/exportExcel.js +1 -1
- package/esm/renderers/Table/index.d.ts +5 -0
- package/esm/renderers/Table/index.js +172 -72
- package/esm/renderers/Table-v2/ColumnToggler.js +1 -1
- package/esm/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table-v2/TableCell.js +1 -1
- package/esm/renderers/Table-v2/index.js +1 -1
- package/esm/renderers/TableView.js +18 -14
- package/esm/renderers/Tabs.js +1 -1
- package/esm/renderers/Tag.js +3 -3
- package/esm/renderers/Tasks.js +1 -1
- package/esm/renderers/Timeline.js +1 -1
- package/esm/renderers/TooltipWrapper.js +1 -1
- package/esm/renderers/Tpl.js +1 -1
- package/esm/renderers/VBox.js +1 -1
- package/esm/renderers/Video.js +1 -1
- package/esm/renderers/WebComponent.js +1 -1
- package/esm/renderers/Wizard.js +4 -2
- package/esm/renderers/Wrapper.js +1 -1
- package/esm/schemaExtend.js +74 -2
- package/esm/types.d.ts +1 -1
- package/lib/Schema.d.ts +1 -1
- package/lib/compat.js +1 -1
- package/lib/index.js +1 -1
- package/lib/preset.js +1 -1
- package/lib/renderers/Action.js +8 -5
- package/lib/renderers/Alert.js +1 -1
- package/lib/renderers/AnchorNav.js +1 -1
- package/lib/renderers/App.d.ts +8 -0
- package/lib/renderers/App.js +30 -14
- package/lib/renderers/Audio.js +1 -1
- package/lib/renderers/Avatar.js +1 -1
- package/lib/renderers/BarCode.js +1 -1
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/ButtonGroup.js +1 -1
- package/lib/renderers/CRUD.d.ts +2 -2
- package/lib/renderers/CRUD.js +13 -4
- package/lib/renderers/CRUD2.js +7 -1
- package/lib/renderers/Calendar.js +1 -1
- package/lib/renderers/Card.d.ts +7 -2
- package/lib/renderers/Card.js +12 -7
- package/lib/renderers/Card2.js +1 -1
- package/lib/renderers/Cards.d.ts +1 -0
- package/lib/renderers/Cards.js +12 -7
- package/lib/renderers/Carousel.js +1 -1
- package/lib/renderers/Chart.js +2 -1
- package/lib/renderers/Code.js +1 -1
- package/lib/renderers/Collapse.js +1 -1
- package/lib/renderers/CollapseGroup.js +1 -1
- package/lib/renderers/Color.js +1 -1
- package/lib/renderers/Container.js +1 -1
- package/lib/renderers/Copyable.js +4 -3
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Date.js +1 -1
- package/lib/renderers/Dialog.d.ts +49 -43
- package/lib/renderers/Dialog.js +3 -3
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Drawer.js +1 -1
- package/lib/renderers/DropDownButton.d.ts +1 -1
- package/lib/renderers/DropDownButton.js +20 -7
- package/lib/renderers/Each.js +1 -1
- package/lib/renderers/Flex.js +1 -1
- package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
- package/lib/renderers/Form/ButtonToolbar.js +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +1 -1
- package/lib/renderers/Form/ChainedSelect.js +13 -8
- package/lib/renderers/Form/ChartRadios.js +1 -1
- package/lib/renderers/Form/Checkbox.js +3 -3
- package/lib/renderers/Form/Checkboxes.d.ts +1 -2
- package/lib/renderers/Form/Checkboxes.js +6 -4
- package/lib/renderers/Form/Combo.d.ts +2 -0
- package/lib/renderers/Form/Combo.js +35 -1
- package/lib/renderers/Form/ConditionBuilder.js +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +16 -16
- package/lib/renderers/Form/DiffEditor.js +1 -1
- package/lib/renderers/Form/Editor.d.ts +1 -1
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/FieldSet.js +1 -1
- package/lib/renderers/Form/Formula.js +1 -1
- package/lib/renderers/Form/Group.js +4 -3
- package/lib/renderers/Form/Hidden.js +1 -1
- package/lib/renderers/Form/IconPicker.js +1 -1
- package/lib/renderers/Form/IconPickerIcons.js +1 -1
- package/lib/renderers/Form/InputArray.js +1 -1
- package/lib/renderers/Form/InputCity.d.ts +40 -40
- package/lib/renderers/Form/InputCity.js +1 -1
- package/lib/renderers/Form/InputColor.d.ts +40 -40
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputDate.js +1 -1
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputExcel.d.ts +1 -0
- package/lib/renderers/Form/InputExcel.js +6 -1
- package/lib/renderers/Form/InputFile.js +8 -7
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputGroup.js +1 -1
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputNumber.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputRange.js +1 -1
- package/lib/renderers/Form/InputRating.js +1 -1
- package/lib/renderers/Form/InputRepeat.js +1 -1
- package/lib/renderers/Form/InputRichText.js +1 -1
- package/lib/renderers/Form/InputSubForm.js +1 -1
- package/lib/renderers/Form/InputTable.d.ts +9 -3
- package/lib/renderers/Form/InputTable.js +64 -7
- package/lib/renderers/Form/InputTag.d.ts +1 -0
- package/lib/renderers/Form/InputTag.js +23 -6
- package/lib/renderers/Form/InputText.d.ts +8 -0
- package/lib/renderers/Form/InputText.js +15 -10
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/JSONSchema.js +1 -1
- package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
- package/lib/renderers/Form/ListSelect.js +1 -1
- package/lib/renderers/Form/LocationPicker.js +1 -1
- package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
- package/lib/renderers/Form/NestedSelect.js +4 -4
- package/lib/renderers/Form/Picker.js +6 -2
- package/lib/renderers/Form/Radios.js +1 -1
- package/lib/renderers/Form/Select.d.ts +5 -0
- package/lib/renderers/Form/Select.js +5 -4
- package/lib/renderers/Form/Static.js +1 -1
- package/lib/renderers/Form/Switch.js +1 -1
- package/lib/renderers/Form/TabsTransfer.js +1 -1
- package/lib/renderers/Form/TabsTransferPicker.js +1 -1
- package/lib/renderers/Form/Textarea.js +1 -1
- package/lib/renderers/Form/Transfer.js +1 -1
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TreeSelect.js +6 -8
- package/lib/renderers/Form/UUID.js +1 -1
- package/lib/renderers/Form/UserSelect.js +1 -1
- package/lib/renderers/Grid.js +6 -3
- package/lib/renderers/Grid2D.js +1 -1
- package/lib/renderers/GridNav.js +1 -1
- package/lib/renderers/HBox.js +1 -1
- package/lib/renderers/IFrame.d.ts +4 -0
- package/lib/renderers/IFrame.js +3 -3
- package/lib/renderers/Icon.js +1 -1
- package/lib/renderers/Image.d.ts +20 -6
- package/lib/renderers/Image.js +3 -3
- package/lib/renderers/Images.js +1 -1
- package/lib/renderers/Json.js +1 -1
- package/lib/renderers/Link.js +1 -1
- package/lib/renderers/List.js +4 -3
- package/lib/renderers/Log.d.ts +8 -6
- package/lib/renderers/Log.js +63 -32
- package/lib/renderers/Mapping.js +1 -1
- package/lib/renderers/Markdown.js +1 -1
- package/lib/renderers/Nav.d.ts +10 -10
- package/lib/renderers/Nav.js +1 -1
- package/lib/renderers/Operation.js +1 -1
- package/lib/renderers/Page.d.ts +1 -0
- package/lib/renderers/Page.js +7 -1
- package/lib/renderers/Pagination.d.ts +5 -0
- package/lib/renderers/Pagination.js +1 -1
- package/lib/renderers/PaginationWrapper.js +1 -1
- package/lib/renderers/Panel.js +1 -1
- package/lib/renderers/Plain.js +1 -1
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/Portlet.js +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Property.js +4 -5
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QuickEdit.js +1 -1
- package/lib/renderers/Remark.d.ts +1 -1
- package/lib/renderers/Remark.js +1 -1
- package/lib/renderers/SearchBox.js +1 -1
- package/lib/renderers/Service.js +2 -1
- package/lib/renderers/SparkLine.js +1 -1
- package/lib/renderers/Spinner.js +1 -1
- package/lib/renderers/Status.js +3 -3
- package/lib/renderers/Steps.d.ts +2 -1
- package/lib/renderers/Steps.js +11 -7
- package/lib/renderers/Table/ColumnToggler.js +1 -1
- package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js +2 -2
- package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
- package/lib/renderers/Table/TableBody.js +1 -1
- package/lib/renderers/Table/TableCell.js +1 -1
- package/lib/renderers/Table/TableContent.js +9 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/exportExcel.js +1 -1
- package/lib/renderers/Table/index.d.ts +5 -0
- package/lib/renderers/Table/index.js +172 -72
- package/lib/renderers/Table-v2/ColumnToggler.js +1 -1
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table-v2/TableCell.js +1 -1
- package/lib/renderers/Table-v2/index.js +1 -1
- package/lib/renderers/TableView.js +17 -13
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tag.js +3 -3
- package/lib/renderers/Tasks.js +1 -1
- package/lib/renderers/Timeline.js +1 -1
- package/lib/renderers/TooltipWrapper.js +1 -1
- package/lib/renderers/Tpl.js +1 -1
- package/lib/renderers/VBox.js +1 -1
- package/lib/renderers/Video.js +1 -1
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/Wizard.js +4 -2
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/schemaExtend.js +77 -1
- package/lib/themes/ang-ie11.css +1106 -501
- package/lib/themes/ang.css +1111 -441
- package/lib/themes/antd-ie11.css +1103 -498
- package/lib/themes/antd.css +1111 -441
- package/lib/themes/cxd-ie11.css +1141 -540
- package/lib/themes/cxd.css +1135 -468
- package/lib/themes/dark-ie11.css +1110 -505
- package/lib/themes/dark.css +1116 -443
- package/lib/themes/default-ie11.css +1141 -540
- package/lib/themes/default.css +1135 -468
- package/lib/types.d.ts +1 -1
- package/package.json +26 -10
- package/schema.json +145 -55
- package/sdk/ang-ie11.css +862 -221
- package/sdk/ang.css +887 -181
- package/sdk/antd-ie11.css +859 -218
- package/sdk/antd.css +884 -178
- package/sdk/barcode.js +50 -50
- package/sdk/charts.js +16 -16
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +898 -262
- package/sdk/cxd.css +879 -177
- package/sdk/dark-ie11.css +890 -249
- package/sdk/dark.css +891 -182
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +6 -0
- package/sdk/markdown.js +68 -68
- package/sdk/papaparse.js +1 -1
- package/sdk/rest.js +24 -24
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +898 -262
- package/sdk/sdk.css +879 -177
- package/sdk/sdk.js +1411 -1389
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/thirds/tinymce/skins/ui/oxide/skin.css +358 -331
- package/sdk/tinymce.js +53 -63
package/sdk/ang-ie11.css
CHANGED
@@ -74162,6 +74162,10 @@ title: Word Break
|
|
74162
74162
|
border: 1px solid #f9f9f9;
|
74163
74163
|
}
|
74164
74164
|
|
74165
|
+
.amis-scope .rdtPickerNotDays {
|
74166
|
+
width: 192px;
|
74167
|
+
}
|
74168
|
+
|
74165
74169
|
.amis-scope .rdtOpen .rdtPicker {
|
74166
74170
|
display: block;
|
74167
74171
|
}
|
@@ -74208,7 +74212,7 @@ title: Word Break
|
|
74208
74212
|
.amis-scope .rdtPicker td > span {
|
74209
74213
|
display: inline-block;
|
74210
74214
|
border-radius: 2px;
|
74211
|
-
height:
|
74215
|
+
height: 24px;
|
74212
74216
|
width: 24px;
|
74213
74217
|
}
|
74214
74218
|
|
@@ -74834,10 +74838,14 @@ title: Word Break
|
|
74834
74838
|
}
|
74835
74839
|
|
74836
74840
|
.amis-scope a:hover {
|
74837
|
-
color: #
|
74841
|
+
color: #528eff;
|
74838
74842
|
text-decoration: underline;
|
74839
74843
|
}
|
74840
74844
|
|
74845
|
+
.amis-scope a:active {
|
74846
|
+
color: #144bcc;
|
74847
|
+
}
|
74848
|
+
|
74841
74849
|
.amis-scope label {
|
74842
74850
|
font-weight: 400;
|
74843
74851
|
}
|
@@ -77074,6 +77082,8 @@ title: Word Break
|
|
77074
77082
|
|
77075
77083
|
.amis-scope .a-Breadcrumb-item {
|
77076
77084
|
position: relative;
|
77085
|
+
display: inline-flex;
|
77086
|
+
align-items: center;
|
77077
77087
|
}
|
77078
77088
|
|
77079
77089
|
.amis-scope .a-Breadcrumb-item-default {
|
@@ -77081,6 +77091,14 @@ title: Word Break
|
|
77081
77091
|
color: #83868c;
|
77082
77092
|
}
|
77083
77093
|
|
77094
|
+
.amis-scope .a-Breadcrumb-item-default:hover {
|
77095
|
+
color: #2468f2;
|
77096
|
+
}
|
77097
|
+
|
77098
|
+
.amis-scope .a-Breadcrumb-item-default:active {
|
77099
|
+
color: #1c53c1;
|
77100
|
+
}
|
77101
|
+
|
77084
77102
|
.amis-scope .a-Breadcrumb-item-dropdown {
|
77085
77103
|
cursor: pointer;
|
77086
77104
|
color: #151a26;
|
@@ -77100,7 +77118,8 @@ title: Word Break
|
|
77100
77118
|
}
|
77101
77119
|
|
77102
77120
|
.amis-scope .a-Breadcrumb-item-caret {
|
77103
|
-
|
77121
|
+
height: 16px;
|
77122
|
+
margin: 0 2px;
|
77104
77123
|
cursor: pointer;
|
77105
77124
|
display: inline-block;
|
77106
77125
|
transition: transform 0s ease;
|
@@ -77230,6 +77249,7 @@ title: Word Break
|
|
77230
77249
|
white-space: nowrap;
|
77231
77250
|
text-align: center;
|
77232
77251
|
padding: 0 6px;
|
77252
|
+
border: 1px solid #FFFFFF;
|
77233
77253
|
}
|
77234
77254
|
|
77235
77255
|
.amis-scope .a-Badge-dot {
|
@@ -77313,14 +77333,19 @@ title: Word Break
|
|
77313
77333
|
@keyframes modalIn {
|
77314
77334
|
from {
|
77315
77335
|
opacity: 0;
|
77316
|
-
|
77336
|
+
width: 0;
|
77337
|
+
height: 0;
|
77338
|
+
bottom: -999px;
|
77317
77339
|
}
|
77318
77340
|
}
|
77319
77341
|
|
77320
77342
|
@keyframes modalOut {
|
77321
77343
|
to {
|
77322
77344
|
opacity: 0;
|
77323
|
-
|
77345
|
+
opacity: 0;
|
77346
|
+
width: 0;
|
77347
|
+
height: 0;
|
77348
|
+
bottom: -999px;
|
77324
77349
|
}
|
77325
77350
|
}
|
77326
77351
|
|
@@ -77394,7 +77419,7 @@ title: Word Break
|
|
77394
77419
|
2.5rem - 1.5 *
|
77395
77420
|
0.875rem
|
77396
77421
|
) / 2
|
77397
|
-
)
|
77422
|
+
) 1.5rem;
|
77398
77423
|
background: #f9f9f9;
|
77399
77424
|
border-bottom: 0.0625rem solid #dfe2e6;
|
77400
77425
|
border-top-left-radius: 0.142rem;
|
@@ -77426,8 +77451,8 @@ title: Word Break
|
|
77426
77451
|
}
|
77427
77452
|
|
77428
77453
|
.amis-scope .a-Modal-close svg {
|
77429
|
-
width:
|
77430
|
-
height:
|
77454
|
+
width: 1rem;
|
77455
|
+
height: 1rem;
|
77431
77456
|
fill: #99a6ad;
|
77432
77457
|
}
|
77433
77458
|
|
@@ -77452,19 +77477,17 @@ title: Word Break
|
|
77452
77477
|
}
|
77453
77478
|
|
77454
77479
|
.amis-scope .a-Modal-body {
|
77455
|
-
|
77480
|
+
margin: 1rem 0 1.5rem 0;
|
77456
77481
|
flex-grow: 1;
|
77457
|
-
|
77458
|
-
|
77459
|
-
.amis-scope .a-Modal-header + .a-Modal-body {
|
77460
|
-
padding-top: 1rem;
|
77482
|
+
height: auto;
|
77483
|
+
padding: 0 1.5rem;
|
77461
77484
|
}
|
77462
77485
|
|
77463
77486
|
.amis-scope .a-Modal-footer {
|
77464
77487
|
display: flex;
|
77465
77488
|
align-items: center;
|
77466
77489
|
justify-content: flex-end;
|
77467
|
-
padding: 0.5rem;
|
77490
|
+
padding: 0.5rem 1.5rem;
|
77468
77491
|
border-top: 0.0625rem solid #dfe2e6;
|
77469
77492
|
margin: 0 0;
|
77470
77493
|
border-bottom-left-radius: 0.142rem;
|
@@ -77648,12 +77671,12 @@ title: Word Break
|
|
77648
77671
|
|
77649
77672
|
.amis-scope .a-Drawer-title {
|
77650
77673
|
font-size: 0.875rem;
|
77651
|
-
color: #
|
77674
|
+
color: #151b26;
|
77652
77675
|
}
|
77653
77676
|
|
77654
77677
|
.amis-scope .a-Drawer-close {
|
77655
77678
|
position: absolute;
|
77656
|
-
color: #
|
77679
|
+
color: #151b26;
|
77657
77680
|
line-height: 1;
|
77658
77681
|
text-decoration: none;
|
77659
77682
|
}
|
@@ -77662,7 +77685,7 @@ title: Word Break
|
|
77662
77685
|
margin-top: 0.125rem;
|
77663
77686
|
width: 0.75rem;
|
77664
77687
|
height: 0.75rem;
|
77665
|
-
fill: #
|
77688
|
+
fill: #151b26;
|
77666
77689
|
}
|
77667
77690
|
|
77668
77691
|
.amis-scope .a-Drawer-close:not(.is-disabled) {
|
@@ -78628,7 +78651,7 @@ title: Word Break
|
|
78628
78651
|
pointer-events: auto;
|
78629
78652
|
margin-bottom: 0.25rem;
|
78630
78653
|
padding: 0.25rem 1rem;
|
78631
|
-
box-shadow:
|
78654
|
+
box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
|
78632
78655
|
border-radius: 0.125rem;
|
78633
78656
|
border: 0 solid;
|
78634
78657
|
color: #58666e;
|
@@ -78832,18 +78855,30 @@ title: Word Break
|
|
78832
78855
|
.amis-scope .a-Alert {
|
78833
78856
|
font-size: 0.875rem;
|
78834
78857
|
box-shadow: none;
|
78835
|
-
padding: 0.
|
78858
|
+
padding: 0.25rem 1rem;
|
78836
78859
|
border: 0.0625rem solid transparent;
|
78837
78860
|
border-radius: 0.285rem;
|
78838
78861
|
margin-bottom: 1rem;
|
78839
78862
|
position: relative;
|
78840
|
-
color:
|
78863
|
+
color: #151b26;
|
78841
78864
|
display: flex;
|
78842
78865
|
flex-flow: row nowrap;
|
78843
78866
|
justify-content: space-between;
|
78844
78867
|
align-items: flex-start;
|
78845
78868
|
}
|
78846
78869
|
|
78870
|
+
.amis-scope .a-Alert-has-title {
|
78871
|
+
padding: 1rem;
|
78872
|
+
}
|
78873
|
+
|
78874
|
+
.amis-scope .a-Alert-has-title .a-Alert-content .a-Alert-title {
|
78875
|
+
line-height: 1.375rem;
|
78876
|
+
}
|
78877
|
+
|
78878
|
+
.amis-scope .a-Alert-has-title .a-Alert-content .a-Alert-desc {
|
78879
|
+
line-height: 1.25rem;
|
78880
|
+
}
|
78881
|
+
|
78847
78882
|
.amis-scope .a-Alert-icon {
|
78848
78883
|
margin-right: 0.5rem;
|
78849
78884
|
font-size: 1rem;
|
@@ -79243,9 +79278,17 @@ title: Word Break
|
|
79243
79278
|
outline: none;
|
79244
79279
|
}
|
79245
79280
|
|
79281
|
+
.amis-scope .a-Tabs-links > .a-Tabs-link:hover .a-Tabs-link-close {
|
79282
|
+
width: 0.75rem;
|
79283
|
+
margin-left: 0.25rem;
|
79284
|
+
}
|
79285
|
+
|
79246
79286
|
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close {
|
79247
|
-
|
79287
|
+
width: 0;
|
79288
|
+
margin: 0.0625rem 0 0;
|
79248
79289
|
fill: #83868c;
|
79290
|
+
transition: all 0s linear;
|
79291
|
+
overflow: hidden;
|
79249
79292
|
cursor: pointer;
|
79250
79293
|
}
|
79251
79294
|
|
@@ -79270,6 +79313,16 @@ title: Word Break
|
|
79270
79313
|
white-space: nowrap;
|
79271
79314
|
}
|
79272
79315
|
|
79316
|
+
.amis-scope .a-Tabs-links > .a-Tabs-link > a:first-child > .a-Icon {
|
79317
|
+
margin-right: 0.5rem;
|
79318
|
+
vertical-align: unset;
|
79319
|
+
}
|
79320
|
+
|
79321
|
+
.amis-scope .a-Tabs-links > .a-Tabs-link > a:first-child > img.a-Icon {
|
79322
|
+
position: relative;
|
79323
|
+
top: 0.125em;
|
79324
|
+
}
|
79325
|
+
|
79273
79326
|
.amis-scope .a-Tabs-links > .a-Tabs-link > .a-Combo-toolbarBtn {
|
79274
79327
|
position: absolute;
|
79275
79328
|
right: -10px;
|
@@ -79294,7 +79347,7 @@ title: Word Break
|
|
79294
79347
|
|
79295
79348
|
.amis-scope .a-Tabs-links > .a-Tabs-link.disabled > a:first-child,
|
79296
79349
|
.amis-scope .a-Tabs-links > .a-Tabs-link.is-disabled > a:first-child {
|
79297
|
-
color:
|
79350
|
+
color: #b8babf;
|
79298
79351
|
background: transparent;
|
79299
79352
|
border-color: transparent;
|
79300
79353
|
pointer-events: none;
|
@@ -79331,6 +79384,15 @@ title: Word Break
|
|
79331
79384
|
}
|
79332
79385
|
|
79333
79386
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper {
|
79387
|
+
position: relative;
|
79388
|
+
}
|
79389
|
+
|
79390
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper::before {
|
79391
|
+
content: "";
|
79392
|
+
position: absolute;
|
79393
|
+
width: 100%;
|
79394
|
+
left: 0;
|
79395
|
+
bottom: 0;
|
79334
79396
|
border-bottom: 0.0625rem solid #d1d5db;
|
79335
79397
|
}
|
79336
79398
|
|
@@ -79388,6 +79450,12 @@ title: Word Break
|
|
79388
79450
|
fill: #7266ba;
|
79389
79451
|
}
|
79390
79452
|
|
79453
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active,
|
79454
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
79455
|
+
color: #144BCC;
|
79456
|
+
border-color: #144BCC;
|
79457
|
+
}
|
79458
|
+
|
79391
79459
|
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
|
79392
79460
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
|
79393
79461
|
margin: 0;
|
@@ -79749,12 +79817,14 @@ title: Word Break
|
|
79749
79817
|
font-size: 1.5rem;
|
79750
79818
|
height: 1.5rem;
|
79751
79819
|
margin-bottom: 0.3125rem;
|
79820
|
+
margin-right: 0;
|
79821
|
+
top: 0;
|
79752
79822
|
}
|
79753
79823
|
|
79754
79824
|
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
79755
79825
|
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
|
79756
79826
|
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
|
79757
|
-
color:
|
79827
|
+
color: #2468f2;
|
79758
79828
|
}
|
79759
79829
|
|
79760
79830
|
.amis-scope .a-Tabs--sidebar > .a-Tabs-content {
|
@@ -79907,7 +79977,7 @@ title: Word Break
|
|
79907
79977
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
|
79908
79978
|
position: relative;
|
79909
79979
|
border: none;
|
79910
|
-
padding:
|
79980
|
+
padding: 0.25rem 1rem;
|
79911
79981
|
}
|
79912
79982
|
|
79913
79983
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li::after {
|
@@ -79922,7 +79992,6 @@ title: Word Break
|
|
79922
79992
|
}
|
79923
79993
|
|
79924
79994
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > .a-Tabs-link-close {
|
79925
|
-
padding-top: 0.0625rem;
|
79926
79995
|
cursor: pointer;
|
79927
79996
|
}
|
79928
79997
|
|
@@ -79940,6 +80009,12 @@ title: Word Break
|
|
79940
80009
|
border: none;
|
79941
80010
|
}
|
79942
80011
|
|
80012
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover:active,
|
80013
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
80014
|
+
color: #144BCC;
|
80015
|
+
border-color: #144BCC;
|
80016
|
+
}
|
80017
|
+
|
79943
80018
|
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:not(.is-disabled):hover .a-Tabs-link-close {
|
79944
80019
|
fill: #7266ba;
|
79945
80020
|
}
|
@@ -80048,6 +80123,12 @@ title: Word Break
|
|
80048
80123
|
color: #7266ba;
|
80049
80124
|
}
|
80050
80125
|
|
80126
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child:hover:active,
|
80127
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover > a:first-child:hover:active {
|
80128
|
+
color: #144BCC;
|
80129
|
+
border-color: #144BCC;
|
80130
|
+
}
|
80131
|
+
|
80051
80132
|
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:not(.is-disabled):hover .a-Tabs-link-close {
|
80052
80133
|
fill: #7266ba;
|
80053
80134
|
}
|
@@ -81663,6 +81744,11 @@ title: Word Break
|
|
81663
81744
|
border-width: 0;
|
81664
81745
|
}
|
81665
81746
|
|
81747
|
+
.amis-scope .a-CalendarMobile-pop--time {
|
81748
|
+
height: fit-content;
|
81749
|
+
max-height: 90vh;
|
81750
|
+
}
|
81751
|
+
|
81666
81752
|
.amis-scope .a-CalendarMobile-wrap {
|
81667
81753
|
display: flex;
|
81668
81754
|
flex-direction: column;
|
@@ -81884,7 +81970,7 @@ title: Word Break
|
|
81884
81970
|
}
|
81885
81971
|
|
81886
81972
|
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtToday .calendar-wrap {
|
81887
|
-
border: 1px solid #
|
81973
|
+
border: 1px solid #2468f2;
|
81888
81974
|
}
|
81889
81975
|
|
81890
81976
|
.amis-scope .a-CalendarMobile-calendar-header {
|
@@ -81992,6 +82078,7 @@ title: Word Break
|
|
81992
82078
|
.amis-scope .a-Collapse-arrow {
|
81993
82079
|
display: inline-block;
|
81994
82080
|
width: 1rem;
|
82081
|
+
height: 1rem;
|
81995
82082
|
text-align: center;
|
81996
82083
|
margin-right: 0.5rem;
|
81997
82084
|
}
|
@@ -82003,7 +82090,7 @@ title: Word Break
|
|
82003
82090
|
width: 0.375rem;
|
82004
82091
|
height: 0.375rem;
|
82005
82092
|
top: -0.125rem;
|
82006
|
-
border-color: #
|
82093
|
+
border-color: #84868c;
|
82007
82094
|
border-style: solid;
|
82008
82095
|
border-width: 0.0625rem 0.0625rem 0 0;
|
82009
82096
|
transform: rotate(45deg);
|
@@ -82037,7 +82124,7 @@ title: Word Break
|
|
82037
82124
|
}
|
82038
82125
|
|
82039
82126
|
.amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
|
82040
|
-
background-color:
|
82127
|
+
background-color: #f7f7f9;
|
82041
82128
|
}
|
82042
82129
|
|
82043
82130
|
.amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
|
@@ -82091,10 +82178,26 @@ title: Word Break
|
|
82091
82178
|
border-radius: 4px 4px 0 0;
|
82092
82179
|
}
|
82093
82180
|
|
82181
|
+
.amis-scope .a-CollapseGroup .a-Collapse:first-child > .a-Collapse-header {
|
82182
|
+
border-radius: 4px 4px 0 0;
|
82183
|
+
}
|
82184
|
+
|
82094
82185
|
.amis-scope .a-CollapseGroup .a-Collapse:last-child {
|
82095
82186
|
border-radius: 0 0 4px 4px;
|
82096
82187
|
}
|
82097
82188
|
|
82189
|
+
.amis-scope .a-CollapseGroup .a-Collapse:last-child > .a-Collapse-header {
|
82190
|
+
border-radius: 0 0 4px 4px;
|
82191
|
+
}
|
82192
|
+
|
82193
|
+
.amis-scope .a-CollapseGroup .a-Collapse:first-child:nth-last-child(1) {
|
82194
|
+
border-radius: 4px;
|
82195
|
+
}
|
82196
|
+
|
82197
|
+
.amis-scope .a-CollapseGroup .a-Collapse:first-child:nth-last-child(1) > .a-Collapse-header {
|
82198
|
+
border-radius: 4px;
|
82199
|
+
}
|
82200
|
+
|
82098
82201
|
.amis-scope .a-CollapseGroup .a-Collapse:not(:last-child) {
|
82099
82202
|
border-bottom: none;
|
82100
82203
|
}
|
@@ -82966,7 +83069,11 @@ title: Word Break
|
|
82966
83069
|
align-items: center;
|
82967
83070
|
}
|
82968
83071
|
|
82969
|
-
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
83072
|
+
.amis-scope .a-Crud-toolbar-item--left:not(:first-child) {
|
83073
|
+
margin-left: 0.25rem;
|
83074
|
+
}
|
83075
|
+
|
83076
|
+
.amis-scope .a-Crud-toolbar-item--right:not(:last-child) {
|
82970
83077
|
margin-left: 0.25rem;
|
82971
83078
|
}
|
82972
83079
|
|
@@ -83030,7 +83137,11 @@ title: Word Break
|
|
83030
83137
|
vertical-align: middle;
|
83031
83138
|
}
|
83032
83139
|
|
83033
|
-
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
83140
|
+
.amis-scope .a-Crud-toolbar-item--left:not(:first-child) {
|
83141
|
+
margin-left: 0.25rem;
|
83142
|
+
}
|
83143
|
+
|
83144
|
+
.amis-scope .a-Crud-toolbar-item--right:not(:last-child) {
|
83034
83145
|
margin-left: 0.25rem;
|
83035
83146
|
}
|
83036
83147
|
|
@@ -83120,7 +83231,11 @@ title: Word Break
|
|
83120
83231
|
align-items: center;
|
83121
83232
|
}
|
83122
83233
|
|
83123
|
-
.amis-scope .a-Crud2-toolbar-item:not(:first-child) {
|
83234
|
+
.amis-scope .a-Crud2-toolbar-item--left:not(:first-child) {
|
83235
|
+
margin-left: 0.25rem;
|
83236
|
+
}
|
83237
|
+
|
83238
|
+
.amis-scope .a-Crud2-toolbar-item--right:not(:last-child) {
|
83124
83239
|
margin-left: 0.25rem;
|
83125
83240
|
}
|
83126
83241
|
|
@@ -83178,7 +83293,11 @@ title: Word Break
|
|
83178
83293
|
vertical-align: middle;
|
83179
83294
|
}
|
83180
83295
|
|
83181
|
-
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
83296
|
+
.amis-scope .a-Crud-toolbar-item--left:not(:first-child) {
|
83297
|
+
margin-left: 0.25rem;
|
83298
|
+
}
|
83299
|
+
|
83300
|
+
.amis-scope .a-Crud-toolbar-item--right:not(:last-child) {
|
83182
83301
|
margin-left: 0.25rem;
|
83183
83302
|
}
|
83184
83303
|
|
@@ -83215,6 +83334,13 @@ title: Word Break
|
|
83215
83334
|
box-shadow: none;
|
83216
83335
|
}
|
83217
83336
|
|
83337
|
+
.amis-scope .a-Table-fixedLeft--autoFillHeight > table thead,
|
83338
|
+
.amis-scope .a-Table-fixedRight--autoFillHeight > table thead {
|
83339
|
+
position: sticky;
|
83340
|
+
top: 0;
|
83341
|
+
z-index: 1;
|
83342
|
+
}
|
83343
|
+
|
83218
83344
|
.amis-scope .a-Table-fixedLeft {
|
83219
83345
|
left: 0;
|
83220
83346
|
top: -999999px;
|
@@ -83250,10 +83376,20 @@ title: Word Break
|
|
83250
83376
|
background: #fff;
|
83251
83377
|
z-index: -1;
|
83252
83378
|
opacity: 0;
|
83379
|
+
}
|
83380
|
+
|
83381
|
+
.amis-scope .a-Table-fixedTop-shadow {
|
83382
|
+
position: absolute;
|
83253
83383
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
83384
|
+
z-index: -1;
|
83385
|
+
height: 10px;
|
83386
|
+
margin-top: -10px;
|
83387
|
+
background-color: transparent;
|
83388
|
+
opacity: 0;
|
83254
83389
|
}
|
83255
83390
|
|
83256
|
-
.amis-scope .a-Table-fixedTop.in
|
83391
|
+
.amis-scope .a-Table-fixedTop.in,
|
83392
|
+
.amis-scope .a-Table-fixedTop.in + .a-Table-fixedTop-shadow {
|
83257
83393
|
position: fixed;
|
83258
83394
|
opacity: 1;
|
83259
83395
|
z-index: 900;
|
@@ -83431,6 +83567,10 @@ title: Word Break
|
|
83431
83567
|
text-align: right;
|
83432
83568
|
}
|
83433
83569
|
|
83570
|
+
.amis-scope .a-Table-table td .a-SwitchControl {
|
83571
|
+
padding-top: 0;
|
83572
|
+
}
|
83573
|
+
|
83434
83574
|
.amis-scope .a-Table-table--withCombine > thead > tr > th:first-child,
|
83435
83575
|
.amis-scope .a-Table-table--withCombine > tbody > tr > td:first-child {
|
83436
83576
|
padding-left: 0.5rem !important;
|
@@ -83467,6 +83607,7 @@ title: Word Break
|
|
83467
83607
|
(2.5rem - 0.875rem * 1.5) /
|
83468
83608
|
2
|
83469
83609
|
) 0.5rem;
|
83610
|
+
text-align: left;
|
83470
83611
|
border-bottom: 0.0625rem solid #d1d5db;
|
83471
83612
|
font-size: 0.875rem;
|
83472
83613
|
color: #414c52;
|
@@ -83475,11 +83616,15 @@ title: Word Break
|
|
83475
83616
|
}
|
83476
83617
|
|
83477
83618
|
.amis-scope .a-Table-table > thead > tr > th:first-child {
|
83619
|
+
padding-left: 0.75rem;
|
83620
|
+
}
|
83621
|
+
|
83622
|
+
.amis-scope .a-Table-table > thead > tr > th:first-child.a-Table-checkCell {
|
83478
83623
|
padding-left: 1rem;
|
83479
83624
|
}
|
83480
83625
|
|
83481
83626
|
.amis-scope .a-Table-table > thead > tr > th:last-child {
|
83482
|
-
padding-right:
|
83627
|
+
padding-right: 0.75rem;
|
83483
83628
|
}
|
83484
83629
|
|
83485
83630
|
.amis-scope .a-Table-table > thead > tr > th:last-child .a-Table-content-colDragLine {
|
@@ -83495,6 +83640,14 @@ title: Word Break
|
|
83495
83640
|
margin-left: 0.25rem;
|
83496
83641
|
}
|
83497
83642
|
|
83643
|
+
.amis-scope .a-Table-table > thead > tr > th:first-child {
|
83644
|
+
border-top-left-radius: 4px;
|
83645
|
+
}
|
83646
|
+
|
83647
|
+
.amis-scope .a-Table-table > thead > tr > th:last-child {
|
83648
|
+
border-top-right-radius: 4px;
|
83649
|
+
}
|
83650
|
+
|
83498
83651
|
.amis-scope .a-Table-table > thead > tr + tr {
|
83499
83652
|
border-top: 0.0625rem solid #d1d5db;
|
83500
83653
|
}
|
@@ -83562,6 +83715,14 @@ title: Word Break
|
|
83562
83715
|
border-color: #d6dfdf;
|
83563
83716
|
}
|
83564
83717
|
|
83718
|
+
.amis-scope .a-Table-table > tbody > tr:active {
|
83719
|
+
background: transparent;
|
83720
|
+
}
|
83721
|
+
|
83722
|
+
.amis-scope .a-Table-table > tbody > tr:hover.a-Table-placeholder {
|
83723
|
+
color: #99a6ad;
|
83724
|
+
}
|
83725
|
+
|
83565
83726
|
.amis-scope .a-Table-table > tbody > tr.is-checked {
|
83566
83727
|
background: #d9f3fb;
|
83567
83728
|
border-color: #abe4f6;
|
@@ -84394,7 +84555,6 @@ title: Word Break
|
|
84394
84555
|
|
84395
84556
|
.amis-scope .a-Table-table > thead > tr > th.a-Table-checkCell,
|
84396
84557
|
.amis-scope .a-Table-table > tbody > tr > td.a-Table-checkCell {
|
84397
|
-
border-right: 0;
|
84398
84558
|
width: 0.0625rem;
|
84399
84559
|
padding-right: 0.5rem;
|
84400
84560
|
white-space: nowrap;
|
@@ -84405,6 +84565,10 @@ title: Word Break
|
|
84405
84565
|
margin: 0;
|
84406
84566
|
}
|
84407
84567
|
|
84568
|
+
.amis-scope .a-Table-table > tbody > tr > td.a-Table-checkCell {
|
84569
|
+
border-right: 0;
|
84570
|
+
}
|
84571
|
+
|
84408
84572
|
.amis-scope .a-Table-table > thead > tr > th.a-Table-expandCell,
|
84409
84573
|
.amis-scope .a-Table-table > tbody > tr > td.a-Table-expandCell {
|
84410
84574
|
border-right: 0;
|
@@ -84587,14 +84751,14 @@ title: Word Break
|
|
84587
84751
|
height: 12px;
|
84588
84752
|
}
|
84589
84753
|
|
84590
|
-
.amis-scope .a-TableCell-searchBtn:hover {
|
84591
|
-
color: #58666e;
|
84592
|
-
}
|
84593
|
-
|
84594
84754
|
.amis-scope .a-TableCell-searchBtn.is-active {
|
84595
84755
|
color: #7266ba;
|
84596
84756
|
}
|
84597
84757
|
|
84758
|
+
.amis-scope .a-TableCell-searchBtn.is-opened {
|
84759
|
+
color: #1c53c1;
|
84760
|
+
}
|
84761
|
+
|
84598
84762
|
.amis-scope .a-TableCell-searchPopOver {
|
84599
84763
|
border: none;
|
84600
84764
|
min-width: 20rem;
|
@@ -84690,7 +84854,7 @@ title: Word Break
|
|
84690
84854
|
}
|
84691
84855
|
|
84692
84856
|
.amis-scope .a-Table-itemActions a:hover {
|
84693
|
-
color: #
|
84857
|
+
color: #528eff;
|
84694
84858
|
text-decoration: underline;
|
84695
84859
|
}
|
84696
84860
|
|
@@ -84708,6 +84872,10 @@ title: Word Break
|
|
84708
84872
|
color: #23b7e5;
|
84709
84873
|
}
|
84710
84874
|
|
84875
|
+
.amis-scope .a-Table-foot {
|
84876
|
+
background: #f6f8f8;
|
84877
|
+
}
|
84878
|
+
|
84711
84879
|
.amis-scope .a-Table-footTable {
|
84712
84880
|
position: relative;
|
84713
84881
|
width: 100%;
|
@@ -84760,10 +84928,11 @@ title: Word Break
|
|
84760
84928
|
width: 0.625rem;
|
84761
84929
|
height: 0.625rem;
|
84762
84930
|
top: 0;
|
84931
|
+
transform: rotate(90deg);
|
84763
84932
|
}
|
84764
84933
|
|
84765
84934
|
.amis-scope .a-Table-expandBtn.is-active > svg {
|
84766
|
-
transform: rotate(90deg);
|
84935
|
+
transform: rotate(-90deg);
|
84767
84936
|
}
|
84768
84937
|
|
84769
84938
|
.amis-scope .a-Table-expandBtn:hover {
|
@@ -84818,7 +84987,7 @@ title: Word Break
|
|
84818
84987
|
z-index: 1;
|
84819
84988
|
}
|
84820
84989
|
|
84821
|
-
.amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
|
84990
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop .a-Table-fixedTop-shadow {
|
84822
84991
|
display: none;
|
84823
84992
|
}
|
84824
84993
|
|
@@ -84826,6 +84995,18 @@ title: Word Break
|
|
84826
84995
|
margin-bottom: 0;
|
84827
84996
|
}
|
84828
84997
|
|
84998
|
+
.amis-scope .a-InputTable .a-Field--quickEditable svg {
|
84999
|
+
color: #7266ba;
|
85000
|
+
}
|
85001
|
+
|
85002
|
+
.amis-scope .a-InputTable .a-Field--quickEditable svg:hover {
|
85003
|
+
color: #4f86f4;
|
85004
|
+
}
|
85005
|
+
|
85006
|
+
.amis-scope .a-InputTable .a-Field--quickEditable svg:active {
|
85007
|
+
color: #1c53c1;
|
85008
|
+
}
|
85009
|
+
|
84829
85010
|
.amis-scope .a-InputTable-toolbar {
|
84830
85011
|
display: flex;
|
84831
85012
|
flex-direction: row;
|
@@ -84833,6 +85014,11 @@ title: Word Break
|
|
84833
85014
|
justify-content: space-between;
|
84834
85015
|
}
|
84835
85016
|
|
85017
|
+
.amis-scope .a-InputTable-toolbar .a-Button {
|
85018
|
+
border: none;
|
85019
|
+
color: #7266ba;
|
85020
|
+
}
|
85021
|
+
|
84836
85022
|
.amis-scope .a-InputTable-pager {
|
84837
85023
|
margin-left: auto;
|
84838
85024
|
}
|
@@ -86125,8 +86311,8 @@ title: Word Break
|
|
86125
86311
|
}
|
86126
86312
|
|
86127
86313
|
.amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-row-disabled {
|
86128
|
-
background:
|
86129
|
-
color:
|
86314
|
+
background: #f7f7f9;
|
86315
|
+
color: #b8babf;
|
86130
86316
|
}
|
86131
86317
|
|
86132
86318
|
.amis-scope .a-Table-v2 .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-row-hover {
|
@@ -87386,6 +87572,10 @@ title: Word Break
|
|
87386
87572
|
text-decoration: none;
|
87387
87573
|
}
|
87388
87574
|
|
87575
|
+
.amis-scope .a-Card-actions > a > .a-Button-icon:first-child:not(:last-child) {
|
87576
|
+
margin-right: 0.25rem;
|
87577
|
+
}
|
87578
|
+
|
87389
87579
|
.amis-scope .a-Card.is-checked {
|
87390
87580
|
background: #d9f3fb;
|
87391
87581
|
border-color: #abe4f6;
|
@@ -87774,9 +87964,10 @@ title: Word Break
|
|
87774
87964
|
.amis-scope .a-Progress-line-bar {
|
87775
87965
|
float: left;
|
87776
87966
|
width: 0;
|
87777
|
-
height:
|
87967
|
+
height: 8px;
|
87778
87968
|
background: #7266ba;
|
87779
87969
|
transition: width 0s ease;
|
87970
|
+
border-radius: 0.142rem;
|
87780
87971
|
}
|
87781
87972
|
|
87782
87973
|
.amis-scope .a-Progress-line-bar--stripe {
|
@@ -87943,7 +88134,7 @@ title: Word Break
|
|
87943
88134
|
.amis-scope .a-Pagination {
|
87944
88135
|
display: inline-block;
|
87945
88136
|
padding: 0;
|
87946
|
-
margin: 0 0 -0.
|
88137
|
+
margin: 0 0 -0.5rem;
|
87947
88138
|
border-radius: 0.25rem;
|
87948
88139
|
}
|
87949
88140
|
|
@@ -87959,10 +88150,10 @@ title: Word Break
|
|
87959
88150
|
position: relative;
|
87960
88151
|
float: left;
|
87961
88152
|
text-decoration: none;
|
87962
|
-
min-width:
|
87963
|
-
height:
|
88153
|
+
min-width: 2rem;
|
88154
|
+
height: 2rem;
|
87964
88155
|
border: 0;
|
87965
|
-
line-height:
|
88156
|
+
line-height: 2rem;
|
87966
88157
|
padding: 0 0.5rem;
|
87967
88158
|
text-align: center;
|
87968
88159
|
color: #666666;
|
@@ -88046,7 +88237,7 @@ title: Word Break
|
|
88046
88237
|
display: inline-flex;
|
88047
88238
|
flex-wrap: nowrap;
|
88048
88239
|
align-items: center;
|
88049
|
-
height:
|
88240
|
+
height: 2rem;
|
88050
88241
|
}
|
88051
88242
|
|
88052
88243
|
.amis-scope .a-Pagination-inputGroup-left {
|
@@ -88056,13 +88247,13 @@ title: Word Break
|
|
88056
88247
|
.amis-scope .a-Pagination-inputGroup input {
|
88057
88248
|
min-width: 3.125rem;
|
88058
88249
|
width: 3.125rem;
|
88059
|
-
height:
|
88060
|
-
line-height:
|
88250
|
+
height: 2rem;
|
88251
|
+
line-height: 2rem;
|
88061
88252
|
border: none;
|
88062
88253
|
border: 0.0625rem solid #d1d5db;
|
88063
88254
|
border-radius: 0.142rem 0 0 0.142rem;
|
88064
88255
|
padding: 0 0.5rem;
|
88065
|
-
margin-left: 0.
|
88256
|
+
margin-left: 0.5rem;
|
88066
88257
|
text-align: center;
|
88067
88258
|
}
|
88068
88259
|
|
@@ -88077,8 +88268,8 @@ title: Word Break
|
|
88077
88268
|
width: 2rem;
|
88078
88269
|
cursor: pointer;
|
88079
88270
|
text-align: center;
|
88080
|
-
height:
|
88081
|
-
line-height:
|
88271
|
+
height: 2rem;
|
88272
|
+
line-height: 2rem;
|
88082
88273
|
border: 0.0625rem solid #d1d5db;
|
88083
88274
|
border-left: none;
|
88084
88275
|
border-radius: 0 0.142rem 0.142rem 0;
|
@@ -88089,6 +88280,7 @@ title: Word Break
|
|
88089
88280
|
color: #7266ba;
|
88090
88281
|
border-color: #7266ba;
|
88091
88282
|
border-left: 0.0625rem solid #7266ba;
|
88283
|
+
margin-left: -1px;
|
88092
88284
|
}
|
88093
88285
|
|
88094
88286
|
.amis-scope .a-Pagination-wrap {
|
@@ -88096,7 +88288,7 @@ title: Word Break
|
|
88096
88288
|
}
|
88097
88289
|
|
88098
88290
|
.amis-scope .a-Pagination-wrap .a-Pagination-item {
|
88099
|
-
margin-left: 0.
|
88291
|
+
margin-left: 0.5rem;
|
88100
88292
|
}
|
88101
88293
|
|
88102
88294
|
.amis-scope .a-Pagination-wrap .a-Pagination-item:nth-child(1) {
|
@@ -88517,6 +88709,7 @@ title: Word Break
|
|
88517
88709
|
display: block;
|
88518
88710
|
max-width: 100%;
|
88519
88711
|
max-height: 100%;
|
88712
|
+
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
88520
88713
|
}
|
88521
88714
|
|
88522
88715
|
.amis-scope .a-ImageGallery-prevBtn,
|
@@ -88666,6 +88859,67 @@ title: Word Break
|
|
88666
88859
|
display: none;
|
88667
88860
|
}
|
88668
88861
|
|
88862
|
+
.amis-scope .a-ImageGallery-toolbar {
|
88863
|
+
background-color: #fff;
|
88864
|
+
border-radius: 0.25rem;
|
88865
|
+
display: flex;
|
88866
|
+
align-items: flex-start;
|
88867
|
+
padding: 0.25rem 1rem;
|
88868
|
+
position: absolute;
|
88869
|
+
bottom: 1.25rem;
|
88870
|
+
left: 50%;
|
88871
|
+
transform: translateX(-50%);
|
88872
|
+
display: flex;
|
88873
|
+
flex-flow: row nowrap;
|
88874
|
+
justify-content: space-between;
|
88875
|
+
align-items: center;
|
88876
|
+
}
|
88877
|
+
|
88878
|
+
.amis-scope .a-ImageGallery-toolbar-action {
|
88879
|
+
padding: 0.8125rem;
|
88880
|
+
border-radius: 0.25rem;
|
88881
|
+
width: 2.5rem;
|
88882
|
+
height: 2.5rem;
|
88883
|
+
cursor: pointer;
|
88884
|
+
display: flex;
|
88885
|
+
justify-content: center;
|
88886
|
+
align-items: center;
|
88887
|
+
}
|
88888
|
+
|
88889
|
+
.amis-scope .a-ImageGallery-toolbar-action-icon {
|
88890
|
+
display: block;
|
88891
|
+
color: #1c2b36;
|
88892
|
+
}
|
88893
|
+
|
88894
|
+
.amis-scope .a-ImageGallery-toolbar-action-icon > svg {
|
88895
|
+
fill: #1c2b36;
|
88896
|
+
}
|
88897
|
+
|
88898
|
+
.amis-scope .a-ImageGallery-toolbar-action.is-disabled {
|
88899
|
+
cursor: not-allowed;
|
88900
|
+
color: #6b7280;
|
88901
|
+
}
|
88902
|
+
|
88903
|
+
.amis-scope .a-ImageGallery-toolbar-action.is-disabled .a-ImageGallery-toolbar-action-icon {
|
88904
|
+
color: #6b7280;
|
88905
|
+
}
|
88906
|
+
|
88907
|
+
.amis-scope .a-ImageGallery-toolbar-action.is-disabled .a-ImageGallery-toolbar-action-icon > svg {
|
88908
|
+
color: #6b7280;
|
88909
|
+
}
|
88910
|
+
|
88911
|
+
.amis-scope .a-ImageGallery-toolbar-action:hover {
|
88912
|
+
background-color: #f2f3f5;
|
88913
|
+
}
|
88914
|
+
|
88915
|
+
.amis-scope .a-ImageGallery-toolbar-action:hover .a-ImageGallery-toolbar-action-icon {
|
88916
|
+
color: #7266ba;
|
88917
|
+
}
|
88918
|
+
|
88919
|
+
.amis-scope .a-ImageGallery-toolbar-action:hover .a-ImageGallery-toolbar-action-icon > svg {
|
88920
|
+
fill: #7266ba;
|
88921
|
+
}
|
88922
|
+
|
88669
88923
|
.amis-scope .a-Images {
|
88670
88924
|
display: flex;
|
88671
88925
|
flex-wrap: wrap;
|
@@ -88979,6 +89233,7 @@ title: Word Break
|
|
88979
89233
|
display: inline-block;
|
88980
89234
|
width: 14px;
|
88981
89235
|
color: #4b5563;
|
89236
|
+
margin-top: 0.125rem;
|
88982
89237
|
}
|
88983
89238
|
|
88984
89239
|
.amis-scope .a-InputBox > a {
|
@@ -89274,7 +89529,7 @@ title: Word Break
|
|
89274
89529
|
flex-wrap: wrap;
|
89275
89530
|
justify-content: flex-start;
|
89276
89531
|
flex-wrap: nowrap;
|
89277
|
-
padding: 0 0.
|
89532
|
+
padding: 0 0.75rem;
|
89278
89533
|
min-height: 1.875rem;
|
89279
89534
|
align-items: center;
|
89280
89535
|
border-radius: 3px;
|
@@ -89370,10 +89625,7 @@ title: Word Break
|
|
89370
89625
|
display: flex;
|
89371
89626
|
align-items: center;
|
89372
89627
|
flex-shrink: 0;
|
89373
|
-
|
89374
|
-
|
89375
|
-
.amis-scope .a-ResultBox-actions > *:first-child {
|
89376
|
-
margin-left: 0.3125rem;
|
89628
|
+
padding-left: 0.3125rem;
|
89377
89629
|
}
|
89378
89630
|
|
89379
89631
|
.amis-scope .a-ResultBox-actions > *:not(:last-child) {
|
@@ -89392,8 +89644,6 @@ title: Word Break
|
|
89392
89644
|
.amis-scope .a-ResultBox-pc-arrow {
|
89393
89645
|
height: 100%;
|
89394
89646
|
margin: auto 0;
|
89395
|
-
position: absolute;
|
89396
|
-
right: 10px;
|
89397
89647
|
display: flex;
|
89398
89648
|
align-items: center;
|
89399
89649
|
transition: transform 0s ease;
|
@@ -89403,7 +89653,7 @@ title: Word Break
|
|
89403
89653
|
.amis-scope .a-ResultBox-pc-arrow > svg {
|
89404
89654
|
width: 0.625rem;
|
89405
89655
|
height: 0.625rem;
|
89406
|
-
top: 0
|
89656
|
+
top: 0;
|
89407
89657
|
color: #84868c;
|
89408
89658
|
}
|
89409
89659
|
|
@@ -89657,7 +89907,7 @@ title: Word Break
|
|
89657
89907
|
.amis-scope .a-SearchBox.is-active {
|
89658
89908
|
background: #fff;
|
89659
89909
|
border: 0.0625rem solid #d1d5db;
|
89660
|
-
width:
|
89910
|
+
width: 9.375rem;
|
89661
89911
|
}
|
89662
89912
|
|
89663
89913
|
.amis-scope .a-SearchBox.is-active > input {
|
@@ -89665,22 +89915,16 @@ title: Word Break
|
|
89665
89915
|
}
|
89666
89916
|
|
89667
89917
|
.amis-scope .a-SearchBox.is-active:hover {
|
89668
|
-
border-color:
|
89918
|
+
border-color: #2468f2;
|
89669
89919
|
}
|
89670
89920
|
|
89671
89921
|
.amis-scope .a-SearchBox.is-active.is-focused {
|
89672
|
-
border-color:
|
89922
|
+
border-color: #144bcc;
|
89673
89923
|
}
|
89674
89924
|
|
89675
89925
|
.amis-scope .a-SearchBox-searchBtn {
|
89676
|
-
display:
|
89677
|
-
|
89678
|
-
align-items: center;
|
89679
|
-
justify-content: center;
|
89680
|
-
}
|
89681
|
-
|
89682
|
-
.amis-scope .a-SearchBox-searchBtn .icon {
|
89683
|
-
top: 0;
|
89926
|
+
display: inline-block;
|
89927
|
+
padding: 0.3125rem 0.625rem;
|
89684
89928
|
}
|
89685
89929
|
|
89686
89930
|
.amis-scope .a-SearchBox-activeBtn,
|
@@ -89692,7 +89936,7 @@ title: Word Break
|
|
89692
89936
|
.amis-scope .a-SearchBox-searchBtn,
|
89693
89937
|
.amis-scope .a-SearchBox-cancelBtn {
|
89694
89938
|
cursor: pointer;
|
89695
|
-
color:
|
89939
|
+
color: #84868c;
|
89696
89940
|
}
|
89697
89941
|
|
89698
89942
|
.amis-scope .a-SearchBox-activeBtn:hover,
|
@@ -89709,7 +89953,7 @@ title: Word Break
|
|
89709
89953
|
}
|
89710
89954
|
|
89711
89955
|
.amis-scope .a-SearchBox.is-disabled {
|
89712
|
-
background-color:
|
89956
|
+
background-color: #f7f7f9;
|
89713
89957
|
cursor: not-allowed;
|
89714
89958
|
}
|
89715
89959
|
|
@@ -89737,9 +89981,9 @@ title: Word Break
|
|
89737
89981
|
|
89738
89982
|
.amis-scope .a-SearchBox-clearable {
|
89739
89983
|
display: flex;
|
89740
|
-
width:
|
89741
|
-
height:
|
89742
|
-
color:
|
89984
|
+
width: 1rem;
|
89985
|
+
height: 1rem;
|
89986
|
+
color: #d4d6d9;
|
89743
89987
|
align-items: center;
|
89744
89988
|
justify-content: center;
|
89745
89989
|
cursor: pointer;
|
@@ -89755,17 +89999,131 @@ title: Word Break
|
|
89755
89999
|
|
89756
90000
|
.amis-scope .a-SearchBox--enhance.is-active .a-SearchBox-searchBtn {
|
89757
90001
|
height: 100%;
|
89758
|
-
color:
|
89759
|
-
background:
|
90002
|
+
color: #ffffff;
|
90003
|
+
background: #2468f2;
|
90004
|
+
}
|
90005
|
+
|
90006
|
+
.amis-scope .a-SearchBox--enhance.is-active .a-SearchBox-searchBtn:hover {
|
90007
|
+
background: #4f86f4;
|
89760
90008
|
}
|
89761
90009
|
|
89762
90010
|
.amis-scope .a-SearchBox--enhance .a-SearchBox-clearable {
|
89763
|
-
margin-right:
|
90011
|
+
margin-right: 0.375rem;
|
89764
90012
|
}
|
89765
90013
|
|
89766
90014
|
.amis-scope .a-SearchBox--enhance.is-active.is-disabled .a-SearchBox-searchBtn {
|
89767
|
-
background:
|
89768
|
-
color:
|
90015
|
+
background: #f2f2f4;
|
90016
|
+
color: #b8babf;
|
90017
|
+
}
|
90018
|
+
|
90019
|
+
.amis-scope .a-SearchBox-history > .is-history {
|
90020
|
+
width: 100%;
|
90021
|
+
}
|
90022
|
+
|
90023
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown {
|
90024
|
+
position: absolute;
|
90025
|
+
left: 0;
|
90026
|
+
z-index: 998;
|
90027
|
+
padding: 0.5rem 0;
|
90028
|
+
width: 100%;
|
90029
|
+
max-width: calc(9.375rem * 2);
|
90030
|
+
min-height: 4.5rem;
|
90031
|
+
max-height: 12.5rem;
|
90032
|
+
background: #fff;
|
90033
|
+
border: 0.0625rem solid #d1d5db;
|
90034
|
+
border-top: none;
|
90035
|
+
border-radius: 0.142rem;
|
90036
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
90037
|
+
display: none;
|
90038
|
+
}
|
90039
|
+
|
90040
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown.is-active {
|
90041
|
+
display: block;
|
90042
|
+
}
|
90043
|
+
|
90044
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header {
|
90045
|
+
display: flex;
|
90046
|
+
flex-flow: row nowrap;
|
90047
|
+
align-items: center;
|
90048
|
+
justify-content: space-between;
|
90049
|
+
padding: 0 1rem;
|
90050
|
+
margin-bottom: 0.625rem;
|
90051
|
+
}
|
90052
|
+
|
90053
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header h4 {
|
90054
|
+
font-size: 0.875rem;
|
90055
|
+
height: 1.5rem;
|
90056
|
+
line-height: 1.5rem;
|
90057
|
+
font-weight: bold;
|
90058
|
+
margin: 0;
|
90059
|
+
}
|
90060
|
+
|
90061
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-dropdown header a {
|
90062
|
+
display: inline-block;
|
90063
|
+
font-size: 0.75rem;
|
90064
|
+
cursor: pointer;
|
90065
|
+
padding: 0;
|
90066
|
+
}
|
90067
|
+
|
90068
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-content {
|
90069
|
+
display: flex;
|
90070
|
+
flex-flow: row wrap;
|
90071
|
+
justify-content: flex-start;
|
90072
|
+
align-items: center;
|
90073
|
+
padding: 0 1rem;
|
90074
|
+
overflow-x: hidden;
|
90075
|
+
overflow-y: auto;
|
90076
|
+
max-height: calc( 12.5rem - 38px - 0.5rem * 2 );
|
90077
|
+
}
|
90078
|
+
|
90079
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag {
|
90080
|
+
display: inlin-flex;
|
90081
|
+
height: 1.5rem;
|
90082
|
+
padding: 0 0.5rem;
|
90083
|
+
flex-flow: row nowrap;
|
90084
|
+
justify-content: center;
|
90085
|
+
align-items: center;
|
90086
|
+
font-size: 0.75rem;
|
90087
|
+
max-width: 160px;
|
90088
|
+
border-radius: 0.125rem;
|
90089
|
+
background-color: #f2f2f4;
|
90090
|
+
color: #151a26;
|
90091
|
+
margin-bottom: 0.5rem;
|
90092
|
+
margin-right: 0.5rem;
|
90093
|
+
max-width: 96px;
|
90094
|
+
cursor: pointer;
|
90095
|
+
}
|
90096
|
+
|
90097
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-text {
|
90098
|
+
display: inline-block;
|
90099
|
+
text-overflow: ellipsis;
|
90100
|
+
overflow: hidden;
|
90101
|
+
white-space: nowrap;
|
90102
|
+
line-height: 24px;
|
90103
|
+
}
|
90104
|
+
|
90105
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close {
|
90106
|
+
margin-left: 0.5rem;
|
90107
|
+
margin-right: 0.25rem;
|
90108
|
+
cursor: pointer;
|
90109
|
+
}
|
90110
|
+
|
90111
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close i {
|
90112
|
+
font-size: 0.5rem;
|
90113
|
+
}
|
90114
|
+
|
90115
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close .icon {
|
90116
|
+
width: 0.5rem;
|
90117
|
+
height: 0.5rem;
|
90118
|
+
position: inherit;
|
90119
|
+
}
|
90120
|
+
|
90121
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close:hover {
|
90122
|
+
opacity: 0.7;
|
90123
|
+
}
|
90124
|
+
|
90125
|
+
.amis-scope .a-SearchBox-history .a-SearchBox-history-tag-close:active {
|
90126
|
+
opacity: 0.3;
|
89769
90127
|
}
|
89770
90128
|
|
89771
90129
|
.amis-scope .a-ListMenu {
|
@@ -89858,27 +90216,58 @@ title: Word Break
|
|
89858
90216
|
margin-right: 5px;
|
89859
90217
|
}
|
89860
90218
|
|
90219
|
+
.amis-scope .a-Log-line-highlight {
|
90220
|
+
background: #ffffb6;
|
90221
|
+
display: inline-block;
|
90222
|
+
color: #000;
|
90223
|
+
}
|
90224
|
+
|
89861
90225
|
.amis-scope .a-Log-operation {
|
89862
|
-
position:
|
89863
|
-
|
89864
|
-
left: -16px;
|
90226
|
+
position: relative;
|
90227
|
+
background: rgba(28, 28, 28, 0.5);
|
89865
90228
|
}
|
89866
90229
|
|
89867
|
-
.amis-scope .a-Log-operation
|
89868
|
-
|
90230
|
+
.amis-scope .a-Log-operation > a {
|
90231
|
+
display: inline-flex;
|
90232
|
+
flex-direction: row;
|
90233
|
+
line-height: 1.4285714286;
|
90234
|
+
font-size: 0.875rem;
|
90235
|
+
flex-wrap: nowrap;
|
90236
|
+
align-items: center;
|
90237
|
+
justify-content: flex-end;
|
90238
|
+
height: 30px;
|
90239
|
+
width: 30px;
|
90240
|
+
padding-left: 8px;
|
90241
|
+
transition: all 0s ease-in-out;
|
90242
|
+
border: 0.0625rem solid transparent;
|
90243
|
+
border-radius: 0.142rem;
|
90244
|
+
overflow: hidden;
|
90245
|
+
height: 30px;
|
90246
|
+
width: 30px;
|
89869
90247
|
}
|
89870
90248
|
|
89871
|
-
.amis-scope .a-Log-operation
|
89872
|
-
background: #f0f2f5;
|
89873
|
-
width: 24px;
|
89874
|
-
height: 48px;
|
89875
|
-
box-shadow: 0 4px 6px 0 rgba(8, 14, 26, 0.04), 0 1px 10px 0 rgba(8, 14, 26, 0.05), 0 2px 4px -1px rgba(8, 14, 26, 0.06);
|
89876
|
-
border-radius: 0 2px 2px 0;
|
89877
|
-
padding-top: 14px;
|
89878
|
-
padding-left: 6px;
|
89879
|
-
cursor: pointer;
|
90249
|
+
.amis-scope .a-Log-operation a {
|
89880
90250
|
color: #000;
|
89881
|
-
|
90251
|
+
}
|
90252
|
+
|
90253
|
+
.amis-scope .a-Log-operation > a:hover {
|
90254
|
+
background: rgba(255, 255, 255, 0.6);
|
90255
|
+
color: #23b7e5;
|
90256
|
+
}
|
90257
|
+
|
90258
|
+
.amis-scope .a-Log-operation > a > svg {
|
90259
|
+
margin-right: 8px;
|
90260
|
+
}
|
90261
|
+
|
90262
|
+
.amis-scope .a-Log-operation > a.is-disabled {
|
90263
|
+
cursor: not-allowed;
|
90264
|
+
color: #6b7280;
|
90265
|
+
}
|
90266
|
+
|
90267
|
+
.amis-scope .a-Log-operation > a.is-disabled:hover {
|
90268
|
+
cursor: not-allowed;
|
90269
|
+
background: transparent;
|
90270
|
+
color: #6b7280;
|
89882
90271
|
}
|
89883
90272
|
|
89884
90273
|
.amis-scope .a-Log .ansi-bold {
|
@@ -89990,7 +90379,7 @@ title: Word Break
|
|
89990
90379
|
.amis-scope .a-Steps .a-StepsItem {
|
89991
90380
|
flex: 1;
|
89992
90381
|
overflow: hidden;
|
89993
|
-
padding: 0
|
90382
|
+
padding: 0 0.5rem;
|
89994
90383
|
height: auto;
|
89995
90384
|
line-height: 2rem;
|
89996
90385
|
}
|
@@ -90015,15 +90404,20 @@ title: Word Break
|
|
90015
90404
|
text-align: center;
|
90016
90405
|
}
|
90017
90406
|
|
90407
|
+
.amis-scope .a-Steps .a-StepsItem-containerIcon .a-StepsItem-icon .icon {
|
90408
|
+
width: 0.5625rem;
|
90409
|
+
height: 0.5625rem;
|
90410
|
+
}
|
90411
|
+
|
90018
90412
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper {
|
90019
90413
|
display: inline-block;
|
90020
90414
|
position: relative;
|
90021
90415
|
}
|
90022
90416
|
|
90023
90417
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
90024
|
-
font-size:
|
90025
|
-
color: #
|
90026
|
-
padding-right:
|
90418
|
+
font-size: 0.875rem;
|
90419
|
+
color: #151b26;
|
90420
|
+
padding-right: 0.5rem;
|
90027
90421
|
position: relative;
|
90028
90422
|
display: inline-block;
|
90029
90423
|
}
|
@@ -90065,7 +90459,12 @@ title: Word Break
|
|
90065
90459
|
max-width: 8.75rem;
|
90066
90460
|
white-space: nowrap;
|
90067
90461
|
position: relative;
|
90068
|
-
bottom:
|
90462
|
+
bottom: 1.25rem;
|
90463
|
+
}
|
90464
|
+
|
90465
|
+
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description > span {
|
90466
|
+
color: #84868c;
|
90467
|
+
font-size: 0.75rem;
|
90069
90468
|
}
|
90070
90469
|
|
90071
90470
|
.amis-scope .a-Steps .a-StepsItem:last-child {
|
@@ -90090,7 +90489,7 @@ title: Word Break
|
|
90090
90489
|
content: "";
|
90091
90490
|
position: absolute;
|
90092
90491
|
right: 0;
|
90093
|
-
top:
|
90492
|
+
top: 2.25rem;
|
90094
90493
|
height: 9999px;
|
90095
90494
|
left: 0.6875rem;
|
90096
90495
|
width: 1px;
|
@@ -90208,13 +90607,14 @@ title: Word Break
|
|
90208
90607
|
|
90209
90608
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
90210
90609
|
padding: 0 0.625rem;
|
90610
|
+
bottom: 0.5625rem;
|
90211
90611
|
width: 100%;
|
90212
90612
|
}
|
90213
90613
|
|
90214
90614
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title > span {
|
90215
90615
|
display: block;
|
90216
90616
|
position: relative;
|
90217
|
-
left: 0.
|
90617
|
+
left: 0.75rem;
|
90218
90618
|
}
|
90219
90619
|
|
90220
90620
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
|
@@ -90222,6 +90622,7 @@ title: Word Break
|
|
90222
90622
|
padding: 0 0.625rem;
|
90223
90623
|
position: relative;
|
90224
90624
|
left: 0.625rem;
|
90625
|
+
bottom: 0.75rem;
|
90225
90626
|
}
|
90226
90627
|
|
90227
90628
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title:after {
|
@@ -90231,7 +90632,8 @@ title: Word Break
|
|
90231
90632
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
90232
90633
|
min-width: 12.5rem;
|
90233
90634
|
word-break: break-all;
|
90234
|
-
padding: 0
|
90635
|
+
padding: 0 1.25rem;
|
90636
|
+
bottom: 2.75rem;
|
90235
90637
|
}
|
90236
90638
|
|
90237
90639
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
@@ -90271,8 +90673,8 @@ title: Word Break
|
|
90271
90673
|
}
|
90272
90674
|
|
90273
90675
|
.amis-scope .a-Steps--ProgressDot .is-error .a-StepsItem-containerProgressDot {
|
90274
|
-
background: #
|
90275
|
-
border: 1px solid #
|
90676
|
+
background: #f33e3e;
|
90677
|
+
border: 1px solid #f33e3e;
|
90276
90678
|
}
|
90277
90679
|
|
90278
90680
|
.amis-scope .a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
|
@@ -90286,16 +90688,16 @@ title: Word Break
|
|
90286
90688
|
border: 1px solid #b4bbc5;
|
90287
90689
|
}
|
90288
90690
|
|
90289
|
-
.amis-scope .a-Steps .a-StepsItem.is-
|
90290
|
-
|
90291
|
-
|
90292
|
-
|
90691
|
+
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-title,
|
90692
|
+
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-subTitle,
|
90693
|
+
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-description {
|
90694
|
+
color: #84868c;
|
90293
90695
|
}
|
90294
90696
|
|
90295
|
-
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-
|
90296
|
-
|
90297
|
-
|
90298
|
-
|
90697
|
+
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-icon {
|
90698
|
+
background-color: #f33e3e;
|
90699
|
+
color: #fff;
|
90700
|
+
border: 1px solid #f33e3e;
|
90299
90701
|
}
|
90300
90702
|
|
90301
90703
|
.amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon,
|
@@ -91111,6 +91513,12 @@ title: Word Break
|
|
91111
91513
|
}
|
91112
91514
|
}
|
91113
91515
|
|
91516
|
+
.amis-scope .a-TextControl-input input {
|
91517
|
+
overflow: hidden;
|
91518
|
+
white-space: nowrap;
|
91519
|
+
text-overflow: ellipsis;
|
91520
|
+
}
|
91521
|
+
|
91114
91522
|
.amis-scope .a-TextControl-placeholder {
|
91115
91523
|
color: #99a6ad;
|
91116
91524
|
user-select: none;
|
@@ -91324,7 +91732,7 @@ title: Word Break
|
|
91324
91732
|
white-space: nowrap;
|
91325
91733
|
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
91326
91734
|
font-size: 0.75rem;
|
91327
|
-
background:
|
91735
|
+
background: #f7f7f9;
|
91328
91736
|
border-radius: 0.125rem;
|
91329
91737
|
margin: 2px 3px;
|
91330
91738
|
display: flex;
|
@@ -91508,6 +91916,10 @@ title: Word Break
|
|
91508
91916
|
}
|
91509
91917
|
}
|
91510
91918
|
|
91919
|
+
.amis-scope .a-TextareaControl > textarea.a-TextareaControl-input--counter {
|
91920
|
+
padding-bottom: 23px;
|
91921
|
+
}
|
91922
|
+
|
91511
91923
|
.amis-scope .a-TextareaControl > textarea {
|
91512
91924
|
border: 1px solid #d1d5db;
|
91513
91925
|
border-radius: 0.142rem;
|
@@ -91546,15 +91958,18 @@ title: Word Break
|
|
91546
91958
|
|
91547
91959
|
.amis-scope .a-TextareaControl-counter {
|
91548
91960
|
position: absolute;
|
91549
|
-
|
91550
|
-
bottom:
|
91961
|
+
left: 1px;
|
91962
|
+
bottom: 1px;
|
91963
|
+
right: 1.0625rem;
|
91964
|
+
padding-bottom: calc(
|
91551
91965
|
(
|
91552
91966
|
1.875rem - 1.4285714286 *
|
91553
91967
|
0.875rem - 0.125rem
|
91554
91968
|
) / 2
|
91555
91969
|
);
|
91970
|
+
background-color: #fff;
|
91971
|
+
text-align: right;
|
91556
91972
|
font-size: 0.75rem;
|
91557
|
-
padding: 0 5px;
|
91558
91973
|
border-radius: 3px;
|
91559
91974
|
color: #84868c;
|
91560
91975
|
}
|
@@ -91563,10 +91978,6 @@ title: Word Break
|
|
91563
91978
|
color: #84868c;
|
91564
91979
|
}
|
91565
91980
|
|
91566
|
-
.amis-scope .a-TextareaControl-counter.is-clearable {
|
91567
|
-
right: calc( 0.5rem + 0.875rem + 0.1875rem * 2 + 0.3125rem );
|
91568
|
-
}
|
91569
|
-
|
91570
91981
|
.amis-scope .has-error--maxLength .a-TextareaControl-counter {
|
91571
91982
|
background: #f05050;
|
91572
91983
|
}
|
@@ -91581,7 +91992,7 @@ title: Word Break
|
|
91581
91992
|
text-decoration: none;
|
91582
91993
|
position: absolute;
|
91583
91994
|
right: 0.5rem;
|
91584
|
-
|
91995
|
+
top: calc(
|
91585
91996
|
(
|
91586
91997
|
1.875rem - 1.4285714286 *
|
91587
91998
|
0.875rem - 0.125rem
|
@@ -91711,12 +92122,12 @@ title: Word Break
|
|
91711
92122
|
margin-left: calc(1rem * -1);
|
91712
92123
|
}
|
91713
92124
|
|
91714
|
-
.amis-scope .a-Checkbox--checkbox.a-Checkbox:hover > i
|
91715
|
-
|
92125
|
+
.amis-scope .a-Checkbox--checkbox.a-Checkbox:hover > input + i {
|
92126
|
+
border-color: #4f86f4;
|
91716
92127
|
}
|
91717
92128
|
|
91718
92129
|
.amis-scope .a-Checkbox--checkbox.a-Checkbox:active > i:before {
|
91719
|
-
background:
|
92130
|
+
background: #144bcc;
|
91720
92131
|
}
|
91721
92132
|
|
91722
92133
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:not(:disabled) + i:hover {
|
@@ -91725,6 +92136,7 @@ title: Word Break
|
|
91725
92136
|
|
91726
92137
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:hover input:checked + i {
|
91727
92138
|
background: #4f86f4;
|
92139
|
+
border-color: transparent;
|
91728
92140
|
}
|
91729
92141
|
|
91730
92142
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:hover input:checked + i:before {
|
@@ -91736,11 +92148,11 @@ title: Word Break
|
|
91736
92148
|
}
|
91737
92149
|
|
91738
92150
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:active input:checked + i {
|
91739
|
-
background:
|
92151
|
+
background: #144bcc;
|
91740
92152
|
}
|
91741
92153
|
|
91742
92154
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:active input:checked + i:before {
|
91743
|
-
background:
|
92155
|
+
background: #144bcc;
|
91744
92156
|
}
|
91745
92157
|
|
91746
92158
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked + i {
|
@@ -91839,6 +92251,11 @@ title: Word Break
|
|
91839
92251
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
|
91840
92252
|
color: #23b7e5;
|
91841
92253
|
border-color: #23b7e5;
|
92254
|
+
box-shadow: -1px 0 0 0 #23b7e5;
|
92255
|
+
}
|
92256
|
+
|
92257
|
+
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled):first-child {
|
92258
|
+
box-shadow: none;
|
91842
92259
|
}
|
91843
92260
|
|
91844
92261
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover input:checked + i {
|
@@ -91848,7 +92265,7 @@ title: Word Break
|
|
91848
92265
|
|
91849
92266
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:active input:checked + i {
|
91850
92267
|
background: transparent;
|
91851
|
-
border-color:
|
92268
|
+
border-color: #144bcc transparent transparent #144bcc;
|
91852
92269
|
}
|
91853
92270
|
|
91854
92271
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i {
|
@@ -91912,16 +92329,23 @@ title: Word Break
|
|
91912
92329
|
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button {
|
91913
92330
|
border-color: #23b7e5;
|
91914
92331
|
color: #23b7e5;
|
92332
|
+
box-shadow: -1px 0 0 0 #23b7e5;
|
92333
|
+
}
|
92334
|
+
|
92335
|
+
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button:first-child {
|
92336
|
+
box-shadow: none;
|
91915
92337
|
}
|
91916
92338
|
|
91917
92339
|
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button:hover {
|
91918
92340
|
border-color: #2468f2;
|
91919
92341
|
color: #2468f2;
|
92342
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
91920
92343
|
}
|
91921
92344
|
|
91922
92345
|
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button:active {
|
91923
|
-
border-color:
|
91924
|
-
color:
|
92346
|
+
border-color: #144bcc;
|
92347
|
+
color: #144bcc;
|
92348
|
+
box-shadow: -1px 0 0 0 #144bcc;
|
91925
92349
|
}
|
91926
92350
|
|
91927
92351
|
.amis-scope .a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox {
|
@@ -92068,7 +92492,7 @@ title: Word Break
|
|
92068
92492
|
|
92069
92493
|
.amis-scope .a-RadiosControl .a-Checkbox--button-checked:active,
|
92070
92494
|
.amis-scope .a-CheckboxesControl .a-Checkbox--button-checked:active {
|
92071
|
-
border-color:
|
92495
|
+
border-color: #144bcc;
|
92072
92496
|
}
|
92073
92497
|
|
92074
92498
|
.amis-scope .a-RadiosControl.is-inline .a-Checkbox,
|
@@ -92137,6 +92561,7 @@ title: Word Break
|
|
92137
92561
|
}
|
92138
92562
|
|
92139
92563
|
.amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
|
92564
|
+
height: 2rem;
|
92140
92565
|
padding: 0.25rem 0.75rem;
|
92141
92566
|
color: #84868c;
|
92142
92567
|
}
|
@@ -92705,6 +93130,10 @@ title: Word Break
|
|
92705
93130
|
border-color: #23b7e5;
|
92706
93131
|
}
|
92707
93132
|
|
93133
|
+
.amis-scope .a-Number:hover .a-Number-handler-wrap {
|
93134
|
+
display: block;
|
93135
|
+
}
|
93136
|
+
|
92708
93137
|
.amis-scope .a-Number-disabled:hover {
|
92709
93138
|
border-color: #d1d5db;
|
92710
93139
|
}
|
@@ -92760,6 +93189,7 @@ title: Word Break
|
|
92760
93189
|
}
|
92761
93190
|
|
92762
93191
|
.amis-scope .a-Number-handler-wrap {
|
93192
|
+
display: none;
|
92763
93193
|
float: right;
|
92764
93194
|
border-left: 0.0625rem solid #d1d5db;
|
92765
93195
|
width: 1.25rem;
|
@@ -92988,13 +93418,17 @@ title: Word Break
|
|
92988
93418
|
|
92989
93419
|
.amis-scope .a-Select:hover {
|
92990
93420
|
background: #f2f2f2;
|
92991
|
-
border-color: #
|
93421
|
+
border-color: #23b7e5;
|
92992
93422
|
}
|
92993
93423
|
|
92994
93424
|
.amis-scope .a-Select:hover .a-Select-arrow:before {
|
92995
93425
|
color: #111827;
|
92996
93426
|
}
|
92997
93427
|
|
93428
|
+
.amis-scope .a-Select:active {
|
93429
|
+
border-color: #1c53c1;
|
93430
|
+
}
|
93431
|
+
|
92998
93432
|
.amis-scope .a-Select.is-disabled {
|
92999
93433
|
color: #99a6ad;
|
93000
93434
|
background: #e5e7eb;
|
@@ -93005,6 +93439,10 @@ title: Word Break
|
|
93005
93439
|
box-shadow: none;
|
93006
93440
|
}
|
93007
93441
|
|
93442
|
+
.amis-scope .a-Select .a-PopOver.a-Select-popover {
|
93443
|
+
margin-top: 0.25rem;
|
93444
|
+
}
|
93445
|
+
|
93008
93446
|
.amis-scope .a-Select .a-PopOver.a-Select-popover .a-Select-menu {
|
93009
93447
|
overflow-x: hidden;
|
93010
93448
|
}
|
@@ -93268,6 +93706,7 @@ title: Word Break
|
|
93268
93706
|
text-overflow: ellipsis;
|
93269
93707
|
overflow: hidden;
|
93270
93708
|
white-space: nowrap;
|
93709
|
+
width: 100%;
|
93271
93710
|
}
|
93272
93711
|
|
93273
93712
|
.amis-scope .a-Select-option.is-active {
|
@@ -93447,6 +93886,35 @@ title: Word Break
|
|
93447
93886
|
background: #fff;
|
93448
93887
|
}
|
93449
93888
|
|
93889
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover {
|
93890
|
+
border: none;
|
93891
|
+
}
|
93892
|
+
|
93893
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel:hover,
|
93894
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-item--isLeaf:hover {
|
93895
|
+
background-color: transparent;
|
93896
|
+
}
|
93897
|
+
|
93898
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel:hover .a-Tree-itemText,
|
93899
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-item--isLeaf:hover .a-Tree-itemText {
|
93900
|
+
background: #f6f8f8;
|
93901
|
+
}
|
93902
|
+
|
93903
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel:active,
|
93904
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-item--isLeaf:active {
|
93905
|
+
background-color: transparent;
|
93906
|
+
}
|
93907
|
+
|
93908
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel:active .a-Tree-itemText,
|
93909
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-item--isLeaf:active .a-Tree-itemText {
|
93910
|
+
background: rgba(0, 126, 255, 0.08);
|
93911
|
+
}
|
93912
|
+
|
93913
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-itemLabel.is-checked,
|
93914
|
+
.amis-scope .a-SelectControl .a-TransferDropDown-popover .a-Tree-list .a-Tree-item .a-Tree-item--isLeaf.is-checked {
|
93915
|
+
background-color: transparent;
|
93916
|
+
}
|
93917
|
+
|
93450
93918
|
.amis-scope .a-Select.is-error {
|
93451
93919
|
border-color: #f05050;
|
93452
93920
|
background: #fff;
|
@@ -93701,7 +94169,7 @@ title: Word Break
|
|
93701
94169
|
|
93702
94170
|
.amis-scope .a-LocationPicker.is-focused,
|
93703
94171
|
.amis-scope .a-LocationPicker.is-active {
|
93704
|
-
border-color: #
|
94172
|
+
border-color: #144bcc;
|
93705
94173
|
box-shadow: none;
|
93706
94174
|
}
|
93707
94175
|
|
@@ -94010,6 +94478,10 @@ title: Word Break
|
|
94010
94478
|
box-sizing: none;
|
94011
94479
|
}
|
94012
94480
|
|
94481
|
+
.amis-scope .a-DatePicker-input::placeholder {
|
94482
|
+
color: #b8babf;
|
94483
|
+
}
|
94484
|
+
|
94013
94485
|
.amis-scope .a-DatePicker .a-DatePicker-clear {
|
94014
94486
|
display: none;
|
94015
94487
|
}
|
@@ -94041,8 +94513,8 @@ title: Word Break
|
|
94041
94513
|
display: none;
|
94042
94514
|
}
|
94043
94515
|
|
94044
|
-
.amis-scope .a-DatePicker.is-focused {
|
94045
|
-
border-color: #
|
94516
|
+
.amis-scope .a-DatePicker:not(.is-disabled).is-focused {
|
94517
|
+
border-color: #144bcc;
|
94046
94518
|
box-shadow: none;
|
94047
94519
|
}
|
94048
94520
|
|
@@ -94275,14 +94747,18 @@ title: Word Break
|
|
94275
94747
|
background: #fff;
|
94276
94748
|
}
|
94277
94749
|
|
94278
|
-
.amis-scope .rdt .rdtPicker td.rdtDay:hover,
|
94279
|
-
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
|
94280
|
-
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
|
94281
|
-
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
|
94282
|
-
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover {
|
94750
|
+
.amis-scope .rdt .rdtPicker td.rdtDay:hover span,
|
94751
|
+
.amis-scope .rdt .rdtPicker td.rdtHour:hover span,
|
94752
|
+
.amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
|
94753
|
+
.amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
|
94754
|
+
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
|
94283
94755
|
background: #f7f7f9;
|
94284
94756
|
}
|
94285
94757
|
|
94758
|
+
.amis-scope .rdt .rdtPicker td.rdtToday:hover span {
|
94759
|
+
background: transparent;
|
94760
|
+
}
|
94761
|
+
|
94286
94762
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
94287
94763
|
background: rgba(35, 183, 229, 0.1);
|
94288
94764
|
}
|
@@ -94311,11 +94787,9 @@ title: Word Break
|
|
94311
94787
|
}
|
94312
94788
|
|
94313
94789
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
94314
|
-
background: transparent;
|
94315
94790
|
border-color: #144bcc;
|
94316
94791
|
}
|
94317
94792
|
|
94318
|
-
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
94319
94793
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
|
94320
94794
|
background: #f7f7f9;
|
94321
94795
|
}
|
@@ -94351,11 +94825,21 @@ title: Word Break
|
|
94351
94825
|
border-top: 1px solid #d1d5db;
|
94352
94826
|
}
|
94353
94827
|
|
94828
|
+
.amis-scope .a-CalendarTimesWrapper {
|
94829
|
+
display: flex;
|
94830
|
+
flex-direction: column;
|
94831
|
+
height: 100%;
|
94832
|
+
}
|
94833
|
+
|
94834
|
+
.amis-scope .a-CalendarTimesWrapper .a-CalendarInputsWrapper {
|
94835
|
+
height: 15.5rem;
|
94836
|
+
}
|
94837
|
+
|
94354
94838
|
.amis-scope .a-CalendarInputWrapper {
|
94355
94839
|
display: inline-block;
|
94356
94840
|
position: relative;
|
94357
94841
|
width: 4rem;
|
94358
|
-
height:
|
94842
|
+
height: 15.5rem;
|
94359
94843
|
overflow: auto;
|
94360
94844
|
}
|
94361
94845
|
|
@@ -94370,11 +94854,11 @@ title: Word Break
|
|
94370
94854
|
}
|
94371
94855
|
|
94372
94856
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsHours {
|
94373
|
-
height:
|
94857
|
+
height: 55.75rem;
|
94374
94858
|
}
|
94375
94859
|
|
94376
94860
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsTimes {
|
94377
|
-
height:
|
94861
|
+
height: 118.75rem;
|
94378
94862
|
border-left: 1px solid #d1d5db;
|
94379
94863
|
}
|
94380
94864
|
|
@@ -94384,12 +94868,20 @@ title: Word Break
|
|
94384
94868
|
line-height: 28px;
|
94385
94869
|
}
|
94386
94870
|
|
94387
|
-
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem.is-highlight
|
94388
|
-
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
|
94871
|
+
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem.is-highlight {
|
94389
94872
|
color: #23b7e5;
|
94390
94873
|
background: rgba(0, 126, 255, 0.08);
|
94391
94874
|
}
|
94392
94875
|
|
94876
|
+
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
|
94877
|
+
color: #23b7e5;
|
94878
|
+
background: #F7F7F9;
|
94879
|
+
}
|
94880
|
+
|
94881
|
+
.amis-scope .a-TimeContentWrapper {
|
94882
|
+
display: flex;
|
94883
|
+
}
|
94884
|
+
|
94393
94885
|
.amis-scope .a-TimeRangeHeaderWrapper {
|
94394
94886
|
height: 40px;
|
94395
94887
|
padding-top: 10px;
|
@@ -94403,6 +94895,7 @@ title: Word Break
|
|
94403
94895
|
justify-content: space-between;
|
94404
94896
|
align-items: center;
|
94405
94897
|
padding: 0 12px;
|
94898
|
+
border-top: 1px solid #d1d5db;
|
94406
94899
|
}
|
94407
94900
|
|
94408
94901
|
.amis-scope .a-TimeFooterWrapper .a-Button {
|
@@ -94617,7 +95110,6 @@ title: Word Break
|
|
94617
95110
|
display: table;
|
94618
95111
|
table-layout: fixed;
|
94619
95112
|
border-collapse: separate;
|
94620
|
-
border-bottom: 1px solid #d1d5db;
|
94621
95113
|
height: 40px;
|
94622
95114
|
width: 100%;
|
94623
95115
|
margin-top: -8px;
|
@@ -94633,6 +95125,28 @@ title: Word Break
|
|
94633
95125
|
margin-left: 0.25rem;
|
94634
95126
|
}
|
94635
95127
|
|
95128
|
+
.amis-scope .rdtHeader .date-icon-arrow-left,
|
95129
|
+
.amis-scope .rdtHeader .date-icon-arrow {
|
95130
|
+
width: 0.625rem;
|
95131
|
+
height: 0.625rem;
|
95132
|
+
top: 0;
|
95133
|
+
}
|
95134
|
+
|
95135
|
+
.amis-scope .rdtHeader .date-icon-arrow-left {
|
95136
|
+
transform: rotate(180deg);
|
95137
|
+
transform-origin: 50% 50%;
|
95138
|
+
}
|
95139
|
+
|
95140
|
+
.amis-scope .header-line {
|
95141
|
+
display: block;
|
95142
|
+
position: absolute;
|
95143
|
+
right: 0;
|
95144
|
+
left: 0;
|
95145
|
+
top: 40px;
|
95146
|
+
height: 1px;
|
95147
|
+
background: #d1d5db;
|
95148
|
+
}
|
95149
|
+
|
94636
95150
|
.amis-scope td.rdtMonth > span,
|
94637
95151
|
.amis-scope td.rdtYear > span,
|
94638
95152
|
.amis-scope td.rdtQuarter > span {
|
@@ -94646,24 +95160,31 @@ title: Word Break
|
|
94646
95160
|
}
|
94647
95161
|
|
94648
95162
|
.amis-scope td.rdtMonth:hover,
|
95163
|
+
.amis-scope td.rdtYear:hover,
|
95164
|
+
.amis-scope td.rdtQuarter:hover {
|
95165
|
+
background: transparent;
|
95166
|
+
}
|
95167
|
+
|
95168
|
+
.amis-scope td.rdtMonth:hover > span,
|
95169
|
+
.amis-scope td.rdtYear:hover > span,
|
95170
|
+
.amis-scope td.rdtQuarter:hover > span {
|
95171
|
+
color: #23b7e5;
|
95172
|
+
background: #F7F7F9;
|
95173
|
+
}
|
95174
|
+
|
94649
95175
|
.amis-scope td.rdtMonth.rdtActive,
|
94650
95176
|
.amis-scope td.rdtMonth.rdtActive:hover,
|
94651
|
-
.amis-scope td.rdtYear:hover,
|
94652
95177
|
.amis-scope td.rdtYear.rdtActive,
|
94653
95178
|
.amis-scope td.rdtYear.rdtActive:hover,
|
94654
|
-
.amis-scope td.rdtQuarter:hover,
|
94655
95179
|
.amis-scope td.rdtQuarter.rdtActive,
|
94656
95180
|
.amis-scope td.rdtQuarter.rdtActive:hover {
|
94657
95181
|
background: transparent;
|
94658
95182
|
}
|
94659
95183
|
|
94660
|
-
.amis-scope td.rdtMonth:hover > span,
|
94661
95184
|
.amis-scope td.rdtMonth.rdtActive > span,
|
94662
95185
|
.amis-scope td.rdtMonth.rdtActive:hover > span,
|
94663
|
-
.amis-scope td.rdtYear:hover > span,
|
94664
95186
|
.amis-scope td.rdtYear.rdtActive > span,
|
94665
95187
|
.amis-scope td.rdtYear.rdtActive:hover > span,
|
94666
|
-
.amis-scope td.rdtQuarter:hover > span,
|
94667
95188
|
.amis-scope td.rdtQuarter.rdtActive > span,
|
94668
95189
|
.amis-scope td.rdtQuarter.rdtActive:hover > span {
|
94669
95190
|
background: #23b7e5 !important;
|
@@ -94680,11 +95201,27 @@ title: Word Break
|
|
94680
95201
|
color: #b8babf;
|
94681
95202
|
}
|
94682
95203
|
|
94683
|
-
.amis-scope .
|
95204
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
94684
95205
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(35, 183, 229, 0.1) 51%, rgba(35, 183, 229, 0.1) 100%);
|
94685
95206
|
}
|
94686
95207
|
|
94687
|
-
.amis-scope .
|
95208
|
+
.amis-scope .rdt .rdtPicker td.is-disabled {
|
95209
|
+
cursor: not-allowed !important;
|
95210
|
+
background: #f7f7f9;
|
95211
|
+
color: #99a6ad;
|
95212
|
+
}
|
95213
|
+
|
95214
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover {
|
95215
|
+
background: #f7f7f9;
|
95216
|
+
color: #99a6ad;
|
95217
|
+
}
|
95218
|
+
|
95219
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover > span {
|
95220
|
+
background: inherit !important;
|
95221
|
+
color: inherit !important;
|
95222
|
+
}
|
95223
|
+
|
95224
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
94688
95225
|
background: linear-gradient(to right, rgba(35, 183, 229, 0.1) 0%, rgba(35, 183, 229, 0.1) 50%, transparent 51%, transparent 100%);
|
94689
95226
|
}
|
94690
95227
|
|
@@ -94701,12 +95238,7 @@ title: Word Break
|
|
94701
95238
|
flex-wrap: nowrap;
|
94702
95239
|
border: 0.0625rem solid #d1d5db;
|
94703
95240
|
font-size: 0.75rem;
|
94704
|
-
padding:
|
94705
|
-
(
|
94706
|
-
1.875rem - 1.4285714286 *
|
94707
|
-
0.75rem
|
94708
|
-
) / 2 - 0.0625rem
|
94709
|
-
) 0.75rem;
|
95241
|
+
padding: 0 0.75rem;
|
94710
95242
|
height: 1.875rem;
|
94711
95243
|
outline: none;
|
94712
95244
|
border-radius: 0.142rem;
|
@@ -94728,10 +95260,6 @@ title: Word Break
|
|
94728
95260
|
display: none;
|
94729
95261
|
}
|
94730
95262
|
|
94731
|
-
.amis-scope .a-DateRangePicker:not(.is-disabled) {
|
94732
|
-
cursor: pointer;
|
94733
|
-
}
|
94734
|
-
|
94735
95263
|
.amis-scope .a-DateRangePicker:not(.is-disabled):hover {
|
94736
95264
|
background: #fff;
|
94737
95265
|
border-color: #23b7e5;
|
@@ -94745,27 +95273,40 @@ title: Word Break
|
|
94745
95273
|
display: none;
|
94746
95274
|
}
|
94747
95275
|
|
94748
|
-
.amis-scope .a-DateRangePicker.is-focused {
|
94749
|
-
border-color: #
|
95276
|
+
.amis-scope .a-DateRangePicker:not(.is-disabled).is-focused {
|
95277
|
+
border-color: #144bcc;
|
94750
95278
|
box-shadow: none;
|
94751
95279
|
}
|
94752
95280
|
|
94753
95281
|
.amis-scope .a-DateRangePicker .a-DateRangePicker-input {
|
94754
95282
|
border: none;
|
94755
|
-
border-bottom:
|
95283
|
+
border-bottom: 2px solid transparent;
|
94756
95284
|
outline: none;
|
94757
95285
|
padding: 0;
|
94758
95286
|
background: 0;
|
94759
95287
|
flex: 1;
|
94760
95288
|
width: 50%;
|
95289
|
+
line-height: 1.875rem;
|
95290
|
+
}
|
95291
|
+
|
95292
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input::placeholder {
|
95293
|
+
color: #b8babf;
|
94761
95294
|
}
|
94762
95295
|
|
94763
95296
|
.amis-scope .a-DateRangePicker .a-DateRangePicker-input.isActive {
|
94764
|
-
border-bottom:
|
95297
|
+
border-bottom: 2px solid #23b7e5;
|
94765
95298
|
}
|
94766
95299
|
|
94767
95300
|
.amis-scope .a-DateRangePicker .a-DateRangePicker-input-separator {
|
94768
95301
|
margin: 0 0.5rem;
|
95302
|
+
display: flex;
|
95303
|
+
align-items: center;
|
95304
|
+
}
|
95305
|
+
|
95306
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input-separator-line {
|
95307
|
+
width: 0.5rem;
|
95308
|
+
height: 1px;
|
95309
|
+
background: #B8BABF;
|
94769
95310
|
}
|
94770
95311
|
|
94771
95312
|
.amis-scope .a-DateRangePicker.is-disabled {
|
@@ -94847,10 +95388,14 @@ title: Word Break
|
|
94847
95388
|
padding: 0;
|
94848
95389
|
}
|
94849
95390
|
|
95391
|
+
.amis-scope .a-DateRangePicker-picker-wrap {
|
95392
|
+
display: flex;
|
95393
|
+
}
|
95394
|
+
|
94850
95395
|
.amis-scope .a-DateRangePicker-start,
|
94851
95396
|
.amis-scope .a-DateRangePicker-end {
|
94852
|
-
display:
|
94853
|
-
|
95397
|
+
display: flex;
|
95398
|
+
flex: 1;
|
94854
95399
|
}
|
94855
95400
|
|
94856
95401
|
.amis-scope .a-DateRangePicker-start .rdtPicker,
|
@@ -96102,6 +96647,7 @@ title: Word Break
|
|
96102
96647
|
|
96103
96648
|
.amis-scope .a-Tree-itemLabel {
|
96104
96649
|
display: flex;
|
96650
|
+
flex-direction: row;
|
96105
96651
|
align-items: center;
|
96106
96652
|
position: relative;
|
96107
96653
|
user-select: none;
|
@@ -96119,13 +96665,30 @@ title: Word Break
|
|
96119
96665
|
align-self: center;
|
96120
96666
|
}
|
96121
96667
|
|
96122
|
-
.amis-scope .a-Tree-itemLabel
|
96123
|
-
|
96668
|
+
.amis-scope .a-Tree-itemLabel-item {
|
96669
|
+
padding-left: 0.25rem;
|
96670
|
+
display: inline-block;
|
96671
|
+
width: 100%;
|
96672
|
+
}
|
96673
|
+
|
96674
|
+
.amis-scope .a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
|
96675
|
+
background-color: rgba(0, 126, 255, 0.08);
|
96676
|
+
}
|
96677
|
+
|
96678
|
+
.amis-scope .a-Tree-itemLabel:hover .a-Tree-item-icons {
|
96679
|
+
visibility: visible;
|
96124
96680
|
}
|
96125
96681
|
|
96126
96682
|
.amis-scope .a-Tree-item .is-checked {
|
96127
|
-
|
96128
|
-
|
96683
|
+
border-radius: 0.125rem;
|
96684
|
+
}
|
96685
|
+
|
96686
|
+
.amis-scope .a-Tree-item .is-checked .a-Tree-itemLabel-item {
|
96687
|
+
background-color: rgba(0, 126, 255, 0.08);
|
96688
|
+
}
|
96689
|
+
|
96690
|
+
.amis-scope .a-Tree-item .is-checked .a-Tree-item-icons {
|
96691
|
+
visibility: visible;
|
96129
96692
|
}
|
96130
96693
|
|
96131
96694
|
.amis-scope .a-Tree-item .is-disabled {
|
@@ -96233,7 +96796,7 @@ title: Word Break
|
|
96233
96796
|
cursor: pointer;
|
96234
96797
|
width: 1rem;
|
96235
96798
|
display: inline-flex;
|
96236
|
-
margin-right: 0.
|
96799
|
+
margin-right: 0.5rem;
|
96237
96800
|
}
|
96238
96801
|
|
96239
96802
|
.amis-scope .a-Tree-itemArrow > svg {
|
@@ -96242,6 +96805,7 @@ title: Word Break
|
|
96242
96805
|
display: block;
|
96243
96806
|
transition: transform 0s;
|
96244
96807
|
top: 0;
|
96808
|
+
color: #84868c;
|
96245
96809
|
}
|
96246
96810
|
|
96247
96811
|
.amis-scope .a-Tree-itemArrow.is-folded > svg {
|
@@ -96264,7 +96828,7 @@ title: Word Break
|
|
96264
96828
|
|
96265
96829
|
.amis-scope .a-Tree-itemIcon {
|
96266
96830
|
display: inline-flex;
|
96267
|
-
margin-right: 0.
|
96831
|
+
margin-right: 0.5rem;
|
96268
96832
|
}
|
96269
96833
|
|
96270
96834
|
.amis-scope .a-Tree-rootIcon > svg,
|
@@ -96278,8 +96842,15 @@ title: Word Break
|
|
96278
96842
|
.amis-scope .a-Tree-itemText {
|
96279
96843
|
cursor: pointer;
|
96280
96844
|
flex: 1 auto;
|
96845
|
+
display: inline-block;
|
96281
96846
|
color: #58666e;
|
96282
96847
|
line-height: 1.5;
|
96848
|
+
max-width: 15.625rem;
|
96849
|
+
overflow: hidden;
|
96850
|
+
text-overflow: ellipsis;
|
96851
|
+
white-space: nowrap;
|
96852
|
+
position: relative;
|
96853
|
+
top: 0.25rem;
|
96283
96854
|
}
|
96284
96855
|
|
96285
96856
|
.amis-scope .is-disabled .a-Tree-itemText {
|
@@ -97117,11 +97688,19 @@ title: Word Break
|
|
97117
97688
|
user-select: none;
|
97118
97689
|
position: absolute;
|
97119
97690
|
line-height: 1.4285714286;
|
97691
|
+
padding: calc(
|
97692
|
+
(
|
97693
|
+
1.875rem - 1.4285714286 *
|
97694
|
+
0.875rem - 0.125rem
|
97695
|
+
) / 2
|
97696
|
+
) 0.5rem;
|
97120
97697
|
}
|
97121
97698
|
|
97122
97699
|
.amis-scope .a-Picker-input {
|
97123
97700
|
min-height: 1.875rem;
|
97124
97701
|
height: auto;
|
97702
|
+
padding: 0;
|
97703
|
+
flex-wrap: nowrap;
|
97125
97704
|
}
|
97126
97705
|
|
97127
97706
|
.amis-scope .a-Picker .a-Picker-values {
|
@@ -97131,6 +97710,12 @@ title: Word Break
|
|
97131
97710
|
.amis-scope .a-Picker-valueWrap {
|
97132
97711
|
flex-grow: 1;
|
97133
97712
|
position: relative;
|
97713
|
+
padding: calc(
|
97714
|
+
(
|
97715
|
+
1.875rem - 1.4285714286 *
|
97716
|
+
0.875rem - 0.125rem
|
97717
|
+
) / 2
|
97718
|
+
) 0.5rem;
|
97134
97719
|
}
|
97135
97720
|
|
97136
97721
|
.amis-scope .a-Picker-valueWrap > input {
|
@@ -97176,6 +97761,10 @@ title: Word Break
|
|
97176
97761
|
.amis-scope .a-Picker-btn {
|
97177
97762
|
cursor: pointer;
|
97178
97763
|
color: #4b5563;
|
97764
|
+
flex: 30px 0 0;
|
97765
|
+
display: flex;
|
97766
|
+
align-items: center;
|
97767
|
+
justify-content: center;
|
97179
97768
|
}
|
97180
97769
|
|
97181
97770
|
.amis-scope .a-Picker-btn:hover {
|
@@ -97373,7 +97962,7 @@ title: Word Break
|
|
97373
97962
|
line-height: 1;
|
97374
97963
|
cursor: pointer;
|
97375
97964
|
user-select: none;
|
97376
|
-
color: #
|
97965
|
+
color: #e8e9eb;
|
97377
97966
|
}
|
97378
97967
|
|
97379
97968
|
.amis-scope .a-Rating-star-half > svg.icon,
|
@@ -97404,8 +97993,8 @@ title: Word Break
|
|
97404
97993
|
}
|
97405
97994
|
|
97406
97995
|
.amis-scope .a-Rating-text {
|
97407
|
-
font-size: 0.
|
97408
|
-
color:
|
97996
|
+
font-size: 0.875rem;
|
97997
|
+
color: var(--Rating-text-color);
|
97409
97998
|
font-weight: 400;
|
97410
97999
|
}
|
97411
98000
|
|
@@ -97481,6 +98070,7 @@ title: Word Break
|
|
97481
98070
|
max-height: 100%;
|
97482
98071
|
overflow: auto;
|
97483
98072
|
position: relative;
|
98073
|
+
padding: 0;
|
97484
98074
|
}
|
97485
98075
|
|
97486
98076
|
.amis-scope .a-Transfer-select > .a-ChainedSelection {
|
@@ -97512,10 +98102,6 @@ title: Word Break
|
|
97512
98102
|
overflow: hidden;
|
97513
98103
|
}
|
97514
98104
|
|
97515
|
-
.amis-scope .a-Transfer-search + .a-Transfer-selection {
|
97516
|
-
border-top: 1px solid #d1d5db;
|
97517
|
-
}
|
97518
|
-
|
97519
98105
|
.amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
|
97520
98106
|
height: 100%;
|
97521
98107
|
display: flex;
|
@@ -97741,6 +98327,12 @@ title: Word Break
|
|
97741
98327
|
position: relative;
|
97742
98328
|
}
|
97743
98329
|
|
98330
|
+
.amis-scope .a-NestedSelectControl .a-NestedSelect-menu {
|
98331
|
+
padding-top: 0.25rem;
|
98332
|
+
padding-bottom: 0.25rem;
|
98333
|
+
box-shadow: 0 0.125rem 0.5rem 0 rgba(7, 12, 20, 0.12);
|
98334
|
+
}
|
98335
|
+
|
97744
98336
|
.amis-scope .a-NestedSelect {
|
97745
98337
|
position: relative;
|
97746
98338
|
}
|
@@ -98267,7 +98859,7 @@ title: Word Break
|
|
98267
98859
|
|
98268
98860
|
.amis-scope .a-Form-label {
|
98269
98861
|
font-weight: 400;
|
98270
|
-
margin-bottom: 0.
|
98862
|
+
margin-bottom: 0.5rem;
|
98271
98863
|
position: relative;
|
98272
98864
|
font-size: 0.875rem;
|
98273
98865
|
color: #5e626a;
|
@@ -98386,6 +98978,10 @@ title: Word Break
|
|
98386
98978
|
color: #f05050;
|
98387
98979
|
}
|
98388
98980
|
|
98981
|
+
.amis-scope .a-Form-item .a-Form-control--withSize > .a-ResultBox {
|
98982
|
+
display: flex;
|
98983
|
+
}
|
98984
|
+
|
98389
98985
|
.amis-scope .a-Form-placeholder {
|
98390
98986
|
color: #99a6ad;
|
98391
98987
|
}
|
@@ -98684,6 +99280,11 @@ title: Word Break
|
|
98684
99280
|
}
|
98685
99281
|
}
|
98686
99282
|
|
99283
|
+
.amis-scope .a-Form--debug {
|
99284
|
+
word-break: break-all;
|
99285
|
+
white-space: pre-wrap;
|
99286
|
+
}
|
99287
|
+
|
98687
99288
|
.amis-scope .a-Form--quickEdit {
|
98688
99289
|
min-width: 10rem;
|
98689
99290
|
}
|
@@ -99347,7 +99948,7 @@ title: Word Break
|
|
99347
99948
|
margin: 0;
|
99348
99949
|
padding: 0;
|
99349
99950
|
width: 8.75rem;
|
99350
|
-
border-
|
99951
|
+
border-left: 0.125rem solid #d3dae0;
|
99351
99952
|
padding-bottom: 3.75rem;
|
99352
99953
|
}
|
99353
99954
|
|
@@ -99359,27 +99960,44 @@ title: Word Break
|
|
99359
99960
|
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
99360
99961
|
display: block;
|
99361
99962
|
border: 0.0625rem solid transparent;
|
99362
|
-
border-width: 0 0
|
99963
|
+
border-width: 0 0 0 0.125rem;
|
99363
99964
|
color: #58666e;
|
99364
|
-
padding: 0
|
99365
|
-
|
99965
|
+
padding: 0 0.5rem;
|
99966
|
+
padding-left: 0.625rem;
|
99967
|
+
font-size: 0.75rem;
|
99366
99968
|
outline: none;
|
99367
|
-
text-align:
|
99969
|
+
text-align: left;
|
99368
99970
|
text-decoration: none;
|
99369
99971
|
cursor: pointer;
|
99370
99972
|
margin: 0;
|
99973
|
+
margin-left: -0.125rem;
|
99974
|
+
height: 2rem;
|
99975
|
+
line-height: 2rem;
|
99371
99976
|
}
|
99372
99977
|
|
99373
99978
|
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
99374
99979
|
color: #7266ba;
|
99375
99980
|
}
|
99376
99981
|
|
99377
|
-
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link
|
99378
|
-
|
99982
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:active {
|
99983
|
+
color: #144bcc;
|
99984
|
+
}
|
99985
|
+
|
99986
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a {
|
99379
99987
|
color: #7266ba;
|
99380
99988
|
border-color: #7266ba;
|
99381
99989
|
}
|
99382
99990
|
|
99991
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
|
99992
|
+
color: #528EFF;
|
99993
|
+
border-color: #528EFF;
|
99994
|
+
}
|
99995
|
+
|
99996
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:active {
|
99997
|
+
color: #144bcc;
|
99998
|
+
border-color: #144bcc;
|
99999
|
+
}
|
100000
|
+
|
99383
100001
|
.amis-scope .a-AnchorNav--horizontal {
|
99384
100002
|
flex-direction: column;
|
99385
100003
|
}
|
@@ -100254,6 +100872,10 @@ title: Word Break
|
|
100254
100872
|
background-color: #e6e6e8;
|
100255
100873
|
}
|
100256
100874
|
|
100875
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line-icon {
|
100876
|
+
left: 0.75rem;
|
100877
|
+
}
|
100878
|
+
|
100257
100879
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
100258
100880
|
position: absolute;
|
100259
100881
|
width: 0.5rem;
|
@@ -100300,11 +100922,20 @@ title: Word Break
|
|
100300
100922
|
}
|
100301
100923
|
|
100302
100924
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
100925
|
+
display: flex;
|
100303
100926
|
color: #151a26;
|
100304
100927
|
font-size: var(--Timeline--font-size);
|
100305
100928
|
margin-bottom: 0.25rem;
|
100306
100929
|
}
|
100307
100930
|
|
100931
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title .a-PlainField {
|
100932
|
+
padding-right: 0.75rem;
|
100933
|
+
}
|
100934
|
+
|
100935
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title .a-Button {
|
100936
|
+
margin-left: 0.75rem;
|
100937
|
+
}
|
100938
|
+
|
100308
100939
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
100309
100940
|
display: flex;
|
100310
100941
|
cursor: pointer;
|
@@ -100325,6 +100956,7 @@ title: Word Break
|
|
100325
100956
|
|
100326
100957
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
100327
100958
|
display: block;
|
100959
|
+
border-radius: 0.25rem;
|
100328
100960
|
max-width: 18.75rem;
|
100329
100961
|
font-size: var(--Timeline--font-size);
|
100330
100962
|
padding: 0.625rem;
|
@@ -100376,7 +101008,7 @@ title: Word Break
|
|
100376
101008
|
position: absolute;
|
100377
101009
|
height: 0.125rem;
|
100378
101010
|
width: calc(100% - 0.8125rem);
|
100379
|
-
left: 1.
|
101011
|
+
left: 1.125rem;
|
100380
101012
|
top: 0.8125rem;
|
100381
101013
|
background-color: #e6e6e8;
|
100382
101014
|
}
|
@@ -100416,6 +101048,7 @@ title: Word Break
|
|
100416
101048
|
}
|
100417
101049
|
|
100418
101050
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content {
|
101051
|
+
margin-top: -0.1875rem;
|
100419
101052
|
padding-bottom: 1rem;
|
100420
101053
|
margin-left: 0.125rem;
|
100421
101054
|
}
|
@@ -100452,6 +101085,7 @@ title: Word Break
|
|
100452
101085
|
|
100453
101086
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
100454
101087
|
display: block;
|
101088
|
+
border-radius: 0.25rem;
|
100455
101089
|
max-width: 18.75rem;
|
100456
101090
|
font-size: var(--Timeline--font-size);
|
100457
101091
|
padding: 0.625rem;
|
@@ -100472,19 +101106,25 @@ title: Word Break
|
|
100472
101106
|
display: inline-flex;
|
100473
101107
|
height: 1.5rem;
|
100474
101108
|
padding: 0 0.5rem;
|
101109
|
+
flex-flow: row nowrap;
|
100475
101110
|
justify-content: center;
|
100476
101111
|
align-items: center;
|
100477
101112
|
font-size: 0.75rem;
|
100478
101113
|
max-width: 160px;
|
100479
|
-
text-overflow: ellipsis;
|
100480
|
-
overflow: hidden;
|
100481
|
-
white-space: nowrap;
|
100482
101114
|
transition: all 0.3;
|
100483
101115
|
border-radius: 0.125rem;
|
100484
101116
|
background-color: #f2f2f4;
|
100485
101117
|
color: #151a26;
|
100486
101118
|
}
|
100487
101119
|
|
101120
|
+
.amis-scope .a-Tag-text {
|
101121
|
+
display: inline-block;
|
101122
|
+
text-overflow: ellipsis;
|
101123
|
+
overflow: hidden;
|
101124
|
+
white-space: nowrap;
|
101125
|
+
line-height: 1.5rem;
|
101126
|
+
}
|
101127
|
+
|
100488
101128
|
.amis-scope .a-Tag:not(:last-child) {
|
100489
101129
|
margin-right: 0.5rem;
|
100490
101130
|
}
|
@@ -100498,7 +101138,7 @@ title: Word Break
|
|
100498
101138
|
}
|
100499
101139
|
|
100500
101140
|
.amis-scope .a-Tag--normal--inactive {
|
100501
|
-
background: #
|
101141
|
+
background: #b8babf;
|
100502
101142
|
}
|
100503
101143
|
|
100504
101144
|
.amis-scope .a-Tag--normal--active {
|
@@ -100506,19 +101146,19 @@ title: Word Break
|
|
100506
101146
|
}
|
100507
101147
|
|
100508
101148
|
.amis-scope .a-Tag--normal--processing {
|
100509
|
-
background: #
|
101149
|
+
background: #528eff;
|
100510
101150
|
}
|
100511
101151
|
|
100512
101152
|
.amis-scope .a-Tag--normal--success {
|
100513
|
-
background: #
|
101153
|
+
background: #30bf13;
|
100514
101154
|
}
|
100515
101155
|
|
100516
101156
|
.amis-scope .a-Tag--normal--error {
|
100517
|
-
background: #
|
101157
|
+
background: #f33e3e;
|
100518
101158
|
}
|
100519
101159
|
|
100520
101160
|
.amis-scope .a-Tag--normal--warning {
|
100521
|
-
background: #
|
101161
|
+
background: #ff9326;
|
100522
101162
|
}
|
100523
101163
|
|
100524
101164
|
.amis-scope .a-Tag--rounded {
|
@@ -100526,11 +101166,12 @@ title: Word Break
|
|
100526
101166
|
border-radius: calc((1.5rem + 2px) / 2);
|
100527
101167
|
border: 1px solid #f2f2f4;
|
100528
101168
|
color: #f2f2f4;
|
101169
|
+
line-height: 22px;
|
100529
101170
|
}
|
100530
101171
|
|
100531
101172
|
.amis-scope .a-Tag--rounded--inactive {
|
100532
|
-
border-color: #
|
100533
|
-
color: #
|
101173
|
+
border-color: #b8babf;
|
101174
|
+
color: #b8babf;
|
100534
101175
|
}
|
100535
101176
|
|
100536
101177
|
.amis-scope .a-Tag--rounded--active {
|
@@ -100539,23 +101180,23 @@ title: Word Break
|
|
100539
101180
|
}
|
100540
101181
|
|
100541
101182
|
.amis-scope .a-Tag--rounded--processing {
|
100542
|
-
border-color: #
|
100543
|
-
color: #
|
101183
|
+
border-color: #528eff;
|
101184
|
+
color: #528eff;
|
100544
101185
|
}
|
100545
101186
|
|
100546
101187
|
.amis-scope .a-Tag--rounded--success {
|
100547
|
-
border-color: #
|
100548
|
-
color: #
|
101188
|
+
border-color: #30bf13;
|
101189
|
+
color: #30bf13;
|
100549
101190
|
}
|
100550
101191
|
|
100551
101192
|
.amis-scope .a-Tag--rounded--error {
|
100552
|
-
border-color: #
|
100553
|
-
color: #
|
101193
|
+
border-color: #f33e3e;
|
101194
|
+
color: #f33e3e;
|
100554
101195
|
}
|
100555
101196
|
|
100556
101197
|
.amis-scope .a-Tag--rounded--warning {
|
100557
|
-
border-color: #
|
100558
|
-
color: #
|
101198
|
+
border-color: #ff9326;
|
101199
|
+
color: #ff9326;
|
100559
101200
|
}
|
100560
101201
|
|
100561
101202
|
.amis-scope .a-Tag--status {
|
@@ -100563,7 +101204,7 @@ title: Word Break
|
|
100563
101204
|
}
|
100564
101205
|
|
100565
101206
|
.amis-scope .a-Tag--status--inactive .a-Tag--prev {
|
100566
|
-
color: #
|
101207
|
+
color: #b8babf;
|
100567
101208
|
}
|
100568
101209
|
|
100569
101210
|
.amis-scope .a-Tag--status--active .a-Tag--prev {
|
@@ -100571,19 +101212,19 @@ title: Word Break
|
|
100571
101212
|
}
|
100572
101213
|
|
100573
101214
|
.amis-scope .a-Tag--status--processing .a-Tag--prev {
|
100574
|
-
color: #
|
101215
|
+
color: #528eff;
|
100575
101216
|
}
|
100576
101217
|
|
100577
101218
|
.amis-scope .a-Tag--status--success .a-Tag--prev {
|
100578
|
-
color: #
|
101219
|
+
color: #30bf13;
|
100579
101220
|
}
|
100580
101221
|
|
100581
101222
|
.amis-scope .a-Tag--status--error .a-Tag--prev {
|
100582
|
-
color: #
|
101223
|
+
color: #f33e3e;
|
100583
101224
|
}
|
100584
101225
|
|
100585
101226
|
.amis-scope .a-Tag--status--warning .a-Tag--prev {
|
100586
|
-
color: #
|
101227
|
+
color: #ff9326;
|
100587
101228
|
}
|
100588
101229
|
|
100589
101230
|
.amis-scope .a-Tag--status:not(.a-Tag--status--processing):not(.a-Tag--status--active) .icon-dot #dotWave {
|