amis 1.4.2-beta.1 → 1.4.2-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +9 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.js +2 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +25 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +4 -3
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +24 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/DropDownButton.js +1 -1
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.js +10 -4
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +13 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +4 -2
- package/lib/renderers/Link.js +15 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +39 -21
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +5 -1
- package/lib/renderers/Table/index.js +64 -29
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/themes/ang-ie11.css +422 -149
- package/lib/themes/ang.css +422 -149
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +422 -149
- package/lib/themes/antd.css +422 -149
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +456 -182
- package/lib/themes/cxd.css +456 -182
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +422 -149
- package/lib/themes/dark.css +422 -149
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +456 -182
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +28 -12
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +11 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3038 -790
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +16 -1
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +26 -0
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_fieldset.scss +5 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +75 -18
- package/scss/themes/_common.scss +4 -0
- package/scss/themes/_cxd-variables.scss +4 -1
- package/scss/themes/cxd.scss +16 -12
- package/sdk/ang-ie11.css +457 -152
- package/sdk/ang.css +480 -154
- package/sdk/antd-ie11.css +456 -151
- package/sdk/antd.css +480 -154
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +496 -194
- package/sdk/cxd.css +517 -190
- package/sdk/dark-ie11.css +457 -152
- package/sdk/dark.css +480 -154
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +2 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +496 -194
- package/sdk/sdk.css +517 -190
- package/sdk/sdk.js +1268 -1236
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +14 -0
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +2 -0
- package/src/locale/zh-CN.ts +4 -2
- package/src/renderers/Action.tsx +28 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +33 -3
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +29 -20
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +16 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +27 -13
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +108 -60
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +87 -41
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +40 -20
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +8 -0
- package/src/utils/icon.tsx +4 -0
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/antd-ie11.css
CHANGED
@@ -19497,6 +19497,8 @@ readers do not read off random characters that represent icons */
|
|
19497
19497
|
width: 1em;
|
19498
19498
|
height: 1em;
|
19499
19499
|
fill: currentColor;
|
19500
|
+
position: relative;
|
19501
|
+
top: 0.125em;
|
19500
19502
|
}
|
19501
19503
|
|
19502
19504
|
.amis-scope svg.r90 {
|
@@ -22748,6 +22750,143 @@ readers do not read off random characters that represent icons */
|
|
22748
22750
|
background: transparent;
|
22749
22751
|
}
|
22750
22752
|
|
22753
|
+
.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
|
22754
|
+
background: rgba(0, 0, 0, 0.3);
|
22755
|
+
}
|
22756
|
+
|
22757
|
+
.amis-scope .antd-PopOver--leftBottomLeftTop {
|
22758
|
+
margin-top: 0.25rem;
|
22759
|
+
}
|
22760
|
+
|
22761
|
+
.amis-scope .antd-PopOver--leftTopLeftBottom {
|
22762
|
+
margin-top: -0.25rem;
|
22763
|
+
}
|
22764
|
+
|
22765
|
+
.amis-scope .has-popover {
|
22766
|
+
position: relative;
|
22767
|
+
}
|
22768
|
+
|
22769
|
+
.amis-scope .antd-PickerColumns {
|
22770
|
+
position: relative;
|
22771
|
+
background-color: white;
|
22772
|
+
user-select: none;
|
22773
|
+
}
|
22774
|
+
|
22775
|
+
.amis-scope .antd-PickerColumns-popOver {
|
22776
|
+
position: fixed;
|
22777
|
+
bottom: 0;
|
22778
|
+
left: 0;
|
22779
|
+
width: 100%;
|
22780
|
+
padding: 0 0.5rem;
|
22781
|
+
}
|
22782
|
+
|
22783
|
+
.amis-scope .antd-PickerColumns-toolbar {
|
22784
|
+
display: flex;
|
22785
|
+
align-items: center;
|
22786
|
+
justify-content: space-between;
|
22787
|
+
height: 3.125rem;
|
22788
|
+
}
|
22789
|
+
|
22790
|
+
.amis-scope .antd-PickerColumns-cancel,
|
22791
|
+
.amis-scope .antd-PickerColumns-confirm {
|
22792
|
+
height: 100%;
|
22793
|
+
padding: 0 0.5rem;
|
22794
|
+
font-size: 0.875rem;
|
22795
|
+
background-color: transparent;
|
22796
|
+
border: none;
|
22797
|
+
cursor: pointer;
|
22798
|
+
}
|
22799
|
+
|
22800
|
+
.amis-scope .antd-PickerColumns-cancel:active,
|
22801
|
+
.amis-scope .antd-PickerColumns-confirm:active {
|
22802
|
+
opacity: 0.7;
|
22803
|
+
}
|
22804
|
+
|
22805
|
+
.amis-scope .antd-PickerColumns-confirm {
|
22806
|
+
color: #1890ff;
|
22807
|
+
}
|
22808
|
+
|
22809
|
+
.amis-scope .antd-PickerColumns-cancel {
|
22810
|
+
color: #d9d9d9;
|
22811
|
+
}
|
22812
|
+
|
22813
|
+
.amis-scope .antd-PickerColumns-title {
|
22814
|
+
max-width: 50%;
|
22815
|
+
font-weight: 500;
|
22816
|
+
font-size: 1rem;
|
22817
|
+
line-height: 1.5;
|
22818
|
+
text-align: center;
|
22819
|
+
}
|
22820
|
+
|
22821
|
+
.amis-scope .antd-PickerColumns-columns {
|
22822
|
+
position: relative;
|
22823
|
+
display: flex;
|
22824
|
+
cursor: grab;
|
22825
|
+
}
|
22826
|
+
|
22827
|
+
.amis-scope .antd-PickerColumns-loading {
|
22828
|
+
position: absolute;
|
22829
|
+
top: 0;
|
22830
|
+
right: 0;
|
22831
|
+
bottom: 0;
|
22832
|
+
left: 0;
|
22833
|
+
z-index: 3;
|
22834
|
+
display: flex;
|
22835
|
+
align-items: center;
|
22836
|
+
justify-content: center;
|
22837
|
+
color: inherit;
|
22838
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22839
|
+
}
|
22840
|
+
|
22841
|
+
.amis-scope .antd-PickerColumns-frame {
|
22842
|
+
position: absolute;
|
22843
|
+
top: 50%;
|
22844
|
+
right: 1rem;
|
22845
|
+
left: 1rem;
|
22846
|
+
z-index: 2;
|
22847
|
+
transform: translateY(-50%);
|
22848
|
+
pointer-events: none;
|
22849
|
+
}
|
22850
|
+
|
22851
|
+
.amis-scope .antd-PickerColumns-mask {
|
22852
|
+
position: absolute;
|
22853
|
+
top: 0;
|
22854
|
+
left: 0;
|
22855
|
+
z-index: 1;
|
22856
|
+
width: 100%;
|
22857
|
+
height: 100%;
|
22858
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
22859
|
+
background-repeat: no-repeat;
|
22860
|
+
background-position: top, bottom;
|
22861
|
+
transform: translateZ(0);
|
22862
|
+
pointer-events: none;
|
22863
|
+
}
|
22864
|
+
|
22865
|
+
.amis-scope .antd-PickerColumns-column {
|
22866
|
+
flex: 1;
|
22867
|
+
overflow: hidden;
|
22868
|
+
font-size: 1rem;
|
22869
|
+
}
|
22870
|
+
|
22871
|
+
.amis-scope .antd-PickerColumns-columnWrapper {
|
22872
|
+
margin: 0;
|
22873
|
+
padding: 0;
|
22874
|
+
list-style: none;
|
22875
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22876
|
+
}
|
22877
|
+
|
22878
|
+
.amis-scope .antd-PickerColumns-columnItem {
|
22879
|
+
display: flex;
|
22880
|
+
align-items: center;
|
22881
|
+
justify-content: center;
|
22882
|
+
color: rgba(0, 0, 0, 0.85);
|
22883
|
+
}
|
22884
|
+
|
22885
|
+
.amis-scope .antd-PickerColumns-columnItem.is-disabled {
|
22886
|
+
cursor: not-allowed;
|
22887
|
+
opacity: 0.3;
|
22888
|
+
}
|
22889
|
+
|
22751
22890
|
@keyframes bounceIn {
|
22752
22891
|
from, 20%, 40%, 60%, 80%, to {
|
22753
22892
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -23851,7 +23990,7 @@ readers do not read off random characters that represent icons */
|
|
23851
23990
|
border-color: #333;
|
23852
23991
|
text-decoration: none;
|
23853
23992
|
background: rgba(0, 0, 0, 0.05);
|
23854
|
-
z-index:
|
23993
|
+
z-index: 1;
|
23855
23994
|
}
|
23856
23995
|
|
23857
23996
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
@@ -24921,6 +25060,15 @@ readers do not read off random characters that represent icons */
|
|
24921
25060
|
background: transparent;
|
24922
25061
|
}
|
24923
25062
|
|
25063
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
25064
|
+
display: inline-flex;
|
25065
|
+
flex-direction: row;
|
25066
|
+
}
|
25067
|
+
|
25068
|
+
.amis-scope .antd-Collapse-header-tpl {
|
25069
|
+
margin-right: 0.5rem;
|
25070
|
+
}
|
25071
|
+
|
24924
25072
|
.amis-scope .antd-Collapse-header:hover {
|
24925
25073
|
background: transparent;
|
24926
25074
|
}
|
@@ -24971,6 +25119,13 @@ readers do not read off random characters that represent icons */
|
|
24971
25119
|
color: #1890ff;
|
24972
25120
|
border-left: none;
|
24973
25121
|
font-size: 0.875rem;
|
25122
|
+
border-top: none;
|
25123
|
+
border-bottom: 0.0625rem solid
|
25124
|
+
#dfe2e6;
|
25125
|
+
}
|
25126
|
+
|
25127
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
25128
|
+
border-top: none;
|
24974
25129
|
}
|
24975
25130
|
|
24976
25131
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
@@ -26190,6 +26345,10 @@ readers do not read off random characters that represent icons */
|
|
26190
26345
|
border-right: 0.0625rem solid #eceff8;
|
26191
26346
|
}
|
26192
26347
|
|
26348
|
+
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
26349
|
+
cursor: pointer;
|
26350
|
+
}
|
26351
|
+
|
26193
26352
|
.amis-scope .antd-Table-table > thead > tr > th {
|
26194
26353
|
background: #fafafa;
|
26195
26354
|
padding: calc(
|
@@ -27545,6 +27704,28 @@ readers do not read off random characters that represent icons */
|
|
27545
27704
|
left: 0;
|
27546
27705
|
}
|
27547
27706
|
|
27707
|
+
.amis-scope .antd-Table--autoFillHeight {
|
27708
|
+
margin-bottom: 0;
|
27709
|
+
}
|
27710
|
+
|
27711
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
|
27712
|
+
border-top: none;
|
27713
|
+
}
|
27714
|
+
|
27715
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
27716
|
+
position: sticky;
|
27717
|
+
top: 0;
|
27718
|
+
z-index: 1;
|
27719
|
+
}
|
27720
|
+
|
27721
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
27722
|
+
display: none;
|
27723
|
+
}
|
27724
|
+
|
27725
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
27726
|
+
margin-bottom: 0;
|
27727
|
+
}
|
27728
|
+
|
27548
27729
|
.amis-scope .antd-InputTable-toolbar {
|
27549
27730
|
display: flex;
|
27550
27731
|
flex-direction: row;
|
@@ -28312,18 +28493,6 @@ readers do not read off random characters that represent icons */
|
|
28312
28493
|
margin-top: 0.25rem;
|
28313
28494
|
}
|
28314
28495
|
|
28315
|
-
.amis-scope .antd-Card-checkBtn {
|
28316
|
-
position: absolute;
|
28317
|
-
top: 0;
|
28318
|
-
right: 0;
|
28319
|
-
margin: 0.5rem;
|
28320
|
-
z-index: 1;
|
28321
|
-
}
|
28322
|
-
|
28323
|
-
.amis-scope .antd-Card-checkBtn .antd-Checkbox {
|
28324
|
-
margin-right: 0;
|
28325
|
-
}
|
28326
|
-
|
28327
28496
|
.amis-scope .antd-Card-dragBtn {
|
28328
28497
|
cursor: pointer;
|
28329
28498
|
float: right;
|
@@ -28331,7 +28500,8 @@ readers do not read off random characters that represent icons */
|
|
28331
28500
|
}
|
28332
28501
|
|
28333
28502
|
.amis-scope .antd-Card-heading {
|
28334
|
-
|
28503
|
+
display: flex;
|
28504
|
+
flex-direction: row;
|
28335
28505
|
padding: 0.5rem 0.75rem;
|
28336
28506
|
flex: 1 0 auto;
|
28337
28507
|
}
|
@@ -28363,12 +28533,17 @@ readers do not read off random characters that represent icons */
|
|
28363
28533
|
|
28364
28534
|
.amis-scope .antd-Card-meta {
|
28365
28535
|
display: block;
|
28536
|
+
flex-grow: 1;
|
28366
28537
|
height: 100%;
|
28367
|
-
overflow: hidden;
|
28368
28538
|
position: relative;
|
28369
28539
|
margin-right: 1rem;
|
28370
28540
|
}
|
28371
28541
|
|
28542
|
+
.amis-scope .antd-Card-toolbar {
|
28543
|
+
margin-right: calc(-1 * 0.75rem);
|
28544
|
+
text-align: right;
|
28545
|
+
}
|
28546
|
+
|
28372
28547
|
.amis-scope .antd-Card-highlight {
|
28373
28548
|
background: #52c41a;
|
28374
28549
|
width: 0.5rem;
|
@@ -28857,7 +29032,7 @@ readers do not read off random characters that represent icons */
|
|
28857
29032
|
|
28858
29033
|
.amis-scope .antd-StatusField-label {
|
28859
29034
|
font-size: 0.75rem;
|
28860
|
-
margin-left: 0.
|
29035
|
+
margin-left: 0.25rem;
|
28861
29036
|
}
|
28862
29037
|
|
28863
29038
|
@keyframes animation-rolling_red {
|
@@ -30229,6 +30404,49 @@ readers do not read off random characters that represent icons */
|
|
30229
30404
|
border: 1px solid #1890ff;
|
30230
30405
|
}
|
30231
30406
|
|
30407
|
+
.amis-scope .antd-Portlet {
|
30408
|
+
border: 0.0625rem solid #eceff8;
|
30409
|
+
border-radius: 2px;
|
30410
|
+
padding: 0.75rem;
|
30411
|
+
}
|
30412
|
+
|
30413
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
|
30414
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30415
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30416
|
+
border: none !important;
|
30417
|
+
color: inherit !important;
|
30418
|
+
cursor: auto !important;
|
30419
|
+
}
|
30420
|
+
|
30421
|
+
.amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
|
30422
|
+
border-bottom: none;
|
30423
|
+
}
|
30424
|
+
|
30425
|
+
.amis-scope .antd-Portlet .antd-Tabs-pane {
|
30426
|
+
padding: unset;
|
30427
|
+
}
|
30428
|
+
|
30429
|
+
.amis-scope .antd-Portlet-toolbar {
|
30430
|
+
display: inline-flex;
|
30431
|
+
float: right;
|
30432
|
+
justify-content: flex-end;
|
30433
|
+
}
|
30434
|
+
|
30435
|
+
.amis-scope .antd-Portlet-toolbar .antd-Button {
|
30436
|
+
margin-left: calc(0.25rem);
|
30437
|
+
}
|
30438
|
+
|
30439
|
+
.amis-scope .antd-Portlet-header-desc {
|
30440
|
+
height: 100%;
|
30441
|
+
overflow: hidden;
|
30442
|
+
position: relative;
|
30443
|
+
margin-left: 0.75rem;
|
30444
|
+
}
|
30445
|
+
|
30446
|
+
.amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
|
30447
|
+
display: none;
|
30448
|
+
}
|
30449
|
+
|
30232
30450
|
.amis-scope fieldset.antd-Collapse--lg,
|
30233
30451
|
.amis-scope fieldset.antd-Collapse--md,
|
30234
30452
|
.amis-scope fieldset.antd-Collapse--base,
|
@@ -30287,11 +30505,16 @@ readers do not read off random characters that represent icons */
|
|
30287
30505
|
margin: 0.75rem 0;
|
30288
30506
|
padding: 0 0 0 14px;
|
30289
30507
|
cursor: pointer;
|
30290
|
-
border-bottom:
|
30508
|
+
border-bottom: none !important;
|
30509
|
+
background: transparent;
|
30291
30510
|
display: flex;
|
30292
30511
|
flex-direction: row;
|
30293
30512
|
}
|
30294
30513
|
|
30514
|
+
.amis-scope fieldset.antd-Collapse > legend:hover {
|
30515
|
+
background: transparent;
|
30516
|
+
}
|
30517
|
+
|
30295
30518
|
.amis-scope fieldset.antd-Collapse--xs {
|
30296
30519
|
padding: 20px 5px 5px 5px;
|
30297
30520
|
}
|
@@ -31413,7 +31636,7 @@ readers do not read off random characters that represent icons */
|
|
31413
31636
|
color: #999;
|
31414
31637
|
}
|
31415
31638
|
|
31416
|
-
.amis-scope .antd-
|
31639
|
+
.amis-scope .antd-Selection > .antd-Checkbox {
|
31417
31640
|
display: block;
|
31418
31641
|
height: 1.875rem;
|
31419
31642
|
line-height: 1.4285714286;
|
@@ -31421,43 +31644,36 @@ readers do not read off random characters that represent icons */
|
|
31421
31644
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
31422
31645
|
}
|
31423
31646
|
|
31424
|
-
.amis-scope .antd-
|
31647
|
+
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
31425
31648
|
display: inline-block;
|
31426
31649
|
}
|
31427
31650
|
|
31428
|
-
.amis-scope .antd-
|
31651
|
+
.amis-scope .antd-Selection-addBtn {
|
31429
31652
|
display: block;
|
31430
31653
|
cursor: pointer;
|
31431
31654
|
}
|
31432
31655
|
|
31433
|
-
.amis-scope .antd-
|
31656
|
+
.amis-scope .antd-Selection-addBtn:hover {
|
31434
31657
|
text-decoration: none;
|
31435
31658
|
}
|
31436
31659
|
|
31437
|
-
.amis-scope .antd-
|
31660
|
+
.amis-scope .antd-Selection-addBtn > svg {
|
31438
31661
|
width: 0.875rem;
|
31439
31662
|
height: 0.875rem;
|
31440
31663
|
margin-right: 0.25rem;
|
31441
31664
|
}
|
31442
31665
|
|
31443
|
-
.amis-scope .antd-
|
31444
|
-
.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
|
31445
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
|
31446
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
|
31666
|
+
.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
31447
31667
|
border-top: 0.0625rem solid #dfe2e6;
|
31448
31668
|
}
|
31449
31669
|
|
31450
|
-
.amis-scope .antd-
|
31451
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
|
31452
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
|
31453
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
|
31670
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
31454
31671
|
font-size: 0.75rem;
|
31455
31672
|
padding: 0.25rem 0.25rem;
|
31456
31673
|
color: #999;
|
31457
31674
|
}
|
31458
31675
|
|
31459
|
-
.amis-scope .antd-
|
31460
|
-
.amis-scope .antd-ListRadios-item {
|
31676
|
+
.amis-scope .antd-GroupedSelection-item {
|
31461
31677
|
display: flex;
|
31462
31678
|
height: 1.875rem;
|
31463
31679
|
line-height: 1.4285714286;
|
@@ -31468,51 +31684,37 @@ readers do not read off random characters that represent icons */
|
|
31468
31684
|
user-select: none;
|
31469
31685
|
}
|
31470
31686
|
|
31471
|
-
.amis-scope .antd-
|
31472
|
-
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
|
31687
|
+
.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
|
31473
31688
|
margin-right: 0;
|
31474
31689
|
}
|
31475
31690
|
|
31476
|
-
.amis-scope .antd-
|
31477
|
-
.amis-scope .antd-ListRadios-item.is-active {
|
31691
|
+
.amis-scope .antd-GroupedSelection-item.is-active {
|
31478
31692
|
color: #1890ff;
|
31479
31693
|
background: transparent;
|
31480
31694
|
}
|
31481
31695
|
|
31482
|
-
.amis-scope .antd-
|
31483
|
-
.amis-scope .antd-ListRadios-item:hover {
|
31696
|
+
.amis-scope .antd-GroupedSelection-item:hover {
|
31484
31697
|
background: rgba(0, 126, 255, 0.08);
|
31485
31698
|
}
|
31486
31699
|
|
31487
|
-
.amis-scope .antd-
|
31488
|
-
.amis-scope .antd-ListRadios-item.is-disabled {
|
31700
|
+
.amis-scope .antd-GroupedSelection-item.is-disabled {
|
31489
31701
|
pointer-events: none;
|
31490
31702
|
color: #999;
|
31491
31703
|
}
|
31492
31704
|
|
31493
|
-
.amis-scope .antd-
|
31494
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
31495
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
31496
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
|
31497
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
|
31498
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
31499
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
31500
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
|
31705
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
31501
31706
|
padding-left: 0.75rem;
|
31502
31707
|
}
|
31503
31708
|
|
31504
|
-
.amis-scope .antd-
|
31505
|
-
.amis-scope .antd-ListRadios-itemLabel {
|
31709
|
+
.amis-scope .antd-GroupedSelection-itemLabel {
|
31506
31710
|
flex-grow: 1;
|
31507
31711
|
}
|
31508
31712
|
|
31509
|
-
.amis-scope .antd-
|
31510
|
-
.amis-scope .antd-ListRadios-itemLabel span {
|
31713
|
+
.amis-scope .antd-GroupedSelection-itemLabel span {
|
31511
31714
|
white-space: nowrap;
|
31512
31715
|
}
|
31513
31716
|
|
31514
|
-
.amis-scope .antd-
|
31515
|
-
.amis-scope .antd-ListRadios-placeholder {
|
31717
|
+
.amis-scope .antd-GroupedSelection-placeholder {
|
31516
31718
|
height: 1.875rem;
|
31517
31719
|
line-height: 1.4285714286;
|
31518
31720
|
font-size: 0.875rem;
|
@@ -31520,52 +31722,54 @@ readers do not read off random characters that represent icons */
|
|
31520
31722
|
color: #999;
|
31521
31723
|
}
|
31522
31724
|
|
31523
|
-
.amis-scope .antd-
|
31725
|
+
.amis-scope .antd-TableSelection .antd-Table-content {
|
31524
31726
|
border-top: 0.0625rem solid #eceff8;
|
31525
31727
|
}
|
31526
31728
|
|
31527
|
-
.amis-scope .antd-
|
31528
|
-
.amis-scope .antd-
|
31729
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
|
31730
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
|
31529
31731
|
font-size: 0.75rem;
|
31530
31732
|
padding-top: 0.25rem;
|
31531
31733
|
padding-bottom: 0.375rem;
|
31532
31734
|
vertical-align: middle;
|
31533
31735
|
}
|
31534
31736
|
|
31535
|
-
.amis-scope .antd-
|
31737
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
|
31536
31738
|
padding-top: 0.375rem;
|
31537
31739
|
}
|
31538
31740
|
|
31539
|
-
.amis-scope .antd-
|
31540
|
-
.amis-scope .antd-
|
31741
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
|
31742
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
|
31541
31743
|
padding-left: 0.625rem;
|
31542
31744
|
padding-right: 0;
|
31543
31745
|
}
|
31544
31746
|
|
31545
|
-
.amis-scope .antd-
|
31546
|
-
.amis-scope .antd-
|
31747
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
|
31748
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
|
31547
31749
|
padding-right: 1rem;
|
31548
31750
|
}
|
31549
31751
|
|
31550
|
-
.amis-scope .antd-
|
31752
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
|
31551
31753
|
cursor: pointer;
|
31552
31754
|
}
|
31553
31755
|
|
31554
|
-
.amis-scope .antd-
|
31555
|
-
|
31756
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
|
31757
|
+
color: #1890ff;
|
31758
|
+
background: transparent;
|
31759
|
+
}
|
31760
|
+
|
31761
|
+
.amis-scope .antd-TreeSelection .antd-Table-expandBtn {
|
31556
31762
|
color: inherit;
|
31557
31763
|
margin-right: 5px;
|
31558
31764
|
}
|
31559
31765
|
|
31560
|
-
.amis-scope .antd-
|
31561
|
-
.amis-scope .antd-TreeRadios-sublist {
|
31766
|
+
.amis-scope .antd-TreeSelection-sublist {
|
31562
31767
|
position: relative;
|
31563
31768
|
margin: 0 0 0 2.1875rem;
|
31564
31769
|
display: none;
|
31565
31770
|
}
|
31566
31771
|
|
31567
|
-
.amis-scope .antd-
|
31568
|
-
.amis-scope .antd-TreeRadios-sublist:before {
|
31772
|
+
.amis-scope .antd-TreeSelection-sublist:before {
|
31569
31773
|
width: 1px;
|
31570
31774
|
content: "";
|
31571
31775
|
display: block;
|
@@ -31576,29 +31780,19 @@ readers do not read off random characters that represent icons */
|
|
31576
31780
|
border-left: dashed 1px inherit;
|
31577
31781
|
}
|
31578
31782
|
|
31579
|
-
.amis-scope .antd-
|
31580
|
-
.amis-scope .antd-TreeRadios-item {
|
31783
|
+
.amis-scope .antd-TreeSelection-item {
|
31581
31784
|
position: relative;
|
31582
31785
|
}
|
31583
31786
|
|
31584
|
-
.amis-scope .antd-
|
31585
|
-
.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
|
31586
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
|
31587
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
|
31787
|
+
.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
31588
31788
|
display: block;
|
31589
31789
|
}
|
31590
31790
|
|
31591
|
-
.amis-scope .antd-
|
31592
|
-
.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
|
31593
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
|
31594
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
|
31791
|
+
.amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
|
31595
31792
|
bottom: 0;
|
31596
31793
|
}
|
31597
31794
|
|
31598
|
-
.amis-scope .antd-
|
31599
|
-
.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
|
31600
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
|
31601
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
|
31795
|
+
.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
31602
31796
|
height: 1px;
|
31603
31797
|
content: "";
|
31604
31798
|
display: block;
|
@@ -31609,8 +31803,7 @@ readers do not read off random characters that represent icons */
|
|
31609
31803
|
border-top: dashed 1px inherit;
|
31610
31804
|
}
|
31611
31805
|
|
31612
|
-
.amis-scope .antd-
|
31613
|
-
.amis-scope .antd-TreeRadios-itemInner {
|
31806
|
+
.amis-scope .antd-TreeSelection-itemInner {
|
31614
31807
|
display: flex;
|
31615
31808
|
align-items: center;
|
31616
31809
|
height: 1.875rem;
|
@@ -31623,20 +31816,17 @@ readers do not read off random characters that represent icons */
|
|
31623
31816
|
position: relative;
|
31624
31817
|
}
|
31625
31818
|
|
31626
|
-
.amis-scope .antd-
|
31627
|
-
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
|
31819
|
+
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
31628
31820
|
margin-right: 0;
|
31629
31821
|
margin-left: 0.5rem;
|
31630
31822
|
}
|
31631
31823
|
|
31632
|
-
.amis-scope .antd-
|
31633
|
-
.amis-scope .antd-TreeRadios-itemInner > * {
|
31824
|
+
.amis-scope .antd-TreeSelection-itemInner > * {
|
31634
31825
|
position: relative;
|
31635
31826
|
z-index: 2;
|
31636
31827
|
}
|
31637
31828
|
|
31638
|
-
.amis-scope .antd-
|
31639
|
-
.amis-scope .antd-TreeRadios-itemInner:hover:after {
|
31829
|
+
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
31640
31830
|
position: absolute;
|
31641
31831
|
content: "";
|
31642
31832
|
z-index: 1;
|
@@ -31647,24 +31837,20 @@ readers do not read off random characters that represent icons */
|
|
31647
31837
|
background: rgba(0, 126, 255, 0.08);
|
31648
31838
|
}
|
31649
31839
|
|
31650
|
-
.amis-scope .antd-
|
31651
|
-
.amis-scope .antd-TreeRadios-itemInner.is-active {
|
31840
|
+
.amis-scope .antd-TreeSelection-itemInner.is-active {
|
31652
31841
|
color: #1890ff;
|
31653
31842
|
}
|
31654
31843
|
|
31655
|
-
.amis-scope .antd-
|
31656
|
-
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
|
31844
|
+
.amis-scope .antd-TreeSelection-itemInner.is-disabled {
|
31657
31845
|
pointer-events: none;
|
31658
31846
|
color: #999;
|
31659
31847
|
}
|
31660
31848
|
|
31661
|
-
.amis-scope .antd-
|
31662
|
-
.amis-scope .antd-TreeRadios-itemLabel {
|
31849
|
+
.amis-scope .antd-TreeSelection-itemLabel {
|
31663
31850
|
flex-grow: 1;
|
31664
31851
|
}
|
31665
31852
|
|
31666
|
-
.amis-scope .antd-
|
31667
|
-
.amis-scope .antd-TreeRadios-placeholder {
|
31853
|
+
.amis-scope .antd-TreeSelection-placeholder {
|
31668
31854
|
height: 1.875rem;
|
31669
31855
|
line-height: 1.4285714286;
|
31670
31856
|
font-size: 0.875rem;
|
@@ -31672,27 +31858,27 @@ readers do not read off random characters that represent icons */
|
|
31672
31858
|
color: #999;
|
31673
31859
|
}
|
31674
31860
|
|
31675
|
-
.amis-scope .antd-
|
31861
|
+
.amis-scope .antd-ChainedSelection {
|
31676
31862
|
display: flex;
|
31677
31863
|
flex-direction: row;
|
31678
31864
|
}
|
31679
31865
|
|
31680
|
-
.amis-scope .antd-
|
31866
|
+
.amis-scope .antd-ChainedSelection-col {
|
31681
31867
|
flex-grow: 1;
|
31682
31868
|
min-width: 150px;
|
31683
31869
|
}
|
31684
31870
|
|
31685
|
-
.amis-scope .antd-
|
31871
|
+
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
31686
31872
|
border-right: 1px solid #eceff8;
|
31687
31873
|
}
|
31688
31874
|
|
31689
|
-
.amis-scope .antd-
|
31875
|
+
.amis-scope .antd-ChainedSelection-subTitle {
|
31690
31876
|
font-size: 0.75rem;
|
31691
31877
|
padding: 0.25rem 0.25rem;
|
31692
31878
|
color: #999;
|
31693
31879
|
}
|
31694
31880
|
|
31695
|
-
.amis-scope .antd-
|
31881
|
+
.amis-scope .antd-ChainedSelection-item {
|
31696
31882
|
display: flex;
|
31697
31883
|
height: 1.875rem;
|
31698
31884
|
line-height: 1.4285714286;
|
@@ -31703,29 +31889,29 @@ readers do not read off random characters that represent icons */
|
|
31703
31889
|
user-select: none;
|
31704
31890
|
}
|
31705
31891
|
|
31706
|
-
.amis-scope .antd-
|
31892
|
+
.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
|
31707
31893
|
margin-right: 0;
|
31708
31894
|
}
|
31709
31895
|
|
31710
|
-
.amis-scope .antd-
|
31896
|
+
.amis-scope .antd-ChainedSelection-item.is-active {
|
31711
31897
|
color: #1890ff;
|
31712
31898
|
background: transparent;
|
31713
31899
|
}
|
31714
31900
|
|
31715
|
-
.amis-scope .antd-
|
31901
|
+
.amis-scope .antd-ChainedSelection-item:hover {
|
31716
31902
|
background: rgba(0, 126, 255, 0.08);
|
31717
31903
|
}
|
31718
31904
|
|
31719
|
-
.amis-scope .antd-
|
31905
|
+
.amis-scope .antd-ChainedSelection-item.is-disabled {
|
31720
31906
|
pointer-events: none;
|
31721
31907
|
color: #999;
|
31722
31908
|
}
|
31723
31909
|
|
31724
|
-
.amis-scope .antd-
|
31910
|
+
.amis-scope .antd-ChainedSelection-itemLabel {
|
31725
31911
|
flex-grow: 1;
|
31726
31912
|
}
|
31727
31913
|
|
31728
|
-
.amis-scope .antd-
|
31914
|
+
.amis-scope .antd-ChainedSelection-placeholder {
|
31729
31915
|
height: 1.875rem;
|
31730
31916
|
line-height: 1.4285714286;
|
31731
31917
|
font-size: 0.875rem;
|
@@ -31733,34 +31919,35 @@ readers do not read off random characters that represent icons */
|
|
31733
31919
|
color: #999;
|
31734
31920
|
}
|
31735
31921
|
|
31736
|
-
.amis-scope .antd-
|
31922
|
+
.amis-scope .antd-AssociatedSelection {
|
31737
31923
|
display: flex;
|
31738
31924
|
flex-direction: row;
|
31739
31925
|
}
|
31740
31926
|
|
31741
|
-
.amis-scope .antd-
|
31742
|
-
.amis-scope .antd-
|
31927
|
+
.amis-scope .antd-AssociatedSelection-left,
|
31928
|
+
.amis-scope .antd-AssociatedSelection-right {
|
31743
31929
|
flex-grow: 1;
|
31744
31930
|
width: 0;
|
31745
|
-
height:
|
31931
|
+
min-height: 12.5rem;
|
31932
|
+
max-height: 25rem;
|
31746
31933
|
overflow: auto;
|
31747
31934
|
}
|
31748
31935
|
|
31749
|
-
.amis-scope .antd-
|
31936
|
+
.amis-scope .antd-AssociatedSelection-left {
|
31750
31937
|
border-right: 1px solid #eceff8;
|
31751
31938
|
}
|
31752
31939
|
|
31753
|
-
.amis-scope .antd-
|
31940
|
+
.amis-scope .antd-AssociatedSelection-reload {
|
31754
31941
|
text-align: center;
|
31755
31942
|
color: #1890ff;
|
31756
31943
|
margin: 20px 0 0;
|
31757
31944
|
}
|
31758
31945
|
|
31759
|
-
.amis-scope .antd-
|
31946
|
+
.amis-scope .antd-AssociatedSelection-reload.is-clickable {
|
31760
31947
|
cursor: pointer;
|
31761
31948
|
}
|
31762
31949
|
|
31763
|
-
.amis-scope .antd-
|
31950
|
+
.amis-scope .antd-AssociatedSelection-box {
|
31764
31951
|
line-height: 1.4285714286;
|
31765
31952
|
font-size: 0.75rem;
|
31766
31953
|
color: #999;
|
@@ -31772,7 +31959,7 @@ readers do not read off random characters that represent icons */
|
|
31772
31959
|
height: 100%;
|
31773
31960
|
}
|
31774
31961
|
|
31775
|
-
.amis-scope .antd-
|
31962
|
+
.amis-scope .antd-AssociatedSelection-box > p {
|
31776
31963
|
text-align: center;
|
31777
31964
|
margin: 10px 0 20px;
|
31778
31965
|
color: #999;
|
@@ -35787,19 +35974,19 @@ readers do not read off random characters that represent icons */
|
|
35787
35974
|
border-radius: 2px;
|
35788
35975
|
}
|
35789
35976
|
|
35790
|
-
.amis-scope .antd-Transfer-select > .antd-Transfer-
|
35791
|
-
.amis-scope .antd-Transfer-result > .antd-Transfer-
|
35977
|
+
.amis-scope .antd-Transfer-select > .antd-Transfer-selection,
|
35978
|
+
.amis-scope .antd-Transfer-result > .antd-Transfer-value {
|
35792
35979
|
flex-grow: 1;
|
35793
35980
|
max-height: 100%;
|
35794
35981
|
overflow: auto;
|
35795
35982
|
position: relative;
|
35796
35983
|
}
|
35797
35984
|
|
35798
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-
|
35985
|
+
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
35799
35986
|
border-top: 1px solid #eceff8;
|
35800
35987
|
}
|
35801
35988
|
|
35802
|
-
.amis-scope .antd-Transfer-
|
35989
|
+
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
35803
35990
|
height: 100%;
|
35804
35991
|
display: flex;
|
35805
35992
|
align-items: center;
|
@@ -35847,13 +36034,29 @@ readers do not read off random characters that represent icons */
|
|
35847
36034
|
color: #999;
|
35848
36035
|
}
|
35849
36036
|
|
35850
|
-
.amis-scope .antd-Transfer-
|
36037
|
+
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
36038
|
+
height: 40px;
|
36039
|
+
}
|
36040
|
+
|
36041
|
+
.amis-scope .antd-TabsTransfer-placeholder {
|
36042
|
+
height: 1.875rem;
|
36043
|
+
line-height: 1.4285714286;
|
36044
|
+
font-size: 0.875rem;
|
36045
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36046
|
+
color: #999;
|
36047
|
+
}
|
36048
|
+
|
36049
|
+
.amis-scope .antd-TabsTransfer-tab {
|
36050
|
+
padding: 0;
|
36051
|
+
}
|
36052
|
+
|
36053
|
+
.amis-scope .antd-TabsTransfer-tabs {
|
35851
36054
|
display: flex;
|
35852
36055
|
flex-direction: column;
|
35853
36056
|
height: 100%;
|
35854
36057
|
}
|
35855
36058
|
|
35856
|
-
.amis-scope .antd-
|
36059
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
|
35857
36060
|
border-top: 0 none;
|
35858
36061
|
padding: 5px 0 0 5px;
|
35859
36062
|
display: flex;
|
@@ -35862,65 +36065,105 @@ readers do not read off random characters that represent icons */
|
|
35862
36065
|
align-items: center;
|
35863
36066
|
}
|
35864
36067
|
|
35865
|
-
.amis-scope .antd-
|
36068
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
35866
36069
|
font-size: 12px;
|
35867
36070
|
padding: 7px 8px;
|
35868
36071
|
}
|
35869
36072
|
|
35870
|
-
.amis-scope .antd-
|
36073
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
35871
36074
|
flex-grow: 1;
|
35872
36075
|
}
|
35873
36076
|
|
35874
|
-
.amis-scope .antd-
|
36077
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
35875
36078
|
margin: -5px 5px 0 10px;
|
35876
36079
|
}
|
35877
36080
|
|
35878
|
-
.amis-scope .antd-
|
36081
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
35879
36082
|
width: 150px;
|
35880
36083
|
margin-right: 10px;
|
35881
36084
|
padding-left: 10px;
|
35882
36085
|
}
|
35883
36086
|
|
35884
|
-
.amis-scope .antd-
|
36087
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
|
35885
36088
|
flex-grow: 1;
|
36089
|
+
min-height: 0;
|
35886
36090
|
position: relative;
|
35887
36091
|
padding: 5px 0 0;
|
35888
36092
|
}
|
35889
36093
|
|
35890
|
-
.amis-scope .antd-
|
36094
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
35891
36095
|
position: relative;
|
35892
|
-
|
36096
|
+
height: 100%;
|
35893
36097
|
}
|
35894
36098
|
|
35895
|
-
.amis-scope .antd-
|
36099
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
35896
36100
|
display: flex;
|
35897
36101
|
flex-direction: column;
|
35898
36102
|
}
|
35899
36103
|
|
35900
|
-
.amis-scope .antd-
|
36104
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
35901
36105
|
flex-grow: 1;
|
35902
36106
|
max-height: 100%;
|
35903
36107
|
overflow: auto;
|
35904
36108
|
}
|
35905
36109
|
|
35906
|
-
.amis-scope .antd-
|
35907
|
-
|
36110
|
+
.amis-scope .antd-TransferControl {
|
36111
|
+
position: relative;
|
35908
36112
|
}
|
35909
36113
|
|
35910
|
-
.amis-scope .antd-
|
35911
|
-
|
35912
|
-
|
35913
|
-
|
35914
|
-
|
36114
|
+
.amis-scope .antd-TransferControl.is-inline {
|
36115
|
+
display: inline-block;
|
36116
|
+
}
|
36117
|
+
|
36118
|
+
.amis-scope .antd-TransferPicker-icon {
|
36119
|
+
transition: transform 0s ease-out;
|
36120
|
+
margin: 5px 5px 5px auto;
|
36121
|
+
display: flex;
|
35915
36122
|
color: #999;
|
35916
36123
|
}
|
35917
36124
|
|
35918
|
-
.amis-scope .antd-
|
35919
|
-
|
36125
|
+
.amis-scope .antd-TransferPicker-icon:hover {
|
36126
|
+
color: #1890ff;
|
35920
36127
|
}
|
35921
36128
|
|
35922
|
-
.amis-scope .antd-
|
35923
|
-
|
36129
|
+
.amis-scope .antd-TransferPicker-icon > svg {
|
36130
|
+
width: 0.75rem;
|
36131
|
+
height: 0.75rem;
|
36132
|
+
top: 0;
|
36133
|
+
}
|
36134
|
+
|
36135
|
+
.amis-scope .antd-TransferDropDown-icon {
|
36136
|
+
transition: transform 0s ease-out;
|
36137
|
+
margin: 5px 5px 5px auto;
|
36138
|
+
display: flex;
|
36139
|
+
color: #999;
|
36140
|
+
}
|
36141
|
+
|
36142
|
+
.amis-scope .antd-TransferDropDown-icon:hover {
|
36143
|
+
color: #1890ff;
|
36144
|
+
}
|
36145
|
+
|
36146
|
+
.amis-scope .antd-TransferDropDown-icon > svg {
|
36147
|
+
width: 0.625rem;
|
36148
|
+
height: 0.625rem;
|
36149
|
+
top: 0;
|
36150
|
+
}
|
36151
|
+
|
36152
|
+
.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
36153
|
+
transform: rotate(180deg);
|
36154
|
+
}
|
36155
|
+
|
36156
|
+
.amis-scope .antd-TransferDropDown-content {
|
36157
|
+
min-height: 12.5rem;
|
36158
|
+
display: flex;
|
36159
|
+
flex-direction: column;
|
36160
|
+
}
|
36161
|
+
|
36162
|
+
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
36163
|
+
flex-grow: 1;
|
36164
|
+
max-height: 100%;
|
36165
|
+
overflow: auto;
|
36166
|
+
position: relative;
|
35924
36167
|
}
|
35925
36168
|
|
35926
36169
|
.amis-scope .antd-NestedSelectControl {
|
@@ -36697,7 +36940,7 @@ readers do not read off random characters that represent icons */
|
|
36697
36940
|
height: 25rem;
|
36698
36941
|
}
|
36699
36942
|
|
36700
|
-
.amis-scope .antd-AnchorNav-link-wrap {
|
36943
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
36701
36944
|
margin: 0;
|
36702
36945
|
padding: 0;
|
36703
36946
|
width: 8.75rem;
|
@@ -36705,12 +36948,12 @@ readers do not read off random characters that represent icons */
|
|
36705
36948
|
padding-bottom: 3.75rem;
|
36706
36949
|
}
|
36707
36950
|
|
36708
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
36951
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
36709
36952
|
position: relative;
|
36710
36953
|
display: block;
|
36711
36954
|
}
|
36712
36955
|
|
36713
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
36956
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
36714
36957
|
display: block;
|
36715
36958
|
border: 0.0625rem solid transparent;
|
36716
36959
|
border-width: 0 0.125rem 0 0;
|
@@ -36724,14 +36967,68 @@ readers do not read off random characters that represent icons */
|
|
36724
36967
|
margin: 0;
|
36725
36968
|
}
|
36726
36969
|
|
36727
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
36970
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
36971
|
+
color: #1890ff;
|
36972
|
+
}
|
36973
|
+
|
36974
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
36975
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
36728
36976
|
color: #1890ff;
|
36977
|
+
border-color: #1890ff;
|
36978
|
+
}
|
36979
|
+
|
36980
|
+
.amis-scope .antd-AnchorNav--horizontal {
|
36981
|
+
flex-direction: column;
|
36982
|
+
}
|
36983
|
+
|
36984
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
36985
|
+
user-select: none;
|
36986
|
+
margin: 0px;
|
36987
|
+
padding: 0px;
|
36988
|
+
border-bottom: 0.0625rem solid #eceff8;
|
36989
|
+
list-style: none;
|
36990
|
+
}
|
36991
|
+
|
36992
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
36993
|
+
margin-bottom: calc(0.0625rem * -1);
|
36994
|
+
display: inline-block;
|
36995
|
+
position: relative;
|
36996
|
+
}
|
36997
|
+
|
36998
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
36999
|
+
font-size: 0.875rem;
|
37000
|
+
outline: 0;
|
37001
|
+
border: 0.0625rem solid transparent;
|
37002
|
+
border-width: 0 0 0.125rem 0;
|
37003
|
+
border-top-left-radius: 2px;
|
37004
|
+
border-top-right-radius: 2px;
|
37005
|
+
color: rgba(0, 0, 0, 0.85);
|
37006
|
+
margin: 0 0.1875rem 0 0;
|
37007
|
+
padding: 0.5rem 0.75rem;
|
37008
|
+
text-decoration: none;
|
37009
|
+
cursor: pointer;
|
37010
|
+
display: block;
|
36729
37011
|
}
|
36730
37012
|
|
36731
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link
|
36732
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link
|
37013
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
|
37014
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
36733
37015
|
color: #1890ff;
|
37016
|
+
background: transparent;
|
37017
|
+
border-color: transparent;
|
37018
|
+
}
|
37019
|
+
|
37020
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
37021
|
+
margin: 0;
|
37022
|
+
}
|
37023
|
+
|
37024
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
37025
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
37026
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
37027
|
+
font-size: 0.875rem;
|
37028
|
+
border-width: 0 0 0.125rem 0;
|
36734
37029
|
border-color: #1890ff;
|
37030
|
+
color: #1890ff;
|
37031
|
+
background: transparent;
|
36735
37032
|
}
|
36736
37033
|
|
36737
37034
|
.amis-scope .antd-AnchorNav-section-wrap {
|
@@ -37016,6 +37313,14 @@ readers do not read off random characters that represent icons */
|
|
37016
37313
|
color: #999;
|
37017
37314
|
}
|
37018
37315
|
|
37316
|
+
.amis-scope .antd-MappingField {
|
37317
|
+
margin-right: 0.25rem;
|
37318
|
+
}
|
37319
|
+
|
37320
|
+
.amis-scope .antd-MappingField:last-child {
|
37321
|
+
margin-right: 0;
|
37322
|
+
}
|
37323
|
+
|
37019
37324
|
/*
|
37020
37325
|
* utilities
|
37021
37326
|
*/
|