amis 2.0.2 → 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.js +1 -1
- package/esm/renderers/Audio.js +1 -1
- package/esm/renderers/Avatar.js +1 -1
- package/esm/renderers/BarCode.js +1 -1
- package/esm/renderers/Breadcrumb.js +1 -1
- package/esm/renderers/ButtonGroup.js +1 -1
- package/esm/renderers/CRUD.d.ts +1 -1
- package/esm/renderers/CRUD.js +13 -4
- package/esm/renderers/CRUD2.js +1 -1
- package/esm/renderers/Calendar.js +1 -1
- package/esm/renderers/Card.js +1 -1
- package/esm/renderers/Card2.js +1 -1
- package/esm/renderers/Cards.d.ts +1 -0
- package/esm/renderers/Cards.js +13 -8
- package/esm/renderers/Carousel.js +1 -1
- package/esm/renderers/Chart.js +2 -1
- package/esm/renderers/Code.js +1 -1
- package/esm/renderers/Collapse.js +1 -1
- package/esm/renderers/CollapseGroup.js +1 -1
- package/esm/renderers/Color.js +1 -1
- package/esm/renderers/Container.js +1 -1
- package/esm/renderers/Copyable.js +5 -4
- package/esm/renderers/Custom.js +1 -1
- package/esm/renderers/Date.js +1 -1
- package/esm/renderers/Dialog.d.ts +49 -43
- package/esm/renderers/Dialog.js +3 -3
- package/esm/renderers/Divider.js +1 -1
- package/esm/renderers/Drawer.js +1 -1
- package/esm/renderers/DropDownButton.d.ts +1 -1
- package/esm/renderers/DropDownButton.js +16 -5
- package/esm/renderers/Each.js +1 -1
- package/esm/renderers/Flex.js +1 -1
- package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
- package/esm/renderers/Form/ButtonToolbar.js +1 -1
- package/esm/renderers/Form/ChainedSelect.js +1 -1
- package/esm/renderers/Form/ChartRadios.js +1 -1
- package/esm/renderers/Form/Checkbox.js +1 -1
- package/esm/renderers/Form/Checkboxes.d.ts +1 -2
- package/esm/renderers/Form/Checkboxes.js +4 -4
- package/esm/renderers/Form/Combo.js +1 -1
- package/esm/renderers/Form/ConditionBuilder.js +1 -1
- package/esm/renderers/Form/Control.js +1 -1
- package/esm/renderers/Form/DiffEditor.js +1 -1
- package/esm/renderers/Form/Editor.js +1 -1
- package/esm/renderers/Form/FieldSet.js +1 -1
- package/esm/renderers/Form/Formula.js +1 -1
- package/esm/renderers/Form/Group.js +4 -3
- package/esm/renderers/Form/Hidden.js +1 -1
- package/esm/renderers/Form/IconPicker.js +1 -1
- package/esm/renderers/Form/IconPickerIcons.js +1 -1
- package/esm/renderers/Form/InputArray.js +1 -1
- package/esm/renderers/Form/InputCity.js +1 -1
- package/esm/renderers/Form/InputColor.js +1 -1
- package/esm/renderers/Form/InputDate.js +1 -1
- package/esm/renderers/Form/InputDateRange.js +1 -1
- package/esm/renderers/Form/InputExcel.js +1 -1
- package/esm/renderers/Form/InputFile.js +4 -5
- package/esm/renderers/Form/InputFormula.js +1 -1
- package/esm/renderers/Form/InputGroup.js +1 -1
- package/esm/renderers/Form/InputImage.js +1 -1
- package/esm/renderers/Form/InputMonthRange.js +1 -1
- package/esm/renderers/Form/InputNumber.js +1 -1
- package/esm/renderers/Form/InputQuarterRange.js +1 -1
- package/esm/renderers/Form/InputRange.js +1 -1
- package/esm/renderers/Form/InputRating.js +1 -1
- package/esm/renderers/Form/InputRepeat.js +1 -1
- package/esm/renderers/Form/InputRichText.js +1 -1
- package/esm/renderers/Form/InputSubForm.js +1 -1
- package/esm/renderers/Form/InputTable.d.ts +9 -3
- package/esm/renderers/Form/InputTable.js +55 -6
- package/esm/renderers/Form/InputTag.d.ts +1 -0
- package/esm/renderers/Form/InputTag.js +23 -6
- package/esm/renderers/Form/InputText.d.ts +1 -1
- package/esm/renderers/Form/InputText.js +3 -2
- package/esm/renderers/Form/InputTree.js +1 -1
- package/esm/renderers/Form/InputYearRange.js +1 -1
- package/esm/renderers/Form/JSONSchema.js +1 -1
- package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
- package/esm/renderers/Form/ListSelect.js +1 -1
- package/esm/renderers/Form/LocationPicker.js +1 -1
- package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
- package/esm/renderers/Form/NestedSelect.js +4 -4
- package/esm/renderers/Form/Picker.js +6 -2
- package/esm/renderers/Form/Radios.js +1 -1
- package/esm/renderers/Form/Select.js +1 -1
- package/esm/renderers/Form/Static.js +1 -1
- package/esm/renderers/Form/Switch.js +1 -1
- package/esm/renderers/Form/TabsTransfer.js +1 -1
- package/esm/renderers/Form/TabsTransferPicker.js +1 -1
- package/esm/renderers/Form/Textarea.js +1 -1
- package/esm/renderers/Form/Transfer.js +1 -1
- package/esm/renderers/Form/TransferPicker.js +1 -1
- package/esm/renderers/Form/TreeSelect.js +6 -8
- package/esm/renderers/Form/UUID.js +1 -1
- package/esm/renderers/Form/UserSelect.js +1 -1
- package/esm/renderers/Grid.js +6 -3
- package/esm/renderers/Grid2D.js +1 -1
- package/esm/renderers/GridNav.js +1 -1
- package/esm/renderers/HBox.js +1 -1
- package/esm/renderers/IFrame.d.ts +4 -0
- package/esm/renderers/IFrame.js +3 -3
- package/esm/renderers/Icon.js +1 -1
- package/esm/renderers/Image.d.ts +20 -6
- package/esm/renderers/Image.js +3 -3
- package/esm/renderers/Images.js +1 -1
- package/esm/renderers/Json.js +1 -1
- package/esm/renderers/Link.js +1 -1
- package/esm/renderers/List.js +5 -4
- package/esm/renderers/Log.js +1 -1
- package/esm/renderers/Mapping.js +1 -1
- package/esm/renderers/Markdown.js +1 -1
- package/esm/renderers/Nav.js +1 -1
- package/esm/renderers/Operation.js +1 -1
- package/esm/renderers/Page.d.ts +1 -0
- package/esm/renderers/Page.js +7 -1
- package/esm/renderers/Pagination.d.ts +5 -0
- package/esm/renderers/Pagination.js +1 -1
- package/esm/renderers/PaginationWrapper.js +1 -1
- package/esm/renderers/Panel.js +1 -1
- package/esm/renderers/Plain.js +1 -1
- package/esm/renderers/PopOver.js +1 -1
- package/esm/renderers/Portlet.js +1 -1
- package/esm/renderers/Progress.js +1 -1
- package/esm/renderers/Property.js +5 -6
- package/esm/renderers/QRCode.js +1 -1
- package/esm/renderers/QuickEdit.js +1 -1
- package/esm/renderers/Remark.js +1 -1
- package/esm/renderers/SearchBox.js +1 -1
- package/esm/renderers/Service.js +2 -1
- package/esm/renderers/SparkLine.js +1 -1
- package/esm/renderers/Spinner.js +1 -1
- package/esm/renderers/Status.js +3 -3
- package/esm/renderers/Steps.d.ts +2 -1
- package/esm/renderers/Steps.js +12 -8
- package/esm/renderers/Table/ColumnToggler.js +1 -1
- package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
- package/esm/renderers/Table/HeadCellSearchDropdown.js +2 -2
- package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
- package/esm/renderers/Table/TableBody.js +1 -1
- package/esm/renderers/Table/TableCell.js +1 -1
- package/esm/renderers/Table/TableContent.js +9 -2
- package/esm/renderers/Table/TableRow.js +1 -1
- package/esm/renderers/Table/exportExcel.js +1 -1
- package/esm/renderers/Table/index.d.ts +3 -0
- package/esm/renderers/Table/index.js +102 -46
- package/esm/renderers/Table-v2/ColumnToggler.js +1 -1
- package/esm/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table-v2/TableCell.js +1 -1
- package/esm/renderers/Table-v2/index.js +1 -1
- package/esm/renderers/TableView.js +18 -14
- package/esm/renderers/Tabs.js +1 -1
- package/esm/renderers/Tag.js +1 -1
- package/esm/renderers/Tasks.js +1 -1
- package/esm/renderers/Timeline.js +1 -1
- package/esm/renderers/TooltipWrapper.js +1 -1
- package/esm/renderers/Tpl.js +1 -1
- package/esm/renderers/VBox.js +1 -1
- package/esm/renderers/Video.js +1 -1
- package/esm/renderers/WebComponent.js +1 -1
- package/esm/renderers/Wizard.js +1 -1
- package/esm/renderers/Wrapper.js +1 -1
- package/esm/schemaExtend.js +1 -1
- package/esm/types.d.ts +1 -1
- package/lib/Schema.d.ts +1 -1
- package/lib/compat.js +1 -1
- package/lib/index.js +1 -1
- package/lib/preset.js +1 -1
- package/lib/renderers/Action.js +8 -5
- package/lib/renderers/Alert.js +1 -1
- package/lib/renderers/AnchorNav.js +1 -1
- package/lib/renderers/App.js +1 -1
- package/lib/renderers/Audio.js +1 -1
- package/lib/renderers/Avatar.js +1 -1
- package/lib/renderers/BarCode.js +1 -1
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/ButtonGroup.js +1 -1
- package/lib/renderers/CRUD.d.ts +2 -2
- package/lib/renderers/CRUD.js +13 -4
- package/lib/renderers/CRUD2.js +1 -1
- package/lib/renderers/Calendar.js +1 -1
- package/lib/renderers/Card.js +1 -1
- package/lib/renderers/Card2.js +1 -1
- package/lib/renderers/Cards.d.ts +1 -0
- package/lib/renderers/Cards.js +12 -7
- package/lib/renderers/Carousel.js +1 -1
- package/lib/renderers/Chart.js +2 -1
- package/lib/renderers/Code.js +1 -1
- package/lib/renderers/Collapse.js +1 -1
- package/lib/renderers/CollapseGroup.js +1 -1
- package/lib/renderers/Color.js +1 -1
- package/lib/renderers/Container.js +1 -1
- package/lib/renderers/Copyable.js +4 -3
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Date.js +1 -1
- package/lib/renderers/Dialog.d.ts +49 -43
- package/lib/renderers/Dialog.js +3 -3
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Drawer.js +1 -1
- package/lib/renderers/DropDownButton.d.ts +1 -1
- package/lib/renderers/DropDownButton.js +15 -4
- package/lib/renderers/Each.js +1 -1
- package/lib/renderers/Flex.js +1 -1
- package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
- package/lib/renderers/Form/ButtonToolbar.js +1 -1
- package/lib/renderers/Form/ChainedSelect.js +1 -1
- package/lib/renderers/Form/ChartRadios.js +1 -1
- package/lib/renderers/Form/Checkbox.js +1 -1
- package/lib/renderers/Form/Checkboxes.d.ts +1 -2
- package/lib/renderers/Form/Checkboxes.js +4 -3
- package/lib/renderers/Form/Combo.js +1 -1
- package/lib/renderers/Form/ConditionBuilder.js +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +18 -18
- package/lib/renderers/Form/DiffEditor.js +1 -1
- package/lib/renderers/Form/Editor.d.ts +3 -3
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/FieldSet.js +1 -1
- package/lib/renderers/Form/Formula.js +1 -1
- package/lib/renderers/Form/Group.js +4 -3
- package/lib/renderers/Form/Hidden.js +1 -1
- package/lib/renderers/Form/IconPicker.js +1 -1
- package/lib/renderers/Form/IconPickerIcons.js +1 -1
- package/lib/renderers/Form/InputArray.js +1 -1
- package/lib/renderers/Form/InputCity.d.ts +40 -40
- package/lib/renderers/Form/InputCity.js +1 -1
- package/lib/renderers/Form/InputColor.d.ts +40 -40
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputDate.js +1 -1
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputExcel.js +1 -1
- package/lib/renderers/Form/InputFile.js +3 -4
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputGroup.js +1 -1
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputNumber.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputRange.js +1 -1
- package/lib/renderers/Form/InputRating.js +1 -1
- package/lib/renderers/Form/InputRepeat.js +1 -1
- package/lib/renderers/Form/InputRichText.js +1 -1
- package/lib/renderers/Form/InputSubForm.js +1 -1
- package/lib/renderers/Form/InputTable.d.ts +9 -3
- package/lib/renderers/Form/InputTable.js +57 -4
- package/lib/renderers/Form/InputTag.d.ts +1 -0
- package/lib/renderers/Form/InputTag.js +23 -6
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +3 -2
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/JSONSchema.js +1 -1
- package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
- package/lib/renderers/Form/ListSelect.js +1 -1
- package/lib/renderers/Form/LocationPicker.js +1 -1
- package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
- package/lib/renderers/Form/NestedSelect.js +4 -4
- package/lib/renderers/Form/Picker.js +6 -2
- package/lib/renderers/Form/Radios.js +1 -1
- package/lib/renderers/Form/Select.js +1 -1
- package/lib/renderers/Form/Static.js +1 -1
- package/lib/renderers/Form/Switch.js +1 -1
- package/lib/renderers/Form/TabsTransfer.js +1 -1
- package/lib/renderers/Form/TabsTransferPicker.js +1 -1
- package/lib/renderers/Form/Textarea.js +1 -1
- package/lib/renderers/Form/Transfer.js +1 -1
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TreeSelect.js +6 -8
- package/lib/renderers/Form/UUID.js +1 -1
- package/lib/renderers/Form/UserSelect.js +1 -1
- package/lib/renderers/Grid.js +6 -3
- package/lib/renderers/Grid2D.js +1 -1
- package/lib/renderers/GridNav.js +1 -1
- package/lib/renderers/HBox.js +1 -1
- package/lib/renderers/IFrame.d.ts +4 -0
- package/lib/renderers/IFrame.js +3 -3
- package/lib/renderers/Icon.js +1 -1
- package/lib/renderers/Image.d.ts +20 -6
- package/lib/renderers/Image.js +3 -3
- package/lib/renderers/Images.js +1 -1
- package/lib/renderers/Json.js +1 -1
- package/lib/renderers/Link.js +1 -1
- package/lib/renderers/List.js +4 -3
- package/lib/renderers/Log.js +1 -1
- package/lib/renderers/Mapping.js +1 -1
- package/lib/renderers/Markdown.js +1 -1
- package/lib/renderers/Nav.d.ts +10 -10
- package/lib/renderers/Nav.js +1 -1
- package/lib/renderers/Operation.js +1 -1
- package/lib/renderers/Page.d.ts +1 -0
- package/lib/renderers/Page.js +7 -1
- package/lib/renderers/Pagination.d.ts +5 -0
- package/lib/renderers/Pagination.js +1 -1
- package/lib/renderers/PaginationWrapper.js +1 -1
- package/lib/renderers/Panel.js +1 -1
- package/lib/renderers/Plain.js +1 -1
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/Portlet.js +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Property.js +4 -5
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QuickEdit.js +1 -1
- package/lib/renderers/Remark.d.ts +1 -1
- package/lib/renderers/Remark.js +1 -1
- package/lib/renderers/SearchBox.js +1 -1
- package/lib/renderers/Service.js +2 -1
- package/lib/renderers/SparkLine.js +1 -1
- package/lib/renderers/Spinner.js +1 -1
- package/lib/renderers/Status.js +3 -3
- package/lib/renderers/Steps.d.ts +2 -1
- package/lib/renderers/Steps.js +11 -7
- package/lib/renderers/Table/ColumnToggler.js +1 -1
- package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js +2 -2
- package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
- package/lib/renderers/Table/TableBody.js +1 -1
- package/lib/renderers/Table/TableCell.js +1 -1
- package/lib/renderers/Table/TableContent.js +9 -2
- package/lib/renderers/Table/TableRow.js +1 -1
- package/lib/renderers/Table/exportExcel.js +1 -1
- package/lib/renderers/Table/index.d.ts +3 -0
- package/lib/renderers/Table/index.js +102 -46
- package/lib/renderers/Table-v2/ColumnToggler.js +1 -1
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table-v2/TableCell.js +1 -1
- package/lib/renderers/Table-v2/index.js +1 -1
- package/lib/renderers/TableView.js +17 -13
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tag.js +1 -1
- package/lib/renderers/Tasks.js +1 -1
- package/lib/renderers/Timeline.js +1 -1
- package/lib/renderers/TooltipWrapper.js +1 -1
- package/lib/renderers/Tpl.js +1 -1
- package/lib/renderers/VBox.js +1 -1
- package/lib/renderers/Video.js +1 -1
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/Wizard.js +1 -1
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/schemaExtend.js +1 -1
- package/lib/themes/ang-ie11.css +934 -468
- package/lib/themes/ang.css +936 -409
- package/lib/themes/antd-ie11.css +937 -471
- package/lib/themes/antd.css +936 -409
- package/lib/themes/cxd-ie11.css +970 -508
- package/lib/themes/cxd.css +947 -423
- package/lib/themes/dark-ie11.css +934 -468
- package/lib/themes/dark.css +936 -409
- package/lib/themes/default-ie11.css +970 -508
- package/lib/themes/default.css +947 -423
- package/lib/types.d.ts +1 -1
- package/package.json +10 -10
- package/schema.json +94 -34
- package/sdk/ang-ie11.css +674 -190
- package/sdk/ang.css +676 -131
- package/sdk/antd-ie11.css +671 -187
- package/sdk/antd.css +676 -131
- package/sdk/barcode.js +50 -50
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +717 -238
- package/sdk/cxd.css +687 -146
- package/sdk/dark-ie11.css +674 -190
- package/sdk/dark.css +676 -131
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +5 -0
- package/sdk/markdown.js +68 -68
- package/sdk/papaparse.js +1 -1
- package/sdk/rest.js +24 -24
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +717 -238
- package/sdk/sdk.css +687 -146
- package/sdk/sdk.js +1411 -1389
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/thirds/tinymce/skins/ui/oxide/skin.css +358 -331
- package/sdk/tinymce.js +53 -63
package/sdk/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
|
}
|
@@ -81997,6 +82078,7 @@ title: Word Break
|
|
81997
82078
|
.amis-scope .a-Collapse-arrow {
|
81998
82079
|
display: inline-block;
|
81999
82080
|
width: 1rem;
|
82081
|
+
height: 1rem;
|
82000
82082
|
text-align: center;
|
82001
82083
|
margin-right: 0.5rem;
|
82002
82084
|
}
|
@@ -82008,7 +82090,7 @@ title: Word Break
|
|
82008
82090
|
width: 0.375rem;
|
82009
82091
|
height: 0.375rem;
|
82010
82092
|
top: -0.125rem;
|
82011
|
-
border-color: #
|
82093
|
+
border-color: #84868c;
|
82012
82094
|
border-style: solid;
|
82013
82095
|
border-width: 0.0625rem 0.0625rem 0 0;
|
82014
82096
|
transform: rotate(45deg);
|
@@ -82042,7 +82124,7 @@ title: Word Break
|
|
82042
82124
|
}
|
82043
82125
|
|
82044
82126
|
.amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
|
82045
|
-
background-color:
|
82127
|
+
background-color: #f7f7f9;
|
82046
82128
|
}
|
82047
82129
|
|
82048
82130
|
.amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
|
@@ -82096,10 +82178,26 @@ title: Word Break
|
|
82096
82178
|
border-radius: 4px 4px 0 0;
|
82097
82179
|
}
|
82098
82180
|
|
82181
|
+
.amis-scope .a-CollapseGroup .a-Collapse:first-child > .a-Collapse-header {
|
82182
|
+
border-radius: 4px 4px 0 0;
|
82183
|
+
}
|
82184
|
+
|
82099
82185
|
.amis-scope .a-CollapseGroup .a-Collapse:last-child {
|
82100
82186
|
border-radius: 0 0 4px 4px;
|
82101
82187
|
}
|
82102
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
|
+
|
82103
82201
|
.amis-scope .a-CollapseGroup .a-Collapse:not(:last-child) {
|
82104
82202
|
border-bottom: none;
|
82105
82203
|
}
|
@@ -82971,7 +83069,11 @@ title: Word Break
|
|
82971
83069
|
align-items: center;
|
82972
83070
|
}
|
82973
83071
|
|
82974
|
-
.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) {
|
82975
83077
|
margin-left: 0.25rem;
|
82976
83078
|
}
|
82977
83079
|
|
@@ -83035,7 +83137,11 @@ title: Word Break
|
|
83035
83137
|
vertical-align: middle;
|
83036
83138
|
}
|
83037
83139
|
|
83038
|
-
.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) {
|
83039
83145
|
margin-left: 0.25rem;
|
83040
83146
|
}
|
83041
83147
|
|
@@ -83125,7 +83231,11 @@ title: Word Break
|
|
83125
83231
|
align-items: center;
|
83126
83232
|
}
|
83127
83233
|
|
83128
|
-
.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) {
|
83129
83239
|
margin-left: 0.25rem;
|
83130
83240
|
}
|
83131
83241
|
|
@@ -83183,7 +83293,11 @@ title: Word Break
|
|
83183
83293
|
vertical-align: middle;
|
83184
83294
|
}
|
83185
83295
|
|
83186
|
-
.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) {
|
83187
83301
|
margin-left: 0.25rem;
|
83188
83302
|
}
|
83189
83303
|
|
@@ -83262,10 +83376,20 @@ title: Word Break
|
|
83262
83376
|
background: #fff;
|
83263
83377
|
z-index: -1;
|
83264
83378
|
opacity: 0;
|
83379
|
+
}
|
83380
|
+
|
83381
|
+
.amis-scope .a-Table-fixedTop-shadow {
|
83382
|
+
position: absolute;
|
83265
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;
|
83266
83389
|
}
|
83267
83390
|
|
83268
|
-
.amis-scope .a-Table-fixedTop.in
|
83391
|
+
.amis-scope .a-Table-fixedTop.in,
|
83392
|
+
.amis-scope .a-Table-fixedTop.in + .a-Table-fixedTop-shadow {
|
83269
83393
|
position: fixed;
|
83270
83394
|
opacity: 1;
|
83271
83395
|
z-index: 900;
|
@@ -83443,6 +83567,10 @@ title: Word Break
|
|
83443
83567
|
text-align: right;
|
83444
83568
|
}
|
83445
83569
|
|
83570
|
+
.amis-scope .a-Table-table td .a-SwitchControl {
|
83571
|
+
padding-top: 0;
|
83572
|
+
}
|
83573
|
+
|
83446
83574
|
.amis-scope .a-Table-table--withCombine > thead > tr > th:first-child,
|
83447
83575
|
.amis-scope .a-Table-table--withCombine > tbody > tr > td:first-child {
|
83448
83576
|
padding-left: 0.5rem !important;
|
@@ -83479,6 +83607,7 @@ title: Word Break
|
|
83479
83607
|
(2.5rem - 0.875rem * 1.5) /
|
83480
83608
|
2
|
83481
83609
|
) 0.5rem;
|
83610
|
+
text-align: left;
|
83482
83611
|
border-bottom: 0.0625rem solid #d1d5db;
|
83483
83612
|
font-size: 0.875rem;
|
83484
83613
|
color: #414c52;
|
@@ -83487,11 +83616,15 @@ title: Word Break
|
|
83487
83616
|
}
|
83488
83617
|
|
83489
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 {
|
83490
83623
|
padding-left: 1rem;
|
83491
83624
|
}
|
83492
83625
|
|
83493
83626
|
.amis-scope .a-Table-table > thead > tr > th:last-child {
|
83494
|
-
padding-right:
|
83627
|
+
padding-right: 0.75rem;
|
83495
83628
|
}
|
83496
83629
|
|
83497
83630
|
.amis-scope .a-Table-table > thead > tr > th:last-child .a-Table-content-colDragLine {
|
@@ -83507,6 +83640,14 @@ title: Word Break
|
|
83507
83640
|
margin-left: 0.25rem;
|
83508
83641
|
}
|
83509
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
|
+
|
83510
83651
|
.amis-scope .a-Table-table > thead > tr + tr {
|
83511
83652
|
border-top: 0.0625rem solid #d1d5db;
|
83512
83653
|
}
|
@@ -83574,6 +83715,14 @@ title: Word Break
|
|
83574
83715
|
border-color: #d6dfdf;
|
83575
83716
|
}
|
83576
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
|
+
|
83577
83726
|
.amis-scope .a-Table-table > tbody > tr.is-checked {
|
83578
83727
|
background: #d9f3fb;
|
83579
83728
|
border-color: #abe4f6;
|
@@ -84406,7 +84555,6 @@ title: Word Break
|
|
84406
84555
|
|
84407
84556
|
.amis-scope .a-Table-table > thead > tr > th.a-Table-checkCell,
|
84408
84557
|
.amis-scope .a-Table-table > tbody > tr > td.a-Table-checkCell {
|
84409
|
-
border-right: 0;
|
84410
84558
|
width: 0.0625rem;
|
84411
84559
|
padding-right: 0.5rem;
|
84412
84560
|
white-space: nowrap;
|
@@ -84417,6 +84565,10 @@ title: Word Break
|
|
84417
84565
|
margin: 0;
|
84418
84566
|
}
|
84419
84567
|
|
84568
|
+
.amis-scope .a-Table-table > tbody > tr > td.a-Table-checkCell {
|
84569
|
+
border-right: 0;
|
84570
|
+
}
|
84571
|
+
|
84420
84572
|
.amis-scope .a-Table-table > thead > tr > th.a-Table-expandCell,
|
84421
84573
|
.amis-scope .a-Table-table > tbody > tr > td.a-Table-expandCell {
|
84422
84574
|
border-right: 0;
|
@@ -84599,14 +84751,14 @@ title: Word Break
|
|
84599
84751
|
height: 12px;
|
84600
84752
|
}
|
84601
84753
|
|
84602
|
-
.amis-scope .a-TableCell-searchBtn:hover {
|
84603
|
-
color: #58666e;
|
84604
|
-
}
|
84605
|
-
|
84606
84754
|
.amis-scope .a-TableCell-searchBtn.is-active {
|
84607
84755
|
color: #7266ba;
|
84608
84756
|
}
|
84609
84757
|
|
84758
|
+
.amis-scope .a-TableCell-searchBtn.is-opened {
|
84759
|
+
color: #1c53c1;
|
84760
|
+
}
|
84761
|
+
|
84610
84762
|
.amis-scope .a-TableCell-searchPopOver {
|
84611
84763
|
border: none;
|
84612
84764
|
min-width: 20rem;
|
@@ -84702,7 +84854,7 @@ title: Word Break
|
|
84702
84854
|
}
|
84703
84855
|
|
84704
84856
|
.amis-scope .a-Table-itemActions a:hover {
|
84705
|
-
color: #
|
84857
|
+
color: #528eff;
|
84706
84858
|
text-decoration: underline;
|
84707
84859
|
}
|
84708
84860
|
|
@@ -84720,6 +84872,10 @@ title: Word Break
|
|
84720
84872
|
color: #23b7e5;
|
84721
84873
|
}
|
84722
84874
|
|
84875
|
+
.amis-scope .a-Table-foot {
|
84876
|
+
background: #f6f8f8;
|
84877
|
+
}
|
84878
|
+
|
84723
84879
|
.amis-scope .a-Table-footTable {
|
84724
84880
|
position: relative;
|
84725
84881
|
width: 100%;
|
@@ -84772,10 +84928,11 @@ title: Word Break
|
|
84772
84928
|
width: 0.625rem;
|
84773
84929
|
height: 0.625rem;
|
84774
84930
|
top: 0;
|
84931
|
+
transform: rotate(90deg);
|
84775
84932
|
}
|
84776
84933
|
|
84777
84934
|
.amis-scope .a-Table-expandBtn.is-active > svg {
|
84778
|
-
transform: rotate(90deg);
|
84935
|
+
transform: rotate(-90deg);
|
84779
84936
|
}
|
84780
84937
|
|
84781
84938
|
.amis-scope .a-Table-expandBtn:hover {
|
@@ -84830,7 +84987,7 @@ title: Word Break
|
|
84830
84987
|
z-index: 1;
|
84831
84988
|
}
|
84832
84989
|
|
84833
|
-
.amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
|
84990
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop .a-Table-fixedTop-shadow {
|
84834
84991
|
display: none;
|
84835
84992
|
}
|
84836
84993
|
|
@@ -84838,6 +84995,18 @@ title: Word Break
|
|
84838
84995
|
margin-bottom: 0;
|
84839
84996
|
}
|
84840
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
|
+
|
84841
85010
|
.amis-scope .a-InputTable-toolbar {
|
84842
85011
|
display: flex;
|
84843
85012
|
flex-direction: row;
|
@@ -84845,6 +85014,11 @@ title: Word Break
|
|
84845
85014
|
justify-content: space-between;
|
84846
85015
|
}
|
84847
85016
|
|
85017
|
+
.amis-scope .a-InputTable-toolbar .a-Button {
|
85018
|
+
border: none;
|
85019
|
+
color: #7266ba;
|
85020
|
+
}
|
85021
|
+
|
84848
85022
|
.amis-scope .a-InputTable-pager {
|
84849
85023
|
margin-left: auto;
|
84850
85024
|
}
|
@@ -86137,8 +86311,8 @@ title: Word Break
|
|
86137
86311
|
}
|
86138
86312
|
|
86139
86313
|
.amis-scope .a-Table-v2 .a-Table-table > tbody > tr.a-Table-row-disabled {
|
86140
|
-
background:
|
86141
|
-
color:
|
86314
|
+
background: #f7f7f9;
|
86315
|
+
color: #b8babf;
|
86142
86316
|
}
|
86143
86317
|
|
86144
86318
|
.amis-scope .a-Table-v2 .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-row-hover {
|
@@ -87398,6 +87572,10 @@ title: Word Break
|
|
87398
87572
|
text-decoration: none;
|
87399
87573
|
}
|
87400
87574
|
|
87575
|
+
.amis-scope .a-Card-actions > a > .a-Button-icon:first-child:not(:last-child) {
|
87576
|
+
margin-right: 0.25rem;
|
87577
|
+
}
|
87578
|
+
|
87401
87579
|
.amis-scope .a-Card.is-checked {
|
87402
87580
|
background: #d9f3fb;
|
87403
87581
|
border-color: #abe4f6;
|
@@ -87786,9 +87964,10 @@ title: Word Break
|
|
87786
87964
|
.amis-scope .a-Progress-line-bar {
|
87787
87965
|
float: left;
|
87788
87966
|
width: 0;
|
87789
|
-
height:
|
87967
|
+
height: 8px;
|
87790
87968
|
background: #7266ba;
|
87791
87969
|
transition: width 0s ease;
|
87970
|
+
border-radius: 0.142rem;
|
87792
87971
|
}
|
87793
87972
|
|
87794
87973
|
.amis-scope .a-Progress-line-bar--stripe {
|
@@ -87955,7 +88134,7 @@ title: Word Break
|
|
87955
88134
|
.amis-scope .a-Pagination {
|
87956
88135
|
display: inline-block;
|
87957
88136
|
padding: 0;
|
87958
|
-
margin: 0 0 -0.
|
88137
|
+
margin: 0 0 -0.5rem;
|
87959
88138
|
border-radius: 0.25rem;
|
87960
88139
|
}
|
87961
88140
|
|
@@ -87971,10 +88150,10 @@ title: Word Break
|
|
87971
88150
|
position: relative;
|
87972
88151
|
float: left;
|
87973
88152
|
text-decoration: none;
|
87974
|
-
min-width:
|
87975
|
-
height:
|
88153
|
+
min-width: 2rem;
|
88154
|
+
height: 2rem;
|
87976
88155
|
border: 0;
|
87977
|
-
line-height:
|
88156
|
+
line-height: 2rem;
|
87978
88157
|
padding: 0 0.5rem;
|
87979
88158
|
text-align: center;
|
87980
88159
|
color: #666666;
|
@@ -88058,7 +88237,7 @@ title: Word Break
|
|
88058
88237
|
display: inline-flex;
|
88059
88238
|
flex-wrap: nowrap;
|
88060
88239
|
align-items: center;
|
88061
|
-
height:
|
88240
|
+
height: 2rem;
|
88062
88241
|
}
|
88063
88242
|
|
88064
88243
|
.amis-scope .a-Pagination-inputGroup-left {
|
@@ -88068,13 +88247,13 @@ title: Word Break
|
|
88068
88247
|
.amis-scope .a-Pagination-inputGroup input {
|
88069
88248
|
min-width: 3.125rem;
|
88070
88249
|
width: 3.125rem;
|
88071
|
-
height:
|
88072
|
-
line-height:
|
88250
|
+
height: 2rem;
|
88251
|
+
line-height: 2rem;
|
88073
88252
|
border: none;
|
88074
88253
|
border: 0.0625rem solid #d1d5db;
|
88075
88254
|
border-radius: 0.142rem 0 0 0.142rem;
|
88076
88255
|
padding: 0 0.5rem;
|
88077
|
-
margin-left: 0.
|
88256
|
+
margin-left: 0.5rem;
|
88078
88257
|
text-align: center;
|
88079
88258
|
}
|
88080
88259
|
|
@@ -88089,8 +88268,8 @@ title: Word Break
|
|
88089
88268
|
width: 2rem;
|
88090
88269
|
cursor: pointer;
|
88091
88270
|
text-align: center;
|
88092
|
-
height:
|
88093
|
-
line-height:
|
88271
|
+
height: 2rem;
|
88272
|
+
line-height: 2rem;
|
88094
88273
|
border: 0.0625rem solid #d1d5db;
|
88095
88274
|
border-left: none;
|
88096
88275
|
border-radius: 0 0.142rem 0.142rem 0;
|
@@ -88101,6 +88280,7 @@ title: Word Break
|
|
88101
88280
|
color: #7266ba;
|
88102
88281
|
border-color: #7266ba;
|
88103
88282
|
border-left: 0.0625rem solid #7266ba;
|
88283
|
+
margin-left: -1px;
|
88104
88284
|
}
|
88105
88285
|
|
88106
88286
|
.amis-scope .a-Pagination-wrap {
|
@@ -88108,7 +88288,7 @@ title: Word Break
|
|
88108
88288
|
}
|
88109
88289
|
|
88110
88290
|
.amis-scope .a-Pagination-wrap .a-Pagination-item {
|
88111
|
-
margin-left: 0.
|
88291
|
+
margin-left: 0.5rem;
|
88112
88292
|
}
|
88113
88293
|
|
88114
88294
|
.amis-scope .a-Pagination-wrap .a-Pagination-item:nth-child(1) {
|
@@ -88529,6 +88709,7 @@ title: Word Break
|
|
88529
88709
|
display: block;
|
88530
88710
|
max-width: 100%;
|
88531
88711
|
max-height: 100%;
|
88712
|
+
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
88532
88713
|
}
|
88533
88714
|
|
88534
88715
|
.amis-scope .a-ImageGallery-prevBtn,
|
@@ -88678,6 +88859,67 @@ title: Word Break
|
|
88678
88859
|
display: none;
|
88679
88860
|
}
|
88680
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
|
+
|
88681
88923
|
.amis-scope .a-Images {
|
88682
88924
|
display: flex;
|
88683
88925
|
flex-wrap: wrap;
|
@@ -88991,6 +89233,7 @@ title: Word Break
|
|
88991
89233
|
display: inline-block;
|
88992
89234
|
width: 14px;
|
88993
89235
|
color: #4b5563;
|
89236
|
+
margin-top: 0.125rem;
|
88994
89237
|
}
|
88995
89238
|
|
88996
89239
|
.amis-scope .a-InputBox > a {
|
@@ -89382,10 +89625,7 @@ title: Word Break
|
|
89382
89625
|
display: flex;
|
89383
89626
|
align-items: center;
|
89384
89627
|
flex-shrink: 0;
|
89385
|
-
|
89386
|
-
|
89387
|
-
.amis-scope .a-ResultBox-actions > *:first-child {
|
89388
|
-
margin-left: 0.3125rem;
|
89628
|
+
padding-left: 0.3125rem;
|
89389
89629
|
}
|
89390
89630
|
|
89391
89631
|
.amis-scope .a-ResultBox-actions > *:not(:last-child) {
|
@@ -89413,7 +89653,7 @@ title: Word Break
|
|
89413
89653
|
.amis-scope .a-ResultBox-pc-arrow > svg {
|
89414
89654
|
width: 0.625rem;
|
89415
89655
|
height: 0.625rem;
|
89416
|
-
top: 0
|
89656
|
+
top: 0;
|
89417
89657
|
color: #84868c;
|
89418
89658
|
}
|
89419
89659
|
|
@@ -89675,11 +89915,11 @@ title: Word Break
|
|
89675
89915
|
}
|
89676
89916
|
|
89677
89917
|
.amis-scope .a-SearchBox.is-active:hover {
|
89678
|
-
border-color:
|
89918
|
+
border-color: #2468f2;
|
89679
89919
|
}
|
89680
89920
|
|
89681
89921
|
.amis-scope .a-SearchBox.is-active.is-focused {
|
89682
|
-
border-color:
|
89922
|
+
border-color: #144bcc;
|
89683
89923
|
}
|
89684
89924
|
|
89685
89925
|
.amis-scope .a-SearchBox-searchBtn {
|
@@ -89696,7 +89936,7 @@ title: Word Break
|
|
89696
89936
|
.amis-scope .a-SearchBox-searchBtn,
|
89697
89937
|
.amis-scope .a-SearchBox-cancelBtn {
|
89698
89938
|
cursor: pointer;
|
89699
|
-
color:
|
89939
|
+
color: #84868c;
|
89700
89940
|
}
|
89701
89941
|
|
89702
89942
|
.amis-scope .a-SearchBox-activeBtn:hover,
|
@@ -89713,7 +89953,7 @@ title: Word Break
|
|
89713
89953
|
}
|
89714
89954
|
|
89715
89955
|
.amis-scope .a-SearchBox.is-disabled {
|
89716
|
-
background-color:
|
89956
|
+
background-color: #f7f7f9;
|
89717
89957
|
cursor: not-allowed;
|
89718
89958
|
}
|
89719
89959
|
|
@@ -89741,9 +89981,9 @@ title: Word Break
|
|
89741
89981
|
|
89742
89982
|
.amis-scope .a-SearchBox-clearable {
|
89743
89983
|
display: flex;
|
89744
|
-
width:
|
89745
|
-
height:
|
89746
|
-
color:
|
89984
|
+
width: 1rem;
|
89985
|
+
height: 1rem;
|
89986
|
+
color: #d4d6d9;
|
89747
89987
|
align-items: center;
|
89748
89988
|
justify-content: center;
|
89749
89989
|
cursor: pointer;
|
@@ -89759,17 +89999,21 @@ title: Word Break
|
|
89759
89999
|
|
89760
90000
|
.amis-scope .a-SearchBox--enhance.is-active .a-SearchBox-searchBtn {
|
89761
90001
|
height: 100%;
|
89762
|
-
color:
|
89763
|
-
background:
|
90002
|
+
color: #ffffff;
|
90003
|
+
background: #2468f2;
|
90004
|
+
}
|
90005
|
+
|
90006
|
+
.amis-scope .a-SearchBox--enhance.is-active .a-SearchBox-searchBtn:hover {
|
90007
|
+
background: #4f86f4;
|
89764
90008
|
}
|
89765
90009
|
|
89766
90010
|
.amis-scope .a-SearchBox--enhance .a-SearchBox-clearable {
|
89767
|
-
margin-right:
|
90011
|
+
margin-right: 0.375rem;
|
89768
90012
|
}
|
89769
90013
|
|
89770
90014
|
.amis-scope .a-SearchBox--enhance.is-active.is-disabled .a-SearchBox-searchBtn {
|
89771
|
-
background:
|
89772
|
-
color:
|
90015
|
+
background: #f2f2f4;
|
90016
|
+
color: #b8babf;
|
89773
90017
|
}
|
89774
90018
|
|
89775
90019
|
.amis-scope .a-SearchBox-history > .is-history {
|
@@ -90135,7 +90379,7 @@ title: Word Break
|
|
90135
90379
|
.amis-scope .a-Steps .a-StepsItem {
|
90136
90380
|
flex: 1;
|
90137
90381
|
overflow: hidden;
|
90138
|
-
padding: 0
|
90382
|
+
padding: 0 0.5rem;
|
90139
90383
|
height: auto;
|
90140
90384
|
line-height: 2rem;
|
90141
90385
|
}
|
@@ -90160,15 +90404,20 @@ title: Word Break
|
|
90160
90404
|
text-align: center;
|
90161
90405
|
}
|
90162
90406
|
|
90407
|
+
.amis-scope .a-Steps .a-StepsItem-containerIcon .a-StepsItem-icon .icon {
|
90408
|
+
width: 0.5625rem;
|
90409
|
+
height: 0.5625rem;
|
90410
|
+
}
|
90411
|
+
|
90163
90412
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper {
|
90164
90413
|
display: inline-block;
|
90165
90414
|
position: relative;
|
90166
90415
|
}
|
90167
90416
|
|
90168
90417
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
90169
|
-
font-size:
|
90170
|
-
color: #
|
90171
|
-
padding-right:
|
90418
|
+
font-size: 0.875rem;
|
90419
|
+
color: #151b26;
|
90420
|
+
padding-right: 0.5rem;
|
90172
90421
|
position: relative;
|
90173
90422
|
display: inline-block;
|
90174
90423
|
}
|
@@ -90210,7 +90459,12 @@ title: Word Break
|
|
90210
90459
|
max-width: 8.75rem;
|
90211
90460
|
white-space: nowrap;
|
90212
90461
|
position: relative;
|
90213
|
-
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;
|
90214
90468
|
}
|
90215
90469
|
|
90216
90470
|
.amis-scope .a-Steps .a-StepsItem:last-child {
|
@@ -90235,7 +90489,7 @@ title: Word Break
|
|
90235
90489
|
content: "";
|
90236
90490
|
position: absolute;
|
90237
90491
|
right: 0;
|
90238
|
-
top:
|
90492
|
+
top: 2.25rem;
|
90239
90493
|
height: 9999px;
|
90240
90494
|
left: 0.6875rem;
|
90241
90495
|
width: 1px;
|
@@ -90353,13 +90607,14 @@ title: Word Break
|
|
90353
90607
|
|
90354
90608
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
90355
90609
|
padding: 0 0.625rem;
|
90610
|
+
bottom: 0.5625rem;
|
90356
90611
|
width: 100%;
|
90357
90612
|
}
|
90358
90613
|
|
90359
90614
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title > span {
|
90360
90615
|
display: block;
|
90361
90616
|
position: relative;
|
90362
|
-
left: 0.
|
90617
|
+
left: 0.75rem;
|
90363
90618
|
}
|
90364
90619
|
|
90365
90620
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title .a-StepsItem-subTitle {
|
@@ -90367,6 +90622,7 @@ title: Word Break
|
|
90367
90622
|
padding: 0 0.625rem;
|
90368
90623
|
position: relative;
|
90369
90624
|
left: 0.625rem;
|
90625
|
+
bottom: 0.75rem;
|
90370
90626
|
}
|
90371
90627
|
|
90372
90628
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title:after {
|
@@ -90376,7 +90632,8 @@ title: Word Break
|
|
90376
90632
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
90377
90633
|
min-width: 12.5rem;
|
90378
90634
|
word-break: break-all;
|
90379
|
-
padding: 0
|
90635
|
+
padding: 0 1.25rem;
|
90636
|
+
bottom: 2.75rem;
|
90380
90637
|
}
|
90381
90638
|
|
90382
90639
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
@@ -90416,8 +90673,8 @@ title: Word Break
|
|
90416
90673
|
}
|
90417
90674
|
|
90418
90675
|
.amis-scope .a-Steps--ProgressDot .is-error .a-StepsItem-containerProgressDot {
|
90419
|
-
background: #
|
90420
|
-
border: 1px solid #
|
90676
|
+
background: #f33e3e;
|
90677
|
+
border: 1px solid #f33e3e;
|
90421
90678
|
}
|
90422
90679
|
|
90423
90680
|
.amis-scope .a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
|
@@ -90431,16 +90688,16 @@ title: Word Break
|
|
90431
90688
|
border: 1px solid #b4bbc5;
|
90432
90689
|
}
|
90433
90690
|
|
90434
|
-
.amis-scope .a-Steps .a-StepsItem.is-
|
90435
|
-
|
90436
|
-
|
90437
|
-
|
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;
|
90438
90695
|
}
|
90439
90696
|
|
90440
|
-
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-
|
90441
|
-
|
90442
|
-
|
90443
|
-
|
90697
|
+
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-icon {
|
90698
|
+
background-color: #f33e3e;
|
90699
|
+
color: #fff;
|
90700
|
+
border: 1px solid #f33e3e;
|
90444
90701
|
}
|
90445
90702
|
|
90446
90703
|
.amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon,
|
@@ -91256,6 +91513,12 @@ title: Word Break
|
|
91256
91513
|
}
|
91257
91514
|
}
|
91258
91515
|
|
91516
|
+
.amis-scope .a-TextControl-input input {
|
91517
|
+
overflow: hidden;
|
91518
|
+
white-space: nowrap;
|
91519
|
+
text-overflow: ellipsis;
|
91520
|
+
}
|
91521
|
+
|
91259
91522
|
.amis-scope .a-TextControl-placeholder {
|
91260
91523
|
color: #99a6ad;
|
91261
91524
|
user-select: none;
|
@@ -91469,7 +91732,7 @@ title: Word Break
|
|
91469
91732
|
white-space: nowrap;
|
91470
91733
|
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
91471
91734
|
font-size: 0.75rem;
|
91472
|
-
background:
|
91735
|
+
background: #f7f7f9;
|
91473
91736
|
border-radius: 0.125rem;
|
91474
91737
|
margin: 2px 3px;
|
91475
91738
|
display: flex;
|
@@ -91653,6 +91916,10 @@ title: Word Break
|
|
91653
91916
|
}
|
91654
91917
|
}
|
91655
91918
|
|
91919
|
+
.amis-scope .a-TextareaControl > textarea.a-TextareaControl-input--counter {
|
91920
|
+
padding-bottom: 23px;
|
91921
|
+
}
|
91922
|
+
|
91656
91923
|
.amis-scope .a-TextareaControl > textarea {
|
91657
91924
|
border: 1px solid #d1d5db;
|
91658
91925
|
border-radius: 0.142rem;
|
@@ -91691,15 +91958,18 @@ title: Word Break
|
|
91691
91958
|
|
91692
91959
|
.amis-scope .a-TextareaControl-counter {
|
91693
91960
|
position: absolute;
|
91694
|
-
|
91695
|
-
bottom:
|
91961
|
+
left: 1px;
|
91962
|
+
bottom: 1px;
|
91963
|
+
right: 1.0625rem;
|
91964
|
+
padding-bottom: calc(
|
91696
91965
|
(
|
91697
91966
|
1.875rem - 1.4285714286 *
|
91698
91967
|
0.875rem - 0.125rem
|
91699
91968
|
) / 2
|
91700
91969
|
);
|
91970
|
+
background-color: #fff;
|
91971
|
+
text-align: right;
|
91701
91972
|
font-size: 0.75rem;
|
91702
|
-
padding: 0 5px;
|
91703
91973
|
border-radius: 3px;
|
91704
91974
|
color: #84868c;
|
91705
91975
|
}
|
@@ -91708,10 +91978,6 @@ title: Word Break
|
|
91708
91978
|
color: #84868c;
|
91709
91979
|
}
|
91710
91980
|
|
91711
|
-
.amis-scope .a-TextareaControl-counter.is-clearable {
|
91712
|
-
right: calc( 0.5rem + 0.875rem + 0.1875rem * 2 + 0.3125rem );
|
91713
|
-
}
|
91714
|
-
|
91715
91981
|
.amis-scope .has-error--maxLength .a-TextareaControl-counter {
|
91716
91982
|
background: #f05050;
|
91717
91983
|
}
|
@@ -91726,7 +91992,7 @@ title: Word Break
|
|
91726
91992
|
text-decoration: none;
|
91727
91993
|
position: absolute;
|
91728
91994
|
right: 0.5rem;
|
91729
|
-
|
91995
|
+
top: calc(
|
91730
91996
|
(
|
91731
91997
|
1.875rem - 1.4285714286 *
|
91732
91998
|
0.875rem - 0.125rem
|
@@ -91856,12 +92122,12 @@ title: Word Break
|
|
91856
92122
|
margin-left: calc(1rem * -1);
|
91857
92123
|
}
|
91858
92124
|
|
91859
|
-
.amis-scope .a-Checkbox--checkbox.a-Checkbox:hover > i
|
91860
|
-
|
92125
|
+
.amis-scope .a-Checkbox--checkbox.a-Checkbox:hover > input + i {
|
92126
|
+
border-color: #4f86f4;
|
91861
92127
|
}
|
91862
92128
|
|
91863
92129
|
.amis-scope .a-Checkbox--checkbox.a-Checkbox:active > i:before {
|
91864
|
-
background:
|
92130
|
+
background: #144bcc;
|
91865
92131
|
}
|
91866
92132
|
|
91867
92133
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:not(:disabled) + i:hover {
|
@@ -91870,6 +92136,7 @@ title: Word Break
|
|
91870
92136
|
|
91871
92137
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:hover input:checked + i {
|
91872
92138
|
background: #4f86f4;
|
92139
|
+
border-color: transparent;
|
91873
92140
|
}
|
91874
92141
|
|
91875
92142
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:hover input:checked + i:before {
|
@@ -91881,11 +92148,11 @@ title: Word Break
|
|
91881
92148
|
}
|
91882
92149
|
|
91883
92150
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:active input:checked + i {
|
91884
|
-
background:
|
92151
|
+
background: #144bcc;
|
91885
92152
|
}
|
91886
92153
|
|
91887
92154
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox:active input:checked + i:before {
|
91888
|
-
background:
|
92155
|
+
background: #144bcc;
|
91889
92156
|
}
|
91890
92157
|
|
91891
92158
|
.amis-scope .a-Checkbox--full.a-Checkbox--checkbox input:checked + i {
|
@@ -91984,6 +92251,11 @@ title: Word Break
|
|
91984
92251
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover:not(:disabled) {
|
91985
92252
|
color: #23b7e5;
|
91986
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;
|
91987
92259
|
}
|
91988
92260
|
|
91989
92261
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:hover input:checked + i {
|
@@ -91993,7 +92265,7 @@ title: Word Break
|
|
91993
92265
|
|
91994
92266
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox:active input:checked + i {
|
91995
92267
|
background: transparent;
|
91996
|
-
border-color:
|
92268
|
+
border-color: #144bcc transparent transparent #144bcc;
|
91997
92269
|
}
|
91998
92270
|
|
91999
92271
|
.amis-scope .a-Checkbox--button.a-Checkbox--checkbox input:checked + i {
|
@@ -92057,16 +92329,23 @@ title: Word Break
|
|
92057
92329
|
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button {
|
92058
92330
|
border-color: #23b7e5;
|
92059
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;
|
92060
92337
|
}
|
92061
92338
|
|
92062
92339
|
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button:hover {
|
92063
92340
|
border-color: #2468f2;
|
92064
92341
|
color: #2468f2;
|
92342
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
92065
92343
|
}
|
92066
92344
|
|
92067
92345
|
.amis-scope .a-Checkbox--button--checked.a-Checkbox--checkbox.a-Checkbox--button:active {
|
92068
|
-
border-color:
|
92069
|
-
color:
|
92346
|
+
border-color: #144bcc;
|
92347
|
+
color: #144bcc;
|
92348
|
+
box-shadow: -1px 0 0 0 #144bcc;
|
92070
92349
|
}
|
92071
92350
|
|
92072
92351
|
.amis-scope .a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox {
|
@@ -92213,7 +92492,7 @@ title: Word Break
|
|
92213
92492
|
|
92214
92493
|
.amis-scope .a-RadiosControl .a-Checkbox--button-checked:active,
|
92215
92494
|
.amis-scope .a-CheckboxesControl .a-Checkbox--button-checked:active {
|
92216
|
-
border-color:
|
92495
|
+
border-color: #144bcc;
|
92217
92496
|
}
|
92218
92497
|
|
92219
92498
|
.amis-scope .a-RadiosControl.is-inline .a-Checkbox,
|
@@ -92282,6 +92561,7 @@ title: Word Break
|
|
92282
92561
|
}
|
92283
92562
|
|
92284
92563
|
.amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
|
92564
|
+
height: 2rem;
|
92285
92565
|
padding: 0.25rem 0.75rem;
|
92286
92566
|
color: #84868c;
|
92287
92567
|
}
|
@@ -92850,6 +93130,10 @@ title: Word Break
|
|
92850
93130
|
border-color: #23b7e5;
|
92851
93131
|
}
|
92852
93132
|
|
93133
|
+
.amis-scope .a-Number:hover .a-Number-handler-wrap {
|
93134
|
+
display: block;
|
93135
|
+
}
|
93136
|
+
|
92853
93137
|
.amis-scope .a-Number-disabled:hover {
|
92854
93138
|
border-color: #d1d5db;
|
92855
93139
|
}
|
@@ -92905,6 +93189,7 @@ title: Word Break
|
|
92905
93189
|
}
|
92906
93190
|
|
92907
93191
|
.amis-scope .a-Number-handler-wrap {
|
93192
|
+
display: none;
|
92908
93193
|
float: right;
|
92909
93194
|
border-left: 0.0625rem solid #d1d5db;
|
92910
93195
|
width: 1.25rem;
|
@@ -93133,13 +93418,17 @@ title: Word Break
|
|
93133
93418
|
|
93134
93419
|
.amis-scope .a-Select:hover {
|
93135
93420
|
background: #f2f2f2;
|
93136
|
-
border-color: #
|
93421
|
+
border-color: #23b7e5;
|
93137
93422
|
}
|
93138
93423
|
|
93139
93424
|
.amis-scope .a-Select:hover .a-Select-arrow:before {
|
93140
93425
|
color: #111827;
|
93141
93426
|
}
|
93142
93427
|
|
93428
|
+
.amis-scope .a-Select:active {
|
93429
|
+
border-color: #1c53c1;
|
93430
|
+
}
|
93431
|
+
|
93143
93432
|
.amis-scope .a-Select.is-disabled {
|
93144
93433
|
color: #99a6ad;
|
93145
93434
|
background: #e5e7eb;
|
@@ -93150,6 +93439,10 @@ title: Word Break
|
|
93150
93439
|
box-shadow: none;
|
93151
93440
|
}
|
93152
93441
|
|
93442
|
+
.amis-scope .a-Select .a-PopOver.a-Select-popover {
|
93443
|
+
margin-top: 0.25rem;
|
93444
|
+
}
|
93445
|
+
|
93153
93446
|
.amis-scope .a-Select .a-PopOver.a-Select-popover .a-Select-menu {
|
93154
93447
|
overflow-x: hidden;
|
93155
93448
|
}
|
@@ -93413,6 +93706,7 @@ title: Word Break
|
|
93413
93706
|
text-overflow: ellipsis;
|
93414
93707
|
overflow: hidden;
|
93415
93708
|
white-space: nowrap;
|
93709
|
+
width: 100%;
|
93416
93710
|
}
|
93417
93711
|
|
93418
93712
|
.amis-scope .a-Select-option.is-active {
|
@@ -93592,6 +93886,35 @@ title: Word Break
|
|
93592
93886
|
background: #fff;
|
93593
93887
|
}
|
93594
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
|
+
|
93595
93918
|
.amis-scope .a-Select.is-error {
|
93596
93919
|
border-color: #f05050;
|
93597
93920
|
background: #fff;
|
@@ -93846,7 +94169,7 @@ title: Word Break
|
|
93846
94169
|
|
93847
94170
|
.amis-scope .a-LocationPicker.is-focused,
|
93848
94171
|
.amis-scope .a-LocationPicker.is-active {
|
93849
|
-
border-color: #
|
94172
|
+
border-color: #144bcc;
|
93850
94173
|
box-shadow: none;
|
93851
94174
|
}
|
93852
94175
|
|
@@ -94155,6 +94478,10 @@ title: Word Break
|
|
94155
94478
|
box-sizing: none;
|
94156
94479
|
}
|
94157
94480
|
|
94481
|
+
.amis-scope .a-DatePicker-input::placeholder {
|
94482
|
+
color: #b8babf;
|
94483
|
+
}
|
94484
|
+
|
94158
94485
|
.amis-scope .a-DatePicker .a-DatePicker-clear {
|
94159
94486
|
display: none;
|
94160
94487
|
}
|
@@ -94186,8 +94513,8 @@ title: Word Break
|
|
94186
94513
|
display: none;
|
94187
94514
|
}
|
94188
94515
|
|
94189
|
-
.amis-scope .a-DatePicker.is-focused {
|
94190
|
-
border-color: #
|
94516
|
+
.amis-scope .a-DatePicker:not(.is-disabled).is-focused {
|
94517
|
+
border-color: #144bcc;
|
94191
94518
|
box-shadow: none;
|
94192
94519
|
}
|
94193
94520
|
|
@@ -94420,14 +94747,18 @@ title: Word Break
|
|
94420
94747
|
background: #fff;
|
94421
94748
|
}
|
94422
94749
|
|
94423
|
-
.amis-scope .rdt .rdtPicker td.rdtDay:hover,
|
94424
|
-
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
|
94425
|
-
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
|
94426
|
-
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
|
94427
|
-
.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 {
|
94428
94755
|
background: #f7f7f9;
|
94429
94756
|
}
|
94430
94757
|
|
94758
|
+
.amis-scope .rdt .rdtPicker td.rdtToday:hover span {
|
94759
|
+
background: transparent;
|
94760
|
+
}
|
94761
|
+
|
94431
94762
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
94432
94763
|
background: rgba(35, 183, 229, 0.1);
|
94433
94764
|
}
|
@@ -94456,11 +94787,9 @@ title: Word Break
|
|
94456
94787
|
}
|
94457
94788
|
|
94458
94789
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
94459
|
-
background: transparent;
|
94460
94790
|
border-color: #144bcc;
|
94461
94791
|
}
|
94462
94792
|
|
94463
|
-
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
94464
94793
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
|
94465
94794
|
background: #f7f7f9;
|
94466
94795
|
}
|
@@ -94496,11 +94825,21 @@ title: Word Break
|
|
94496
94825
|
border-top: 1px solid #d1d5db;
|
94497
94826
|
}
|
94498
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
|
+
|
94499
94838
|
.amis-scope .a-CalendarInputWrapper {
|
94500
94839
|
display: inline-block;
|
94501
94840
|
position: relative;
|
94502
94841
|
width: 4rem;
|
94503
|
-
height:
|
94842
|
+
height: 15.5rem;
|
94504
94843
|
overflow: auto;
|
94505
94844
|
}
|
94506
94845
|
|
@@ -94515,11 +94854,11 @@ title: Word Break
|
|
94515
94854
|
}
|
94516
94855
|
|
94517
94856
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsHours {
|
94518
|
-
height:
|
94857
|
+
height: 55.75rem;
|
94519
94858
|
}
|
94520
94859
|
|
94521
94860
|
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsTimes {
|
94522
|
-
height:
|
94861
|
+
height: 118.75rem;
|
94523
94862
|
border-left: 1px solid #d1d5db;
|
94524
94863
|
}
|
94525
94864
|
|
@@ -94529,12 +94868,20 @@ title: Word Break
|
|
94529
94868
|
line-height: 28px;
|
94530
94869
|
}
|
94531
94870
|
|
94532
|
-
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem.is-highlight
|
94533
|
-
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem:hover {
|
94871
|
+
.amis-scope .a-CalendarInputWrapper .a-CalendarInput-sugsItem.is-highlight {
|
94534
94872
|
color: #23b7e5;
|
94535
94873
|
background: rgba(0, 126, 255, 0.08);
|
94536
94874
|
}
|
94537
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
|
+
|
94538
94885
|
.amis-scope .a-TimeRangeHeaderWrapper {
|
94539
94886
|
height: 40px;
|
94540
94887
|
padding-top: 10px;
|
@@ -94548,6 +94895,7 @@ title: Word Break
|
|
94548
94895
|
justify-content: space-between;
|
94549
94896
|
align-items: center;
|
94550
94897
|
padding: 0 12px;
|
94898
|
+
border-top: 1px solid #d1d5db;
|
94551
94899
|
}
|
94552
94900
|
|
94553
94901
|
.amis-scope .a-TimeFooterWrapper .a-Button {
|
@@ -94762,7 +95110,6 @@ title: Word Break
|
|
94762
95110
|
display: table;
|
94763
95111
|
table-layout: fixed;
|
94764
95112
|
border-collapse: separate;
|
94765
|
-
border-bottom: 1px solid #d1d5db;
|
94766
95113
|
height: 40px;
|
94767
95114
|
width: 100%;
|
94768
95115
|
margin-top: -8px;
|
@@ -94778,6 +95125,28 @@ title: Word Break
|
|
94778
95125
|
margin-left: 0.25rem;
|
94779
95126
|
}
|
94780
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
|
+
|
94781
95150
|
.amis-scope td.rdtMonth > span,
|
94782
95151
|
.amis-scope td.rdtYear > span,
|
94783
95152
|
.amis-scope td.rdtQuarter > span {
|
@@ -94791,24 +95160,31 @@ title: Word Break
|
|
94791
95160
|
}
|
94792
95161
|
|
94793
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
|
+
|
94794
95175
|
.amis-scope td.rdtMonth.rdtActive,
|
94795
95176
|
.amis-scope td.rdtMonth.rdtActive:hover,
|
94796
|
-
.amis-scope td.rdtYear:hover,
|
94797
95177
|
.amis-scope td.rdtYear.rdtActive,
|
94798
95178
|
.amis-scope td.rdtYear.rdtActive:hover,
|
94799
|
-
.amis-scope td.rdtQuarter:hover,
|
94800
95179
|
.amis-scope td.rdtQuarter.rdtActive,
|
94801
95180
|
.amis-scope td.rdtQuarter.rdtActive:hover {
|
94802
95181
|
background: transparent;
|
94803
95182
|
}
|
94804
95183
|
|
94805
|
-
.amis-scope td.rdtMonth:hover > span,
|
94806
95184
|
.amis-scope td.rdtMonth.rdtActive > span,
|
94807
95185
|
.amis-scope td.rdtMonth.rdtActive:hover > span,
|
94808
|
-
.amis-scope td.rdtYear:hover > span,
|
94809
95186
|
.amis-scope td.rdtYear.rdtActive > span,
|
94810
95187
|
.amis-scope td.rdtYear.rdtActive:hover > span,
|
94811
|
-
.amis-scope td.rdtQuarter:hover > span,
|
94812
95188
|
.amis-scope td.rdtQuarter.rdtActive > span,
|
94813
95189
|
.amis-scope td.rdtQuarter.rdtActive:hover > span {
|
94814
95190
|
background: #23b7e5 !important;
|
@@ -94825,11 +95201,27 @@ title: Word Break
|
|
94825
95201
|
color: #b8babf;
|
94826
95202
|
}
|
94827
95203
|
|
94828
|
-
.amis-scope .
|
95204
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
94829
95205
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(35, 183, 229, 0.1) 51%, rgba(35, 183, 229, 0.1) 100%);
|
94830
95206
|
}
|
94831
95207
|
|
94832
|
-
.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 {
|
94833
95225
|
background: linear-gradient(to right, rgba(35, 183, 229, 0.1) 0%, rgba(35, 183, 229, 0.1) 50%, transparent 51%, transparent 100%);
|
94834
95226
|
}
|
94835
95227
|
|
@@ -94846,12 +95238,7 @@ title: Word Break
|
|
94846
95238
|
flex-wrap: nowrap;
|
94847
95239
|
border: 0.0625rem solid #d1d5db;
|
94848
95240
|
font-size: 0.75rem;
|
94849
|
-
padding:
|
94850
|
-
(
|
94851
|
-
1.875rem - 1.4285714286 *
|
94852
|
-
0.75rem
|
94853
|
-
) / 2 - 0.0625rem
|
94854
|
-
) 0.75rem;
|
95241
|
+
padding: 0 0.75rem;
|
94855
95242
|
height: 1.875rem;
|
94856
95243
|
outline: none;
|
94857
95244
|
border-radius: 0.142rem;
|
@@ -94873,10 +95260,6 @@ title: Word Break
|
|
94873
95260
|
display: none;
|
94874
95261
|
}
|
94875
95262
|
|
94876
|
-
.amis-scope .a-DateRangePicker:not(.is-disabled) {
|
94877
|
-
cursor: pointer;
|
94878
|
-
}
|
94879
|
-
|
94880
95263
|
.amis-scope .a-DateRangePicker:not(.is-disabled):hover {
|
94881
95264
|
background: #fff;
|
94882
95265
|
border-color: #23b7e5;
|
@@ -94890,27 +95273,40 @@ title: Word Break
|
|
94890
95273
|
display: none;
|
94891
95274
|
}
|
94892
95275
|
|
94893
|
-
.amis-scope .a-DateRangePicker.is-focused {
|
94894
|
-
border-color: #
|
95276
|
+
.amis-scope .a-DateRangePicker:not(.is-disabled).is-focused {
|
95277
|
+
border-color: #144bcc;
|
94895
95278
|
box-shadow: none;
|
94896
95279
|
}
|
94897
95280
|
|
94898
95281
|
.amis-scope .a-DateRangePicker .a-DateRangePicker-input {
|
94899
95282
|
border: none;
|
94900
|
-
border-bottom:
|
95283
|
+
border-bottom: 2px solid transparent;
|
94901
95284
|
outline: none;
|
94902
95285
|
padding: 0;
|
94903
95286
|
background: 0;
|
94904
95287
|
flex: 1;
|
94905
95288
|
width: 50%;
|
95289
|
+
line-height: 1.875rem;
|
95290
|
+
}
|
95291
|
+
|
95292
|
+
.amis-scope .a-DateRangePicker .a-DateRangePicker-input::placeholder {
|
95293
|
+
color: #b8babf;
|
94906
95294
|
}
|
94907
95295
|
|
94908
95296
|
.amis-scope .a-DateRangePicker .a-DateRangePicker-input.isActive {
|
94909
|
-
border-bottom:
|
95297
|
+
border-bottom: 2px solid #23b7e5;
|
94910
95298
|
}
|
94911
95299
|
|
94912
95300
|
.amis-scope .a-DateRangePicker .a-DateRangePicker-input-separator {
|
94913
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;
|
94914
95310
|
}
|
94915
95311
|
|
94916
95312
|
.amis-scope .a-DateRangePicker.is-disabled {
|
@@ -94992,10 +95388,14 @@ title: Word Break
|
|
94992
95388
|
padding: 0;
|
94993
95389
|
}
|
94994
95390
|
|
95391
|
+
.amis-scope .a-DateRangePicker-picker-wrap {
|
95392
|
+
display: flex;
|
95393
|
+
}
|
95394
|
+
|
94995
95395
|
.amis-scope .a-DateRangePicker-start,
|
94996
95396
|
.amis-scope .a-DateRangePicker-end {
|
94997
|
-
display:
|
94998
|
-
|
95397
|
+
display: flex;
|
95398
|
+
flex: 1;
|
94999
95399
|
}
|
95000
95400
|
|
95001
95401
|
.amis-scope .a-DateRangePicker-start .rdtPicker,
|
@@ -96247,6 +96647,7 @@ title: Word Break
|
|
96247
96647
|
|
96248
96648
|
.amis-scope .a-Tree-itemLabel {
|
96249
96649
|
display: flex;
|
96650
|
+
flex-direction: row;
|
96250
96651
|
align-items: center;
|
96251
96652
|
position: relative;
|
96252
96653
|
user-select: none;
|
@@ -96264,13 +96665,30 @@ title: Word Break
|
|
96264
96665
|
align-self: center;
|
96265
96666
|
}
|
96266
96667
|
|
96267
|
-
.amis-scope .a-Tree-itemLabel
|
96268
|
-
|
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;
|
96269
96680
|
}
|
96270
96681
|
|
96271
96682
|
.amis-scope .a-Tree-item .is-checked {
|
96272
|
-
|
96273
|
-
|
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;
|
96274
96692
|
}
|
96275
96693
|
|
96276
96694
|
.amis-scope .a-Tree-item .is-disabled {
|
@@ -96378,7 +96796,7 @@ title: Word Break
|
|
96378
96796
|
cursor: pointer;
|
96379
96797
|
width: 1rem;
|
96380
96798
|
display: inline-flex;
|
96381
|
-
margin-right: 0.
|
96799
|
+
margin-right: 0.5rem;
|
96382
96800
|
}
|
96383
96801
|
|
96384
96802
|
.amis-scope .a-Tree-itemArrow > svg {
|
@@ -96387,6 +96805,7 @@ title: Word Break
|
|
96387
96805
|
display: block;
|
96388
96806
|
transition: transform 0s;
|
96389
96807
|
top: 0;
|
96808
|
+
color: #84868c;
|
96390
96809
|
}
|
96391
96810
|
|
96392
96811
|
.amis-scope .a-Tree-itemArrow.is-folded > svg {
|
@@ -96409,7 +96828,7 @@ title: Word Break
|
|
96409
96828
|
|
96410
96829
|
.amis-scope .a-Tree-itemIcon {
|
96411
96830
|
display: inline-flex;
|
96412
|
-
margin-right: 0.
|
96831
|
+
margin-right: 0.5rem;
|
96413
96832
|
}
|
96414
96833
|
|
96415
96834
|
.amis-scope .a-Tree-rootIcon > svg,
|
@@ -96423,8 +96842,15 @@ title: Word Break
|
|
96423
96842
|
.amis-scope .a-Tree-itemText {
|
96424
96843
|
cursor: pointer;
|
96425
96844
|
flex: 1 auto;
|
96845
|
+
display: inline-block;
|
96426
96846
|
color: #58666e;
|
96427
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;
|
96428
96854
|
}
|
96429
96855
|
|
96430
96856
|
.amis-scope .is-disabled .a-Tree-itemText {
|
@@ -97262,11 +97688,19 @@ title: Word Break
|
|
97262
97688
|
user-select: none;
|
97263
97689
|
position: absolute;
|
97264
97690
|
line-height: 1.4285714286;
|
97691
|
+
padding: calc(
|
97692
|
+
(
|
97693
|
+
1.875rem - 1.4285714286 *
|
97694
|
+
0.875rem - 0.125rem
|
97695
|
+
) / 2
|
97696
|
+
) 0.5rem;
|
97265
97697
|
}
|
97266
97698
|
|
97267
97699
|
.amis-scope .a-Picker-input {
|
97268
97700
|
min-height: 1.875rem;
|
97269
97701
|
height: auto;
|
97702
|
+
padding: 0;
|
97703
|
+
flex-wrap: nowrap;
|
97270
97704
|
}
|
97271
97705
|
|
97272
97706
|
.amis-scope .a-Picker .a-Picker-values {
|
@@ -97276,6 +97710,12 @@ title: Word Break
|
|
97276
97710
|
.amis-scope .a-Picker-valueWrap {
|
97277
97711
|
flex-grow: 1;
|
97278
97712
|
position: relative;
|
97713
|
+
padding: calc(
|
97714
|
+
(
|
97715
|
+
1.875rem - 1.4285714286 *
|
97716
|
+
0.875rem - 0.125rem
|
97717
|
+
) / 2
|
97718
|
+
) 0.5rem;
|
97279
97719
|
}
|
97280
97720
|
|
97281
97721
|
.amis-scope .a-Picker-valueWrap > input {
|
@@ -97321,6 +97761,10 @@ title: Word Break
|
|
97321
97761
|
.amis-scope .a-Picker-btn {
|
97322
97762
|
cursor: pointer;
|
97323
97763
|
color: #4b5563;
|
97764
|
+
flex: 30px 0 0;
|
97765
|
+
display: flex;
|
97766
|
+
align-items: center;
|
97767
|
+
justify-content: center;
|
97324
97768
|
}
|
97325
97769
|
|
97326
97770
|
.amis-scope .a-Picker-btn:hover {
|
@@ -97518,7 +97962,7 @@ title: Word Break
|
|
97518
97962
|
line-height: 1;
|
97519
97963
|
cursor: pointer;
|
97520
97964
|
user-select: none;
|
97521
|
-
color: #
|
97965
|
+
color: #e8e9eb;
|
97522
97966
|
}
|
97523
97967
|
|
97524
97968
|
.amis-scope .a-Rating-star-half > svg.icon,
|
@@ -97549,8 +97993,8 @@ title: Word Break
|
|
97549
97993
|
}
|
97550
97994
|
|
97551
97995
|
.amis-scope .a-Rating-text {
|
97552
|
-
font-size: 0.
|
97553
|
-
color:
|
97996
|
+
font-size: 0.875rem;
|
97997
|
+
color: var(--Rating-text-color);
|
97554
97998
|
font-weight: 400;
|
97555
97999
|
}
|
97556
98000
|
|
@@ -97626,6 +98070,7 @@ title: Word Break
|
|
97626
98070
|
max-height: 100%;
|
97627
98071
|
overflow: auto;
|
97628
98072
|
position: relative;
|
98073
|
+
padding: 0;
|
97629
98074
|
}
|
97630
98075
|
|
97631
98076
|
.amis-scope .a-Transfer-select > .a-ChainedSelection {
|
@@ -97657,10 +98102,6 @@ title: Word Break
|
|
97657
98102
|
overflow: hidden;
|
97658
98103
|
}
|
97659
98104
|
|
97660
|
-
.amis-scope .a-Transfer-search + .a-Transfer-selection {
|
97661
|
-
border-top: 1px solid #d1d5db;
|
97662
|
-
}
|
97663
|
-
|
97664
98105
|
.amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
|
97665
98106
|
height: 100%;
|
97666
98107
|
display: flex;
|
@@ -97886,6 +98327,12 @@ title: Word Break
|
|
97886
98327
|
position: relative;
|
97887
98328
|
}
|
97888
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
|
+
|
97889
98336
|
.amis-scope .a-NestedSelect {
|
97890
98337
|
position: relative;
|
97891
98338
|
}
|
@@ -98412,7 +98859,7 @@ title: Word Break
|
|
98412
98859
|
|
98413
98860
|
.amis-scope .a-Form-label {
|
98414
98861
|
font-weight: 400;
|
98415
|
-
margin-bottom: 0.
|
98862
|
+
margin-bottom: 0.5rem;
|
98416
98863
|
position: relative;
|
98417
98864
|
font-size: 0.875rem;
|
98418
98865
|
color: #5e626a;
|
@@ -98531,6 +98978,10 @@ title: Word Break
|
|
98531
98978
|
color: #f05050;
|
98532
98979
|
}
|
98533
98980
|
|
98981
|
+
.amis-scope .a-Form-item .a-Form-control--withSize > .a-ResultBox {
|
98982
|
+
display: flex;
|
98983
|
+
}
|
98984
|
+
|
98534
98985
|
.amis-scope .a-Form-placeholder {
|
98535
98986
|
color: #99a6ad;
|
98536
98987
|
}
|
@@ -99497,7 +99948,7 @@ title: Word Break
|
|
99497
99948
|
margin: 0;
|
99498
99949
|
padding: 0;
|
99499
99950
|
width: 8.75rem;
|
99500
|
-
border-
|
99951
|
+
border-left: 0.125rem solid #d3dae0;
|
99501
99952
|
padding-bottom: 3.75rem;
|
99502
99953
|
}
|
99503
99954
|
|
@@ -99509,27 +99960,44 @@ title: Word Break
|
|
99509
99960
|
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
99510
99961
|
display: block;
|
99511
99962
|
border: 0.0625rem solid transparent;
|
99512
|
-
border-width: 0 0
|
99963
|
+
border-width: 0 0 0 0.125rem;
|
99513
99964
|
color: #58666e;
|
99514
|
-
padding: 0
|
99515
|
-
|
99965
|
+
padding: 0 0.5rem;
|
99966
|
+
padding-left: 0.625rem;
|
99967
|
+
font-size: 0.75rem;
|
99516
99968
|
outline: none;
|
99517
|
-
text-align:
|
99969
|
+
text-align: left;
|
99518
99970
|
text-decoration: none;
|
99519
99971
|
cursor: pointer;
|
99520
99972
|
margin: 0;
|
99973
|
+
margin-left: -0.125rem;
|
99974
|
+
height: 2rem;
|
99975
|
+
line-height: 2rem;
|
99521
99976
|
}
|
99522
99977
|
|
99523
99978
|
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
99524
99979
|
color: #7266ba;
|
99525
99980
|
}
|
99526
99981
|
|
99527
|
-
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link
|
99528
|
-
|
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 {
|
99529
99987
|
color: #7266ba;
|
99530
99988
|
border-color: #7266ba;
|
99531
99989
|
}
|
99532
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
|
+
|
99533
100001
|
.amis-scope .a-AnchorNav--horizontal {
|
99534
100002
|
flex-direction: column;
|
99535
100003
|
}
|
@@ -100404,6 +100872,10 @@ title: Word Break
|
|
100404
100872
|
background-color: #e6e6e8;
|
100405
100873
|
}
|
100406
100874
|
|
100875
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line-icon {
|
100876
|
+
left: 0.75rem;
|
100877
|
+
}
|
100878
|
+
|
100407
100879
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
100408
100880
|
position: absolute;
|
100409
100881
|
width: 0.5rem;
|
@@ -100450,11 +100922,20 @@ title: Word Break
|
|
100450
100922
|
}
|
100451
100923
|
|
100452
100924
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
100925
|
+
display: flex;
|
100453
100926
|
color: #151a26;
|
100454
100927
|
font-size: var(--Timeline--font-size);
|
100455
100928
|
margin-bottom: 0.25rem;
|
100456
100929
|
}
|
100457
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
|
+
|
100458
100939
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
100459
100940
|
display: flex;
|
100460
100941
|
cursor: pointer;
|
@@ -100475,6 +100956,7 @@ title: Word Break
|
|
100475
100956
|
|
100476
100957
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
100477
100958
|
display: block;
|
100959
|
+
border-radius: 0.25rem;
|
100478
100960
|
max-width: 18.75rem;
|
100479
100961
|
font-size: var(--Timeline--font-size);
|
100480
100962
|
padding: 0.625rem;
|
@@ -100526,7 +101008,7 @@ title: Word Break
|
|
100526
101008
|
position: absolute;
|
100527
101009
|
height: 0.125rem;
|
100528
101010
|
width: calc(100% - 0.8125rem);
|
100529
|
-
left: 1.
|
101011
|
+
left: 1.125rem;
|
100530
101012
|
top: 0.8125rem;
|
100531
101013
|
background-color: #e6e6e8;
|
100532
101014
|
}
|
@@ -100566,6 +101048,7 @@ title: Word Break
|
|
100566
101048
|
}
|
100567
101049
|
|
100568
101050
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content {
|
101051
|
+
margin-top: -0.1875rem;
|
100569
101052
|
padding-bottom: 1rem;
|
100570
101053
|
margin-left: 0.125rem;
|
100571
101054
|
}
|
@@ -100602,6 +101085,7 @@ title: Word Break
|
|
100602
101085
|
|
100603
101086
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
100604
101087
|
display: block;
|
101088
|
+
border-radius: 0.25rem;
|
100605
101089
|
max-width: 18.75rem;
|
100606
101090
|
font-size: var(--Timeline--font-size);
|
100607
101091
|
padding: 0.625rem;
|
@@ -100654,7 +101138,7 @@ title: Word Break
|
|
100654
101138
|
}
|
100655
101139
|
|
100656
101140
|
.amis-scope .a-Tag--normal--inactive {
|
100657
|
-
background: #
|
101141
|
+
background: #b8babf;
|
100658
101142
|
}
|
100659
101143
|
|
100660
101144
|
.amis-scope .a-Tag--normal--active {
|
@@ -100662,19 +101146,19 @@ title: Word Break
|
|
100662
101146
|
}
|
100663
101147
|
|
100664
101148
|
.amis-scope .a-Tag--normal--processing {
|
100665
|
-
background: #
|
101149
|
+
background: #528eff;
|
100666
101150
|
}
|
100667
101151
|
|
100668
101152
|
.amis-scope .a-Tag--normal--success {
|
100669
|
-
background: #
|
101153
|
+
background: #30bf13;
|
100670
101154
|
}
|
100671
101155
|
|
100672
101156
|
.amis-scope .a-Tag--normal--error {
|
100673
|
-
background: #
|
101157
|
+
background: #f33e3e;
|
100674
101158
|
}
|
100675
101159
|
|
100676
101160
|
.amis-scope .a-Tag--normal--warning {
|
100677
|
-
background: #
|
101161
|
+
background: #ff9326;
|
100678
101162
|
}
|
100679
101163
|
|
100680
101164
|
.amis-scope .a-Tag--rounded {
|
@@ -100686,8 +101170,8 @@ title: Word Break
|
|
100686
101170
|
}
|
100687
101171
|
|
100688
101172
|
.amis-scope .a-Tag--rounded--inactive {
|
100689
|
-
border-color: #
|
100690
|
-
color: #
|
101173
|
+
border-color: #b8babf;
|
101174
|
+
color: #b8babf;
|
100691
101175
|
}
|
100692
101176
|
|
100693
101177
|
.amis-scope .a-Tag--rounded--active {
|
@@ -100696,23 +101180,23 @@ title: Word Break
|
|
100696
101180
|
}
|
100697
101181
|
|
100698
101182
|
.amis-scope .a-Tag--rounded--processing {
|
100699
|
-
border-color: #
|
100700
|
-
color: #
|
101183
|
+
border-color: #528eff;
|
101184
|
+
color: #528eff;
|
100701
101185
|
}
|
100702
101186
|
|
100703
101187
|
.amis-scope .a-Tag--rounded--success {
|
100704
|
-
border-color: #
|
100705
|
-
color: #
|
101188
|
+
border-color: #30bf13;
|
101189
|
+
color: #30bf13;
|
100706
101190
|
}
|
100707
101191
|
|
100708
101192
|
.amis-scope .a-Tag--rounded--error {
|
100709
|
-
border-color: #
|
100710
|
-
color: #
|
101193
|
+
border-color: #f33e3e;
|
101194
|
+
color: #f33e3e;
|
100711
101195
|
}
|
100712
101196
|
|
100713
101197
|
.amis-scope .a-Tag--rounded--warning {
|
100714
|
-
border-color: #
|
100715
|
-
color: #
|
101198
|
+
border-color: #ff9326;
|
101199
|
+
color: #ff9326;
|
100716
101200
|
}
|
100717
101201
|
|
100718
101202
|
.amis-scope .a-Tag--status {
|
@@ -100720,7 +101204,7 @@ title: Word Break
|
|
100720
101204
|
}
|
100721
101205
|
|
100722
101206
|
.amis-scope .a-Tag--status--inactive .a-Tag--prev {
|
100723
|
-
color: #
|
101207
|
+
color: #b8babf;
|
100724
101208
|
}
|
100725
101209
|
|
100726
101210
|
.amis-scope .a-Tag--status--active .a-Tag--prev {
|
@@ -100728,19 +101212,19 @@ title: Word Break
|
|
100728
101212
|
}
|
100729
101213
|
|
100730
101214
|
.amis-scope .a-Tag--status--processing .a-Tag--prev {
|
100731
|
-
color: #
|
101215
|
+
color: #528eff;
|
100732
101216
|
}
|
100733
101217
|
|
100734
101218
|
.amis-scope .a-Tag--status--success .a-Tag--prev {
|
100735
|
-
color: #
|
101219
|
+
color: #30bf13;
|
100736
101220
|
}
|
100737
101221
|
|
100738
101222
|
.amis-scope .a-Tag--status--error .a-Tag--prev {
|
100739
|
-
color: #
|
101223
|
+
color: #f33e3e;
|
100740
101224
|
}
|
100741
101225
|
|
100742
101226
|
.amis-scope .a-Tag--status--warning .a-Tag--prev {
|
100743
|
-
color: #
|
101227
|
+
color: #ff9326;
|
100744
101228
|
}
|
100745
101229
|
|
100746
101230
|
.amis-scope .a-Tag--status:not(.a-Tag--status--processing):not(.a-Tag--status--active) .icon-dot #dotWave {
|