@cloudtower/eagle 0.27.57 → 0.27.59-alpha.1
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/dist/cjs/UIKitProvider/index.js +77 -0
- package/dist/cjs/core/AccordionCard/index.js +59 -0
- package/dist/cjs/core/Alert/index.js +80 -0
- package/dist/cjs/core/Arch/index.js +17 -0
- package/dist/cjs/core/Badge/index.js +51 -0
- package/dist/cjs/core/BaseIcon/index.js +76 -0
- package/dist/cjs/core/Bit/index.js +40 -0
- package/dist/cjs/core/BitPerSecond/index.js +40 -0
- package/dist/cjs/core/Bps/index.js +40 -0
- package/dist/cjs/core/Breadcrumb/index.js +58 -0
- package/dist/cjs/core/Button/HoverableElement.js +14 -0
- package/dist/cjs/core/Button/index.js +89 -0
- package/dist/cjs/core/ButtonGroup/index.js +110 -0
- package/dist/cjs/core/Byte/index.js +49 -0
- package/dist/cjs/core/Calendar/index.js +25 -0
- package/dist/cjs/core/Card/CardBody.js +12 -0
- package/dist/cjs/core/Card/CardTitle.js +12 -0
- package/dist/cjs/core/Card/CardWrapper.js +55 -0
- package/dist/cjs/core/Card/index.js +94 -0
- package/dist/cjs/core/Cascader/cascader.style.js +23 -0
- package/dist/cjs/core/Cascader/cascader.widget.js +86 -0
- package/dist/cjs/core/Cascader/index.js +74 -0
- package/dist/cjs/core/Checkbox/checkbox.style.js +5 -0
- package/dist/cjs/core/Checkbox/index.js +53 -0
- package/dist/cjs/core/DetailCard/index.js +23 -0
- package/dist/cjs/core/DonutChart/index.js +167 -0
- package/dist/cjs/core/DropdownMenu/index.js +66 -0
- package/dist/cjs/core/Empty/index.js +11 -0
- package/dist/cjs/core/ExpandableList/ExpandIcon.js +17 -0
- package/dist/cjs/core/ExpandableList/ExpandableContainer.js +17 -0
- package/dist/cjs/core/ExpandableList/ExpandableItem.js +48 -0
- package/dist/cjs/core/ExpandableList/RoundOrder.js +22 -0
- package/dist/cjs/core/FailedLoad/index.js +32 -0
- package/dist/cjs/core/Fields/FieldsBoolean/index.js +47 -0
- package/dist/cjs/core/Fields/FieldsDateTime/index.js +24 -0
- package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +50 -0
- package/dist/cjs/core/Fields/FieldsEnum/index.js +60 -0
- package/dist/cjs/core/Fields/FieldsFloat/index.js +60 -0
- package/dist/cjs/core/Fields/FieldsInt/index.js +78 -0
- package/dist/cjs/core/Fields/FieldsInteger/index.js +57 -0
- package/dist/cjs/core/Fields/FieldsString/index.js +116 -0
- package/dist/cjs/core/Fields/FieldsTextArea/index.js +64 -0
- package/dist/cjs/core/Fields/FieldsTimePicker/index.js +54 -0
- package/dist/cjs/core/Fields/index.js +28 -0
- package/dist/cjs/core/Form/index.js +10 -0
- package/dist/cjs/core/FormItem/index.js +38 -0
- package/dist/cjs/core/Frequency/index.js +40 -0
- package/dist/cjs/core/Icon/index.js +117 -0
- package/dist/cjs/core/Input/index.js +66 -0
- package/dist/cjs/core/InputGroup/index.js +14 -0
- package/dist/cjs/core/InputInteger/formatterInteger.js +15 -0
- package/dist/cjs/core/InputInteger/index.js +97 -0
- package/dist/cjs/core/InputNumber/index.js +90 -0
- package/dist/cjs/core/InputTagItem/index.js +12 -0
- package/dist/cjs/core/KitStoreProvider/index.js +23 -0
- package/dist/cjs/core/Link/index.js +57 -0
- package/dist/cjs/core/Loading/index.js +33 -0
- package/dist/cjs/core/Loading/style.js +11 -0
- package/dist/cjs/core/Metric/metric.js +21 -0
- package/dist/cjs/core/Modal/index.js +214 -0
- package/dist/cjs/core/ModalStack/index.js +47 -0
- package/dist/cjs/core/Overflow/index.js +117 -0
- package/dist/cjs/core/Pagination/index.js +120 -0
- package/dist/cjs/core/ParrotTrans/index.js +28 -0
- package/dist/cjs/core/Percent/index.js +41 -0
- package/dist/cjs/core/Progress/index.js +25 -0
- package/dist/cjs/core/Radio/index.js +142 -0
- package/dist/cjs/core/SearchInput/index.js +50 -0
- package/dist/cjs/core/Second/index.js +43 -0
- package/dist/cjs/core/SegmentControl/index.js +43 -0
- package/dist/cjs/core/Select/index.js +140 -0
- package/dist/cjs/core/SimplePagination/index.js +90 -0
- package/dist/cjs/core/Speed/index.js +40 -0
- package/dist/cjs/core/StatusCapsule/index.js +100 -0
- package/dist/cjs/core/StepProgress/index.js +44 -0
- package/dist/cjs/core/Steps/index.js +126 -0
- package/dist/cjs/core/Steps/style.js +13 -0
- package/dist/cjs/core/Styled/index.js +57 -0
- package/dist/cjs/core/Switch/index.js +61 -0
- package/dist/cjs/core/Table/TableWidget.js +47 -0
- package/dist/cjs/core/Table/common.js +46 -0
- package/dist/cjs/core/Table/index.js +112 -0
- package/dist/cjs/core/TableForm/AddRowButton.js +108 -0
- package/dist/cjs/core/TableForm/Columns/AffixColumn.js +48 -0
- package/dist/cjs/core/TableForm/Columns/CheckboxColumn.js +35 -0
- package/dist/cjs/core/TableForm/Columns/FormItem.js +20 -0
- package/dist/cjs/core/TableForm/Columns/InputColumn.js +117 -0
- package/dist/cjs/core/TableForm/Columns/TextColumn.js +44 -0
- package/dist/cjs/core/TableForm/Columns/index.js +24 -0
- package/dist/cjs/core/TableForm/TableFormBodyCell.js +165 -0
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +215 -0
- package/dist/cjs/core/TableForm/TableFormHeaderCell.js +93 -0
- package/dist/cjs/core/TableForm/index.js +187 -0
- package/dist/cjs/core/TableForm/style.js +35 -0
- package/dist/cjs/core/TableForm/types.js +10 -0
- package/dist/cjs/core/TableForm/utils.js +36 -0
- package/dist/cjs/core/Tag/SplitTag.js +64 -0
- package/dist/cjs/core/Tag/const.js +12 -0
- package/dist/cjs/core/Tag/index.js +96 -0
- package/dist/cjs/core/Tag/style.js +14 -0
- package/dist/cjs/core/TextArea/index.js +72 -0
- package/dist/cjs/core/Time/index.js +31 -0
- package/dist/cjs/core/TimePicker/index.js +66 -0
- package/dist/cjs/core/TimeZoneSelect/index.js +165 -0
- package/dist/cjs/core/Token/index.js +86 -0
- package/dist/cjs/core/Token/style.js +5 -0
- package/dist/cjs/core/Tooltip/index.js +89 -0
- package/dist/cjs/core/Truncate/index.js +49 -0
- package/dist/cjs/core/Typo/index.js +130 -0
- package/dist/cjs/core/antd.js +208 -0
- package/dist/cjs/core/message/index.js +203 -0
- package/dist/cjs/core/message-group/index.js +147 -0
- package/dist/cjs/coreX/BarChart/index.js +39 -0
- package/dist/cjs/coreX/BatchOperation/index.js +149 -0
- package/dist/cjs/coreX/ChartWithTooltip/index.js +154 -0
- package/dist/cjs/coreX/Counting/index.js +22 -0
- package/dist/cjs/coreX/CronCalendar/index.js +105 -0
- package/dist/cjs/coreX/CronPlan/index.js +462 -0
- package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +179 -0
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +286 -0
- package/dist/cjs/coreX/DateRangePicker/DateRangePicker.style.js +84 -0
- package/dist/cjs/coreX/DateRangePicker/InputTime.js +151 -0
- package/dist/cjs/coreX/DateRangePicker/RelativeTime.js +53 -0
- package/dist/cjs/coreX/DateRangePicker/common.js +195 -0
- package/dist/cjs/coreX/DateRangePicker/index.js +331 -0
- package/dist/cjs/coreX/DeprecatedDonutChart/index.js +39 -0
- package/dist/cjs/coreX/DropdownTransition/index.js +73 -0
- package/dist/cjs/coreX/GoBackButton/index.js +45 -0
- package/dist/cjs/coreX/I18nNameTag/index.js +37 -0
- package/dist/cjs/coreX/NamesTooltip/index.js +34 -0
- package/dist/cjs/coreX/OverflowTooltip/index.js +92 -0
- package/dist/cjs/coreX/SidebarSubtitle/index.js +13 -0
- package/dist/cjs/coreX/SortableList/index.js +33 -0
- package/dist/cjs/coreX/SummaryTable/index.js +113 -0
- package/dist/cjs/coreX/SwitchWithText/index.js +59 -0
- package/dist/cjs/coreX/TabMenu/index.js +152 -0
- package/dist/cjs/coreX/TruncatedTextWithTooltip/index.js +69 -0
- package/dist/cjs/coreX/UnitWithChart/index.js +118 -0
- package/dist/cjs/coreX/common/getCalendarTitle.js +26 -0
- package/dist/cjs/hooks/useElementIntersectionRatio.js +30 -0
- package/dist/cjs/hooks/useElementResize.js +69 -0
- package/dist/cjs/hooks/useElementsSize.js +58 -0
- package/dist/cjs/hooks/useMemoCompare.js +17 -0
- package/dist/cjs/hooks/useParrotTranslation.js +13 -0
- package/dist/cjs/index.js +120 -0
- package/dist/cjs/spec/type.js +9 -0
- package/dist/{umd → cjs}/stats1.html +1 -1
- package/dist/cjs/store/chart.js +65 -0
- package/dist/cjs/store/index.js +48 -0
- package/dist/cjs/store/modal.js +67 -0
- package/dist/cjs/styles/token/color.js +273 -0
- package/dist/cjs/utils/constants.js +8 -0
- package/dist/cjs/utils/cron-time.js +450 -0
- package/dist/cjs/utils/dom.js +16 -0
- package/dist/cjs/utils/icon.js +22 -0
- package/dist/cjs/utils/isEmpty.js +12 -0
- package/dist/cjs/utils/time.js +86 -0
- package/dist/cjs/utils/tower.js +188 -0
- package/dist/components.css +3021 -2107
- package/dist/esm/UIKitProvider/index.js +71 -0
- package/dist/esm/core/AccordionCard/index.js +57 -0
- package/dist/esm/core/Alert/index.js +78 -0
- package/dist/esm/core/Arch/index.js +15 -0
- package/dist/esm/core/Badge/index.js +49 -0
- package/dist/esm/core/BaseIcon/index.js +74 -0
- package/dist/esm/core/Bit/index.js +38 -0
- package/dist/esm/core/BitPerSecond/index.js +38 -0
- package/dist/esm/core/Bps/index.js +38 -0
- package/dist/esm/core/Breadcrumb/index.js +53 -0
- package/dist/esm/core/Button/HoverableElement.js +12 -0
- package/dist/esm/core/Button/index.js +87 -0
- package/dist/esm/core/ButtonGroup/index.js +105 -0
- package/dist/esm/core/Byte/index.js +47 -0
- package/dist/esm/core/Calendar/index.js +23 -0
- package/dist/esm/core/Card/CardBody.js +10 -0
- package/dist/esm/core/Card/CardTitle.js +10 -0
- package/dist/esm/core/Card/CardWrapper.js +53 -0
- package/dist/esm/core/Card/index.js +92 -0
- package/dist/esm/core/Cascader/cascader.style.js +12 -0
- package/dist/esm/core/Cascader/cascader.widget.js +79 -0
- package/dist/esm/core/Cascader/index.js +72 -0
- package/dist/esm/core/Checkbox/checkbox.style.js +3 -0
- package/dist/esm/core/Checkbox/index.js +51 -0
- package/dist/esm/core/DetailCard/index.js +21 -0
- package/dist/esm/core/DonutChart/index.js +161 -0
- package/dist/esm/core/DropdownMenu/index.js +61 -0
- package/dist/esm/core/Empty/index.js +9 -0
- package/dist/esm/core/ExpandableList/ExpandIcon.js +15 -0
- package/dist/esm/core/ExpandableList/ExpandableContainer.js +15 -0
- package/dist/esm/core/ExpandableList/ExpandableItem.js +46 -0
- package/dist/esm/core/ExpandableList/RoundOrder.js +20 -0
- package/dist/esm/core/FailedLoad/index.js +30 -0
- package/dist/esm/core/Fields/FieldsBoolean/index.js +45 -0
- package/dist/esm/core/Fields/FieldsDateTime/index.js +22 -0
- package/dist/esm/core/Fields/FieldsDateTimeRange/index.js +48 -0
- package/dist/esm/core/Fields/FieldsEnum/index.js +58 -0
- package/dist/esm/core/Fields/FieldsFloat/index.js +58 -0
- package/dist/esm/core/Fields/FieldsInt/index.js +76 -0
- package/dist/esm/core/Fields/FieldsInteger/index.js +55 -0
- package/dist/esm/core/Fields/FieldsString/index.js +114 -0
- package/dist/esm/core/Fields/FieldsTextArea/index.js +62 -0
- package/dist/esm/core/Fields/FieldsTimePicker/index.js +52 -0
- package/dist/esm/core/Fields/index.js +26 -0
- package/dist/esm/core/Form/index.js +8 -0
- package/dist/esm/core/FormItem/index.js +36 -0
- package/dist/esm/core/Frequency/index.js +38 -0
- package/dist/esm/core/Icon/index.js +115 -0
- package/dist/esm/core/Input/index.js +64 -0
- package/dist/esm/core/InputGroup/index.js +12 -0
- package/dist/esm/core/InputInteger/formatterInteger.js +13 -0
- package/dist/esm/core/InputInteger/index.js +92 -0
- package/dist/esm/core/InputNumber/index.js +85 -0
- package/dist/esm/core/InputTagItem/index.js +10 -0
- package/dist/esm/core/KitStoreProvider/index.js +17 -0
- package/dist/esm/core/Link/index.js +55 -0
- package/dist/esm/core/Loading/index.js +31 -0
- package/dist/esm/core/Loading/style.js +6 -0
- package/dist/esm/core/Metric/metric.js +19 -0
- package/dist/esm/core/Modal/index.js +212 -0
- package/dist/esm/core/ModalStack/index.js +45 -0
- package/dist/esm/core/Overflow/index.js +112 -0
- package/dist/esm/core/Pagination/index.js +115 -0
- package/dist/esm/core/ParrotTrans/index.js +26 -0
- package/dist/esm/core/Percent/index.js +39 -0
- package/dist/esm/core/Progress/index.js +23 -0
- package/dist/esm/core/Radio/index.js +136 -0
- package/dist/esm/core/SearchInput/index.js +48 -0
- package/dist/esm/core/Second/index.js +41 -0
- package/dist/esm/core/SegmentControl/index.js +41 -0
- package/dist/esm/core/Select/index.js +138 -0
- package/dist/esm/core/SimplePagination/index.js +88 -0
- package/dist/esm/core/Speed/index.js +38 -0
- package/dist/esm/core/StatusCapsule/index.js +94 -0
- package/dist/esm/core/StepProgress/index.js +42 -0
- package/dist/esm/core/Steps/index.js +124 -0
- package/dist/esm/core/Steps/style.js +7 -0
- package/dist/esm/core/Styled/index.js +45 -0
- package/dist/esm/core/Switch/index.js +59 -0
- package/dist/esm/core/Table/TableWidget.js +44 -0
- package/dist/esm/core/Table/common.js +44 -0
- package/dist/esm/core/Table/index.js +104 -0
- package/dist/esm/core/TableForm/AddRowButton.js +106 -0
- package/dist/esm/core/TableForm/Columns/AffixColumn.js +46 -0
- package/dist/esm/core/TableForm/Columns/CheckboxColumn.js +32 -0
- package/dist/esm/core/TableForm/Columns/FormItem.js +18 -0
- package/dist/esm/core/TableForm/Columns/InputColumn.js +114 -0
- package/dist/esm/core/TableForm/Columns/TextColumn.js +41 -0
- package/dist/esm/core/TableForm/Columns/index.js +21 -0
- package/dist/esm/core/TableForm/TableFormBodyCell.js +163 -0
- package/dist/esm/core/TableForm/TableFormBodyRows.js +213 -0
- package/dist/esm/core/TableForm/TableFormHeaderCell.js +91 -0
- package/dist/esm/core/TableForm/index.js +185 -0
- package/dist/esm/core/TableForm/style.js +27 -0
- package/dist/esm/core/TableForm/types.js +8 -0
- package/dist/esm/core/TableForm/utils.js +32 -0
- package/dist/esm/core/Tag/SplitTag.js +62 -0
- package/dist/esm/core/Tag/const.js +10 -0
- package/dist/esm/core/Tag/index.js +91 -0
- package/dist/esm/core/Tag/style.js +9 -0
- package/dist/esm/core/TextArea/index.js +70 -0
- package/dist/esm/core/Time/index.js +29 -0
- package/dist/esm/core/TimePicker/index.js +64 -0
- package/dist/esm/core/TimeZoneSelect/index.js +163 -0
- package/dist/esm/core/Token/index.js +81 -0
- package/dist/esm/core/Token/style.js +3 -0
- package/dist/esm/core/Tooltip/index.js +87 -0
- package/dist/esm/core/Truncate/index.js +47 -0
- package/dist/esm/core/Typo/index.js +128 -0
- package/dist/esm/core/antd.js +205 -0
- package/dist/esm/core/message/index.js +179 -0
- package/dist/esm/core/message-group/index.js +143 -0
- package/dist/esm/coreX/BarChart/index.js +34 -0
- package/dist/esm/coreX/BatchOperation/index.js +144 -0
- package/dist/esm/coreX/ChartWithTooltip/index.js +149 -0
- package/dist/esm/coreX/Counting/index.js +20 -0
- package/dist/esm/coreX/CronCalendar/index.js +103 -0
- package/dist/esm/coreX/CronPlan/index.js +457 -0
- package/dist/esm/coreX/DateRangePicker/AbsoluteDate.js +177 -0
- package/dist/esm/coreX/DateRangePicker/Calendar.js +284 -0
- package/dist/esm/coreX/DateRangePicker/DateRangePicker.style.js +77 -0
- package/dist/esm/coreX/DateRangePicker/InputTime.js +149 -0
- package/dist/esm/coreX/DateRangePicker/RelativeTime.js +51 -0
- package/dist/esm/coreX/DateRangePicker/common.js +183 -0
- package/dist/esm/coreX/DateRangePicker/index.js +325 -0
- package/dist/esm/coreX/DeprecatedDonutChart/index.js +37 -0
- package/dist/esm/coreX/DropdownTransition/index.js +71 -0
- package/dist/esm/coreX/GoBackButton/index.js +43 -0
- package/dist/esm/coreX/I18nNameTag/index.js +35 -0
- package/dist/esm/coreX/NamesTooltip/index.js +32 -0
- package/dist/esm/coreX/OverflowTooltip/index.js +90 -0
- package/dist/esm/coreX/SidebarSubtitle/index.js +11 -0
- package/dist/esm/coreX/SortableList/index.js +31 -0
- package/dist/esm/coreX/SummaryTable/index.js +108 -0
- package/dist/esm/coreX/SwitchWithText/index.js +57 -0
- package/dist/esm/coreX/TabMenu/index.js +150 -0
- package/dist/esm/coreX/TruncatedTextWithTooltip/index.js +67 -0
- package/dist/esm/coreX/UnitWithChart/index.js +113 -0
- package/dist/esm/coreX/common/getCalendarTitle.js +24 -0
- package/dist/esm/hooks/useElementIntersectionRatio.js +28 -0
- package/dist/esm/hooks/useElementResize.js +67 -0
- package/dist/esm/hooks/useElementsSize.js +56 -0
- package/dist/esm/hooks/useMemoCompare.js +15 -0
- package/dist/esm/hooks/useParrotTranslation.js +11 -0
- package/dist/esm/index.js +34 -10233
- package/dist/esm/spec/type.js +7 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/store/chart.js +62 -0
- package/dist/esm/store/index.js +37 -0
- package/dist/esm/store/modal.js +63 -0
- package/dist/esm/styles/token/color.js +271 -0
- package/dist/esm/utils/constants.js +5 -0
- package/dist/esm/utils/cron-time.js +448 -0
- package/dist/esm/utils/dom.js +14 -0
- package/dist/esm/utils/icon.js +20 -0
- package/dist/esm/utils/isEmpty.js +10 -0
- package/dist/esm/utils/time.js +76 -0
- package/dist/esm/utils/tower.js +173 -0
- package/dist/src/index.d.ts +0 -1
- package/dist/src/spec/base.d.ts +2 -2
- package/dist/stories/docs/core/Link.stories.d.ts +20 -8
- package/dist/style.css +965 -947
- package/dist/token.css +209 -415
- package/package.json +12 -5
- package/dist/src/styles/token/token.d.ts +0 -1
- package/dist/umd/index.js +0 -10322
package/dist/style.css
CHANGED
|
@@ -29808,6 +29808,53 @@ html body {
|
|
|
29808
29808
|
font-size: 18px;
|
|
29809
29809
|
}
|
|
29810
29810
|
|
|
29811
|
+
.E_b1nip9bk {
|
|
29812
|
+
padding: 4px 11px;
|
|
29813
|
+
}
|
|
29814
|
+
|
|
29815
|
+
.E_bqamoqe {
|
|
29816
|
+
white-space: nowrap;
|
|
29817
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29818
|
+
}
|
|
29819
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29820
|
+
--color: #0080ff;
|
|
29821
|
+
}
|
|
29822
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29823
|
+
--color: #0080ff;
|
|
29824
|
+
}
|
|
29825
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29826
|
+
margin-left: 1px;
|
|
29827
|
+
}
|
|
29828
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29829
|
+
border-top-right-radius: 0;
|
|
29830
|
+
border-bottom-right-radius: 0;
|
|
29831
|
+
}
|
|
29832
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29833
|
+
border-top-left-radius: 0;
|
|
29834
|
+
border-bottom-left-radius: 0;
|
|
29835
|
+
}
|
|
29836
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29837
|
+
border-radius: unset;
|
|
29838
|
+
}
|
|
29839
|
+
|
|
29840
|
+
.E_iouxfgt {
|
|
29841
|
+
display: inline-flex;
|
|
29842
|
+
align-items: center;
|
|
29843
|
+
}
|
|
29844
|
+
.E_iouxfgt .icon-inner {
|
|
29845
|
+
display: inline-flex;
|
|
29846
|
+
align-items: center;
|
|
29847
|
+
justify-content: center;
|
|
29848
|
+
}
|
|
29849
|
+
.E_iouxfgt .icon-inner + span,
|
|
29850
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29851
|
+
margin-left: 4px;
|
|
29852
|
+
}
|
|
29853
|
+
.E_iouxfgt.is-rotate img,
|
|
29854
|
+
.E_iouxfgt.is-rotate svg {
|
|
29855
|
+
animation: rotate 680ms linear infinite;
|
|
29856
|
+
}
|
|
29857
|
+
|
|
29811
29858
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29812
29859
|
justify-content: center;
|
|
29813
29860
|
}
|
|
@@ -30058,117 +30105,10 @@ html body {
|
|
|
30058
30105
|
padding: 0;
|
|
30059
30106
|
}
|
|
30060
30107
|
|
|
30061
|
-
.
|
|
30062
|
-
padding: 4px 11px;
|
|
30063
|
-
}
|
|
30064
|
-
|
|
30065
|
-
.E_bqamoqe {
|
|
30066
|
-
white-space: nowrap;
|
|
30067
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30068
|
-
}
|
|
30069
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30070
|
-
--color: #0080ff;
|
|
30071
|
-
}
|
|
30072
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30073
|
-
--color: #0080ff;
|
|
30074
|
-
}
|
|
30075
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30076
|
-
margin-left: 1px;
|
|
30077
|
-
}
|
|
30078
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30079
|
-
border-top-right-radius: 0;
|
|
30080
|
-
border-bottom-right-radius: 0;
|
|
30081
|
-
}
|
|
30082
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30083
|
-
border-top-left-radius: 0;
|
|
30084
|
-
border-bottom-left-radius: 0;
|
|
30085
|
-
}
|
|
30086
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30087
|
-
border-radius: unset;
|
|
30088
|
-
}
|
|
30089
|
-
|
|
30090
|
-
.E_iouxfgt {
|
|
30091
|
-
display: inline-flex;
|
|
30092
|
-
align-items: center;
|
|
30093
|
-
}
|
|
30094
|
-
.E_iouxfgt .icon-inner {
|
|
30095
|
-
display: inline-flex;
|
|
30096
|
-
align-items: center;
|
|
30097
|
-
justify-content: center;
|
|
30098
|
-
}
|
|
30099
|
-
.E_iouxfgt .icon-inner + span,
|
|
30100
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30101
|
-
margin-left: 4px;
|
|
30102
|
-
}
|
|
30103
|
-
.E_iouxfgt.is-rotate img,
|
|
30104
|
-
.E_iouxfgt.is-rotate svg {
|
|
30105
|
-
animation: rotate 680ms linear infinite;
|
|
30106
|
-
}
|
|
30107
|
-
|
|
30108
|
-
.E_owd0kml {
|
|
30108
|
+
.E_iq1gosr {
|
|
30109
30109
|
display: inline-block;
|
|
30110
30110
|
}
|
|
30111
30111
|
|
|
30112
|
-
.E_h1jsgezc {
|
|
30113
|
-
visibility: hidden;
|
|
30114
|
-
position: absolute;
|
|
30115
|
-
}
|
|
30116
|
-
|
|
30117
|
-
.E_s1dizucg.ant-switch {
|
|
30118
|
-
min-width: 40px;
|
|
30119
|
-
height: 24px;
|
|
30120
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30121
|
-
overflow: hidden;
|
|
30122
|
-
}
|
|
30123
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30124
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30125
|
-
}
|
|
30126
|
-
.E_s1dizucg.ant-switch-small {
|
|
30127
|
-
min-width: 26px;
|
|
30128
|
-
height: 16px;
|
|
30129
|
-
}
|
|
30130
|
-
.E_s1dizucg.ant-switch-large {
|
|
30131
|
-
min-width: 52px;
|
|
30132
|
-
height: 32px;
|
|
30133
|
-
}
|
|
30134
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30135
|
-
height: 20px;
|
|
30136
|
-
width: 20px;
|
|
30137
|
-
}
|
|
30138
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30139
|
-
border-radius: 10px;
|
|
30140
|
-
transition-delay: 120ms;
|
|
30141
|
-
}
|
|
30142
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30143
|
-
height: 14px;
|
|
30144
|
-
width: 14px;
|
|
30145
|
-
top: 1px;
|
|
30146
|
-
left: 1px;
|
|
30147
|
-
}
|
|
30148
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30149
|
-
height: 28px;
|
|
30150
|
-
width: 28px;
|
|
30151
|
-
}
|
|
30152
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30153
|
-
border-radius: 14px;
|
|
30154
|
-
}
|
|
30155
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30156
|
-
background-color: #00ba5d;
|
|
30157
|
-
}
|
|
30158
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30159
|
-
left: calc(100% - 20px - 2px);
|
|
30160
|
-
}
|
|
30161
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30162
|
-
left: calc(100% - 14px - 1px);
|
|
30163
|
-
}
|
|
30164
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30165
|
-
left: calc(100% - 28px - 2px);
|
|
30166
|
-
}
|
|
30167
|
-
|
|
30168
|
-
.E_c1up6e3y {
|
|
30169
|
-
margin-left: 5px;
|
|
30170
|
-
}
|
|
30171
|
-
|
|
30172
30112
|
.E_dsnbhzf {
|
|
30173
30113
|
font-family: Inter;
|
|
30174
30114
|
font-style: normal;
|
|
@@ -30644,73 +30584,247 @@ html body {
|
|
|
30644
30584
|
line-height: 12px;
|
|
30645
30585
|
}
|
|
30646
30586
|
|
|
30647
|
-
.
|
|
30648
|
-
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30653
|
-
font-size: 12px;
|
|
30654
|
-
line-height: 24px;
|
|
30587
|
+
.E_s1dizucg.ant-switch {
|
|
30588
|
+
min-width: 40px;
|
|
30589
|
+
height: 24px;
|
|
30590
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30591
|
+
overflow: hidden;
|
|
30655
30592
|
}
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30593
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30594
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30658
30595
|
}
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
border-radius: 6px;
|
|
30663
|
-
cursor: pointer;
|
|
30664
|
-
transition: all 0.3s ease;
|
|
30596
|
+
.E_s1dizucg.ant-switch-small {
|
|
30597
|
+
min-width: 26px;
|
|
30598
|
+
height: 16px;
|
|
30665
30599
|
}
|
|
30666
|
-
.
|
|
30667
|
-
|
|
30668
|
-
|
|
30600
|
+
.E_s1dizucg.ant-switch-large {
|
|
30601
|
+
min-width: 52px;
|
|
30602
|
+
height: 32px;
|
|
30669
30603
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30604
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30605
|
+
height: 20px;
|
|
30606
|
+
width: 20px;
|
|
30672
30607
|
}
|
|
30673
|
-
.
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
color: #0080ff;
|
|
30677
|
-
font-weight: bold;
|
|
30608
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30609
|
+
border-radius: 10px;
|
|
30610
|
+
transition-delay: 120ms;
|
|
30678
30611
|
}
|
|
30679
|
-
.
|
|
30680
|
-
|
|
30612
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30613
|
+
height: 14px;
|
|
30614
|
+
width: 14px;
|
|
30615
|
+
top: 1px;
|
|
30616
|
+
left: 1px;
|
|
30681
30617
|
}
|
|
30682
|
-
.
|
|
30683
|
-
|
|
30684
|
-
|
|
30618
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30619
|
+
height: 28px;
|
|
30620
|
+
width: 28px;
|
|
30685
30621
|
}
|
|
30686
|
-
.
|
|
30687
|
-
|
|
30688
|
-
color: #0080ff;
|
|
30622
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30623
|
+
border-radius: 14px;
|
|
30689
30624
|
}
|
|
30690
|
-
.
|
|
30691
|
-
|
|
30625
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30626
|
+
background-color: #00ba5d;
|
|
30692
30627
|
}
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
max-height: calc(100vh - 128px);
|
|
30696
|
-
overflow-y: auto;
|
|
30628
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30629
|
+
left: calc(100% - 20px - 2px);
|
|
30697
30630
|
}
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30700
|
-
font-size: 12px;
|
|
30701
|
-
line-height: 18px;
|
|
30631
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30632
|
+
left: calc(100% - 14px - 1px);
|
|
30702
30633
|
}
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
height: 100%;
|
|
30634
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30635
|
+
left: calc(100% - 28px - 2px);
|
|
30706
30636
|
}
|
|
30707
30637
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30638
|
+
.E_c1up6e3y {
|
|
30639
|
+
margin-left: 5px;
|
|
30710
30640
|
}
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
height:
|
|
30641
|
+
|
|
30642
|
+
.E_skwah65 {
|
|
30643
|
+
height: 8px;
|
|
30644
|
+
box-sizing: border-box;
|
|
30645
|
+
border-radius: 2px;
|
|
30646
|
+
background: #f5f7fa;
|
|
30647
|
+
display: flex;
|
|
30648
|
+
width: 100%;
|
|
30649
|
+
overflow: hidden;
|
|
30650
|
+
}
|
|
30651
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30652
|
+
margin-left: 1px;
|
|
30653
|
+
}
|
|
30654
|
+
|
|
30655
|
+
.E_owd0kml {
|
|
30656
|
+
display: inline-block;
|
|
30657
|
+
}
|
|
30658
|
+
|
|
30659
|
+
.E_h1jsgezc {
|
|
30660
|
+
visibility: hidden;
|
|
30661
|
+
position: absolute;
|
|
30662
|
+
}
|
|
30663
|
+
|
|
30664
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30665
|
+
display: none;
|
|
30666
|
+
}
|
|
30667
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30668
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30669
|
+
border-radius: 4px;
|
|
30670
|
+
}
|
|
30671
|
+
|
|
30672
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30673
|
+
display: inline-flex;
|
|
30674
|
+
align-items: baseline;
|
|
30675
|
+
white-space: pre-wrap;
|
|
30676
|
+
}
|
|
30677
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30678
|
+
position: relative;
|
|
30679
|
+
top: 3px;
|
|
30680
|
+
}
|
|
30681
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30682
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30683
|
+
}
|
|
30684
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30685
|
+
border-color: #0080ff;
|
|
30686
|
+
}
|
|
30687
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30688
|
+
border-color: #0080ff;
|
|
30689
|
+
background: #0080ff;
|
|
30690
|
+
}
|
|
30691
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30692
|
+
top: 4px;
|
|
30693
|
+
left: 4px;
|
|
30694
|
+
width: 6px;
|
|
30695
|
+
height: 6px;
|
|
30696
|
+
background: #fff;
|
|
30697
|
+
}
|
|
30698
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30699
|
+
opacity: 0.5;
|
|
30700
|
+
}
|
|
30701
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30702
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30703
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30704
|
+
}
|
|
30705
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30706
|
+
background: #00122e;
|
|
30707
|
+
}
|
|
30708
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30709
|
+
color: #00122e;
|
|
30710
|
+
opacity: 0.5;
|
|
30711
|
+
}
|
|
30712
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30713
|
+
color: #00122e;
|
|
30714
|
+
}
|
|
30715
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30716
|
+
display: inline-block;
|
|
30717
|
+
padding: 0;
|
|
30718
|
+
padding-left: 12px;
|
|
30719
|
+
}
|
|
30720
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30721
|
+
margin-bottom: 0;
|
|
30722
|
+
white-space: pre-wrap;
|
|
30723
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30724
|
+
}
|
|
30725
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30726
|
+
padding-left: 8px;
|
|
30727
|
+
}
|
|
30728
|
+
|
|
30729
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30730
|
+
border-radius: 5px 0 0 5px;
|
|
30731
|
+
}
|
|
30732
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30733
|
+
border-radius: 0 5px 5px 0;
|
|
30734
|
+
}
|
|
30735
|
+
|
|
30736
|
+
.E_rcc63c8 {
|
|
30737
|
+
color: #00122e;
|
|
30738
|
+
border-color: #ccd4e3;
|
|
30739
|
+
}
|
|
30740
|
+
.E_rcc63c8:first-child {
|
|
30741
|
+
border-color: #a3b4cc;
|
|
30742
|
+
}
|
|
30743
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30744
|
+
padding: 0 12px;
|
|
30745
|
+
line-height: 32px;
|
|
30746
|
+
height: 32px;
|
|
30747
|
+
}
|
|
30748
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30749
|
+
white-space: nowrap;
|
|
30750
|
+
}
|
|
30751
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30752
|
+
height: 22px;
|
|
30753
|
+
padding: 0 7px;
|
|
30754
|
+
line-height: 20px;
|
|
30755
|
+
}
|
|
30756
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30757
|
+
background: #ccd4e3;
|
|
30758
|
+
}
|
|
30759
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30760
|
+
background: #0080ff;
|
|
30761
|
+
}
|
|
30762
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30763
|
+
background: #ccd4e3;
|
|
30764
|
+
opacity: 0.5;
|
|
30765
|
+
}
|
|
30766
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30767
|
+
border-right-color: #0080ff;
|
|
30768
|
+
}
|
|
30769
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30770
|
+
border-color: #0080ff;
|
|
30771
|
+
}
|
|
30772
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30773
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30774
|
+
}
|
|
30775
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30776
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30777
|
+
border-color: #ccd4e3;
|
|
30778
|
+
opacity: 0.5;
|
|
30779
|
+
}
|
|
30780
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30781
|
+
color: #00122e;
|
|
30782
|
+
border-color: #ccd4e3;
|
|
30783
|
+
}
|
|
30784
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30785
|
+
color: #00122e;
|
|
30786
|
+
border-color: #ccd4e3;
|
|
30787
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30788
|
+
}
|
|
30789
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30790
|
+
margin-right: 8px;
|
|
30791
|
+
display: inline;
|
|
30792
|
+
border: none;
|
|
30793
|
+
padding: 0;
|
|
30794
|
+
width: 36px;
|
|
30795
|
+
background: transparent;
|
|
30796
|
+
}
|
|
30797
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30798
|
+
box-shadow: none;
|
|
30799
|
+
}
|
|
30800
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30801
|
+
margin-right: 0;
|
|
30802
|
+
width: initial;
|
|
30803
|
+
box-shadow: none;
|
|
30804
|
+
}
|
|
30805
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30806
|
+
display: none;
|
|
30807
|
+
}
|
|
30808
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30809
|
+
display: inline;
|
|
30810
|
+
}
|
|
30811
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30812
|
+
display: inline;
|
|
30813
|
+
margin-right: 8px;
|
|
30814
|
+
padding: 0;
|
|
30815
|
+
width: 36px;
|
|
30816
|
+
}
|
|
30817
|
+
|
|
30818
|
+
.E_tc97u5y {
|
|
30819
|
+
height: 100%;
|
|
30820
|
+
}
|
|
30821
|
+
|
|
30822
|
+
.E_tfzf37v {
|
|
30823
|
+
height: 100%;
|
|
30824
|
+
}
|
|
30825
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
30826
|
+
overflow: visible !important;
|
|
30827
|
+
height: 100%;
|
|
30714
30828
|
}
|
|
30715
30829
|
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30716
30830
|
height: 100%;
|
|
@@ -31065,31 +31179,6 @@ html body {
|
|
|
31065
31179
|
background: #fff;
|
|
31066
31180
|
}
|
|
31067
31181
|
|
|
31068
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31069
|
-
display: none;
|
|
31070
|
-
}
|
|
31071
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31072
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31073
|
-
border-radius: 4px;
|
|
31074
|
-
}
|
|
31075
|
-
|
|
31076
|
-
.E_skwah65 {
|
|
31077
|
-
height: 8px;
|
|
31078
|
-
box-sizing: border-box;
|
|
31079
|
-
border-radius: 2px;
|
|
31080
|
-
background: #f5f7fa;
|
|
31081
|
-
display: flex;
|
|
31082
|
-
width: 100%;
|
|
31083
|
-
overflow: hidden;
|
|
31084
|
-
}
|
|
31085
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31086
|
-
margin-left: 1px;
|
|
31087
|
-
}
|
|
31088
|
-
|
|
31089
|
-
.E_iq1gosr {
|
|
31090
|
-
display: inline-block;
|
|
31091
|
-
}
|
|
31092
|
-
|
|
31093
31182
|
.E_cnujxq2 {
|
|
31094
31183
|
display: flex;
|
|
31095
31184
|
flex-direction: column;
|
|
@@ -31775,41 +31864,102 @@ input.E_rf8rlle.ant-input {
|
|
|
31775
31864
|
margin: 4px 0;
|
|
31776
31865
|
}
|
|
31777
31866
|
|
|
31778
|
-
.
|
|
31779
|
-
width: 430px !important;
|
|
31780
|
-
}
|
|
31781
|
-
|
|
31782
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31783
|
-
padding: 8px 16px;
|
|
31784
|
-
line-height: 18px;
|
|
31785
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31786
|
-
height: 34px;
|
|
31787
|
-
min-height: 34px;
|
|
31788
|
-
box-sizing: border-box;
|
|
31789
|
-
margin-top: 8px;
|
|
31790
|
-
}
|
|
31791
|
-
|
|
31792
|
-
.E_o1ugr09p {
|
|
31867
|
+
.E_s1ebs0ra {
|
|
31793
31868
|
display: flex;
|
|
31794
|
-
|
|
31795
|
-
|
|
31796
|
-
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31869
|
+
align-items: center;
|
|
31870
|
+
justify-content: space-between;
|
|
31871
|
+
background: #edf0f7;
|
|
31872
|
+
padding: 8px 12px;
|
|
31873
|
+
position: sticky;
|
|
31874
|
+
top: 0;
|
|
31875
|
+
z-index: 1;
|
|
31876
|
+
margin-bottom: -52px;
|
|
31801
31877
|
}
|
|
31802
|
-
.
|
|
31803
|
-
|
|
31878
|
+
.E_s1ebs0ra .select-total {
|
|
31879
|
+
display: flex;
|
|
31880
|
+
align-items: center;
|
|
31881
|
+
font-weight: 700;
|
|
31882
|
+
flex-shrink: 0;
|
|
31804
31883
|
}
|
|
31805
|
-
.
|
|
31806
|
-
|
|
31884
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31885
|
+
cursor: pointer;
|
|
31886
|
+
margin-left: 8px;
|
|
31887
|
+
width: 32px;
|
|
31888
|
+
height: 32px;
|
|
31889
|
+
border-radius: 50%;
|
|
31890
|
+
justify-content: center;
|
|
31807
31891
|
}
|
|
31808
|
-
.
|
|
31809
|
-
|
|
31892
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31893
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31810
31894
|
}
|
|
31811
|
-
.
|
|
31812
|
-
|
|
31895
|
+
.E_s1ebs0ra .action-group {
|
|
31896
|
+
flex: 1;
|
|
31897
|
+
margin-left: 88px;
|
|
31898
|
+
white-space: nowrap;
|
|
31899
|
+
text-align: right;
|
|
31900
|
+
position: relative;
|
|
31901
|
+
padding: 4px 0;
|
|
31902
|
+
margin-top: -4px;
|
|
31903
|
+
overflow: hidden;
|
|
31904
|
+
}
|
|
31905
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31906
|
+
transform: translateY(-4px);
|
|
31907
|
+
}
|
|
31908
|
+
.E_s1ebs0ra .action-group button {
|
|
31909
|
+
border: none;
|
|
31910
|
+
}
|
|
31911
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31912
|
+
margin-right: 8px;
|
|
31913
|
+
}
|
|
31914
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31915
|
+
margin-right: 4px;
|
|
31916
|
+
}
|
|
31917
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31918
|
+
cursor: pointer;
|
|
31919
|
+
width: 32px;
|
|
31920
|
+
height: 32px;
|
|
31921
|
+
justify-content: center;
|
|
31922
|
+
border-radius: 50%;
|
|
31923
|
+
}
|
|
31924
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31925
|
+
background: #fff;
|
|
31926
|
+
}
|
|
31927
|
+
|
|
31928
|
+
.E_s1dni7lo {
|
|
31929
|
+
width: 430px !important;
|
|
31930
|
+
}
|
|
31931
|
+
|
|
31932
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31933
|
+
padding: 8px 16px;
|
|
31934
|
+
line-height: 18px;
|
|
31935
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31936
|
+
height: 34px;
|
|
31937
|
+
min-height: 34px;
|
|
31938
|
+
box-sizing: border-box;
|
|
31939
|
+
margin-top: 8px;
|
|
31940
|
+
}
|
|
31941
|
+
|
|
31942
|
+
.E_o1ugr09p {
|
|
31943
|
+
display: flex;
|
|
31944
|
+
flex-direction: column;
|
|
31945
|
+
margin: 1px 8px;
|
|
31946
|
+
padding: 8px;
|
|
31947
|
+
border-radius: 4px;
|
|
31948
|
+
}
|
|
31949
|
+
.E_o1ugr09p .selected-icon {
|
|
31950
|
+
display: none;
|
|
31951
|
+
}
|
|
31952
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31953
|
+
padding-left: 8px;
|
|
31954
|
+
}
|
|
31955
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31956
|
+
background-color: white;
|
|
31957
|
+
}
|
|
31958
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31959
|
+
color: #0080ff;
|
|
31960
|
+
}
|
|
31961
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31962
|
+
display: block;
|
|
31813
31963
|
}
|
|
31814
31964
|
.E_o1ugr09p.ant-select-item-option-active {
|
|
31815
31965
|
background: rgba(0, 136, 255, 0.16);
|
|
@@ -31856,65 +32006,61 @@ input.E_rf8rlle.ant-input {
|
|
|
31856
32006
|
opacity: 0;
|
|
31857
32007
|
}
|
|
31858
32008
|
|
|
31859
|
-
.
|
|
32009
|
+
.E_phljevk {
|
|
31860
32010
|
display: flex;
|
|
31861
|
-
align-items: center;
|
|
31862
32011
|
justify-content: space-between;
|
|
31863
|
-
|
|
31864
|
-
padding:
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
margin-bottom: -52px;
|
|
32012
|
+
align-items: center;
|
|
32013
|
+
padding: 10px 0;
|
|
32014
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32015
|
+
font-size: 12px;
|
|
32016
|
+
line-height: 24px;
|
|
31869
32017
|
}
|
|
31870
|
-
.
|
|
32018
|
+
.E_phljevk .pagination-left {
|
|
32019
|
+
padding: 2px 8px;
|
|
32020
|
+
}
|
|
32021
|
+
.E_phljevk .dropdown-trigger {
|
|
31871
32022
|
display: flex;
|
|
31872
32023
|
align-items: center;
|
|
31873
|
-
|
|
31874
|
-
flex-shrink: 0;
|
|
31875
|
-
}
|
|
31876
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
32024
|
+
border-radius: 6px;
|
|
31877
32025
|
cursor: pointer;
|
|
31878
|
-
|
|
31879
|
-
width: 32px;
|
|
31880
|
-
height: 32px;
|
|
31881
|
-
border-radius: 50%;
|
|
31882
|
-
justify-content: center;
|
|
32026
|
+
transition: all 0.3s ease;
|
|
31883
32027
|
}
|
|
31884
|
-
.
|
|
31885
|
-
background: rgba(
|
|
32028
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
32029
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32030
|
+
color: #0080ff;
|
|
31886
32031
|
}
|
|
31887
|
-
.
|
|
31888
|
-
|
|
31889
|
-
margin-left: 88px;
|
|
31890
|
-
white-space: nowrap;
|
|
31891
|
-
text-align: right;
|
|
31892
|
-
position: relative;
|
|
31893
|
-
padding: 4px 0;
|
|
31894
|
-
margin-top: -4px;
|
|
31895
|
-
overflow: hidden;
|
|
32032
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
32033
|
+
margin-left: 4px;
|
|
31896
32034
|
}
|
|
31897
|
-
.
|
|
31898
|
-
|
|
32035
|
+
.E_phljevk .pagination-right {
|
|
32036
|
+
display: flex;
|
|
32037
|
+
align-items: center;
|
|
32038
|
+
color: #0080ff;
|
|
32039
|
+
font-weight: bold;
|
|
31899
32040
|
}
|
|
31900
|
-
.
|
|
31901
|
-
|
|
32041
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
32042
|
+
margin-left: 4px;
|
|
31902
32043
|
}
|
|
31903
|
-
.
|
|
31904
|
-
|
|
32044
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
32045
|
+
.E_phljevk .pagination-right .next-btn {
|
|
32046
|
+
padding: 0 8px;
|
|
31905
32047
|
}
|
|
31906
|
-
.
|
|
31907
|
-
|
|
32048
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
32049
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
32050
|
+
color: #0080ff;
|
|
31908
32051
|
}
|
|
31909
|
-
.
|
|
31910
|
-
|
|
31911
|
-
width: 32px;
|
|
31912
|
-
height: 32px;
|
|
31913
|
-
justify-content: center;
|
|
31914
|
-
border-radius: 50%;
|
|
32052
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
32053
|
+
transform: rotate(180deg);
|
|
31915
32054
|
}
|
|
31916
|
-
|
|
31917
|
-
|
|
32055
|
+
|
|
32056
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
32057
|
+
max-height: calc(100vh - 128px);
|
|
32058
|
+
overflow-y: auto;
|
|
32059
|
+
}
|
|
32060
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
32061
|
+
padding: 4px 20px;
|
|
32062
|
+
font-size: 12px;
|
|
32063
|
+
line-height: 18px;
|
|
31918
32064
|
}
|
|
31919
32065
|
|
|
31920
32066
|
.E_c1up1pdz {
|
|
@@ -32057,192 +32203,109 @@ input.E_rf8rlle.ant-input {
|
|
|
32057
32203
|
color: #fff;
|
|
32058
32204
|
}
|
|
32059
32205
|
|
|
32060
|
-
.
|
|
32061
|
-
|
|
32062
|
-
align-items: baseline;
|
|
32063
|
-
white-space: pre-wrap;
|
|
32064
|
-
}
|
|
32065
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
32066
|
-
position: relative;
|
|
32067
|
-
top: 3px;
|
|
32068
|
-
}
|
|
32069
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
32070
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32071
|
-
}
|
|
32072
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
32073
|
-
border-color: #0080ff;
|
|
32206
|
+
.E_c1uzzomf {
|
|
32207
|
+
margin-bottom: 16px;
|
|
32074
32208
|
}
|
|
32075
|
-
.
|
|
32076
|
-
|
|
32077
|
-
|
|
32209
|
+
.E_c1uzzomf .card-title {
|
|
32210
|
+
font-size: 16px;
|
|
32211
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32212
|
+
font-weight: 700;
|
|
32213
|
+
line-height: 32px;
|
|
32078
32214
|
}
|
|
32079
|
-
.
|
|
32080
|
-
|
|
32081
|
-
|
|
32082
|
-
width: 6px;
|
|
32083
|
-
height: 6px;
|
|
32215
|
+
.E_c1uzzomf .card-body {
|
|
32216
|
+
padding: 24px;
|
|
32217
|
+
border-radius: 8px;
|
|
32084
32218
|
background: #fff;
|
|
32085
32219
|
}
|
|
32086
|
-
.
|
|
32087
|
-
|
|
32088
|
-
|
|
32089
|
-
|
|
32090
|
-
|
|
32091
|
-
|
|
32220
|
+
.E_c1uzzomf .empty {
|
|
32221
|
+
font-weight: 700;
|
|
32222
|
+
font-size: 14px;
|
|
32223
|
+
line-height: 22px;
|
|
32224
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32225
|
+
text-align: center;
|
|
32092
32226
|
}
|
|
32093
|
-
|
|
32094
|
-
|
|
32227
|
+
|
|
32228
|
+
.E_ou7iq30 {
|
|
32229
|
+
overflow: hidden;
|
|
32230
|
+
text-overflow: ellipsis;
|
|
32095
32231
|
}
|
|
32096
|
-
|
|
32097
|
-
|
|
32098
|
-
|
|
32232
|
+
|
|
32233
|
+
.E_s1tui002 {
|
|
32234
|
+
white-space: nowrap;
|
|
32099
32235
|
}
|
|
32100
|
-
|
|
32101
|
-
|
|
32236
|
+
|
|
32237
|
+
.E_mxrc2zg {
|
|
32238
|
+
display: -webkit-box;
|
|
32239
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32240
|
+
-webkit-box-orient: vertical;
|
|
32241
|
+
word-break: break-all;
|
|
32102
32242
|
}
|
|
32103
|
-
|
|
32243
|
+
|
|
32244
|
+
.E_c18bcrac {
|
|
32104
32245
|
display: inline-block;
|
|
32105
|
-
|
|
32106
|
-
padding-left: 12px;
|
|
32246
|
+
width: 100%;
|
|
32107
32247
|
}
|
|
32108
|
-
.
|
|
32109
|
-
margin-
|
|
32110
|
-
white-space: pre-wrap;
|
|
32111
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32248
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32249
|
+
margin-left: 4px;
|
|
32112
32250
|
}
|
|
32113
|
-
|
|
32114
|
-
|
|
32251
|
+
|
|
32252
|
+
.E_cro7kg2 {
|
|
32253
|
+
padding: 4px;
|
|
32115
32254
|
}
|
|
32116
32255
|
|
|
32117
|
-
.
|
|
32118
|
-
|
|
32256
|
+
.E_c14wcxf0 {
|
|
32257
|
+
display: flex;
|
|
32258
|
+
justify-content: space-between;
|
|
32259
|
+
align-items: center;
|
|
32260
|
+
font-size: 13px;
|
|
32261
|
+
line-height: 24px;
|
|
32262
|
+
color: #cccccc;
|
|
32263
|
+
white-space: nowrap;
|
|
32119
32264
|
}
|
|
32120
|
-
.
|
|
32121
|
-
|
|
32265
|
+
.E_c14wcxf0 label {
|
|
32266
|
+
margin-right: 32px;
|
|
32122
32267
|
}
|
|
32123
32268
|
|
|
32124
|
-
.
|
|
32125
|
-
|
|
32126
|
-
|
|
32127
|
-
}
|
|
32128
|
-
.E_rcc63c8:first-child {
|
|
32129
|
-
border-color: #a3b4cc;
|
|
32130
|
-
}
|
|
32131
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
32132
|
-
padding: 0 12px;
|
|
32133
|
-
line-height: 32px;
|
|
32134
|
-
height: 32px;
|
|
32135
|
-
}
|
|
32136
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
32137
|
-
white-space: nowrap;
|
|
32138
|
-
}
|
|
32139
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
32140
|
-
height: 22px;
|
|
32141
|
-
padding: 0 7px;
|
|
32142
|
-
line-height: 20px;
|
|
32143
|
-
}
|
|
32144
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
32145
|
-
background: #ccd4e3;
|
|
32146
|
-
}
|
|
32147
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
32148
|
-
background: #0080ff;
|
|
32149
|
-
}
|
|
32150
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
32151
|
-
background: #ccd4e3;
|
|
32152
|
-
opacity: 0.5;
|
|
32153
|
-
}
|
|
32154
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
32155
|
-
border-right-color: #0080ff;
|
|
32156
|
-
}
|
|
32157
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
32158
|
-
border-color: #0080ff;
|
|
32159
|
-
}
|
|
32160
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
32161
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32162
|
-
}
|
|
32163
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
32164
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32165
|
-
border-color: #ccd4e3;
|
|
32166
|
-
opacity: 0.5;
|
|
32167
|
-
}
|
|
32168
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
32169
|
-
color: #00122e;
|
|
32170
|
-
border-color: #ccd4e3;
|
|
32171
|
-
}
|
|
32172
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
32173
|
-
color: #00122e;
|
|
32174
|
-
border-color: #ccd4e3;
|
|
32175
|
-
background: rgba(172, 186, 211, 0.6);
|
|
32176
|
-
}
|
|
32177
|
-
.E_rcc63c8 .ant-radio-button-input {
|
|
32178
|
-
margin-right: 8px;
|
|
32179
|
-
display: inline;
|
|
32180
|
-
border: none;
|
|
32181
|
-
padding: 0;
|
|
32182
|
-
width: 36px;
|
|
32183
|
-
background: transparent;
|
|
32184
|
-
}
|
|
32185
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
32186
|
-
box-shadow: none;
|
|
32187
|
-
}
|
|
32188
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
32189
|
-
margin-right: 0;
|
|
32190
|
-
width: initial;
|
|
32191
|
-
box-shadow: none;
|
|
32192
|
-
}
|
|
32193
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
32194
|
-
display: none;
|
|
32195
|
-
}
|
|
32196
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
32197
|
-
display: inline;
|
|
32198
|
-
}
|
|
32199
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
32200
|
-
display: inline;
|
|
32201
|
-
margin-right: 8px;
|
|
32202
|
-
padding: 0;
|
|
32203
|
-
width: 36px;
|
|
32269
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32270
|
+
font-weight: bold;
|
|
32271
|
+
color: white;
|
|
32204
32272
|
}
|
|
32205
32273
|
|
|
32206
|
-
.
|
|
32207
|
-
|
|
32208
|
-
|
|
32209
|
-
|
|
32210
|
-
|
|
32211
|
-
|
|
32212
|
-
|
|
32213
|
-
|
|
32214
|
-
|
|
32215
|
-
.E_c1uzzomf .card-body {
|
|
32216
|
-
padding: 24px;
|
|
32217
|
-
border-radius: 8px;
|
|
32218
|
-
background: #fff;
|
|
32219
|
-
}
|
|
32220
|
-
.E_c1uzzomf .empty {
|
|
32221
|
-
font-weight: 700;
|
|
32222
|
-
font-size: 14px;
|
|
32223
|
-
line-height: 22px;
|
|
32224
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32225
|
-
text-align: center;
|
|
32274
|
+
.E_s11212zy {
|
|
32275
|
+
width: 8px;
|
|
32276
|
+
height: 8px;
|
|
32277
|
+
border-radius: 2px;
|
|
32278
|
+
display: inline-block;
|
|
32279
|
+
background: var(--s11212zy-0);
|
|
32280
|
+
border: 1px solid #fff;
|
|
32281
|
+
box-sizing: content-box;
|
|
32282
|
+
margin-right: 6px;
|
|
32226
32283
|
}
|
|
32227
32284
|
|
|
32228
|
-
.
|
|
32229
|
-
|
|
32230
|
-
|
|
32285
|
+
.E_p1lyky6c > :first-child {
|
|
32286
|
+
font-weight: bold;
|
|
32287
|
+
color: white;
|
|
32288
|
+
margin-right: 4px;
|
|
32231
32289
|
}
|
|
32232
|
-
|
|
32233
|
-
|
|
32290
|
+
|
|
32291
|
+
.E_tqjc4ui {
|
|
32292
|
+
margin: 0 2px;
|
|
32234
32293
|
}
|
|
32235
|
-
|
|
32236
|
-
|
|
32294
|
+
|
|
32295
|
+
.E_berrcjl {
|
|
32296
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32297
|
+
margin-bottom: 4px;
|
|
32237
32298
|
}
|
|
32238
|
-
.
|
|
32239
|
-
|
|
32299
|
+
.E_berrcjl .breadcrumb-link {
|
|
32300
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32301
|
+
cursor: pointer;
|
|
32302
|
+
transition: color 160ms ease;
|
|
32240
32303
|
}
|
|
32241
|
-
.
|
|
32242
|
-
|
|
32304
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32305
|
+
color: #0080ff;
|
|
32243
32306
|
}
|
|
32244
|
-
.
|
|
32245
|
-
|
|
32307
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32308
|
+
color: #005ed1;
|
|
32246
32309
|
}
|
|
32247
32310
|
|
|
32248
32311
|
.E_c1bus5hc {
|
|
@@ -32285,20 +32348,57 @@ input.E_rf8rlle.ant-input {
|
|
|
32285
32348
|
transform: rotate(0deg);
|
|
32286
32349
|
}
|
|
32287
32350
|
|
|
32288
|
-
.
|
|
32289
|
-
|
|
32290
|
-
margin-bottom: 4px;
|
|
32351
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32352
|
+
margin-right: 2px;
|
|
32291
32353
|
}
|
|
32292
|
-
|
|
32293
|
-
|
|
32294
|
-
|
|
32295
|
-
|
|
32354
|
+
|
|
32355
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32356
|
+
padding-left: 8px;
|
|
32357
|
+
padding-right: 8px;
|
|
32296
32358
|
}
|
|
32297
|
-
.
|
|
32298
|
-
|
|
32359
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32360
|
+
border-radius: 4px;
|
|
32299
32361
|
}
|
|
32300
|
-
.
|
|
32301
|
-
|
|
32362
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32363
|
+
border-radius: 4px;
|
|
32364
|
+
}
|
|
32365
|
+
|
|
32366
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32367
|
+
padding-left: 12px;
|
|
32368
|
+
padding-right: 12px;
|
|
32369
|
+
}
|
|
32370
|
+
|
|
32371
|
+
.E_ckld275 {
|
|
32372
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32373
|
+
}
|
|
32374
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32375
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32376
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32377
|
+
}
|
|
32378
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32379
|
+
background-color: transparent;
|
|
32380
|
+
}
|
|
32381
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32382
|
+
background-color: transparent;
|
|
32383
|
+
}
|
|
32384
|
+
|
|
32385
|
+
.E_n12mqh7z {
|
|
32386
|
+
display: flex;
|
|
32387
|
+
align-items: center;
|
|
32388
|
+
font-size: 12px;
|
|
32389
|
+
line-height: 18px;
|
|
32390
|
+
}
|
|
32391
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32392
|
+
margin-bottom: 4px;
|
|
32393
|
+
}
|
|
32394
|
+
|
|
32395
|
+
.E_tf5bynu {
|
|
32396
|
+
margin: 0 3px;
|
|
32397
|
+
}
|
|
32398
|
+
|
|
32399
|
+
.E_tcckoz1 {
|
|
32400
|
+
max-height: 400px;
|
|
32401
|
+
overflow: "auto";
|
|
32302
32402
|
}
|
|
32303
32403
|
|
|
32304
32404
|
.E_gmyahx3 {
|
|
@@ -32311,6 +32411,26 @@ input.E_rf8rlle.ant-input {
|
|
|
32311
32411
|
color: #0080ff;
|
|
32312
32412
|
}
|
|
32313
32413
|
|
|
32414
|
+
.E_c18gxmrl {
|
|
32415
|
+
border: 1px solid #d8deeb;
|
|
32416
|
+
border-radius: 4px;
|
|
32417
|
+
}
|
|
32418
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32419
|
+
margin-top: 8px;
|
|
32420
|
+
}
|
|
32421
|
+
.E_c18gxmrl:hover {
|
|
32422
|
+
border-color: #0080ff;
|
|
32423
|
+
}
|
|
32424
|
+
.E_c18gxmrl:hover > header {
|
|
32425
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32426
|
+
}
|
|
32427
|
+
.E_c18gxmrl.active header {
|
|
32428
|
+
border-bottom: 1px solid #d8deeb;
|
|
32429
|
+
}
|
|
32430
|
+
.E_c18gxmrl > header {
|
|
32431
|
+
padding: 8px 12px;
|
|
32432
|
+
}
|
|
32433
|
+
|
|
32314
32434
|
.E_clm1wy1 {
|
|
32315
32435
|
width: 192px;
|
|
32316
32436
|
height: 246px;
|
|
@@ -32404,40 +32524,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32404
32524
|
border-radius: 2px;
|
|
32405
32525
|
}
|
|
32406
32526
|
|
|
32407
|
-
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32408
|
-
margin-right: 2px;
|
|
32409
|
-
}
|
|
32410
|
-
|
|
32411
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32412
|
-
padding-left: 8px;
|
|
32413
|
-
padding-right: 8px;
|
|
32414
|
-
}
|
|
32415
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32416
|
-
border-radius: 4px;
|
|
32417
|
-
}
|
|
32418
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32419
|
-
border-radius: 4px;
|
|
32420
|
-
}
|
|
32421
|
-
|
|
32422
|
-
.E_ma64lna .ant-segmented-item-label {
|
|
32423
|
-
padding-left: 12px;
|
|
32424
|
-
padding-right: 12px;
|
|
32425
|
-
}
|
|
32426
|
-
|
|
32427
|
-
.E_ckld275 {
|
|
32428
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32429
|
-
}
|
|
32430
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32431
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32432
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32433
|
-
}
|
|
32434
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32435
|
-
background-color: transparent;
|
|
32436
|
-
}
|
|
32437
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32438
|
-
background-color: transparent;
|
|
32439
|
-
}
|
|
32440
|
-
|
|
32441
32527
|
.E_d1bw7c5z {
|
|
32442
32528
|
position: relative;
|
|
32443
32529
|
max-width: 388px;
|
|
@@ -32519,97 +32605,65 @@ input.E_rf8rlle.ant-input {
|
|
|
32519
32605
|
width: 102px;
|
|
32520
32606
|
}
|
|
32521
32607
|
|
|
32522
|
-
.
|
|
32523
|
-
|
|
32608
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32609
|
+
display: flex;
|
|
32610
|
+
align-items: center;
|
|
32524
32611
|
}
|
|
32525
|
-
|
|
32526
|
-
|
|
32527
|
-
overflow: hidden;
|
|
32528
|
-
text-overflow: ellipsis;
|
|
32529
|
-
}
|
|
32530
|
-
|
|
32531
|
-
.E_s1tui002 {
|
|
32532
|
-
white-space: nowrap;
|
|
32533
|
-
}
|
|
32534
|
-
|
|
32535
|
-
.E_mxrc2zg {
|
|
32536
|
-
display: -webkit-box;
|
|
32537
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32538
|
-
-webkit-box-orient: vertical;
|
|
32539
|
-
word-break: break-all;
|
|
32612
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32613
|
+
margin-right: 8px;
|
|
32540
32614
|
}
|
|
32541
32615
|
|
|
32542
|
-
.
|
|
32616
|
+
.E_m74vjol {
|
|
32543
32617
|
display: flex;
|
|
32544
|
-
|
|
32545
|
-
|
|
32546
|
-
line-height: 18px;
|
|
32547
|
-
}
|
|
32548
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32549
|
-
margin-bottom: 4px;
|
|
32618
|
+
justify-content: space-between;
|
|
32619
|
+
width: 100%;
|
|
32550
32620
|
}
|
|
32551
|
-
|
|
32552
|
-
|
|
32553
|
-
margin: 0 3px;
|
|
32621
|
+
.E_m74vjol .action {
|
|
32622
|
+
margin-left: 16px;
|
|
32554
32623
|
}
|
|
32555
32624
|
|
|
32556
|
-
.
|
|
32557
|
-
|
|
32558
|
-
overflow: "auto";
|
|
32625
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32626
|
+
width: 100%;
|
|
32559
32627
|
}
|
|
32560
32628
|
|
|
32561
|
-
.
|
|
32562
|
-
display: inline-block;
|
|
32629
|
+
.E_tje3huy {
|
|
32563
32630
|
width: 100%;
|
|
32564
|
-
|
|
32565
|
-
|
|
32566
|
-
|
|
32631
|
+
overflow: inherit;
|
|
32632
|
+
white-space: inherit;
|
|
32633
|
+
text-overflow: ellipsis;
|
|
32567
32634
|
}
|
|
32568
32635
|
|
|
32569
|
-
.
|
|
32570
|
-
|
|
32636
|
+
.E_c1yyuluq {
|
|
32637
|
+
border-radius: 8px;
|
|
32638
|
+
}
|
|
32639
|
+
.E_c1yyuluq .ant-card-body {
|
|
32640
|
+
padding: 20px 24px 24px 24px;
|
|
32571
32641
|
}
|
|
32572
32642
|
|
|
32573
|
-
.
|
|
32643
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32574
32644
|
display: flex;
|
|
32575
|
-
justify-content: space-between;
|
|
32576
|
-
align-items: center;
|
|
32577
|
-
font-size: 13px;
|
|
32578
|
-
line-height: 24px;
|
|
32579
|
-
color: #cccccc;
|
|
32580
|
-
white-space: nowrap;
|
|
32581
|
-
}
|
|
32582
|
-
.E_c14wcxf0 label {
|
|
32583
|
-
margin-right: 32px;
|
|
32584
32645
|
}
|
|
32585
32646
|
|
|
32586
|
-
.
|
|
32587
|
-
|
|
32588
|
-
color:
|
|
32647
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32648
|
+
border: 0px;
|
|
32649
|
+
background-color: #fff;
|
|
32589
32650
|
}
|
|
32590
|
-
|
|
32591
|
-
|
|
32592
|
-
|
|
32593
|
-
|
|
32594
|
-
|
|
32595
|
-
display: inline-block;
|
|
32596
|
-
background: var(--s11212zy-0);
|
|
32597
|
-
border: 1px solid #fff;
|
|
32598
|
-
box-sizing: content-box;
|
|
32599
|
-
margin-right: 6px;
|
|
32651
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32652
|
+
padding-top: 0px;
|
|
32653
|
+
padding-bottom: 0px;
|
|
32654
|
+
padding-left: 0px !important;
|
|
32655
|
+
padding-right: 24px;
|
|
32600
32656
|
}
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
|
|
32604
|
-
|
|
32605
|
-
|
|
32657
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32658
|
+
right: 0px;
|
|
32659
|
+
}
|
|
32660
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32661
|
+
padding: 0px;
|
|
32606
32662
|
}
|
|
32607
32663
|
|
|
32608
|
-
.
|
|
32609
|
-
|
|
32610
|
-
|
|
32611
|
-
white-space: inherit;
|
|
32612
|
-
text-overflow: ellipsis;
|
|
32664
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32665
|
+
padding-right: 0px;
|
|
32666
|
+
cursor: default;
|
|
32613
32667
|
}
|
|
32614
32668
|
|
|
32615
32669
|
.E_t1sqg15u {
|
|
@@ -32725,92 +32779,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32725
32779
|
color: #00122e !important;
|
|
32726
32780
|
}
|
|
32727
32781
|
|
|
32728
|
-
.E_c1yyuluq {
|
|
32729
|
-
border-radius: 8px;
|
|
32730
|
-
}
|
|
32731
|
-
.E_c1yyuluq .ant-card-body {
|
|
32732
|
-
padding: 20px 24px 24px 24px;
|
|
32733
|
-
}
|
|
32734
|
-
|
|
32735
|
-
.E_m74vjol {
|
|
32736
|
-
display: flex;
|
|
32737
|
-
justify-content: space-between;
|
|
32738
|
-
width: 100%;
|
|
32739
|
-
}
|
|
32740
|
-
.E_m74vjol .action {
|
|
32741
|
-
margin-left: 16px;
|
|
32742
|
-
}
|
|
32743
|
-
|
|
32744
|
-
.E_a1o35uvh .ant-alert-message {
|
|
32745
|
-
width: 100%;
|
|
32746
|
-
}
|
|
32747
|
-
|
|
32748
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
32749
|
-
border: 0px;
|
|
32750
|
-
background-color: #fff;
|
|
32751
|
-
}
|
|
32752
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32753
|
-
padding-top: 0px;
|
|
32754
|
-
padding-bottom: 0px;
|
|
32755
|
-
padding-left: 0px !important;
|
|
32756
|
-
padding-right: 24px;
|
|
32757
|
-
}
|
|
32758
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32759
|
-
right: 0px;
|
|
32760
|
-
}
|
|
32761
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32762
|
-
padding: 0px;
|
|
32763
|
-
}
|
|
32764
|
-
|
|
32765
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32766
|
-
padding-right: 0px;
|
|
32767
|
-
cursor: default;
|
|
32768
|
-
}
|
|
32769
|
-
|
|
32770
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32771
|
-
display: flex;
|
|
32772
|
-
align-items: center;
|
|
32773
|
-
}
|
|
32774
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32775
|
-
margin-right: 8px;
|
|
32776
|
-
}
|
|
32777
|
-
|
|
32778
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32779
|
-
display: flex;
|
|
32780
|
-
}
|
|
32781
|
-
|
|
32782
|
-
button.E_l48ei06 {
|
|
32783
|
-
color: #0080FF;
|
|
32784
|
-
height: unset;
|
|
32785
|
-
}
|
|
32786
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32787
|
-
margin-right: 4px;
|
|
32788
|
-
}
|
|
32789
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32790
|
-
margin-left: 4px;
|
|
32791
|
-
}
|
|
32792
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32793
|
-
color: #009dff;
|
|
32794
|
-
}
|
|
32795
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32796
|
-
color: #005ed1;
|
|
32797
|
-
}
|
|
32798
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32799
|
-
color: #0080FF;
|
|
32800
|
-
}
|
|
32801
|
-
button.E_l48ei06.ui-kit-link-subtle {
|
|
32802
|
-
color: #00122e;
|
|
32803
|
-
}
|
|
32804
|
-
button.E_l48ei06.ui-kit-link-subtle:hover, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32805
|
-
color: #0080FF;
|
|
32806
|
-
}
|
|
32807
|
-
button.E_l48ei06.ui-kit-link-subtle:active, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-active {
|
|
32808
|
-
color: #005ed1;
|
|
32809
|
-
}
|
|
32810
|
-
button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32811
|
-
color: #00122e;
|
|
32812
|
-
}
|
|
32813
|
-
|
|
32814
32782
|
.E_t13ef470 {
|
|
32815
32783
|
height: 100%;
|
|
32816
32784
|
}
|
|
@@ -32925,67 +32893,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32925
32893
|
display: inline-block;
|
|
32926
32894
|
}
|
|
32927
32895
|
|
|
32928
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32929
|
-
border-radius: 6px;
|
|
32930
|
-
}
|
|
32931
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32932
|
-
width: 100%;
|
|
32933
|
-
color: #2d3a56;
|
|
32934
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32935
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32936
|
-
font-size: 13px;
|
|
32937
|
-
}
|
|
32938
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32939
|
-
height: 30px;
|
|
32940
|
-
}
|
|
32941
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32942
|
-
height: 38px;
|
|
32943
|
-
font-size: 13px;
|
|
32944
|
-
}
|
|
32945
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32946
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32947
|
-
transition: 160ms ease;
|
|
32948
|
-
}
|
|
32949
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32950
|
-
color: #0080ff;
|
|
32951
|
-
}
|
|
32952
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32953
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32954
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32955
|
-
}
|
|
32956
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32957
|
-
color: #0080ff;
|
|
32958
|
-
}
|
|
32959
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32960
|
-
border-color: #0080ff;
|
|
32961
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32962
|
-
}
|
|
32963
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32964
|
-
transform: rotate(180deg);
|
|
32965
|
-
}
|
|
32966
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32967
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32968
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32969
|
-
cursor: "not-allowed";
|
|
32970
|
-
}
|
|
32971
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32972
|
-
border-color: #f0483e !important;
|
|
32973
|
-
}
|
|
32974
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32975
|
-
color: #1d326c;
|
|
32976
|
-
}
|
|
32977
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32978
|
-
border-color: #0080ff;
|
|
32979
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32980
|
-
}
|
|
32981
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32982
|
-
transform: rotate(180deg);
|
|
32983
|
-
}
|
|
32984
|
-
|
|
32985
|
-
.E_tju3gfj .date {
|
|
32986
|
-
margin-right: 4px;
|
|
32987
|
-
}
|
|
32988
|
-
|
|
32989
32896
|
.E_s1sck0th {
|
|
32990
32897
|
padding: 0 8px;
|
|
32991
32898
|
border-radius: 4px;
|
|
@@ -33068,17 +32975,78 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33068
32975
|
background-color: #7E41FF;
|
|
33069
32976
|
}
|
|
33070
32977
|
|
|
33071
|
-
.
|
|
33072
|
-
|
|
33073
|
-
background-color: unset;
|
|
33074
|
-
padding: unset;
|
|
32978
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32979
|
+
border-radius: 6px;
|
|
33075
32980
|
}
|
|
33076
|
-
|
|
33077
|
-
|
|
33078
|
-
|
|
33079
|
-
|
|
33080
|
-
|
|
33081
|
-
|
|
32981
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
32982
|
+
width: 100%;
|
|
32983
|
+
color: #2d3a56;
|
|
32984
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32985
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32986
|
+
font-size: 13px;
|
|
32987
|
+
}
|
|
32988
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32989
|
+
height: 30px;
|
|
32990
|
+
}
|
|
32991
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32992
|
+
height: 38px;
|
|
32993
|
+
font-size: 13px;
|
|
32994
|
+
}
|
|
32995
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32996
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32997
|
+
transition: 160ms ease;
|
|
32998
|
+
}
|
|
32999
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33000
|
+
color: #0080ff;
|
|
33001
|
+
}
|
|
33002
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33003
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
33004
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33005
|
+
}
|
|
33006
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33007
|
+
color: #0080ff;
|
|
33008
|
+
}
|
|
33009
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33010
|
+
border-color: #0080ff;
|
|
33011
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33012
|
+
}
|
|
33013
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33014
|
+
transform: rotate(180deg);
|
|
33015
|
+
}
|
|
33016
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33017
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33018
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
33019
|
+
cursor: "not-allowed";
|
|
33020
|
+
}
|
|
33021
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33022
|
+
border-color: #f0483e !important;
|
|
33023
|
+
}
|
|
33024
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33025
|
+
color: #1d326c;
|
|
33026
|
+
}
|
|
33027
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
33028
|
+
border-color: #0080ff;
|
|
33029
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33030
|
+
}
|
|
33031
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33032
|
+
transform: rotate(180deg);
|
|
33033
|
+
}
|
|
33034
|
+
|
|
33035
|
+
.E_tju3gfj .date {
|
|
33036
|
+
margin-right: 4px;
|
|
33037
|
+
}
|
|
33038
|
+
|
|
33039
|
+
.E_h1ol2wl7 {
|
|
33040
|
+
font-weight: bold;
|
|
33041
|
+
background-color: unset;
|
|
33042
|
+
padding: unset;
|
|
33043
|
+
}
|
|
33044
|
+
|
|
33045
|
+
.E_lht19u8 {
|
|
33046
|
+
width: 64px;
|
|
33047
|
+
height: 64px;
|
|
33048
|
+
display: flex;
|
|
33049
|
+
align-items: center;
|
|
33082
33050
|
justify-content: center;
|
|
33083
33051
|
position: relative;
|
|
33084
33052
|
opacity: 0.2;
|
|
@@ -33985,68 +33953,8 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33985
33953
|
margin-right: 6px;
|
|
33986
33954
|
}
|
|
33987
33955
|
|
|
33988
|
-
.
|
|
33989
|
-
|
|
33990
|
-
line-height: 22px;
|
|
33991
|
-
display: inline-flex;
|
|
33992
|
-
}
|
|
33993
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33994
|
-
height: 22px;
|
|
33995
|
-
display: flex;
|
|
33996
|
-
align-items: center;
|
|
33997
|
-
top: 0;
|
|
33998
|
-
}
|
|
33999
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34000
|
-
border: none;
|
|
34001
|
-
}
|
|
34002
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34003
|
-
border-color: #0080ff;
|
|
34004
|
-
}
|
|
34005
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34006
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34007
|
-
}
|
|
34008
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34009
|
-
border: 1px solid #0080ff;
|
|
34010
|
-
}
|
|
34011
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34012
|
-
background: #0080ff;
|
|
34013
|
-
}
|
|
34014
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34015
|
-
background-color: #fff;
|
|
34016
|
-
height: 2px;
|
|
34017
|
-
width: 10px;
|
|
34018
|
-
border-radius: 2px;
|
|
34019
|
-
}
|
|
34020
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34021
|
-
opacity: 0.5;
|
|
34022
|
-
}
|
|
34023
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34024
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34025
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34026
|
-
}
|
|
34027
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34028
|
-
border-color: #2d3a56;
|
|
34029
|
-
}
|
|
34030
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34031
|
-
background: #2d3a56;
|
|
34032
|
-
}
|
|
34033
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34034
|
-
padding: 0;
|
|
34035
|
-
}
|
|
34036
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34037
|
-
display: inline-block;
|
|
34038
|
-
margin-left: 12px;
|
|
34039
|
-
color: #2d3a56;
|
|
34040
|
-
}
|
|
34041
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34042
|
-
margin-left: 28px;
|
|
34043
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34044
|
-
}
|
|
34045
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34046
|
-
margin-left: 8px;
|
|
34047
|
-
}
|
|
34048
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34049
|
-
margin-left: 24px;
|
|
33956
|
+
.E_c1yd35n {
|
|
33957
|
+
padding: 0 12px 14px 12px;
|
|
34050
33958
|
}
|
|
34051
33959
|
|
|
34052
33960
|
.E_c1kghdax {
|
|
@@ -34106,210 +34014,106 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34106
34014
|
transform: translateY(-4px);
|
|
34107
34015
|
}
|
|
34108
34016
|
|
|
34109
|
-
.
|
|
34110
|
-
|
|
34111
|
-
|
|
34112
|
-
|
|
34113
|
-
.E_t1dtlqs1 {
|
|
34114
|
-
margin-bottom: 4px;
|
|
34115
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34116
|
-
overflow: hidden;
|
|
34117
|
-
text-overflow: ellipsis;
|
|
34118
|
-
white-space: nowrap;
|
|
34119
|
-
}
|
|
34120
|
-
|
|
34121
|
-
.E_s1ese5oy {
|
|
34122
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34123
|
-
line-height: 32px;
|
|
34124
|
-
height: 32px;
|
|
34125
|
-
margin-bottom: 0;
|
|
34126
|
-
}
|
|
34127
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34128
|
-
color: #0080ff;
|
|
34129
|
-
}
|
|
34130
|
-
.E_s1ese5oy.warning {
|
|
34131
|
-
color: #ffa500;
|
|
34132
|
-
}
|
|
34133
|
-
.E_s1ese5oy.success {
|
|
34134
|
-
color: #00ba5d;
|
|
34135
|
-
}
|
|
34136
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34137
|
-
color: #f0483e;
|
|
34138
|
-
}
|
|
34139
|
-
.E_s1ese5oy.normal {
|
|
34140
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34141
|
-
}
|
|
34142
|
-
|
|
34143
|
-
.E_b1ibis43 {
|
|
34144
|
-
margin-bottom: 0;
|
|
34145
|
-
color: #00122e;
|
|
34146
|
-
}
|
|
34147
|
-
|
|
34148
|
-
.E_b11xxjd2 {
|
|
34149
|
-
line-height: 32px;
|
|
34150
|
-
margin-right: 6px;
|
|
34151
|
-
}
|
|
34152
|
-
|
|
34153
|
-
.E_bsub5bw.with-description {
|
|
34154
|
-
height: 24px;
|
|
34155
|
-
flex: 1;
|
|
34156
|
-
position: relative;
|
|
34157
|
-
top: -7px;
|
|
34158
|
-
}
|
|
34159
|
-
.E_bsub5bw p {
|
|
34160
|
-
width: 100%;
|
|
34161
|
-
overflow: hidden;
|
|
34162
|
-
text-overflow: ellipsis;
|
|
34163
|
-
white-space: nowrap;
|
|
34164
|
-
}
|
|
34165
|
-
|
|
34166
|
-
.E_tmoyoag {
|
|
34167
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34168
|
-
border-radius: 8px;
|
|
34169
|
-
overflow: auto;
|
|
34170
|
-
}
|
|
34171
|
-
.E_tmoyoag .ant-list {
|
|
34172
|
-
position: relative;
|
|
34017
|
+
.E_ckui4s7 {
|
|
34018
|
+
color: #2d3a56;
|
|
34019
|
+
line-height: 22px;
|
|
34020
|
+
display: inline-flex;
|
|
34173
34021
|
}
|
|
34174
|
-
.
|
|
34175
|
-
|
|
34176
|
-
top: 0;
|
|
34177
|
-
z-index: 2;
|
|
34022
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34023
|
+
height: 22px;
|
|
34178
34024
|
display: flex;
|
|
34179
|
-
|
|
34180
|
-
|
|
34181
|
-
justify-content: flex-start;
|
|
34182
|
-
background: #f2f5fa;
|
|
34183
|
-
font-size: 14px;
|
|
34184
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34185
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34186
|
-
}
|
|
34187
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34188
|
-
align-items: inherit;
|
|
34025
|
+
align-items: center;
|
|
34026
|
+
top: 0;
|
|
34189
34027
|
}
|
|
34190
|
-
.
|
|
34191
|
-
display: flex;
|
|
34192
|
-
justify-content: flex-start;
|
|
34193
|
-
align-items: flex-start;
|
|
34194
|
-
flex-wrap: wrap;
|
|
34195
|
-
padding: 8px;
|
|
34028
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34196
34029
|
border: none;
|
|
34197
34030
|
}
|
|
34198
|
-
.
|
|
34199
|
-
|
|
34200
|
-
margin: 12px 0 0;
|
|
34201
|
-
order: 99;
|
|
34202
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34203
|
-
}
|
|
34204
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34205
|
-
color: #f0483e;
|
|
34206
|
-
flex-basis: 100%;
|
|
34207
|
-
order: 98;
|
|
34208
|
-
margin: 12px 0 0;
|
|
34209
|
-
}
|
|
34210
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34211
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34212
|
-
}
|
|
34213
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34214
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34215
|
-
}
|
|
34216
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34217
|
-
flex: 1 0 0;
|
|
34218
|
-
overflow: hidden;
|
|
34219
|
-
}
|
|
34220
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34221
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34222
|
-
margin: 0;
|
|
34031
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34032
|
+
border-color: #0080ff;
|
|
34223
34033
|
}
|
|
34224
|
-
.
|
|
34225
|
-
|
|
34034
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34035
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34226
34036
|
}
|
|
34227
|
-
.
|
|
34228
|
-
|
|
34037
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34038
|
+
border: 1px solid #0080ff;
|
|
34229
34039
|
}
|
|
34230
|
-
.
|
|
34231
|
-
|
|
34040
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34041
|
+
background: #0080ff;
|
|
34232
34042
|
}
|
|
34233
|
-
.
|
|
34234
|
-
|
|
34043
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34044
|
+
background-color: #fff;
|
|
34045
|
+
height: 2px;
|
|
34046
|
+
width: 10px;
|
|
34047
|
+
border-radius: 2px;
|
|
34235
34048
|
}
|
|
34236
|
-
.
|
|
34237
|
-
|
|
34049
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34050
|
+
opacity: 0.5;
|
|
34238
34051
|
}
|
|
34239
|
-
.
|
|
34240
|
-
|
|
34052
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34053
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34054
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34241
34055
|
}
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34056
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34057
|
+
border-color: #2d3a56;
|
|
34244
34058
|
}
|
|
34245
|
-
.
|
|
34246
|
-
|
|
34247
|
-
width: 24px;
|
|
34248
|
-
height: 24px;
|
|
34249
|
-
overflow: hidden;
|
|
34059
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34060
|
+
background: #2d3a56;
|
|
34250
34061
|
}
|
|
34251
|
-
.
|
|
34062
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34252
34063
|
padding: 0;
|
|
34253
34064
|
}
|
|
34254
|
-
.
|
|
34255
|
-
|
|
34256
|
-
|
|
34257
|
-
|
|
34258
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34259
|
-
margin: 0;
|
|
34260
|
-
}
|
|
34261
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34262
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34263
|
-
border-radius: 5px;
|
|
34264
|
-
font-size: 12px;
|
|
34265
|
-
}
|
|
34266
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34267
|
-
font-size: inherit;
|
|
34065
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34066
|
+
display: inline-block;
|
|
34067
|
+
margin-left: 12px;
|
|
34068
|
+
color: #2d3a56;
|
|
34268
34069
|
}
|
|
34269
|
-
.
|
|
34270
|
-
|
|
34271
|
-
|
|
34272
|
-
position: relative;
|
|
34070
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34071
|
+
margin-left: 28px;
|
|
34072
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34273
34073
|
}
|
|
34274
|
-
.
|
|
34275
|
-
|
|
34074
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34075
|
+
margin-left: 8px;
|
|
34276
34076
|
}
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34077
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34078
|
+
margin-left: 24px;
|
|
34279
34079
|
}
|
|
34280
34080
|
|
|
34281
|
-
.
|
|
34282
|
-
|
|
34283
|
-
align-items: center;
|
|
34284
|
-
margin-top: 8px;
|
|
34285
|
-
}
|
|
34286
|
-
.E_a138syjm button.ant-btn {
|
|
34287
|
-
padding: 2px 8px;
|
|
34288
|
-
height: 24px;
|
|
34289
|
-
}
|
|
34290
|
-
.E_a138syjm > span.maximum-desc {
|
|
34291
|
-
display: none;
|
|
34292
|
-
margin-left: 8px;
|
|
34293
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34081
|
+
.E_w7ob4th.outside-tag {
|
|
34082
|
+
padding-left: 0;
|
|
34294
34083
|
}
|
|
34295
|
-
.
|
|
34296
|
-
|
|
34084
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34085
|
+
border-radius: 4px 0 0 4px;
|
|
34086
|
+
padding-right: 4px;
|
|
34087
|
+
margin-right: 4px;
|
|
34297
34088
|
}
|
|
34298
34089
|
|
|
34299
|
-
.
|
|
34300
|
-
|
|
34090
|
+
.E_slr2ynn {
|
|
34091
|
+
padding: 0 8px;
|
|
34092
|
+
height: 18px;
|
|
34093
|
+
}
|
|
34094
|
+
|
|
34095
|
+
.E_m140wbb6 {
|
|
34096
|
+
padding: 2px 8px;
|
|
34301
34097
|
height: 24px;
|
|
34302
|
-
padding: 4px;
|
|
34303
|
-
margin-right: 8px;
|
|
34304
34098
|
}
|
|
34305
34099
|
|
|
34306
|
-
.
|
|
34307
|
-
|
|
34100
|
+
.E_t1fozc1i {
|
|
34101
|
+
margin: 0;
|
|
34308
34102
|
}
|
|
34309
|
-
|
|
34310
|
-
|
|
34311
|
-
padding-right: 4px;
|
|
34103
|
+
|
|
34104
|
+
.E_i1vxv4ln {
|
|
34312
34105
|
margin-right: 4px;
|
|
34106
|
+
height: 16px;
|
|
34107
|
+
}
|
|
34108
|
+
|
|
34109
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34110
|
+
font-weight: 700;
|
|
34111
|
+
color: #00122e;
|
|
34112
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34113
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34114
|
+
word-break: break-all;
|
|
34115
|
+
display: inline;
|
|
34116
|
+
white-space: normal;
|
|
34313
34117
|
}
|
|
34314
34118
|
|
|
34315
34119
|
.E_i1g85yz3 {
|
|
@@ -34520,33 +34324,247 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34520
34324
|
background: transparent;
|
|
34521
34325
|
}
|
|
34522
34326
|
|
|
34523
|
-
.
|
|
34524
|
-
|
|
34525
|
-
|
|
34327
|
+
.E_t1dtlqs1 {
|
|
34328
|
+
margin-bottom: 4px;
|
|
34329
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34330
|
+
overflow: hidden;
|
|
34331
|
+
text-overflow: ellipsis;
|
|
34332
|
+
white-space: nowrap;
|
|
34526
34333
|
}
|
|
34527
34334
|
|
|
34528
|
-
.
|
|
34529
|
-
|
|
34530
|
-
height:
|
|
34335
|
+
.E_s1ese5oy {
|
|
34336
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34337
|
+
line-height: 32px;
|
|
34338
|
+
height: 32px;
|
|
34339
|
+
margin-bottom: 0;
|
|
34340
|
+
}
|
|
34341
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34342
|
+
color: #0080ff;
|
|
34343
|
+
}
|
|
34344
|
+
.E_s1ese5oy.warning {
|
|
34345
|
+
color: #ffa500;
|
|
34346
|
+
}
|
|
34347
|
+
.E_s1ese5oy.success {
|
|
34348
|
+
color: #00ba5d;
|
|
34349
|
+
}
|
|
34350
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34351
|
+
color: #f0483e;
|
|
34352
|
+
}
|
|
34353
|
+
.E_s1ese5oy.normal {
|
|
34354
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34531
34355
|
}
|
|
34532
34356
|
|
|
34533
|
-
.
|
|
34534
|
-
margin: 0;
|
|
34357
|
+
.E_b1ibis43 {
|
|
34358
|
+
margin-bottom: 0;
|
|
34359
|
+
color: #00122e;
|
|
34535
34360
|
}
|
|
34536
34361
|
|
|
34537
|
-
.
|
|
34538
|
-
|
|
34539
|
-
|
|
34362
|
+
.E_b11xxjd2 {
|
|
34363
|
+
line-height: 32px;
|
|
34364
|
+
margin-right: 6px;
|
|
34540
34365
|
}
|
|
34541
34366
|
|
|
34542
|
-
.
|
|
34543
|
-
|
|
34544
|
-
|
|
34545
|
-
|
|
34367
|
+
.E_bsub5bw.with-description {
|
|
34368
|
+
height: 24px;
|
|
34369
|
+
flex: 1;
|
|
34370
|
+
position: relative;
|
|
34371
|
+
top: -7px;
|
|
34372
|
+
}
|
|
34373
|
+
.E_bsub5bw p {
|
|
34374
|
+
width: 100%;
|
|
34375
|
+
overflow: hidden;
|
|
34376
|
+
text-overflow: ellipsis;
|
|
34377
|
+
white-space: nowrap;
|
|
34378
|
+
}
|
|
34379
|
+
|
|
34380
|
+
.E_tmoyoag {
|
|
34546
34381
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34547
|
-
|
|
34382
|
+
border-radius: 8px;
|
|
34383
|
+
overflow: auto;
|
|
34384
|
+
}
|
|
34385
|
+
.E_tmoyoag .ant-list {
|
|
34386
|
+
position: relative;
|
|
34387
|
+
}
|
|
34388
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34389
|
+
position: sticky;
|
|
34390
|
+
top: 0;
|
|
34391
|
+
z-index: 2;
|
|
34392
|
+
display: flex;
|
|
34393
|
+
padding: 8px;
|
|
34394
|
+
flex-wrap: nowrap;
|
|
34395
|
+
justify-content: flex-start;
|
|
34396
|
+
background: #f2f5fa;
|
|
34397
|
+
font-size: 14px;
|
|
34398
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34399
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34400
|
+
}
|
|
34401
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34402
|
+
align-items: inherit;
|
|
34403
|
+
}
|
|
34404
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34405
|
+
display: flex;
|
|
34406
|
+
justify-content: flex-start;
|
|
34407
|
+
align-items: flex-start;
|
|
34408
|
+
flex-wrap: wrap;
|
|
34409
|
+
padding: 8px;
|
|
34410
|
+
border: none;
|
|
34411
|
+
}
|
|
34412
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34413
|
+
flex-basis: 100%;
|
|
34414
|
+
margin: 12px 0 0;
|
|
34415
|
+
order: 99;
|
|
34416
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34417
|
+
}
|
|
34418
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34419
|
+
color: #f0483e;
|
|
34420
|
+
flex-basis: 100%;
|
|
34421
|
+
order: 98;
|
|
34422
|
+
margin: 12px 0 0;
|
|
34423
|
+
}
|
|
34424
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34425
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34426
|
+
}
|
|
34427
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34428
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34429
|
+
}
|
|
34430
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34431
|
+
flex: 1 0 0;
|
|
34432
|
+
overflow: hidden;
|
|
34433
|
+
}
|
|
34434
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34435
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34436
|
+
margin: 0;
|
|
34437
|
+
}
|
|
34438
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34439
|
+
text-align: center;
|
|
34440
|
+
}
|
|
34441
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34442
|
+
text-align: center;
|
|
34443
|
+
}
|
|
34444
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34445
|
+
text-align: left;
|
|
34446
|
+
}
|
|
34447
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34448
|
+
text-align: left;
|
|
34449
|
+
}
|
|
34450
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34451
|
+
text-align: right;
|
|
34452
|
+
}
|
|
34453
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34454
|
+
text-align: right;
|
|
34455
|
+
}
|
|
34456
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34457
|
+
margin-right: 8px;
|
|
34458
|
+
}
|
|
34459
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34460
|
+
padding: 4px;
|
|
34461
|
+
width: 24px;
|
|
34462
|
+
height: 24px;
|
|
34463
|
+
overflow: hidden;
|
|
34464
|
+
}
|
|
34465
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34466
|
+
padding: 0;
|
|
34467
|
+
}
|
|
34468
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34469
|
+
cursor: not-allowed;
|
|
34470
|
+
opacity: 0.5;
|
|
34471
|
+
}
|
|
34472
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34473
|
+
margin: 0;
|
|
34474
|
+
}
|
|
34475
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34476
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34477
|
+
border-radius: 5px;
|
|
34478
|
+
font-size: 12px;
|
|
34479
|
+
}
|
|
34480
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34481
|
+
font-size: inherit;
|
|
34482
|
+
}
|
|
34483
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34484
|
+
min-height: 24px;
|
|
34485
|
+
font-size: 12px;
|
|
34486
|
+
position: relative;
|
|
34487
|
+
}
|
|
34488
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34489
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34490
|
+
}
|
|
34491
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34492
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34493
|
+
}
|
|
34494
|
+
|
|
34495
|
+
.E_a138syjm {
|
|
34496
|
+
display: flex;
|
|
34497
|
+
align-items: center;
|
|
34498
|
+
margin-top: 8px;
|
|
34499
|
+
}
|
|
34500
|
+
.E_a138syjm button.ant-btn {
|
|
34501
|
+
padding: 2px 8px;
|
|
34502
|
+
height: 24px;
|
|
34503
|
+
}
|
|
34504
|
+
.E_a138syjm > span.maximum-desc {
|
|
34505
|
+
display: none;
|
|
34506
|
+
margin-left: 8px;
|
|
34507
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34508
|
+
}
|
|
34509
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34548
34510
|
display: inline;
|
|
34549
|
-
|
|
34511
|
+
}
|
|
34512
|
+
|
|
34513
|
+
.E_d77i8u0 {
|
|
34514
|
+
width: 24px;
|
|
34515
|
+
height: 24px;
|
|
34516
|
+
padding: 4px;
|
|
34517
|
+
margin-right: 8px;
|
|
34518
|
+
}
|
|
34519
|
+
|
|
34520
|
+
button.E_l48ei06.ant-btn {
|
|
34521
|
+
font-size: 12px;
|
|
34522
|
+
line-height: 18px;
|
|
34523
|
+
height: 18px;
|
|
34524
|
+
}
|
|
34525
|
+
|
|
34526
|
+
button.E_l48ei06 {
|
|
34527
|
+
color: #0080FF;
|
|
34528
|
+
height: unset;
|
|
34529
|
+
}
|
|
34530
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34531
|
+
margin-right: 4px;
|
|
34532
|
+
}
|
|
34533
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34534
|
+
margin-left: 4px;
|
|
34535
|
+
}
|
|
34536
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34537
|
+
color: #009DFF;
|
|
34538
|
+
}
|
|
34539
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34540
|
+
color: #005ED1;
|
|
34541
|
+
}
|
|
34542
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34543
|
+
color: #0080FF;
|
|
34544
|
+
}
|
|
34545
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34546
|
+
color: #00122E;
|
|
34547
|
+
}
|
|
34548
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34549
|
+
color: #0080FF;
|
|
34550
|
+
}
|
|
34551
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34552
|
+
color: #005ED1;
|
|
34553
|
+
}
|
|
34554
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34555
|
+
color: #00122E;
|
|
34556
|
+
}
|
|
34557
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34558
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34559
|
+
}
|
|
34560
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34561
|
+
color: #0080FF;
|
|
34562
|
+
}
|
|
34563
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34564
|
+
color: #005ED1;
|
|
34565
|
+
}
|
|
34566
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34567
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34550
34568
|
}
|
|
34551
34569
|
|
|
34552
34570
|
.E_f7pxqmh {
|