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/antd-ie11.css
CHANGED
@@ -74166,6 +74166,10 @@ title: Word Break
|
|
74166
74166
|
border: 1px solid #f9f9f9;
|
74167
74167
|
}
|
74168
74168
|
|
74169
|
+
.amis-scope .rdtPickerNotDays {
|
74170
|
+
width: 192px;
|
74171
|
+
}
|
74172
|
+
|
74169
74173
|
.amis-scope .rdtOpen .rdtPicker {
|
74170
74174
|
display: block;
|
74171
74175
|
}
|
@@ -74212,7 +74216,7 @@ title: Word Break
|
|
74212
74216
|
.amis-scope .rdtPicker td > span {
|
74213
74217
|
display: inline-block;
|
74214
74218
|
border-radius: 2px;
|
74215
|
-
height:
|
74219
|
+
height: 24px;
|
74216
74220
|
width: 24px;
|
74217
74221
|
}
|
74218
74222
|
|
@@ -74837,10 +74841,14 @@ title: Word Break
|
|
74837
74841
|
}
|
74838
74842
|
|
74839
74843
|
.amis-scope a:hover {
|
74840
|
-
color: #
|
74844
|
+
color: #528eff;
|
74841
74845
|
text-decoration: none;
|
74842
74846
|
}
|
74843
74847
|
|
74848
|
+
.amis-scope a:active {
|
74849
|
+
color: #144bcc;
|
74850
|
+
}
|
74851
|
+
|
74844
74852
|
.amis-scope label {
|
74845
74853
|
font-weight: 400;
|
74846
74854
|
}
|
@@ -77054,6 +77062,8 @@ title: Word Break
|
|
77054
77062
|
|
77055
77063
|
.amis-scope .antd-Breadcrumb-item {
|
77056
77064
|
position: relative;
|
77065
|
+
display: inline-flex;
|
77066
|
+
align-items: center;
|
77057
77067
|
}
|
77058
77068
|
|
77059
77069
|
.amis-scope .antd-Breadcrumb-item-default {
|
@@ -77061,6 +77071,14 @@ title: Word Break
|
|
77061
77071
|
color: #83868c;
|
77062
77072
|
}
|
77063
77073
|
|
77074
|
+
.amis-scope .antd-Breadcrumb-item-default:hover {
|
77075
|
+
color: #2468f2;
|
77076
|
+
}
|
77077
|
+
|
77078
|
+
.amis-scope .antd-Breadcrumb-item-default:active {
|
77079
|
+
color: #1c53c1;
|
77080
|
+
}
|
77081
|
+
|
77064
77082
|
.amis-scope .antd-Breadcrumb-item-dropdown {
|
77065
77083
|
cursor: pointer;
|
77066
77084
|
color: #151a26;
|
@@ -77080,7 +77098,8 @@ title: Word Break
|
|
77080
77098
|
}
|
77081
77099
|
|
77082
77100
|
.amis-scope .antd-Breadcrumb-item-caret {
|
77083
|
-
|
77101
|
+
height: 16px;
|
77102
|
+
margin: 0 2px;
|
77084
77103
|
cursor: pointer;
|
77085
77104
|
display: inline-block;
|
77086
77105
|
transition: transform 0s ease;
|
@@ -77210,6 +77229,7 @@ title: Word Break
|
|
77210
77229
|
white-space: nowrap;
|
77211
77230
|
text-align: center;
|
77212
77231
|
padding: 0 6px;
|
77232
|
+
border: 1px solid #FFFFFF;
|
77213
77233
|
}
|
77214
77234
|
|
77215
77235
|
.amis-scope .antd-Badge-dot {
|
@@ -77293,14 +77313,19 @@ title: Word Break
|
|
77293
77313
|
@keyframes modalIn {
|
77294
77314
|
from {
|
77295
77315
|
opacity: 0;
|
77296
|
-
|
77316
|
+
width: 0;
|
77317
|
+
height: 0;
|
77318
|
+
bottom: -999px;
|
77297
77319
|
}
|
77298
77320
|
}
|
77299
77321
|
|
77300
77322
|
@keyframes modalOut {
|
77301
77323
|
to {
|
77302
77324
|
opacity: 0;
|
77303
|
-
|
77325
|
+
opacity: 0;
|
77326
|
+
width: 0;
|
77327
|
+
height: 0;
|
77328
|
+
bottom: -999px;
|
77304
77329
|
}
|
77305
77330
|
}
|
77306
77331
|
|
@@ -77374,7 +77399,7 @@ title: Word Break
|
|
77374
77399
|
2.5rem - 1.57 *
|
77375
77400
|
0.875rem
|
77376
77401
|
) / 2
|
77377
|
-
)
|
77402
|
+
) 1.5rem;
|
77378
77403
|
background: #fff;
|
77379
77404
|
border-bottom: 0.0625rem solid #dfe2e6;
|
77380
77405
|
border-top-left-radius: 2px;
|
@@ -77406,8 +77431,8 @@ title: Word Break
|
|
77406
77431
|
}
|
77407
77432
|
|
77408
77433
|
.amis-scope .antd-Modal-close svg {
|
77409
|
-
width:
|
77410
|
-
height:
|
77434
|
+
width: 1rem;
|
77435
|
+
height: 1rem;
|
77411
77436
|
fill: #999;
|
77412
77437
|
}
|
77413
77438
|
|
@@ -77432,19 +77457,17 @@ title: Word Break
|
|
77432
77457
|
}
|
77433
77458
|
|
77434
77459
|
.amis-scope .antd-Modal-body {
|
77435
|
-
|
77460
|
+
margin: 1rem 0 1.5rem 0;
|
77436
77461
|
flex-grow: 1;
|
77437
|
-
|
77438
|
-
|
77439
|
-
.amis-scope .antd-Modal-header + .antd-Modal-body {
|
77440
|
-
padding-top: 1rem;
|
77462
|
+
height: auto;
|
77463
|
+
padding: 0 1.5rem;
|
77441
77464
|
}
|
77442
77465
|
|
77443
77466
|
.amis-scope .antd-Modal-footer {
|
77444
77467
|
display: flex;
|
77445
77468
|
align-items: center;
|
77446
77469
|
justify-content: flex-end;
|
77447
|
-
padding: 0.5rem;
|
77470
|
+
padding: 0.5rem 1.5rem;
|
77448
77471
|
border-top: 0.0625rem solid #dfe2e6;
|
77449
77472
|
margin: 0 0;
|
77450
77473
|
border-bottom-left-radius: 2px;
|
@@ -77628,12 +77651,12 @@ title: Word Break
|
|
77628
77651
|
|
77629
77652
|
.amis-scope .antd-Drawer-title {
|
77630
77653
|
font-size: 0.875rem;
|
77631
|
-
color: #
|
77654
|
+
color: #151b26;
|
77632
77655
|
}
|
77633
77656
|
|
77634
77657
|
.amis-scope .antd-Drawer-close {
|
77635
77658
|
position: absolute;
|
77636
|
-
color: #
|
77659
|
+
color: #151b26;
|
77637
77660
|
line-height: 1;
|
77638
77661
|
text-decoration: none;
|
77639
77662
|
}
|
@@ -77642,7 +77665,7 @@ title: Word Break
|
|
77642
77665
|
margin-top: 0.125rem;
|
77643
77666
|
width: 0.75rem;
|
77644
77667
|
height: 0.75rem;
|
77645
|
-
fill: #
|
77668
|
+
fill: #151b26;
|
77646
77669
|
}
|
77647
77670
|
|
77648
77671
|
.amis-scope .antd-Drawer-close:not(.is-disabled) {
|
@@ -78608,7 +78631,7 @@ title: Word Break
|
|
78608
78631
|
pointer-events: auto;
|
78609
78632
|
margin-bottom: 0.25rem;
|
78610
78633
|
padding: 0.25rem 1rem;
|
78611
|
-
box-shadow:
|
78634
|
+
box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
|
78612
78635
|
border-radius: 0.125rem;
|
78613
78636
|
border: 0 solid;
|
78614
78637
|
color: rgba(0, 0, 0, 0.85);
|
@@ -78812,18 +78835,30 @@ title: Word Break
|
|
78812
78835
|
.amis-scope .antd-Alert {
|
78813
78836
|
font-size: 0.875rem;
|
78814
78837
|
box-shadow: none;
|
78815
|
-
padding: 0.
|
78838
|
+
padding: 0.25rem 1rem;
|
78816
78839
|
border: 0.0625rem solid transparent;
|
78817
78840
|
border-radius: 0.285rem;
|
78818
78841
|
margin-bottom: 1rem;
|
78819
78842
|
position: relative;
|
78820
|
-
color:
|
78843
|
+
color: #151b26;
|
78821
78844
|
display: flex;
|
78822
78845
|
flex-flow: row nowrap;
|
78823
78846
|
justify-content: space-between;
|
78824
78847
|
align-items: flex-start;
|
78825
78848
|
}
|
78826
78849
|
|
78850
|
+
.amis-scope .antd-Alert-has-title {
|
78851
|
+
padding: 1rem;
|
78852
|
+
}
|
78853
|
+
|
78854
|
+
.amis-scope .antd-Alert-has-title .antd-Alert-content .antd-Alert-title {
|
78855
|
+
line-height: 1.375rem;
|
78856
|
+
}
|
78857
|
+
|
78858
|
+
.amis-scope .antd-Alert-has-title .antd-Alert-content .antd-Alert-desc {
|
78859
|
+
line-height: 1.25rem;
|
78860
|
+
}
|
78861
|
+
|
78827
78862
|
.amis-scope .antd-Alert-icon {
|
78828
78863
|
margin-right: 0.5rem;
|
78829
78864
|
font-size: 1rem;
|
@@ -79221,9 +79256,17 @@ title: Word Break
|
|
79221
79256
|
outline: none;
|
79222
79257
|
}
|
79223
79258
|
|
79259
|
+
.amis-scope .antd-Tabs-links > .antd-Tabs-link:hover .antd-Tabs-link-close {
|
79260
|
+
width: 0.75rem;
|
79261
|
+
margin-left: 0.25rem;
|
79262
|
+
}
|
79263
|
+
|
79224
79264
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link .antd-Tabs-link-close {
|
79225
|
-
|
79265
|
+
width: 0;
|
79266
|
+
margin: 0.0625rem 0 0;
|
79226
79267
|
fill: #83868c;
|
79268
|
+
transition: all 0s linear;
|
79269
|
+
overflow: hidden;
|
79227
79270
|
cursor: pointer;
|
79228
79271
|
}
|
79229
79272
|
|
@@ -79248,6 +79291,16 @@ title: Word Break
|
|
79248
79291
|
white-space: nowrap;
|
79249
79292
|
}
|
79250
79293
|
|
79294
|
+
.amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child > .antd-Icon {
|
79295
|
+
margin-right: 0.5rem;
|
79296
|
+
vertical-align: unset;
|
79297
|
+
}
|
79298
|
+
|
79299
|
+
.amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child > img.antd-Icon {
|
79300
|
+
position: relative;
|
79301
|
+
top: 0.125em;
|
79302
|
+
}
|
79303
|
+
|
79251
79304
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link > .antd-Combo-toolbarBtn {
|
79252
79305
|
position: absolute;
|
79253
79306
|
right: -10px;
|
@@ -79272,7 +79325,7 @@ title: Word Break
|
|
79272
79325
|
|
79273
79326
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link.disabled > a:first-child,
|
79274
79327
|
.amis-scope .antd-Tabs-links > .antd-Tabs-link.is-disabled > a:first-child {
|
79275
|
-
color:
|
79328
|
+
color: #b8babf;
|
79276
79329
|
background: transparent;
|
79277
79330
|
border-color: transparent;
|
79278
79331
|
pointer-events: none;
|
@@ -79309,6 +79362,15 @@ title: Word Break
|
|
79309
79362
|
}
|
79310
79363
|
|
79311
79364
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper {
|
79365
|
+
position: relative;
|
79366
|
+
}
|
79367
|
+
|
79368
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper::before {
|
79369
|
+
content: "";
|
79370
|
+
position: absolute;
|
79371
|
+
width: 100%;
|
79372
|
+
left: 0;
|
79373
|
+
bottom: 0;
|
79312
79374
|
border-bottom: 0.0625rem solid #d9d9d9;
|
79313
79375
|
}
|
79314
79376
|
|
@@ -79366,6 +79428,12 @@ title: Word Break
|
|
79366
79428
|
fill: #1890ff;
|
79367
79429
|
}
|
79368
79430
|
|
79431
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active,
|
79432
|
+
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
79433
|
+
color: #144BCC;
|
79434
|
+
border-color: #144BCC;
|
79435
|
+
}
|
79436
|
+
|
79369
79437
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksWrapper > .antd-Tabs-links > li:last-child > a,
|
79370
79438
|
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:last-child > a {
|
79371
79439
|
margin: 0;
|
@@ -79727,12 +79795,14 @@ title: Word Break
|
|
79727
79795
|
font-size: 1.5rem;
|
79728
79796
|
height: 1.5rem;
|
79729
79797
|
margin-bottom: 0.3125rem;
|
79798
|
+
margin-right: 0;
|
79799
|
+
top: 0;
|
79730
79800
|
}
|
79731
79801
|
|
79732
79802
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li.is-active > a:first-child,
|
79733
79803
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child:hover,
|
79734
79804
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-linksWrapper > .antd-Tabs-links > li > a:first-child:focus {
|
79735
|
-
color:
|
79805
|
+
color: #2468f2;
|
79736
79806
|
}
|
79737
79807
|
|
79738
79808
|
.amis-scope .antd-Tabs--sidebar > .antd-Tabs-content {
|
@@ -79885,7 +79955,7 @@ title: Word Break
|
|
79885
79955
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li {
|
79886
79956
|
position: relative;
|
79887
79957
|
border: none;
|
79888
|
-
padding:
|
79958
|
+
padding: 0.25rem 1rem;
|
79889
79959
|
}
|
79890
79960
|
|
79891
79961
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li::after {
|
@@ -79900,7 +79970,6 @@ title: Word Break
|
|
79900
79970
|
}
|
79901
79971
|
|
79902
79972
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > .antd-Tabs-link-close {
|
79903
|
-
padding-top: 0.0625rem;
|
79904
79973
|
cursor: pointer;
|
79905
79974
|
}
|
79906
79975
|
|
@@ -79918,6 +79987,12 @@ title: Word Break
|
|
79918
79987
|
border: none;
|
79919
79988
|
}
|
79920
79989
|
|
79990
|
+
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:hover:active,
|
79991
|
+
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:not(.is-disabled):hover > a:first-child:hover:active {
|
79992
|
+
color: #144BCC;
|
79993
|
+
border-color: #144BCC;
|
79994
|
+
}
|
79995
|
+
|
79921
79996
|
.amis-scope .antd-Tabs--simple > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:not(.is-disabled):hover .antd-Tabs-link-close {
|
79922
79997
|
fill: #1890ff;
|
79923
79998
|
}
|
@@ -80026,6 +80101,12 @@ title: Word Break
|
|
80026
80101
|
color: #1890ff;
|
80027
80102
|
}
|
80028
80103
|
|
80104
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link.is-active > a:first-child:hover:active,
|
80105
|
+
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link:not(.is-disabled):hover > a:first-child:hover:active {
|
80106
|
+
color: #144BCC;
|
80107
|
+
border-color: #144BCC;
|
80108
|
+
}
|
80109
|
+
|
80029
80110
|
.amis-scope .antd-Tabs--strong > .antd-Tabs-linksContainer-wrapper > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > .antd-Tabs-link:not(.is-disabled):hover .antd-Tabs-link-close {
|
80030
80111
|
fill: #1890ff;
|
80031
80112
|
}
|
@@ -81975,6 +82056,7 @@ title: Word Break
|
|
81975
82056
|
.amis-scope .antd-Collapse-arrow {
|
81976
82057
|
display: inline-block;
|
81977
82058
|
width: 1rem;
|
82059
|
+
height: 1rem;
|
81978
82060
|
text-align: center;
|
81979
82061
|
margin-right: 0.5rem;
|
81980
82062
|
}
|
@@ -81986,7 +82068,7 @@ title: Word Break
|
|
81986
82068
|
width: 0.375rem;
|
81987
82069
|
height: 0.375rem;
|
81988
82070
|
top: -0.125rem;
|
81989
|
-
border-color: #
|
82071
|
+
border-color: #84868c;
|
81990
82072
|
border-style: solid;
|
81991
82073
|
border-width: 0.0625rem 0.0625rem 0 0;
|
81992
82074
|
transform: rotate(45deg);
|
@@ -82020,7 +82102,7 @@ title: Word Break
|
|
82020
82102
|
}
|
82021
82103
|
|
82022
82104
|
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
82023
|
-
background-color:
|
82105
|
+
background-color: #f7f7f9;
|
82024
82106
|
}
|
82025
82107
|
|
82026
82108
|
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
@@ -82074,10 +82156,26 @@ title: Word Break
|
|
82074
82156
|
border-radius: 4px 4px 0 0;
|
82075
82157
|
}
|
82076
82158
|
|
82159
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:first-child > .antd-Collapse-header {
|
82160
|
+
border-radius: 4px 4px 0 0;
|
82161
|
+
}
|
82162
|
+
|
82077
82163
|
.amis-scope .antd-CollapseGroup .antd-Collapse:last-child {
|
82078
82164
|
border-radius: 0 0 4px 4px;
|
82079
82165
|
}
|
82080
82166
|
|
82167
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:last-child > .antd-Collapse-header {
|
82168
|
+
border-radius: 0 0 4px 4px;
|
82169
|
+
}
|
82170
|
+
|
82171
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:first-child:nth-last-child(1) {
|
82172
|
+
border-radius: 4px;
|
82173
|
+
}
|
82174
|
+
|
82175
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:first-child:nth-last-child(1) > .antd-Collapse-header {
|
82176
|
+
border-radius: 4px;
|
82177
|
+
}
|
82178
|
+
|
82081
82179
|
.amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
82082
82180
|
border-bottom: none;
|
82083
82181
|
}
|
@@ -82949,7 +83047,11 @@ title: Word Break
|
|
82949
83047
|
align-items: center;
|
82950
83048
|
}
|
82951
83049
|
|
82952
|
-
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
83050
|
+
.amis-scope .antd-Crud-toolbar-item--left:not(:first-child) {
|
83051
|
+
margin-left: 0.25rem;
|
83052
|
+
}
|
83053
|
+
|
83054
|
+
.amis-scope .antd-Crud-toolbar-item--right:not(:last-child) {
|
82953
83055
|
margin-left: 0.25rem;
|
82954
83056
|
}
|
82955
83057
|
|
@@ -83013,7 +83115,11 @@ title: Word Break
|
|
83013
83115
|
vertical-align: middle;
|
83014
83116
|
}
|
83015
83117
|
|
83016
|
-
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
83118
|
+
.amis-scope .antd-Crud-toolbar-item--left:not(:first-child) {
|
83119
|
+
margin-left: 0.25rem;
|
83120
|
+
}
|
83121
|
+
|
83122
|
+
.amis-scope .antd-Crud-toolbar-item--right:not(:last-child) {
|
83017
83123
|
margin-left: 0.25rem;
|
83018
83124
|
}
|
83019
83125
|
|
@@ -83103,7 +83209,11 @@ title: Word Break
|
|
83103
83209
|
align-items: center;
|
83104
83210
|
}
|
83105
83211
|
|
83106
|
-
.amis-scope .antd-Crud2-toolbar-item:not(:first-child) {
|
83212
|
+
.amis-scope .antd-Crud2-toolbar-item--left:not(:first-child) {
|
83213
|
+
margin-left: 0.25rem;
|
83214
|
+
}
|
83215
|
+
|
83216
|
+
.amis-scope .antd-Crud2-toolbar-item--right:not(:last-child) {
|
83107
83217
|
margin-left: 0.25rem;
|
83108
83218
|
}
|
83109
83219
|
|
@@ -83161,7 +83271,11 @@ title: Word Break
|
|
83161
83271
|
vertical-align: middle;
|
83162
83272
|
}
|
83163
83273
|
|
83164
|
-
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
83274
|
+
.amis-scope .antd-Crud-toolbar-item--left:not(:first-child) {
|
83275
|
+
margin-left: 0.25rem;
|
83276
|
+
}
|
83277
|
+
|
83278
|
+
.amis-scope .antd-Crud-toolbar-item--right:not(:last-child) {
|
83165
83279
|
margin-left: 0.25rem;
|
83166
83280
|
}
|
83167
83281
|
|
@@ -83240,10 +83354,20 @@ title: Word Break
|
|
83240
83354
|
background: #fff;
|
83241
83355
|
z-index: -1;
|
83242
83356
|
opacity: 0;
|
83357
|
+
}
|
83358
|
+
|
83359
|
+
.amis-scope .antd-Table-fixedTop-shadow {
|
83360
|
+
position: absolute;
|
83243
83361
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
83362
|
+
z-index: -1;
|
83363
|
+
height: 10px;
|
83364
|
+
margin-top: -10px;
|
83365
|
+
background-color: transparent;
|
83366
|
+
opacity: 0;
|
83244
83367
|
}
|
83245
83368
|
|
83246
|
-
.amis-scope .antd-Table-fixedTop.in
|
83369
|
+
.amis-scope .antd-Table-fixedTop.in,
|
83370
|
+
.amis-scope .antd-Table-fixedTop.in + .antd-Table-fixedTop-shadow {
|
83247
83371
|
position: fixed;
|
83248
83372
|
opacity: 1;
|
83249
83373
|
z-index: 900;
|
@@ -83421,6 +83545,10 @@ title: Word Break
|
|
83421
83545
|
text-align: right;
|
83422
83546
|
}
|
83423
83547
|
|
83548
|
+
.amis-scope .antd-Table-table td .antd-SwitchControl {
|
83549
|
+
padding-top: 0;
|
83550
|
+
}
|
83551
|
+
|
83424
83552
|
.amis-scope .antd-Table-table--withCombine > thead > tr > th:first-child,
|
83425
83553
|
.amis-scope .antd-Table-table--withCombine > tbody > tr > td:first-child {
|
83426
83554
|
padding-left: 0.5rem !important;
|
@@ -83457,6 +83585,7 @@ title: Word Break
|
|
83457
83585
|
(2.5rem - 0.875rem * 1.57) /
|
83458
83586
|
2
|
83459
83587
|
) 0.5rem;
|
83588
|
+
text-align: left;
|
83460
83589
|
border-bottom: 0.0625rem solid #d9d9d9;
|
83461
83590
|
font-size: 0.875rem;
|
83462
83591
|
color: #333;
|
@@ -83465,11 +83594,15 @@ title: Word Break
|
|
83465
83594
|
}
|
83466
83595
|
|
83467
83596
|
.amis-scope .antd-Table-table > thead > tr > th:first-child {
|
83597
|
+
padding-left: 0.75rem;
|
83598
|
+
}
|
83599
|
+
|
83600
|
+
.amis-scope .antd-Table-table > thead > tr > th:first-child.antd-Table-checkCell {
|
83468
83601
|
padding-left: 1rem;
|
83469
83602
|
}
|
83470
83603
|
|
83471
83604
|
.amis-scope .antd-Table-table > thead > tr > th:last-child {
|
83472
|
-
padding-right:
|
83605
|
+
padding-right: 0.75rem;
|
83473
83606
|
}
|
83474
83607
|
|
83475
83608
|
.amis-scope .antd-Table-table > thead > tr > th:last-child .antd-Table-content-colDragLine {
|
@@ -83485,6 +83618,14 @@ title: Word Break
|
|
83485
83618
|
margin-left: 0.25rem;
|
83486
83619
|
}
|
83487
83620
|
|
83621
|
+
.amis-scope .antd-Table-table > thead > tr > th:first-child {
|
83622
|
+
border-top-left-radius: 4px;
|
83623
|
+
}
|
83624
|
+
|
83625
|
+
.amis-scope .antd-Table-table > thead > tr > th:last-child {
|
83626
|
+
border-top-right-radius: 4px;
|
83627
|
+
}
|
83628
|
+
|
83488
83629
|
.amis-scope .antd-Table-table > thead > tr + tr {
|
83489
83630
|
border-top: 0.0625rem solid #d9d9d9;
|
83490
83631
|
}
|
@@ -83552,6 +83693,14 @@ title: Word Break
|
|
83552
83693
|
border-color: #d9d9d9;
|
83553
83694
|
}
|
83554
83695
|
|
83696
|
+
.amis-scope .antd-Table-table > tbody > tr:active {
|
83697
|
+
background: transparent;
|
83698
|
+
}
|
83699
|
+
|
83700
|
+
.amis-scope .antd-Table-table > tbody > tr:hover.antd-Table-placeholder {
|
83701
|
+
color: #999;
|
83702
|
+
}
|
83703
|
+
|
83555
83704
|
.amis-scope .antd-Table-table > tbody > tr.is-checked {
|
83556
83705
|
background: #e6f7ff;
|
83557
83706
|
border-color: #d9d9d9;
|
@@ -84384,7 +84533,6 @@ title: Word Break
|
|
84384
84533
|
|
84385
84534
|
.amis-scope .antd-Table-table > thead > tr > th.antd-Table-checkCell,
|
84386
84535
|
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-checkCell {
|
84387
|
-
border-right: 0;
|
84388
84536
|
width: 0.0625rem;
|
84389
84537
|
padding-right: 0.5rem;
|
84390
84538
|
white-space: nowrap;
|
@@ -84395,6 +84543,10 @@ title: Word Break
|
|
84395
84543
|
margin: 0;
|
84396
84544
|
}
|
84397
84545
|
|
84546
|
+
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-checkCell {
|
84547
|
+
border-right: 0;
|
84548
|
+
}
|
84549
|
+
|
84398
84550
|
.amis-scope .antd-Table-table > thead > tr > th.antd-Table-expandCell,
|
84399
84551
|
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
|
84400
84552
|
border-right: 0;
|
@@ -84577,14 +84729,14 @@ title: Word Break
|
|
84577
84729
|
height: 12px;
|
84578
84730
|
}
|
84579
84731
|
|
84580
|
-
.amis-scope .antd-TableCell-searchBtn:hover {
|
84581
|
-
color: rgba(0, 0, 0, 0.85);
|
84582
|
-
}
|
84583
|
-
|
84584
84732
|
.amis-scope .antd-TableCell-searchBtn.is-active {
|
84585
84733
|
color: #1890ff;
|
84586
84734
|
}
|
84587
84735
|
|
84736
|
+
.amis-scope .antd-TableCell-searchBtn.is-opened {
|
84737
|
+
color: #096dd9;
|
84738
|
+
}
|
84739
|
+
|
84588
84740
|
.amis-scope .antd-TableCell-searchPopOver {
|
84589
84741
|
border: none;
|
84590
84742
|
min-width: 20rem;
|
@@ -84680,7 +84832,7 @@ title: Word Break
|
|
84680
84832
|
}
|
84681
84833
|
|
84682
84834
|
.amis-scope .antd-Table-itemActions a:hover {
|
84683
|
-
color: #
|
84835
|
+
color: #528eff;
|
84684
84836
|
text-decoration: none;
|
84685
84837
|
}
|
84686
84838
|
|
@@ -84698,6 +84850,10 @@ title: Word Break
|
|
84698
84850
|
color: #1890ff;
|
84699
84851
|
}
|
84700
84852
|
|
84853
|
+
.amis-scope .antd-Table-foot {
|
84854
|
+
background: #fafafa;
|
84855
|
+
}
|
84856
|
+
|
84701
84857
|
.amis-scope .antd-Table-footTable {
|
84702
84858
|
position: relative;
|
84703
84859
|
width: 100%;
|
@@ -84750,10 +84906,11 @@ title: Word Break
|
|
84750
84906
|
width: 0.625rem;
|
84751
84907
|
height: 0.625rem;
|
84752
84908
|
top: 0;
|
84909
|
+
transform: rotate(90deg);
|
84753
84910
|
}
|
84754
84911
|
|
84755
84912
|
.amis-scope .antd-Table-expandBtn.is-active > svg {
|
84756
|
-
transform: rotate(90deg);
|
84913
|
+
transform: rotate(-90deg);
|
84757
84914
|
}
|
84758
84915
|
|
84759
84916
|
.amis-scope .antd-Table-expandBtn:hover {
|
@@ -84808,7 +84965,7 @@ title: Word Break
|
|
84808
84965
|
z-index: 1;
|
84809
84966
|
}
|
84810
84967
|
|
84811
|
-
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
84968
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop .antd-Table-fixedTop-shadow {
|
84812
84969
|
display: none;
|
84813
84970
|
}
|
84814
84971
|
|
@@ -84816,6 +84973,18 @@ title: Word Break
|
|
84816
84973
|
margin-bottom: 0;
|
84817
84974
|
}
|
84818
84975
|
|
84976
|
+
.amis-scope .antd-InputTable .antd-Field--quickEditable svg {
|
84977
|
+
color: #1890ff;
|
84978
|
+
}
|
84979
|
+
|
84980
|
+
.amis-scope .antd-InputTable .antd-Field--quickEditable svg:hover {
|
84981
|
+
color: #4f86f4;
|
84982
|
+
}
|
84983
|
+
|
84984
|
+
.amis-scope .antd-InputTable .antd-Field--quickEditable svg:active {
|
84985
|
+
color: #1c53c1;
|
84986
|
+
}
|
84987
|
+
|
84819
84988
|
.amis-scope .antd-InputTable-toolbar {
|
84820
84989
|
display: flex;
|
84821
84990
|
flex-direction: row;
|
@@ -84823,6 +84992,11 @@ title: Word Break
|
|
84823
84992
|
justify-content: space-between;
|
84824
84993
|
}
|
84825
84994
|
|
84995
|
+
.amis-scope .antd-InputTable-toolbar .antd-Button {
|
84996
|
+
border: none;
|
84997
|
+
color: #1890ff;
|
84998
|
+
}
|
84999
|
+
|
84826
85000
|
.amis-scope .antd-InputTable-pager {
|
84827
85001
|
margin-left: auto;
|
84828
85002
|
}
|
@@ -86115,8 +86289,8 @@ title: Word Break
|
|
86115
86289
|
}
|
86116
86290
|
|
86117
86291
|
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr.antd-Table-row-disabled {
|
86118
|
-
background:
|
86119
|
-
color:
|
86292
|
+
background: #f7f7f9;
|
86293
|
+
color: #b8babf;
|
86120
86294
|
}
|
86121
86295
|
|
86122
86296
|
.amis-scope .antd-Table-v2 .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-row-hover {
|
@@ -87376,6 +87550,10 @@ title: Word Break
|
|
87376
87550
|
text-decoration: none;
|
87377
87551
|
}
|
87378
87552
|
|
87553
|
+
.amis-scope .antd-Card-actions > a > .antd-Button-icon:first-child:not(:last-child) {
|
87554
|
+
margin-right: 0.25rem;
|
87555
|
+
}
|
87556
|
+
|
87379
87557
|
.amis-scope .antd-Card.is-checked {
|
87380
87558
|
background: #e6f7ff;
|
87381
87559
|
border-color: #40a9ff;
|
@@ -87764,9 +87942,10 @@ title: Word Break
|
|
87764
87942
|
.amis-scope .antd-Progress-line-bar {
|
87765
87943
|
float: left;
|
87766
87944
|
width: 0;
|
87767
|
-
height:
|
87945
|
+
height: 8px;
|
87768
87946
|
background: #1890ff;
|
87769
87947
|
transition: width 0s ease;
|
87948
|
+
border-radius: 2px;
|
87770
87949
|
}
|
87771
87950
|
|
87772
87951
|
.amis-scope .antd-Progress-line-bar--stripe {
|
@@ -87933,7 +88112,7 @@ title: Word Break
|
|
87933
88112
|
.amis-scope .antd-Pagination {
|
87934
88113
|
display: inline-block;
|
87935
88114
|
padding: 0;
|
87936
|
-
margin: 0 0 -0.
|
88115
|
+
margin: 0 0 -0.5rem;
|
87937
88116
|
border-radius: 0.25rem;
|
87938
88117
|
}
|
87939
88118
|
|
@@ -87949,10 +88128,10 @@ title: Word Break
|
|
87949
88128
|
position: relative;
|
87950
88129
|
float: left;
|
87951
88130
|
text-decoration: none;
|
87952
|
-
min-width:
|
87953
|
-
height:
|
88131
|
+
min-width: 2rem;
|
88132
|
+
height: 2rem;
|
87954
88133
|
border: 0;
|
87955
|
-
line-height:
|
88134
|
+
line-height: 2rem;
|
87956
88135
|
padding: 0 0.5rem;
|
87957
88136
|
text-align: center;
|
87958
88137
|
color: #666666;
|
@@ -88036,7 +88215,7 @@ title: Word Break
|
|
88036
88215
|
display: inline-flex;
|
88037
88216
|
flex-wrap: nowrap;
|
88038
88217
|
align-items: center;
|
88039
|
-
height:
|
88218
|
+
height: 2rem;
|
88040
88219
|
}
|
88041
88220
|
|
88042
88221
|
.amis-scope .antd-Pagination-inputGroup-left {
|
@@ -88046,13 +88225,13 @@ title: Word Break
|
|
88046
88225
|
.amis-scope .antd-Pagination-inputGroup input {
|
88047
88226
|
min-width: 3.125rem;
|
88048
88227
|
width: 3.125rem;
|
88049
|
-
height:
|
88050
|
-
line-height:
|
88228
|
+
height: 2rem;
|
88229
|
+
line-height: 2rem;
|
88051
88230
|
border: none;
|
88052
88231
|
border: 0.0625rem solid #d9d9d9;
|
88053
88232
|
border-radius: 2px 0 0 2px;
|
88054
88233
|
padding: 0 0.5rem;
|
88055
|
-
margin-left: 0.
|
88234
|
+
margin-left: 0.5rem;
|
88056
88235
|
text-align: center;
|
88057
88236
|
}
|
88058
88237
|
|
@@ -88067,8 +88246,8 @@ title: Word Break
|
|
88067
88246
|
width: 2rem;
|
88068
88247
|
cursor: pointer;
|
88069
88248
|
text-align: center;
|
88070
|
-
height:
|
88071
|
-
line-height:
|
88249
|
+
height: 2rem;
|
88250
|
+
line-height: 2rem;
|
88072
88251
|
border: 0.0625rem solid #d9d9d9;
|
88073
88252
|
border-left: none;
|
88074
88253
|
border-radius: 0 2px 2px 0;
|
@@ -88079,6 +88258,7 @@ title: Word Break
|
|
88079
88258
|
color: #1890ff;
|
88080
88259
|
border-color: #1890ff;
|
88081
88260
|
border-left: 0.0625rem solid #1890ff;
|
88261
|
+
margin-left: -1px;
|
88082
88262
|
}
|
88083
88263
|
|
88084
88264
|
.amis-scope .antd-Pagination-wrap {
|
@@ -88086,7 +88266,7 @@ title: Word Break
|
|
88086
88266
|
}
|
88087
88267
|
|
88088
88268
|
.amis-scope .antd-Pagination-wrap .antd-Pagination-item {
|
88089
|
-
margin-left: 0.
|
88269
|
+
margin-left: 0.5rem;
|
88090
88270
|
}
|
88091
88271
|
|
88092
88272
|
.amis-scope .antd-Pagination-wrap .antd-Pagination-item:nth-child(1) {
|
@@ -88507,6 +88687,7 @@ title: Word Break
|
|
88507
88687
|
display: block;
|
88508
88688
|
max-width: 100%;
|
88509
88689
|
max-height: 100%;
|
88690
|
+
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
88510
88691
|
}
|
88511
88692
|
|
88512
88693
|
.amis-scope .antd-ImageGallery-prevBtn,
|
@@ -88656,6 +88837,67 @@ title: Word Break
|
|
88656
88837
|
display: none;
|
88657
88838
|
}
|
88658
88839
|
|
88840
|
+
.amis-scope .antd-ImageGallery-toolbar {
|
88841
|
+
background-color: #fff;
|
88842
|
+
border-radius: 0.25rem;
|
88843
|
+
display: flex;
|
88844
|
+
align-items: flex-start;
|
88845
|
+
padding: 0.25rem 1rem;
|
88846
|
+
position: absolute;
|
88847
|
+
bottom: 1.25rem;
|
88848
|
+
left: 50%;
|
88849
|
+
transform: translateX(-50%);
|
88850
|
+
display: flex;
|
88851
|
+
flex-flow: row nowrap;
|
88852
|
+
justify-content: space-between;
|
88853
|
+
align-items: center;
|
88854
|
+
}
|
88855
|
+
|
88856
|
+
.amis-scope .antd-ImageGallery-toolbar-action {
|
88857
|
+
padding: 0.8125rem;
|
88858
|
+
border-radius: 0.25rem;
|
88859
|
+
width: 2.5rem;
|
88860
|
+
height: 2.5rem;
|
88861
|
+
cursor: pointer;
|
88862
|
+
display: flex;
|
88863
|
+
justify-content: center;
|
88864
|
+
align-items: center;
|
88865
|
+
}
|
88866
|
+
|
88867
|
+
.amis-scope .antd-ImageGallery-toolbar-action-icon {
|
88868
|
+
display: block;
|
88869
|
+
color: #000;
|
88870
|
+
}
|
88871
|
+
|
88872
|
+
.amis-scope .antd-ImageGallery-toolbar-action-icon > svg {
|
88873
|
+
fill: #000;
|
88874
|
+
}
|
88875
|
+
|
88876
|
+
.amis-scope .antd-ImageGallery-toolbar-action.is-disabled {
|
88877
|
+
cursor: not-allowed;
|
88878
|
+
color: #6b7280;
|
88879
|
+
}
|
88880
|
+
|
88881
|
+
.amis-scope .antd-ImageGallery-toolbar-action.is-disabled .antd-ImageGallery-toolbar-action-icon {
|
88882
|
+
color: #6b7280;
|
88883
|
+
}
|
88884
|
+
|
88885
|
+
.amis-scope .antd-ImageGallery-toolbar-action.is-disabled .antd-ImageGallery-toolbar-action-icon > svg {
|
88886
|
+
color: #6b7280;
|
88887
|
+
}
|
88888
|
+
|
88889
|
+
.amis-scope .antd-ImageGallery-toolbar-action:hover {
|
88890
|
+
background-color: #f2f3f5;
|
88891
|
+
}
|
88892
|
+
|
88893
|
+
.amis-scope .antd-ImageGallery-toolbar-action:hover .antd-ImageGallery-toolbar-action-icon {
|
88894
|
+
color: #1890ff;
|
88895
|
+
}
|
88896
|
+
|
88897
|
+
.amis-scope .antd-ImageGallery-toolbar-action:hover .antd-ImageGallery-toolbar-action-icon > svg {
|
88898
|
+
fill: #1890ff;
|
88899
|
+
}
|
88900
|
+
|
88659
88901
|
.amis-scope .antd-Images {
|
88660
88902
|
display: flex;
|
88661
88903
|
flex-wrap: wrap;
|
@@ -88969,6 +89211,7 @@ title: Word Break
|
|
88969
89211
|
display: inline-block;
|
88970
89212
|
width: 14px;
|
88971
89213
|
color: inherit;
|
89214
|
+
margin-top: 0.125rem;
|
88972
89215
|
}
|
88973
89216
|
|
88974
89217
|
.amis-scope .antd-InputBox > a {
|
@@ -89360,10 +89603,7 @@ title: Word Break
|
|
89360
89603
|
display: flex;
|
89361
89604
|
align-items: center;
|
89362
89605
|
flex-shrink: 0;
|
89363
|
-
|
89364
|
-
|
89365
|
-
.amis-scope .antd-ResultBox-actions > *:first-child {
|
89366
|
-
margin-left: 0.3125rem;
|
89606
|
+
padding-left: 0.3125rem;
|
89367
89607
|
}
|
89368
89608
|
|
89369
89609
|
.amis-scope .antd-ResultBox-actions > *:not(:last-child) {
|
@@ -89391,7 +89631,7 @@ title: Word Break
|
|
89391
89631
|
.amis-scope .antd-ResultBox-pc-arrow > svg {
|
89392
89632
|
width: 0.625rem;
|
89393
89633
|
height: 0.625rem;
|
89394
|
-
top: 0
|
89634
|
+
top: 0;
|
89395
89635
|
color: #84868c;
|
89396
89636
|
}
|
89397
89637
|
|
@@ -89653,11 +89893,11 @@ title: Word Break
|
|
89653
89893
|
}
|
89654
89894
|
|
89655
89895
|
.amis-scope .antd-SearchBox.is-active:hover {
|
89656
|
-
border-color:
|
89896
|
+
border-color: #2468f2;
|
89657
89897
|
}
|
89658
89898
|
|
89659
89899
|
.amis-scope .antd-SearchBox.is-active.is-focused {
|
89660
|
-
border-color:
|
89900
|
+
border-color: #144bcc;
|
89661
89901
|
}
|
89662
89902
|
|
89663
89903
|
.amis-scope .antd-SearchBox-searchBtn {
|
@@ -89674,7 +89914,7 @@ title: Word Break
|
|
89674
89914
|
.amis-scope .antd-SearchBox-searchBtn,
|
89675
89915
|
.amis-scope .antd-SearchBox-cancelBtn {
|
89676
89916
|
cursor: pointer;
|
89677
|
-
color:
|
89917
|
+
color: #84868c;
|
89678
89918
|
}
|
89679
89919
|
|
89680
89920
|
.amis-scope .antd-SearchBox-activeBtn:hover,
|
@@ -89691,7 +89931,7 @@ title: Word Break
|
|
89691
89931
|
}
|
89692
89932
|
|
89693
89933
|
.amis-scope .antd-SearchBox.is-disabled {
|
89694
|
-
background-color:
|
89934
|
+
background-color: #f7f7f9;
|
89695
89935
|
cursor: not-allowed;
|
89696
89936
|
}
|
89697
89937
|
|
@@ -89719,9 +89959,9 @@ title: Word Break
|
|
89719
89959
|
|
89720
89960
|
.amis-scope .antd-SearchBox-clearable {
|
89721
89961
|
display: flex;
|
89722
|
-
width:
|
89723
|
-
height:
|
89724
|
-
color:
|
89962
|
+
width: 1rem;
|
89963
|
+
height: 1rem;
|
89964
|
+
color: #d4d6d9;
|
89725
89965
|
align-items: center;
|
89726
89966
|
justify-content: center;
|
89727
89967
|
cursor: pointer;
|
@@ -89737,17 +89977,21 @@ title: Word Break
|
|
89737
89977
|
|
89738
89978
|
.amis-scope .antd-SearchBox--enhance.is-active .antd-SearchBox-searchBtn {
|
89739
89979
|
height: 100%;
|
89740
|
-
color:
|
89741
|
-
background:
|
89980
|
+
color: #ffffff;
|
89981
|
+
background: #2468f2;
|
89982
|
+
}
|
89983
|
+
|
89984
|
+
.amis-scope .antd-SearchBox--enhance.is-active .antd-SearchBox-searchBtn:hover {
|
89985
|
+
background: #40a9ff;
|
89742
89986
|
}
|
89743
89987
|
|
89744
89988
|
.amis-scope .antd-SearchBox--enhance .antd-SearchBox-clearable {
|
89745
|
-
margin-right:
|
89989
|
+
margin-right: 0.375rem;
|
89746
89990
|
}
|
89747
89991
|
|
89748
89992
|
.amis-scope .antd-SearchBox--enhance.is-active.is-disabled .antd-SearchBox-searchBtn {
|
89749
|
-
background:
|
89750
|
-
color:
|
89993
|
+
background: #f2f2f4;
|
89994
|
+
color: #b8babf;
|
89751
89995
|
}
|
89752
89996
|
|
89753
89997
|
.amis-scope .antd-SearchBox-history > .is-history {
|
@@ -90113,7 +90357,7 @@ title: Word Break
|
|
90113
90357
|
.amis-scope .antd-Steps .antd-StepsItem {
|
90114
90358
|
flex: 1;
|
90115
90359
|
overflow: hidden;
|
90116
|
-
padding: 0
|
90360
|
+
padding: 0 0.5rem;
|
90117
90361
|
height: auto;
|
90118
90362
|
line-height: 2rem;
|
90119
90363
|
}
|
@@ -90138,15 +90382,20 @@ title: Word Break
|
|
90138
90382
|
text-align: center;
|
90139
90383
|
}
|
90140
90384
|
|
90385
|
+
.amis-scope .antd-Steps .antd-StepsItem-containerIcon .antd-StepsItem-icon .icon {
|
90386
|
+
width: 0.5625rem;
|
90387
|
+
height: 0.5625rem;
|
90388
|
+
}
|
90389
|
+
|
90141
90390
|
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper {
|
90142
90391
|
display: inline-block;
|
90143
90392
|
position: relative;
|
90144
90393
|
}
|
90145
90394
|
|
90146
90395
|
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title {
|
90147
|
-
font-size:
|
90148
|
-
color: #
|
90149
|
-
padding-right:
|
90396
|
+
font-size: 0.875rem;
|
90397
|
+
color: #151b26;
|
90398
|
+
padding-right: 0.5rem;
|
90150
90399
|
position: relative;
|
90151
90400
|
display: inline-block;
|
90152
90401
|
}
|
@@ -90188,7 +90437,12 @@ title: Word Break
|
|
90188
90437
|
max-width: 8.75rem;
|
90189
90438
|
white-space: nowrap;
|
90190
90439
|
position: relative;
|
90191
|
-
bottom:
|
90440
|
+
bottom: 1.25rem;
|
90441
|
+
}
|
90442
|
+
|
90443
|
+
.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description > span {
|
90444
|
+
color: #84868c;
|
90445
|
+
font-size: 0.75rem;
|
90192
90446
|
}
|
90193
90447
|
|
90194
90448
|
.amis-scope .antd-Steps .antd-StepsItem:last-child {
|
@@ -90213,7 +90467,7 @@ title: Word Break
|
|
90213
90467
|
content: "";
|
90214
90468
|
position: absolute;
|
90215
90469
|
right: 0;
|
90216
|
-
top:
|
90470
|
+
top: 2.25rem;
|
90217
90471
|
height: 9999px;
|
90218
90472
|
left: 0.6875rem;
|
90219
90473
|
width: 1px;
|
@@ -90331,13 +90585,14 @@ title: Word Break
|
|
90331
90585
|
|
90332
90586
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title {
|
90333
90587
|
padding: 0 0.625rem;
|
90588
|
+
bottom: 0.5625rem;
|
90334
90589
|
width: 100%;
|
90335
90590
|
}
|
90336
90591
|
|
90337
90592
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title > span {
|
90338
90593
|
display: block;
|
90339
90594
|
position: relative;
|
90340
|
-
left: 0.
|
90595
|
+
left: 0.75rem;
|
90341
90596
|
}
|
90342
90597
|
|
90343
90598
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title .antd-StepsItem-subTitle {
|
@@ -90345,6 +90600,7 @@ title: Word Break
|
|
90345
90600
|
padding: 0 0.625rem;
|
90346
90601
|
position: relative;
|
90347
90602
|
left: 0.625rem;
|
90603
|
+
bottom: 0.75rem;
|
90348
90604
|
}
|
90349
90605
|
|
90350
90606
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title:after {
|
@@ -90354,7 +90610,8 @@ title: Word Break
|
|
90354
90610
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description {
|
90355
90611
|
min-width: 12.5rem;
|
90356
90612
|
word-break: break-all;
|
90357
|
-
padding: 0
|
90613
|
+
padding: 0 1.25rem;
|
90614
|
+
bottom: 2.75rem;
|
90358
90615
|
}
|
90359
90616
|
|
90360
90617
|
.amis-scope .antd-Steps--Placement-vertical .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title.is-success:after {
|
@@ -90394,8 +90651,8 @@ title: Word Break
|
|
90394
90651
|
}
|
90395
90652
|
|
90396
90653
|
.amis-scope .antd-Steps--ProgressDot .is-error .antd-StepsItem-containerProgressDot {
|
90397
|
-
background: #
|
90398
|
-
border: 1px solid #
|
90654
|
+
background: #f33e3e;
|
90655
|
+
border: 1px solid #f33e3e;
|
90399
90656
|
}
|
90400
90657
|
|
90401
90658
|
.amis-scope .antd-Steps--ProgressDot .is-process .antd-StepsItem-containerProgressDot {
|
@@ -90409,16 +90666,16 @@ title: Word Break
|
|
90409
90666
|
border: 1px solid #b4bbc5;
|
90410
90667
|
}
|
90411
90668
|
|
90412
|
-
.amis-scope .antd-Steps .antd-StepsItem.is-
|
90413
|
-
|
90414
|
-
|
90415
|
-
|
90669
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-title,
|
90670
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-subTitle,
|
90671
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-description {
|
90672
|
+
color: #84868c;
|
90416
90673
|
}
|
90417
90674
|
|
90418
|
-
.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-
|
90419
|
-
|
90420
|
-
|
90421
|
-
|
90675
|
+
.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-icon {
|
90676
|
+
background-color: #f33e3e;
|
90677
|
+
color: #fff;
|
90678
|
+
border: 1px solid #f33e3e;
|
90422
90679
|
}
|
90423
90680
|
|
90424
90681
|
.amis-scope .antd-Steps .antd-StepsItem.is-finish .antd-StepsItem-icon,
|
@@ -91234,6 +91491,12 @@ title: Word Break
|
|
91234
91491
|
}
|
91235
91492
|
}
|
91236
91493
|
|
91494
|
+
.amis-scope .antd-TextControl-input input {
|
91495
|
+
overflow: hidden;
|
91496
|
+
white-space: nowrap;
|
91497
|
+
text-overflow: ellipsis;
|
91498
|
+
}
|
91499
|
+
|
91237
91500
|
.amis-scope .antd-TextControl-placeholder {
|
91238
91501
|
color: #999;
|
91239
91502
|
user-select: none;
|
@@ -91447,7 +91710,7 @@ title: Word Break
|
|
91447
91710
|
white-space: nowrap;
|
91448
91711
|
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
91449
91712
|
font-size: 0.75rem;
|
91450
|
-
background:
|
91713
|
+
background: #f7f7f9;
|
91451
91714
|
border-radius: 0.125rem;
|
91452
91715
|
margin: 2px 3px;
|
91453
91716
|
display: flex;
|
@@ -91631,6 +91894,10 @@ title: Word Break
|
|
91631
91894
|
}
|
91632
91895
|
}
|
91633
91896
|
|
91897
|
+
.amis-scope .antd-TextareaControl > textarea.antd-TextareaControl-input--counter {
|
91898
|
+
padding-bottom: 23px;
|
91899
|
+
}
|
91900
|
+
|
91634
91901
|
.amis-scope .antd-TextareaControl > textarea {
|
91635
91902
|
border: 1px solid #d9d9d9;
|
91636
91903
|
border-radius: 2px;
|
@@ -91669,15 +91936,18 @@ title: Word Break
|
|
91669
91936
|
|
91670
91937
|
.amis-scope .antd-TextareaControl-counter {
|
91671
91938
|
position: absolute;
|
91672
|
-
|
91673
|
-
bottom:
|
91939
|
+
left: 1px;
|
91940
|
+
bottom: 1px;
|
91941
|
+
right: 1.0625rem;
|
91942
|
+
padding-bottom: calc(
|
91674
91943
|
(
|
91675
91944
|
1.875rem - 1.4285714286 *
|
91676
91945
|
0.875rem - 0.125rem
|
91677
91946
|
) / 2
|
91678
91947
|
);
|
91948
|
+
background-color: #fff;
|
91949
|
+
text-align: right;
|
91679
91950
|
font-size: 0.75rem;
|
91680
|
-
padding: 0 5px;
|
91681
91951
|
border-radius: 3px;
|
91682
91952
|
color: #84868c;
|
91683
91953
|
}
|
@@ -91686,10 +91956,6 @@ title: Word Break
|
|
91686
91956
|
color: #84868c;
|
91687
91957
|
}
|
91688
91958
|
|
91689
|
-
.amis-scope .antd-TextareaControl-counter.is-clearable {
|
91690
|
-
right: calc( 0.5rem + 0.875rem + 0.1875rem * 2 + 0.3125rem );
|
91691
|
-
}
|
91692
|
-
|
91693
91959
|
.amis-scope .has-error--maxLength .antd-TextareaControl-counter {
|
91694
91960
|
background: #ff4d4f;
|
91695
91961
|
}
|
@@ -91704,7 +91970,7 @@ title: Word Break
|
|
91704
91970
|
text-decoration: none;
|
91705
91971
|
position: absolute;
|
91706
91972
|
right: 0.5rem;
|
91707
|
-
|
91973
|
+
top: calc(
|
91708
91974
|
(
|
91709
91975
|
1.875rem - 1.4285714286 *
|
91710
91976
|
0.875rem - 0.125rem
|
@@ -91834,12 +92100,12 @@ title: Word Break
|
|
91834
92100
|
margin-left: calc(1rem * -1);
|
91835
92101
|
}
|
91836
92102
|
|
91837
|
-
.amis-scope .antd-Checkbox--checkbox.antd-Checkbox:hover > i
|
91838
|
-
|
92103
|
+
.amis-scope .antd-Checkbox--checkbox.antd-Checkbox:hover > input + i {
|
92104
|
+
border-color: #40a9ff;
|
91839
92105
|
}
|
91840
92106
|
|
91841
92107
|
.amis-scope .antd-Checkbox--checkbox.antd-Checkbox:active > i:before {
|
91842
|
-
background:
|
92108
|
+
background: #144bcc;
|
91843
92109
|
}
|
91844
92110
|
|
91845
92111
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:not(:disabled) + i:hover {
|
@@ -91848,6 +92114,7 @@ title: Word Break
|
|
91848
92114
|
|
91849
92115
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:hover input:checked + i {
|
91850
92116
|
background: #40a9ff;
|
92117
|
+
border-color: transparent;
|
91851
92118
|
}
|
91852
92119
|
|
91853
92120
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:hover input:checked + i:before {
|
@@ -91859,11 +92126,11 @@ title: Word Break
|
|
91859
92126
|
}
|
91860
92127
|
|
91861
92128
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:active input:checked + i {
|
91862
|
-
background:
|
92129
|
+
background: #144bcc;
|
91863
92130
|
}
|
91864
92131
|
|
91865
92132
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:active input:checked + i:before {
|
91866
|
-
background:
|
92133
|
+
background: #144bcc;
|
91867
92134
|
}
|
91868
92135
|
|
91869
92136
|
.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input:checked + i {
|
@@ -91962,6 +92229,11 @@ title: Word Break
|
|
91962
92229
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled) {
|
91963
92230
|
color: #1890ff;
|
91964
92231
|
border-color: #1890ff;
|
92232
|
+
box-shadow: -1px 0 0 0 #1890ff;
|
92233
|
+
}
|
92234
|
+
|
92235
|
+
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled):first-child {
|
92236
|
+
box-shadow: none;
|
91965
92237
|
}
|
91966
92238
|
|
91967
92239
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:hover input:checked + i {
|
@@ -91971,7 +92243,7 @@ title: Word Break
|
|
91971
92243
|
|
91972
92244
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox:active input:checked + i {
|
91973
92245
|
background: transparent;
|
91974
|
-
border-color:
|
92246
|
+
border-color: #144bcc transparent transparent #144bcc;
|
91975
92247
|
}
|
91976
92248
|
|
91977
92249
|
.amis-scope .antd-Checkbox--button.antd-Checkbox--checkbox input:checked + i {
|
@@ -92035,16 +92307,23 @@ title: Word Break
|
|
92035
92307
|
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button {
|
92036
92308
|
border-color: #1890ff;
|
92037
92309
|
color: #1890ff;
|
92310
|
+
box-shadow: -1px 0 0 0 #1890ff;
|
92311
|
+
}
|
92312
|
+
|
92313
|
+
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button:first-child {
|
92314
|
+
box-shadow: none;
|
92038
92315
|
}
|
92039
92316
|
|
92040
92317
|
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button:hover {
|
92041
92318
|
border-color: #2468f2;
|
92042
92319
|
color: #2468f2;
|
92320
|
+
box-shadow: -1px 0 0 0 #2468f2;
|
92043
92321
|
}
|
92044
92322
|
|
92045
92323
|
.amis-scope .antd-Checkbox--button--checked.antd-Checkbox--checkbox.antd-Checkbox--button:active {
|
92046
|
-
border-color:
|
92047
|
-
color:
|
92324
|
+
border-color: #144bcc;
|
92325
|
+
color: #144bcc;
|
92326
|
+
box-shadow: -1px 0 0 0 #144bcc;
|
92048
92327
|
}
|
92049
92328
|
|
92050
92329
|
.amis-scope .antd-Checkbox--button--disabled--unchecked.antd-Checkbox--checkbox {
|
@@ -92191,7 +92470,7 @@ title: Word Break
|
|
92191
92470
|
|
92192
92471
|
.amis-scope .antd-RadiosControl .antd-Checkbox--button-checked:active,
|
92193
92472
|
.amis-scope .antd-CheckboxesControl .antd-Checkbox--button-checked:active {
|
92194
|
-
border-color:
|
92473
|
+
border-color: #144bcc;
|
92195
92474
|
}
|
92196
92475
|
|
92197
92476
|
.amis-scope .antd-RadiosControl.is-inline .antd-Checkbox,
|
@@ -92260,6 +92539,7 @@ title: Word Break
|
|
92260
92539
|
}
|
92261
92540
|
|
92262
92541
|
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
92542
|
+
height: 2rem;
|
92263
92543
|
padding: 0.25rem 0.75rem;
|
92264
92544
|
color: #84868c;
|
92265
92545
|
}
|
@@ -92828,6 +93108,10 @@ title: Word Break
|
|
92828
93108
|
border-color: #40a9ff;
|
92829
93109
|
}
|
92830
93110
|
|
93111
|
+
.amis-scope .antd-Number:hover .antd-Number-handler-wrap {
|
93112
|
+
display: block;
|
93113
|
+
}
|
93114
|
+
|
92831
93115
|
.amis-scope .antd-Number-disabled:hover {
|
92832
93116
|
border-color: #d9d9d9;
|
92833
93117
|
}
|
@@ -92883,6 +93167,7 @@ title: Word Break
|
|
92883
93167
|
}
|
92884
93168
|
|
92885
93169
|
.amis-scope .antd-Number-handler-wrap {
|
93170
|
+
display: none;
|
92886
93171
|
float: right;
|
92887
93172
|
border-left: 0.0625rem solid #d9d9d9;
|
92888
93173
|
width: 1.25rem;
|
@@ -93118,6 +93403,10 @@ title: Word Break
|
|
93118
93403
|
color: #1890ff;
|
93119
93404
|
}
|
93120
93405
|
|
93406
|
+
.amis-scope .antd-Select:active {
|
93407
|
+
border-color: #096dd9;
|
93408
|
+
}
|
93409
|
+
|
93121
93410
|
.amis-scope .antd-Select.is-disabled {
|
93122
93411
|
color: #999;
|
93123
93412
|
background: #e5e7eb;
|
@@ -93128,6 +93417,10 @@ title: Word Break
|
|
93128
93417
|
box-shadow: 0 0 0 3px rgb(24 144 255 / 8%);
|
93129
93418
|
}
|
93130
93419
|
|
93420
|
+
.amis-scope .antd-Select .antd-PopOver.antd-Select-popover {
|
93421
|
+
margin-top: 0.25rem;
|
93422
|
+
}
|
93423
|
+
|
93131
93424
|
.amis-scope .antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu {
|
93132
93425
|
overflow-x: hidden;
|
93133
93426
|
}
|
@@ -93391,6 +93684,7 @@ title: Word Break
|
|
93391
93684
|
text-overflow: ellipsis;
|
93392
93685
|
overflow: hidden;
|
93393
93686
|
white-space: nowrap;
|
93687
|
+
width: 100%;
|
93394
93688
|
}
|
93395
93689
|
|
93396
93690
|
.amis-scope .antd-Select-option.is-active {
|
@@ -93571,6 +93865,35 @@ title: Word Break
|
|
93571
93865
|
background: #fff;
|
93572
93866
|
}
|
93573
93867
|
|
93868
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover {
|
93869
|
+
border: none;
|
93870
|
+
}
|
93871
|
+
|
93872
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:hover,
|
93873
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:hover {
|
93874
|
+
background-color: transparent;
|
93875
|
+
}
|
93876
|
+
|
93877
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:hover .antd-Tree-itemText,
|
93878
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:hover .antd-Tree-itemText {
|
93879
|
+
background: #f0f2f5;
|
93880
|
+
}
|
93881
|
+
|
93882
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:active,
|
93883
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:active {
|
93884
|
+
background-color: transparent;
|
93885
|
+
}
|
93886
|
+
|
93887
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel:active .antd-Tree-itemText,
|
93888
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf:active .antd-Tree-itemText {
|
93889
|
+
background: #bae7ff;
|
93890
|
+
}
|
93891
|
+
|
93892
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-itemLabel.is-checked,
|
93893
|
+
.amis-scope .antd-SelectControl .antd-TransferDropDown-popover .antd-Tree-list .antd-Tree-item .antd-Tree-item--isLeaf.is-checked {
|
93894
|
+
background-color: transparent;
|
93895
|
+
}
|
93896
|
+
|
93574
93897
|
.amis-scope .antd-Select.is-error {
|
93575
93898
|
border-color: #ff4d4f;
|
93576
93899
|
background: #fff;
|
@@ -93825,7 +94148,7 @@ title: Word Break
|
|
93825
94148
|
|
93826
94149
|
.amis-scope .antd-LocationPicker.is-focused,
|
93827
94150
|
.amis-scope .antd-LocationPicker.is-active {
|
93828
|
-
border-color: #
|
94151
|
+
border-color: #144bcc;
|
93829
94152
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
93830
94153
|
}
|
93831
94154
|
|
@@ -94134,6 +94457,10 @@ title: Word Break
|
|
94134
94457
|
box-sizing: none;
|
94135
94458
|
}
|
94136
94459
|
|
94460
|
+
.amis-scope .antd-DatePicker-input::placeholder {
|
94461
|
+
color: #b8babf;
|
94462
|
+
}
|
94463
|
+
|
94137
94464
|
.amis-scope .antd-DatePicker .antd-DatePicker-clear {
|
94138
94465
|
display: none;
|
94139
94466
|
}
|
@@ -94165,8 +94492,8 @@ title: Word Break
|
|
94165
94492
|
display: none;
|
94166
94493
|
}
|
94167
94494
|
|
94168
|
-
.amis-scope .antd-DatePicker.is-focused {
|
94169
|
-
border-color: #
|
94495
|
+
.amis-scope .antd-DatePicker:not(.is-disabled).is-focused {
|
94496
|
+
border-color: #144bcc;
|
94170
94497
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
94171
94498
|
}
|
94172
94499
|
|
@@ -94399,14 +94726,18 @@ title: Word Break
|
|
94399
94726
|
background: #fff;
|
94400
94727
|
}
|
94401
94728
|
|
94402
|
-
.amis-scope .rdt .rdtPicker td.rdtDay:hover,
|
94403
|
-
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
|
94404
|
-
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
|
94405
|
-
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
|
94406
|
-
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover {
|
94729
|
+
.amis-scope .rdt .rdtPicker td.rdtDay:hover span,
|
94730
|
+
.amis-scope .rdt .rdtPicker td.rdtHour:hover span,
|
94731
|
+
.amis-scope .rdt .rdtPicker td.rdtMinute:hover span,
|
94732
|
+
.amis-scope .rdt .rdtPicker td.rdtSecond:hover span,
|
94733
|
+
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover span {
|
94407
94734
|
background: #f7f7f9;
|
94408
94735
|
}
|
94409
94736
|
|
94737
|
+
.amis-scope .rdt .rdtPicker td.rdtToday:hover span {
|
94738
|
+
background: transparent;
|
94739
|
+
}
|
94740
|
+
|
94410
94741
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
94411
94742
|
background: rgba(24, 144, 255, 0.1);
|
94412
94743
|
}
|
@@ -94435,11 +94766,9 @@ title: Word Break
|
|
94435
94766
|
}
|
94436
94767
|
|
94437
94768
|
.amis-scope .rdt .rdtPicker .rdtActive.rdtToday > span {
|
94438
|
-
background: transparent;
|
94439
94769
|
border-color: #144bcc;
|
94440
94770
|
}
|
94441
94771
|
|
94442
|
-
.amis-scope .rdt .rdtPicker td.rdtDisabled > span,
|
94443
94772
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover > span {
|
94444
94773
|
background: #f7f7f9;
|
94445
94774
|
}
|
@@ -94475,11 +94804,21 @@ title: Word Break
|
|
94475
94804
|
border-top: 1px solid #d9d9d9;
|
94476
94805
|
}
|
94477
94806
|
|
94807
|
+
.amis-scope .antd-CalendarTimesWrapper {
|
94808
|
+
display: flex;
|
94809
|
+
flex-direction: column;
|
94810
|
+
height: 100%;
|
94811
|
+
}
|
94812
|
+
|
94813
|
+
.amis-scope .antd-CalendarTimesWrapper .antd-CalendarInputsWrapper {
|
94814
|
+
height: 15.5rem;
|
94815
|
+
}
|
94816
|
+
|
94478
94817
|
.amis-scope .antd-CalendarInputWrapper {
|
94479
94818
|
display: inline-block;
|
94480
94819
|
position: relative;
|
94481
94820
|
width: 4rem;
|
94482
|
-
height:
|
94821
|
+
height: 15.5rem;
|
94483
94822
|
overflow: auto;
|
94484
94823
|
}
|
94485
94824
|
|
@@ -94494,11 +94833,11 @@ title: Word Break
|
|
94494
94833
|
}
|
94495
94834
|
|
94496
94835
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsHours {
|
94497
|
-
height:
|
94836
|
+
height: 55.75rem;
|
94498
94837
|
}
|
94499
94838
|
|
94500
94839
|
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsTimes {
|
94501
|
-
height:
|
94840
|
+
height: 118.75rem;
|
94502
94841
|
border-left: 1px solid #d9d9d9;
|
94503
94842
|
}
|
94504
94843
|
|
@@ -94508,12 +94847,20 @@ title: Word Break
|
|
94508
94847
|
line-height: 28px;
|
94509
94848
|
}
|
94510
94849
|
|
94511
|
-
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem.is-highlight
|
94512
|
-
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:hover {
|
94850
|
+
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem.is-highlight {
|
94513
94851
|
color: #000;
|
94514
94852
|
background: #f5f5f5;
|
94515
94853
|
}
|
94516
94854
|
|
94855
|
+
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:hover {
|
94856
|
+
color: #000;
|
94857
|
+
background: #F7F7F9;
|
94858
|
+
}
|
94859
|
+
|
94860
|
+
.amis-scope .antd-TimeContentWrapper {
|
94861
|
+
display: flex;
|
94862
|
+
}
|
94863
|
+
|
94517
94864
|
.amis-scope .antd-TimeRangeHeaderWrapper {
|
94518
94865
|
height: 40px;
|
94519
94866
|
padding-top: 10px;
|
@@ -94527,6 +94874,7 @@ title: Word Break
|
|
94527
94874
|
justify-content: space-between;
|
94528
94875
|
align-items: center;
|
94529
94876
|
padding: 0 12px;
|
94877
|
+
border-top: 1px solid #d9d9d9;
|
94530
94878
|
}
|
94531
94879
|
|
94532
94880
|
.amis-scope .antd-TimeFooterWrapper .antd-Button {
|
@@ -94737,7 +95085,6 @@ title: Word Break
|
|
94737
95085
|
display: table;
|
94738
95086
|
table-layout: fixed;
|
94739
95087
|
border-collapse: separate;
|
94740
|
-
border-bottom: 1px solid #d9d9d9;
|
94741
95088
|
height: 40px;
|
94742
95089
|
width: 100%;
|
94743
95090
|
margin-top: -8px;
|
@@ -94753,6 +95100,28 @@ title: Word Break
|
|
94753
95100
|
margin-left: 0.25rem;
|
94754
95101
|
}
|
94755
95102
|
|
95103
|
+
.amis-scope .rdtHeader .date-icon-arrow-left,
|
95104
|
+
.amis-scope .rdtHeader .date-icon-arrow {
|
95105
|
+
width: 0.625rem;
|
95106
|
+
height: 0.625rem;
|
95107
|
+
top: 0;
|
95108
|
+
}
|
95109
|
+
|
95110
|
+
.amis-scope .rdtHeader .date-icon-arrow-left {
|
95111
|
+
transform: rotate(180deg);
|
95112
|
+
transform-origin: 50% 50%;
|
95113
|
+
}
|
95114
|
+
|
95115
|
+
.amis-scope .header-line {
|
95116
|
+
display: block;
|
95117
|
+
position: absolute;
|
95118
|
+
right: 0;
|
95119
|
+
left: 0;
|
95120
|
+
top: 40px;
|
95121
|
+
height: 1px;
|
95122
|
+
background: #d9d9d9;
|
95123
|
+
}
|
95124
|
+
|
94756
95125
|
.amis-scope td.rdtMonth > span,
|
94757
95126
|
.amis-scope td.rdtYear > span,
|
94758
95127
|
.amis-scope td.rdtQuarter > span {
|
@@ -94766,24 +95135,31 @@ title: Word Break
|
|
94766
95135
|
}
|
94767
95136
|
|
94768
95137
|
.amis-scope td.rdtMonth:hover,
|
95138
|
+
.amis-scope td.rdtYear:hover,
|
95139
|
+
.amis-scope td.rdtQuarter:hover {
|
95140
|
+
background: transparent;
|
95141
|
+
}
|
95142
|
+
|
95143
|
+
.amis-scope td.rdtMonth:hover > span,
|
95144
|
+
.amis-scope td.rdtYear:hover > span,
|
95145
|
+
.amis-scope td.rdtQuarter:hover > span {
|
95146
|
+
color: #000;
|
95147
|
+
background: #F7F7F9;
|
95148
|
+
}
|
95149
|
+
|
94769
95150
|
.amis-scope td.rdtMonth.rdtActive,
|
94770
95151
|
.amis-scope td.rdtMonth.rdtActive:hover,
|
94771
|
-
.amis-scope td.rdtYear:hover,
|
94772
95152
|
.amis-scope td.rdtYear.rdtActive,
|
94773
95153
|
.amis-scope td.rdtYear.rdtActive:hover,
|
94774
|
-
.amis-scope td.rdtQuarter:hover,
|
94775
95154
|
.amis-scope td.rdtQuarter.rdtActive,
|
94776
95155
|
.amis-scope td.rdtQuarter.rdtActive:hover {
|
94777
95156
|
background: transparent;
|
94778
95157
|
}
|
94779
95158
|
|
94780
|
-
.amis-scope td.rdtMonth:hover > span,
|
94781
95159
|
.amis-scope td.rdtMonth.rdtActive > span,
|
94782
95160
|
.amis-scope td.rdtMonth.rdtActive:hover > span,
|
94783
|
-
.amis-scope td.rdtYear:hover > span,
|
94784
95161
|
.amis-scope td.rdtYear.rdtActive > span,
|
94785
95162
|
.amis-scope td.rdtYear.rdtActive:hover > span,
|
94786
|
-
.amis-scope td.rdtQuarter:hover > span,
|
94787
95163
|
.amis-scope td.rdtQuarter.rdtActive > span,
|
94788
95164
|
.amis-scope td.rdtQuarter.rdtActive:hover > span {
|
94789
95165
|
background: #1890ff !important;
|
@@ -94800,11 +95176,27 @@ title: Word Break
|
|
94800
95176
|
color: #b8babf;
|
94801
95177
|
}
|
94802
95178
|
|
94803
|
-
.amis-scope .
|
95179
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtStartDay {
|
94804
95180
|
background: linear-gradient(to right, transparent 0%, transparent 50%, rgba(24, 144, 255, 0.1) 51%, rgba(24, 144, 255, 0.1) 100%);
|
94805
95181
|
}
|
94806
95182
|
|
94807
|
-
.amis-scope .
|
95183
|
+
.amis-scope .rdt .rdtPicker td.is-disabled {
|
95184
|
+
cursor: not-allowed !important;
|
95185
|
+
background: #f7f7f9;
|
95186
|
+
color: #999;
|
95187
|
+
}
|
95188
|
+
|
95189
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover {
|
95190
|
+
background: #f7f7f9;
|
95191
|
+
color: #999;
|
95192
|
+
}
|
95193
|
+
|
95194
|
+
.amis-scope .rdt .rdtPicker td.is-disabled:hover > span {
|
95195
|
+
background: inherit !important;
|
95196
|
+
color: inherit !important;
|
95197
|
+
}
|
95198
|
+
|
95199
|
+
.amis-scope .rdtPicker .rdtActive.rdtBetween.rdtEndDay {
|
94808
95200
|
background: linear-gradient(to right, rgba(24, 144, 255, 0.1) 0%, rgba(24, 144, 255, 0.1) 50%, transparent 51%, transparent 100%);
|
94809
95201
|
}
|
94810
95202
|
|
@@ -94821,12 +95213,7 @@ title: Word Break
|
|
94821
95213
|
flex-wrap: nowrap;
|
94822
95214
|
border: 0.0625rem solid #d9d9d9;
|
94823
95215
|
font-size: 0.75rem;
|
94824
|
-
padding:
|
94825
|
-
(
|
94826
|
-
1.875rem - 1.4285714286 *
|
94827
|
-
0.75rem
|
94828
|
-
) / 2 - 0.0625rem
|
94829
|
-
) 0.75rem;
|
95216
|
+
padding: 0 0.75rem;
|
94830
95217
|
height: 1.875rem;
|
94831
95218
|
outline: none;
|
94832
95219
|
border-radius: 2px;
|
@@ -94848,10 +95235,6 @@ title: Word Break
|
|
94848
95235
|
display: none;
|
94849
95236
|
}
|
94850
95237
|
|
94851
|
-
.amis-scope .antd-DateRangePicker:not(.is-disabled) {
|
94852
|
-
cursor: pointer;
|
94853
|
-
}
|
94854
|
-
|
94855
95238
|
.amis-scope .antd-DateRangePicker:not(.is-disabled):hover {
|
94856
95239
|
background: #fff;
|
94857
95240
|
border-color: #40a9ff;
|
@@ -94865,27 +95248,40 @@ title: Word Break
|
|
94865
95248
|
display: none;
|
94866
95249
|
}
|
94867
95250
|
|
94868
|
-
.amis-scope .antd-DateRangePicker.is-focused {
|
94869
|
-
border-color: #
|
95251
|
+
.amis-scope .antd-DateRangePicker:not(.is-disabled).is-focused {
|
95252
|
+
border-color: #144bcc;
|
94870
95253
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
94871
95254
|
}
|
94872
95255
|
|
94873
95256
|
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input {
|
94874
95257
|
border: none;
|
94875
|
-
border-bottom:
|
95258
|
+
border-bottom: 2px solid transparent;
|
94876
95259
|
outline: none;
|
94877
95260
|
padding: 0;
|
94878
95261
|
background: 0;
|
94879
95262
|
flex: 1;
|
94880
95263
|
width: 50%;
|
95264
|
+
line-height: 1.875rem;
|
95265
|
+
}
|
95266
|
+
|
95267
|
+
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input::placeholder {
|
95268
|
+
color: #b8babf;
|
94881
95269
|
}
|
94882
95270
|
|
94883
95271
|
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input.isActive {
|
94884
|
-
border-bottom:
|
95272
|
+
border-bottom: 2px solid #40a9ff;
|
94885
95273
|
}
|
94886
95274
|
|
94887
95275
|
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input-separator {
|
94888
95276
|
margin: 0 0.5rem;
|
95277
|
+
display: flex;
|
95278
|
+
align-items: center;
|
95279
|
+
}
|
95280
|
+
|
95281
|
+
.amis-scope .antd-DateRangePicker .antd-DateRangePicker-input-separator-line {
|
95282
|
+
width: 0.5rem;
|
95283
|
+
height: 1px;
|
95284
|
+
background: #B8BABF;
|
94889
95285
|
}
|
94890
95286
|
|
94891
95287
|
.amis-scope .antd-DateRangePicker.is-disabled {
|
@@ -94967,10 +95363,14 @@ title: Word Break
|
|
94967
95363
|
padding: 0;
|
94968
95364
|
}
|
94969
95365
|
|
95366
|
+
.amis-scope .antd-DateRangePicker-picker-wrap {
|
95367
|
+
display: flex;
|
95368
|
+
}
|
95369
|
+
|
94970
95370
|
.amis-scope .antd-DateRangePicker-start,
|
94971
95371
|
.amis-scope .antd-DateRangePicker-end {
|
94972
|
-
display:
|
94973
|
-
|
95372
|
+
display: flex;
|
95373
|
+
flex: 1;
|
94974
95374
|
}
|
94975
95375
|
|
94976
95376
|
.amis-scope .antd-DateRangePicker-start .rdtPicker,
|
@@ -96220,6 +96620,7 @@ title: Word Break
|
|
96220
96620
|
|
96221
96621
|
.amis-scope .antd-Tree-itemLabel {
|
96222
96622
|
display: flex;
|
96623
|
+
flex-direction: row;
|
96223
96624
|
align-items: center;
|
96224
96625
|
position: relative;
|
96225
96626
|
user-select: none;
|
@@ -96237,15 +96638,32 @@ title: Word Break
|
|
96237
96638
|
align-self: center;
|
96238
96639
|
}
|
96239
96640
|
|
96240
|
-
.amis-scope .antd-Tree-itemLabel
|
96241
|
-
|
96641
|
+
.amis-scope .antd-Tree-itemLabel-item {
|
96642
|
+
padding-left: 0.25rem;
|
96643
|
+
display: inline-block;
|
96644
|
+
width: 100%;
|
96645
|
+
}
|
96646
|
+
|
96647
|
+
.amis-scope .antd-Tree-itemLabel:hover .antd-Tree-itemLabel-item {
|
96648
|
+
background-color: rgba(0, 126, 255, 0.08);
|
96649
|
+
}
|
96650
|
+
|
96651
|
+
.amis-scope .antd-Tree-itemLabel:hover .antd-Tree-item-icons {
|
96652
|
+
visibility: visible;
|
96242
96653
|
}
|
96243
96654
|
|
96244
96655
|
.amis-scope .antd-Tree-item .is-checked {
|
96245
|
-
background: #bae7ff;
|
96246
96656
|
border-radius: 0.125rem;
|
96247
96657
|
}
|
96248
96658
|
|
96659
|
+
.amis-scope .antd-Tree-item .is-checked .antd-Tree-itemLabel-item {
|
96660
|
+
background-color: #bae7ff;
|
96661
|
+
}
|
96662
|
+
|
96663
|
+
.amis-scope .antd-Tree-item .is-checked .antd-Tree-item-icons {
|
96664
|
+
visibility: visible;
|
96665
|
+
}
|
96666
|
+
|
96249
96667
|
.amis-scope .antd-Tree-item .is-disabled {
|
96250
96668
|
color: #999;
|
96251
96669
|
background: none;
|
@@ -96351,7 +96769,7 @@ title: Word Break
|
|
96351
96769
|
cursor: pointer;
|
96352
96770
|
width: 1rem;
|
96353
96771
|
display: inline-flex;
|
96354
|
-
margin-right: 0.
|
96772
|
+
margin-right: 0.5rem;
|
96355
96773
|
}
|
96356
96774
|
|
96357
96775
|
.amis-scope .antd-Tree-itemArrow > svg {
|
@@ -96360,6 +96778,7 @@ title: Word Break
|
|
96360
96778
|
display: block;
|
96361
96779
|
transition: transform 0s;
|
96362
96780
|
top: 0;
|
96781
|
+
color: #84868c;
|
96363
96782
|
}
|
96364
96783
|
|
96365
96784
|
.amis-scope .antd-Tree-itemArrow.is-folded > svg {
|
@@ -96396,8 +96815,15 @@ title: Word Break
|
|
96396
96815
|
.amis-scope .antd-Tree-itemText {
|
96397
96816
|
cursor: pointer;
|
96398
96817
|
flex: 1 auto;
|
96818
|
+
display: inline-block;
|
96399
96819
|
color: rgba(0, 0, 0, 0.85);
|
96400
96820
|
line-height: 1.57;
|
96821
|
+
max-width: 15.625rem;
|
96822
|
+
overflow: hidden;
|
96823
|
+
text-overflow: ellipsis;
|
96824
|
+
white-space: nowrap;
|
96825
|
+
position: relative;
|
96826
|
+
top: 0.25rem;
|
96401
96827
|
}
|
96402
96828
|
|
96403
96829
|
.amis-scope .is-disabled .antd-Tree-itemText {
|
@@ -97233,11 +97659,19 @@ title: Word Break
|
|
97233
97659
|
user-select: none;
|
97234
97660
|
position: absolute;
|
97235
97661
|
line-height: 1.4285714286;
|
97662
|
+
padding: calc(
|
97663
|
+
(
|
97664
|
+
1.875rem - 1.4285714286 *
|
97665
|
+
0.875rem - 0.125rem
|
97666
|
+
) / 2
|
97667
|
+
) 0.5rem;
|
97236
97668
|
}
|
97237
97669
|
|
97238
97670
|
.amis-scope .antd-Picker-input {
|
97239
97671
|
min-height: 1.875rem;
|
97240
97672
|
height: auto;
|
97673
|
+
padding: 0;
|
97674
|
+
flex-wrap: nowrap;
|
97241
97675
|
}
|
97242
97676
|
|
97243
97677
|
.amis-scope .antd-Picker .antd-Picker-values {
|
@@ -97247,6 +97681,12 @@ title: Word Break
|
|
97247
97681
|
.amis-scope .antd-Picker-valueWrap {
|
97248
97682
|
flex-grow: 1;
|
97249
97683
|
position: relative;
|
97684
|
+
padding: calc(
|
97685
|
+
(
|
97686
|
+
1.875rem - 1.4285714286 *
|
97687
|
+
0.875rem - 0.125rem
|
97688
|
+
) / 2
|
97689
|
+
) 0.5rem;
|
97250
97690
|
}
|
97251
97691
|
|
97252
97692
|
.amis-scope .antd-Picker-valueWrap > input {
|
@@ -97292,6 +97732,10 @@ title: Word Break
|
|
97292
97732
|
.amis-scope .antd-Picker-btn {
|
97293
97733
|
cursor: pointer;
|
97294
97734
|
color: inherit;
|
97735
|
+
flex: 30px 0 0;
|
97736
|
+
display: flex;
|
97737
|
+
align-items: center;
|
97738
|
+
justify-content: center;
|
97295
97739
|
}
|
97296
97740
|
|
97297
97741
|
.amis-scope .antd-Picker-btn:hover {
|
@@ -97487,7 +97931,7 @@ title: Word Break
|
|
97487
97931
|
line-height: 1;
|
97488
97932
|
cursor: pointer;
|
97489
97933
|
user-select: none;
|
97490
|
-
color: #
|
97934
|
+
color: #e8e9eb;
|
97491
97935
|
}
|
97492
97936
|
|
97493
97937
|
.amis-scope .antd-Rating-star-half > svg.icon,
|
@@ -97518,8 +97962,8 @@ title: Word Break
|
|
97518
97962
|
}
|
97519
97963
|
|
97520
97964
|
.amis-scope .antd-Rating-text {
|
97521
|
-
font-size: 0.
|
97522
|
-
color:
|
97965
|
+
font-size: 0.875rem;
|
97966
|
+
color: var(--Rating-text-color);
|
97523
97967
|
font-weight: 400;
|
97524
97968
|
}
|
97525
97969
|
|
@@ -97595,6 +98039,7 @@ title: Word Break
|
|
97595
98039
|
max-height: 100%;
|
97596
98040
|
overflow: auto;
|
97597
98041
|
position: relative;
|
98042
|
+
padding: 0;
|
97598
98043
|
}
|
97599
98044
|
|
97600
98045
|
.amis-scope .antd-Transfer-select > .antd-ChainedSelection {
|
@@ -97626,10 +98071,6 @@ title: Word Break
|
|
97626
98071
|
overflow: hidden;
|
97627
98072
|
}
|
97628
98073
|
|
97629
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
97630
|
-
border-top: 1px solid #d9d9d9;
|
97631
|
-
}
|
97632
|
-
|
97633
98074
|
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
97634
98075
|
height: 100%;
|
97635
98076
|
display: flex;
|
@@ -97855,6 +98296,12 @@ title: Word Break
|
|
97855
98296
|
position: relative;
|
97856
98297
|
}
|
97857
98298
|
|
98299
|
+
.amis-scope .antd-NestedSelectControl .antd-NestedSelect-menu {
|
98300
|
+
padding-top: 0.25rem;
|
98301
|
+
padding-bottom: 0.25rem;
|
98302
|
+
box-shadow: 0 0.125rem 0.5rem 0 rgba(7, 12, 20, 0.12);
|
98303
|
+
}
|
98304
|
+
|
97858
98305
|
.amis-scope .antd-NestedSelect {
|
97859
98306
|
position: relative;
|
97860
98307
|
}
|
@@ -98382,7 +98829,7 @@ title: Word Break
|
|
98382
98829
|
|
98383
98830
|
.amis-scope .antd-Form-label {
|
98384
98831
|
font-weight: 400;
|
98385
|
-
margin-bottom: 0.
|
98832
|
+
margin-bottom: 0.5rem;
|
98386
98833
|
position: relative;
|
98387
98834
|
font-size: 0.875rem;
|
98388
98835
|
color: rgba(0, 0, 0, 0.85);
|
@@ -98501,6 +98948,10 @@ title: Word Break
|
|
98501
98948
|
color: #ff4d4f;
|
98502
98949
|
}
|
98503
98950
|
|
98951
|
+
.amis-scope .antd-Form-item .antd-Form-control--withSize > .antd-ResultBox {
|
98952
|
+
display: flex;
|
98953
|
+
}
|
98954
|
+
|
98504
98955
|
.amis-scope .antd-Form-placeholder {
|
98505
98956
|
color: #999;
|
98506
98957
|
}
|
@@ -99467,7 +99918,7 @@ title: Word Break
|
|
99467
99918
|
margin: 0;
|
99468
99919
|
padding: 0;
|
99469
99920
|
width: 8.75rem;
|
99470
|
-
border-
|
99921
|
+
border-left: 0.125rem solid #d3dae0;
|
99471
99922
|
padding-bottom: 3.75rem;
|
99472
99923
|
}
|
99473
99924
|
|
@@ -99479,27 +99930,44 @@ title: Word Break
|
|
99479
99930
|
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
99480
99931
|
display: block;
|
99481
99932
|
border: 0.0625rem solid transparent;
|
99482
|
-
border-width: 0 0
|
99933
|
+
border-width: 0 0 0 0.125rem;
|
99483
99934
|
color: rgba(0, 0, 0, 0.85);
|
99484
|
-
padding: 0
|
99485
|
-
|
99935
|
+
padding: 0 0.5rem;
|
99936
|
+
padding-left: 0.625rem;
|
99937
|
+
font-size: 0.75rem;
|
99486
99938
|
outline: none;
|
99487
|
-
text-align:
|
99939
|
+
text-align: left;
|
99488
99940
|
text-decoration: none;
|
99489
99941
|
cursor: pointer;
|
99490
99942
|
margin: 0;
|
99943
|
+
margin-left: -0.125rem;
|
99944
|
+
height: 2rem;
|
99945
|
+
line-height: 2rem;
|
99491
99946
|
}
|
99492
99947
|
|
99493
99948
|
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
99494
99949
|
color: #1890ff;
|
99495
99950
|
}
|
99496
99951
|
|
99497
|
-
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link
|
99498
|
-
|
99952
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:active {
|
99953
|
+
color: #144bcc;
|
99954
|
+
}
|
99955
|
+
|
99956
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a {
|
99499
99957
|
color: #1890ff;
|
99500
99958
|
border-color: #1890ff;
|
99501
99959
|
}
|
99502
99960
|
|
99961
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
99962
|
+
color: #528EFF;
|
99963
|
+
border-color: #528EFF;
|
99964
|
+
}
|
99965
|
+
|
99966
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:active {
|
99967
|
+
color: #144bcc;
|
99968
|
+
border-color: #144bcc;
|
99969
|
+
}
|
99970
|
+
|
99503
99971
|
.amis-scope .antd-AnchorNav--horizontal {
|
99504
99972
|
flex-direction: column;
|
99505
99973
|
}
|
@@ -100374,6 +100842,10 @@ title: Word Break
|
|
100374
100842
|
background-color: #e6e6e8;
|
100375
100843
|
}
|
100376
100844
|
|
100845
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line-icon {
|
100846
|
+
left: 0.75rem;
|
100847
|
+
}
|
100848
|
+
|
100377
100849
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
|
100378
100850
|
position: absolute;
|
100379
100851
|
width: 0.5rem;
|
@@ -100420,11 +100892,20 @@ title: Word Break
|
|
100420
100892
|
}
|
100421
100893
|
|
100422
100894
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
|
100895
|
+
display: flex;
|
100423
100896
|
color: #151a26;
|
100424
100897
|
font-size: var(--Timeline--font-size);
|
100425
100898
|
margin-bottom: 0.25rem;
|
100426
100899
|
}
|
100427
100900
|
|
100901
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title .antd-PlainField {
|
100902
|
+
padding-right: 0.75rem;
|
100903
|
+
}
|
100904
|
+
|
100905
|
+
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title .antd-Button {
|
100906
|
+
margin-left: 0.75rem;
|
100907
|
+
}
|
100908
|
+
|
100428
100909
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
|
100429
100910
|
display: flex;
|
100430
100911
|
cursor: pointer;
|
@@ -100445,6 +100926,7 @@ title: Word Break
|
|
100445
100926
|
|
100446
100927
|
.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
100447
100928
|
display: block;
|
100929
|
+
border-radius: 0.25rem;
|
100448
100930
|
max-width: 18.75rem;
|
100449
100931
|
font-size: var(--Timeline--font-size);
|
100450
100932
|
padding: 0.625rem;
|
@@ -100496,7 +100978,7 @@ title: Word Break
|
|
100496
100978
|
position: absolute;
|
100497
100979
|
height: 0.125rem;
|
100498
100980
|
width: calc(100% - 0.8125rem);
|
100499
|
-
left: 1.
|
100981
|
+
left: 1.125rem;
|
100500
100982
|
top: 0.8125rem;
|
100501
100983
|
background-color: #e6e6e8;
|
100502
100984
|
}
|
@@ -100536,6 +101018,7 @@ title: Word Break
|
|
100536
101018
|
}
|
100537
101019
|
|
100538
101020
|
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-content {
|
101021
|
+
margin-top: -0.1875rem;
|
100539
101022
|
padding-bottom: 1rem;
|
100540
101023
|
margin-left: 0.125rem;
|
100541
101024
|
}
|
@@ -100572,6 +101055,7 @@ title: Word Break
|
|
100572
101055
|
|
100573
101056
|
.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
100574
101057
|
display: block;
|
101058
|
+
border-radius: 0.25rem;
|
100575
101059
|
max-width: 18.75rem;
|
100576
101060
|
font-size: var(--Timeline--font-size);
|
100577
101061
|
padding: 0.625rem;
|
@@ -100624,7 +101108,7 @@ title: Word Break
|
|
100624
101108
|
}
|
100625
101109
|
|
100626
101110
|
.amis-scope .antd-Tag--normal--inactive {
|
100627
|
-
background: #
|
101111
|
+
background: #b8babf;
|
100628
101112
|
}
|
100629
101113
|
|
100630
101114
|
.amis-scope .antd-Tag--normal--active {
|
@@ -100632,19 +101116,19 @@ title: Word Break
|
|
100632
101116
|
}
|
100633
101117
|
|
100634
101118
|
.amis-scope .antd-Tag--normal--processing {
|
100635
|
-
background: #
|
101119
|
+
background: #528eff;
|
100636
101120
|
}
|
100637
101121
|
|
100638
101122
|
.amis-scope .antd-Tag--normal--success {
|
100639
|
-
background: #
|
101123
|
+
background: #30bf13;
|
100640
101124
|
}
|
100641
101125
|
|
100642
101126
|
.amis-scope .antd-Tag--normal--error {
|
100643
|
-
background: #
|
101127
|
+
background: #f33e3e;
|
100644
101128
|
}
|
100645
101129
|
|
100646
101130
|
.amis-scope .antd-Tag--normal--warning {
|
100647
|
-
background: #
|
101131
|
+
background: #ff9326;
|
100648
101132
|
}
|
100649
101133
|
|
100650
101134
|
.amis-scope .antd-Tag--rounded {
|
@@ -100656,8 +101140,8 @@ title: Word Break
|
|
100656
101140
|
}
|
100657
101141
|
|
100658
101142
|
.amis-scope .antd-Tag--rounded--inactive {
|
100659
|
-
border-color: #
|
100660
|
-
color: #
|
101143
|
+
border-color: #b8babf;
|
101144
|
+
color: #b8babf;
|
100661
101145
|
}
|
100662
101146
|
|
100663
101147
|
.amis-scope .antd-Tag--rounded--active {
|
@@ -100666,23 +101150,23 @@ title: Word Break
|
|
100666
101150
|
}
|
100667
101151
|
|
100668
101152
|
.amis-scope .antd-Tag--rounded--processing {
|
100669
|
-
border-color: #
|
100670
|
-
color: #
|
101153
|
+
border-color: #528eff;
|
101154
|
+
color: #528eff;
|
100671
101155
|
}
|
100672
101156
|
|
100673
101157
|
.amis-scope .antd-Tag--rounded--success {
|
100674
|
-
border-color: #
|
100675
|
-
color: #
|
101158
|
+
border-color: #30bf13;
|
101159
|
+
color: #30bf13;
|
100676
101160
|
}
|
100677
101161
|
|
100678
101162
|
.amis-scope .antd-Tag--rounded--error {
|
100679
|
-
border-color: #
|
100680
|
-
color: #
|
101163
|
+
border-color: #f33e3e;
|
101164
|
+
color: #f33e3e;
|
100681
101165
|
}
|
100682
101166
|
|
100683
101167
|
.amis-scope .antd-Tag--rounded--warning {
|
100684
|
-
border-color: #
|
100685
|
-
color: #
|
101168
|
+
border-color: #ff9326;
|
101169
|
+
color: #ff9326;
|
100686
101170
|
}
|
100687
101171
|
|
100688
101172
|
.amis-scope .antd-Tag--status {
|
@@ -100690,7 +101174,7 @@ title: Word Break
|
|
100690
101174
|
}
|
100691
101175
|
|
100692
101176
|
.amis-scope .antd-Tag--status--inactive .antd-Tag--prev {
|
100693
|
-
color: #
|
101177
|
+
color: #b8babf;
|
100694
101178
|
}
|
100695
101179
|
|
100696
101180
|
.amis-scope .antd-Tag--status--active .antd-Tag--prev {
|
@@ -100698,19 +101182,19 @@ title: Word Break
|
|
100698
101182
|
}
|
100699
101183
|
|
100700
101184
|
.amis-scope .antd-Tag--status--processing .antd-Tag--prev {
|
100701
|
-
color: #
|
101185
|
+
color: #528eff;
|
100702
101186
|
}
|
100703
101187
|
|
100704
101188
|
.amis-scope .antd-Tag--status--success .antd-Tag--prev {
|
100705
|
-
color: #
|
101189
|
+
color: #30bf13;
|
100706
101190
|
}
|
100707
101191
|
|
100708
101192
|
.amis-scope .antd-Tag--status--error .antd-Tag--prev {
|
100709
|
-
color: #
|
101193
|
+
color: #f33e3e;
|
100710
101194
|
}
|
100711
101195
|
|
100712
101196
|
.amis-scope .antd-Tag--status--warning .antd-Tag--prev {
|
100713
|
-
color: #
|
101197
|
+
color: #ff9326;
|
100714
101198
|
}
|
100715
101199
|
|
100716
101200
|
.amis-scope .antd-Tag--status:not(.antd-Tag--status--processing):not(.antd-Tag--status--active) .icon-dot #dotWave {
|