@cloudtower/eagle 0.27.29 → 0.27.31
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/README.md +8 -0
- package/dist/components.css +2113 -2113
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1490 -1490
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/parrot/src/index.d.ts +0 -4
- package/dist/parrot/src/locales/en-US/index.d.ts +0 -130
- package/dist/parrot/src/locales/index.d.ts +0 -262
- package/dist/parrot/src/locales/zh-CN/index.d.ts +0 -130
- package/dist/parrot/src/parrotI18n.d.ts +0 -8
- /package/dist/{eagle/src → src}/UIKitProvider/UIKitProvider.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/UIKitProvider/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Alert/Alert.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Alert/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Arch/Arch.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Arch/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Badge/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/BaseIcon/BaseIcon.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/BaseIcon/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Bit/Bit.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Bit/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/BitPerSecond/BitPerSecond.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/BitPerSecond/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Bps/Bps.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Bps/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Button/Button.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Button/HoverableElement.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Button/HoverableElement.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Button/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ButtonGroup/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Byte/Byte.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Byte/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Calendar/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Card/Card.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Card/CardBody.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Card/CardTitle.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Card/CardWrapper.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Card/__test__/Card.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Card/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Cascader/cascader.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Cascader/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Checkbox/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Checkbox/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Empty/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ErrorBoundary/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/CustomHeader.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/ExpandIcon.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableContainer.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableItem.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableItem.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/ExpandableList.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/RoundOrder.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ExpandableList/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/FailedLoad/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsBoolean/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsBoolean/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsDateTime/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsDateTimeRange/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsDateTimeRange/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsEnum/FieldsEnum.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsEnum/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsEnum/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsFloat/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsFloat/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsInt/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsInt/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsInteger/FieldsInteger.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsInteger/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsInteger/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsString/FieldsString.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsString/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsString/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsTextArea/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsTimePicker/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/FieldsTimePicker/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Fields/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Form/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/FormItem/Form.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/FormItem/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Frequency/Frequency.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Frequency/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/I18nNameTag/I18nNameTag.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/I18nNameTag/__test__/index.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/I18nNameTag/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Icon/Icon.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Icon/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Input/Input.simple.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Input/Input.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Input/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Input/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputGroup/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputGroup/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputGroup/inputGroup.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputInteger/__test__/unit.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputInteger/formatterInteger.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputInteger/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputNumber/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/InputTagItem/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/KitStoreProvider/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Link/Link.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Link/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Loading/Loading.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Loading/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Loading/style.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/Metric.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/MetricActions.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/MetricLegend.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/Pointer.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/RenderChart.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/TooltipFormatter.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/metric.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/mockMetric.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/mockMetric2.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/styled.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Metric/type.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Modal/Modal.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Modal/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/ModalStack/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Overflow/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/OverflowTooltip/OverflowTooltip.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/OverflowTooltip/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Pagination/Pagination.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Pagination/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Percent/Percent.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Percent/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Progress/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Radio/Radio.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Radio/RadioButton.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Radio/RadioGroup.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Radio/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Radio/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/SearchInput/SearchInput.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/SearchInput/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/SearchInput/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Second/Second.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Second/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Select/Select.Simple.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Select/Select.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Select/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/SimplePagination/SimplePagination.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/SimplePagination/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/SimplePagination/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Space/Space.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Space/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Speed/Speed.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Speed/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/StatusCapsule/StatusCapsule.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/StatusCapsule/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/StatusCapsule/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Steps/Steps.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Steps/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Steps/style.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Styled/Styled.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Styled/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Switch/Switch.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Switch/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Table/Table.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Table/TableWidget.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Table/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Table/common.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Table/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/AddRowButton.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/Columns/AffixColumn.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/Columns/CheckboxColumn.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/Columns/FormItem.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/Columns/InputColumn.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/Columns/TextColumn.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/Columns/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/TableForm.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/TableFormBodyCell.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/TableFormBodyRows.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/TableFormHeaderCell.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/__test__/tableForm.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/__test__/utils.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/const.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/style.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/types.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TableForm/utils.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tag/SplitTag.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tag/Tag.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tag/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tag/const.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tag/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tag/style.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TextArea/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Time/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Time/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Time/time.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TimePicker/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TimeZoneSelect/TimeZoneSelect.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/TimeZoneSelect/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Token/Token.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Token/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Token/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Token/style.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Tooltip/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Truncate/Truncate.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Truncate/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/Typo/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/antd.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/message/__tests__/index.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/message/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/message/style/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/message-group/__test__/message-group.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/message-group/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/components/message-group/message-group.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/AccordionCard/AccordionCard.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/AccordionCard/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/Breadcrumb/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/DetailCard/DetailCard.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/DetailCard/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/DropdownMenu/DropdownMenu.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/DropdownMenu/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/ParrotTrans/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/SegmentControl/SegmentControl.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/SegmentControl/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/StepProgress/StepProgress.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/core/StepProgress/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/BarChart/BarChart.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/BarChart/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/BatchOperation/BatchOperation.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/BatchOperation/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/ChartWithTooltip/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/Counting/Counting.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/Counting/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/CronCalendar/CronCalendar.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/CronCalendar/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/CronPlan/CronPlan.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/CronPlan/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/AbsoluteDate.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/Calendar.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/DateRangePicker.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/DateRangePicker.style.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/InputTime.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/RelativeTime.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/common.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/hooks/useElementIntersectionRatio.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/hooks/useMemoCompare.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DateRangePicker/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DonutChart/DonutChart.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DonutChart/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/DropdownTransition/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/GoBackButton/GoBackButton.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/GoBackButton/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/NamesTooltip/NamesTooltip.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/NamesTooltip/__test__/index.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/NamesTooltip/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SidebarSubtitle/SidebarSubtitle.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SidebarSubtitle/__test__/index.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SidebarSubtitle/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SortableList/SortableList.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SortableList/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SummaryTable/SummaryTable.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SummaryTable/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SwitchWithText/SwitchWithText.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SwitchWithText/__tests__/h5_css.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/SwitchWithText/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/TabMenu/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/TruncatedTextWithTooltip/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/UnitWithChart/UnitWithChart.stories.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/UnitWithChart/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/common/getCalendarTitle.d.ts +0 -0
- /package/dist/{eagle/src → src}/coreX/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/hooks/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/hooks/useElementResize.d.ts +0 -0
- /package/dist/{eagle/src → src}/hooks/useElementsSize.d.ts +0 -0
- /package/dist/{eagle/src → src}/hooks/useParrotTranslation.d.ts +0 -0
- /package/dist/{eagle/src → src}/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/spec/base.d.ts +0 -0
- /package/dist/{eagle/src → src}/spec/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/spec/react-final-form.d.ts +0 -0
- /package/dist/{eagle/src → src}/spec/type.d.ts +0 -0
- /package/dist/{eagle/src → src}/store/chart.d.ts +0 -0
- /package/dist/{eagle/src → src}/store/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/store/modal.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/__test__/compute.spec.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/__test__/cron-time.spec.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/__test__/time.spec.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/__test__/tower.test.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/compute.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/constants.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/cron-time.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/dom.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/formatValue.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/icon.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/index.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/isEmpty.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/testSuit.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/time.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/tower.d.ts +0 -0
- /package/dist/{eagle/src → src}/utils/type.d.ts +0 -0
- /package/dist/{eagle/stories → stories}/changeLng.stories.d.ts +0 -0
- /package/dist/{eagle/stories → stories}/components/Stack.d.ts +0 -0
- /package/dist/{eagle/stories → stories}/components/Story.d.ts +0 -0
- /package/dist/{eagle/stories → stories}/components/index.d.ts +0 -0
- /package/dist/{eagle/stories → stories}/icons-react.stories.d.ts +0 -0
- /package/dist/{eagle/stories → stories}/menu.stories.d.ts +0 -0
package/dist/components.css
CHANGED
|
@@ -29484,81 +29484,6 @@ html body {
|
|
|
29484
29484
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29485
29485
|
}
|
|
29486
29486
|
|
|
29487
|
-
.E_fde5mpd {
|
|
29488
|
-
width: 100%;
|
|
29489
|
-
height: 100%;
|
|
29490
|
-
min-height: 124px;
|
|
29491
|
-
display: flex;
|
|
29492
|
-
flex-direction: column;
|
|
29493
|
-
justify-content: center;
|
|
29494
|
-
align-items: center;
|
|
29495
|
-
}
|
|
29496
|
-
.E_fde5mpd .error-text {
|
|
29497
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29498
|
-
margin-bottom: 16px;
|
|
29499
|
-
font-size: 18px;
|
|
29500
|
-
}
|
|
29501
|
-
|
|
29502
|
-
.E_iap75of {
|
|
29503
|
-
height: 18px;
|
|
29504
|
-
line-height: 18px;
|
|
29505
|
-
padding: 0 4px;
|
|
29506
|
-
border-radius: 4px;
|
|
29507
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29508
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29509
|
-
display: flex;
|
|
29510
|
-
align-items: center;
|
|
29511
|
-
white-space: nowrap;
|
|
29512
|
-
margin-right: 4px;
|
|
29513
|
-
}
|
|
29514
|
-
|
|
29515
|
-
.E_bpq0js6 {
|
|
29516
|
-
padding: 4px 11px;
|
|
29517
|
-
}
|
|
29518
|
-
|
|
29519
|
-
.E_b15sn34c {
|
|
29520
|
-
white-space: nowrap;
|
|
29521
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29522
|
-
}
|
|
29523
|
-
.E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29524
|
-
--color: #0080ff;
|
|
29525
|
-
}
|
|
29526
|
-
.E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29527
|
-
--color: #0080ff;
|
|
29528
|
-
}
|
|
29529
|
-
.E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29530
|
-
margin-left: 1px;
|
|
29531
|
-
}
|
|
29532
|
-
.E_b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29533
|
-
border-top-right-radius: 0;
|
|
29534
|
-
border-bottom-right-radius: 0;
|
|
29535
|
-
}
|
|
29536
|
-
.E_b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29537
|
-
border-top-left-radius: 0;
|
|
29538
|
-
border-bottom-left-radius: 0;
|
|
29539
|
-
}
|
|
29540
|
-
.E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29541
|
-
border-radius: unset;
|
|
29542
|
-
}
|
|
29543
|
-
|
|
29544
|
-
.E_i1mrf09m {
|
|
29545
|
-
display: inline-flex;
|
|
29546
|
-
align-items: center;
|
|
29547
|
-
}
|
|
29548
|
-
.E_i1mrf09m .icon-inner {
|
|
29549
|
-
display: inline-flex;
|
|
29550
|
-
align-items: center;
|
|
29551
|
-
justify-content: center;
|
|
29552
|
-
}
|
|
29553
|
-
.E_i1mrf09m .icon-inner + span,
|
|
29554
|
-
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29555
|
-
margin-left: 4px;
|
|
29556
|
-
}
|
|
29557
|
-
.E_i1mrf09m.is-rotate img,
|
|
29558
|
-
.E_i1mrf09m.is-rotate svg {
|
|
29559
|
-
animation: rotate 680ms linear infinite;
|
|
29560
|
-
}
|
|
29561
|
-
|
|
29562
29487
|
.E_buj61ew.ant-btn-icon-only {
|
|
29563
29488
|
justify-content: center;
|
|
29564
29489
|
}
|
|
@@ -29809,2116 +29734,2151 @@ html body {
|
|
|
29809
29734
|
padding: 0;
|
|
29810
29735
|
}
|
|
29811
29736
|
|
|
29812
|
-
.
|
|
29813
|
-
|
|
29737
|
+
.E_fde5mpd {
|
|
29738
|
+
width: 100%;
|
|
29739
|
+
height: 100%;
|
|
29740
|
+
min-height: 124px;
|
|
29741
|
+
display: flex;
|
|
29742
|
+
flex-direction: column;
|
|
29743
|
+
justify-content: center;
|
|
29744
|
+
align-items: center;
|
|
29814
29745
|
}
|
|
29815
|
-
|
|
29816
|
-
.
|
|
29817
|
-
|
|
29746
|
+
.E_fde5mpd .error-text {
|
|
29747
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29748
|
+
margin-bottom: 16px;
|
|
29749
|
+
font-size: 18px;
|
|
29818
29750
|
}
|
|
29819
29751
|
|
|
29820
|
-
.
|
|
29821
|
-
|
|
29752
|
+
.E_iap75of {
|
|
29753
|
+
height: 18px;
|
|
29822
29754
|
line-height: 18px;
|
|
29823
|
-
|
|
29824
|
-
|
|
29825
|
-
|
|
29826
|
-
|
|
29827
|
-
|
|
29755
|
+
padding: 0 4px;
|
|
29756
|
+
border-radius: 4px;
|
|
29757
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29758
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29759
|
+
display: flex;
|
|
29760
|
+
align-items: center;
|
|
29761
|
+
white-space: nowrap;
|
|
29762
|
+
margin-right: 4px;
|
|
29828
29763
|
}
|
|
29829
29764
|
|
|
29830
|
-
.
|
|
29831
|
-
display: flex;
|
|
29832
|
-
|
|
29833
|
-
margin: 1px 8px;
|
|
29834
|
-
padding: 8px;
|
|
29835
|
-
border-radius: 4px;
|
|
29765
|
+
.E_i1mrf09m {
|
|
29766
|
+
display: inline-flex;
|
|
29767
|
+
align-items: center;
|
|
29836
29768
|
}
|
|
29837
|
-
.
|
|
29838
|
-
display:
|
|
29769
|
+
.E_i1mrf09m .icon-inner {
|
|
29770
|
+
display: inline-flex;
|
|
29771
|
+
align-items: center;
|
|
29772
|
+
justify-content: center;
|
|
29839
29773
|
}
|
|
29840
|
-
.
|
|
29841
|
-
|
|
29774
|
+
.E_i1mrf09m .icon-inner + span,
|
|
29775
|
+
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29776
|
+
margin-left: 4px;
|
|
29842
29777
|
}
|
|
29843
|
-
.
|
|
29844
|
-
|
|
29778
|
+
.E_i1mrf09m.is-rotate img,
|
|
29779
|
+
.E_i1mrf09m.is-rotate svg {
|
|
29780
|
+
animation: rotate 680ms linear infinite;
|
|
29845
29781
|
}
|
|
29846
|
-
|
|
29847
|
-
|
|
29782
|
+
|
|
29783
|
+
.E_bpq0js6 {
|
|
29784
|
+
padding: 4px 11px;
|
|
29848
29785
|
}
|
|
29849
|
-
|
|
29850
|
-
|
|
29786
|
+
|
|
29787
|
+
.E_b15sn34c {
|
|
29788
|
+
white-space: nowrap;
|
|
29789
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29851
29790
|
}
|
|
29852
|
-
.
|
|
29853
|
-
|
|
29791
|
+
.E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29792
|
+
--color: #0080ff;
|
|
29854
29793
|
}
|
|
29855
|
-
.
|
|
29856
|
-
color: #0080ff;
|
|
29794
|
+
.E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29795
|
+
--color: #0080ff;
|
|
29857
29796
|
}
|
|
29858
|
-
.
|
|
29859
|
-
|
|
29860
|
-
color: #0080ff;
|
|
29797
|
+
.E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29798
|
+
margin-left: 1px;
|
|
29861
29799
|
}
|
|
29862
|
-
|
|
29863
|
-
|
|
29864
|
-
|
|
29865
|
-
justify-content: space-between;
|
|
29866
|
-
height: 20px;
|
|
29867
|
-
line-height: 20px;
|
|
29800
|
+
.E_b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29801
|
+
border-top-right-radius: 0;
|
|
29802
|
+
border-bottom-right-radius: 0;
|
|
29868
29803
|
}
|
|
29869
|
-
.
|
|
29870
|
-
|
|
29871
|
-
|
|
29872
|
-
text-overflow: ellipsis;
|
|
29804
|
+
.E_b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29805
|
+
border-top-left-radius: 0;
|
|
29806
|
+
border-bottom-left-radius: 0;
|
|
29873
29807
|
}
|
|
29874
|
-
|
|
29875
|
-
|
|
29876
|
-
display: flex;
|
|
29877
|
-
justify-content: space-between;
|
|
29878
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29879
|
-
height: 18px;
|
|
29880
|
-
line-height: 18px;
|
|
29881
|
-
margin-top: 2px;
|
|
29808
|
+
.E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29809
|
+
border-radius: unset;
|
|
29882
29810
|
}
|
|
29883
29811
|
|
|
29884
|
-
.
|
|
29885
|
-
|
|
29886
|
-
margin-right: 0;
|
|
29887
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29812
|
+
.E_obf05yr {
|
|
29813
|
+
display: inline-block;
|
|
29888
29814
|
}
|
|
29889
29815
|
|
|
29890
|
-
.
|
|
29891
|
-
|
|
29892
|
-
|
|
29893
|
-
width: 100%;
|
|
29894
|
-
opacity: 0;
|
|
29816
|
+
.E_hsms1n6 {
|
|
29817
|
+
visibility: hidden;
|
|
29818
|
+
position: absolute;
|
|
29895
29819
|
}
|
|
29896
29820
|
|
|
29897
|
-
.
|
|
29821
|
+
.E_p12gwtiw {
|
|
29898
29822
|
display: flex;
|
|
29899
|
-
align-items: center;
|
|
29900
29823
|
justify-content: space-between;
|
|
29901
|
-
|
|
29902
|
-
padding:
|
|
29903
|
-
|
|
29904
|
-
|
|
29905
|
-
|
|
29906
|
-
margin-bottom: -52px;
|
|
29824
|
+
align-items: center;
|
|
29825
|
+
padding: 10px 0;
|
|
29826
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29827
|
+
font-size: 12px;
|
|
29828
|
+
line-height: 24px;
|
|
29907
29829
|
}
|
|
29908
|
-
.
|
|
29830
|
+
.E_p12gwtiw .pagination-left {
|
|
29831
|
+
padding: 2px 8px;
|
|
29832
|
+
}
|
|
29833
|
+
.E_p12gwtiw .dropdown-trigger {
|
|
29909
29834
|
display: flex;
|
|
29910
29835
|
align-items: center;
|
|
29911
|
-
|
|
29912
|
-
flex-shrink: 0;
|
|
29913
|
-
}
|
|
29914
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29836
|
+
border-radius: 6px;
|
|
29915
29837
|
cursor: pointer;
|
|
29916
|
-
|
|
29917
|
-
width: 32px;
|
|
29918
|
-
height: 32px;
|
|
29919
|
-
border-radius: 50%;
|
|
29920
|
-
justify-content: center;
|
|
29838
|
+
transition: all 0.3s ease;
|
|
29921
29839
|
}
|
|
29922
|
-
.
|
|
29923
|
-
background: rgba(
|
|
29840
|
+
.E_p12gwtiw .dropdown-trigger:hover {
|
|
29841
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29842
|
+
color: #0080ff;
|
|
29924
29843
|
}
|
|
29925
|
-
.
|
|
29926
|
-
|
|
29927
|
-
margin-left: 88px;
|
|
29928
|
-
white-space: nowrap;
|
|
29929
|
-
text-align: right;
|
|
29930
|
-
position: relative;
|
|
29931
|
-
padding: 4px 0;
|
|
29932
|
-
margin-top: -4px;
|
|
29933
|
-
overflow: hidden;
|
|
29844
|
+
.E_p12gwtiw .dropdown-trigger .icon-inner {
|
|
29845
|
+
margin-left: 4px;
|
|
29934
29846
|
}
|
|
29935
|
-
.
|
|
29936
|
-
|
|
29847
|
+
.E_p12gwtiw .pagination-right {
|
|
29848
|
+
display: flex;
|
|
29849
|
+
align-items: center;
|
|
29850
|
+
color: #0080ff;
|
|
29851
|
+
font-weight: bold;
|
|
29937
29852
|
}
|
|
29938
|
-
.
|
|
29939
|
-
|
|
29853
|
+
.E_p12gwtiw .pagination-right .icon-inner {
|
|
29854
|
+
margin-left: 4px;
|
|
29940
29855
|
}
|
|
29941
|
-
.
|
|
29942
|
-
|
|
29943
|
-
|
|
29944
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29945
|
-
margin-right: 4px;
|
|
29856
|
+
.E_p12gwtiw .pagination-right .prev-btn,
|
|
29857
|
+
.E_p12gwtiw .pagination-right .next-btn {
|
|
29858
|
+
padding: 0 8px;
|
|
29946
29859
|
}
|
|
29947
|
-
.
|
|
29948
|
-
|
|
29949
|
-
|
|
29950
|
-
height: 32px;
|
|
29951
|
-
justify-content: center;
|
|
29952
|
-
border-radius: 50%;
|
|
29860
|
+
.E_p12gwtiw .pagination-right .prev-btn > span,
|
|
29861
|
+
.E_p12gwtiw .pagination-right .next-btn > span {
|
|
29862
|
+
color: #0080ff;
|
|
29953
29863
|
}
|
|
29954
|
-
.
|
|
29955
|
-
|
|
29864
|
+
.E_p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29865
|
+
transform: rotate(180deg);
|
|
29956
29866
|
}
|
|
29957
29867
|
|
|
29958
|
-
.
|
|
29959
|
-
height:
|
|
29868
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29869
|
+
max-height: calc(100vh - 128px);
|
|
29870
|
+
overflow-y: auto;
|
|
29871
|
+
}
|
|
29872
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29873
|
+
padding: 4px 20px;
|
|
29874
|
+
font-size: 12px;
|
|
29875
|
+
line-height: 18px;
|
|
29960
29876
|
}
|
|
29961
29877
|
|
|
29962
|
-
.
|
|
29963
|
-
|
|
29878
|
+
.E_rxbeqvl.ant-radio-wrapper {
|
|
29879
|
+
display: inline-flex;
|
|
29880
|
+
align-items: baseline;
|
|
29881
|
+
white-space: pre-wrap;
|
|
29964
29882
|
}
|
|
29965
|
-
.
|
|
29966
|
-
|
|
29967
|
-
|
|
29883
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29884
|
+
position: relative;
|
|
29885
|
+
top: 3px;
|
|
29968
29886
|
}
|
|
29969
|
-
.
|
|
29970
|
-
|
|
29887
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29888
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29971
29889
|
}
|
|
29972
|
-
.
|
|
29973
|
-
|
|
29974
|
-
height: 100%;
|
|
29890
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29891
|
+
border-color: #0080ff;
|
|
29975
29892
|
}
|
|
29976
|
-
.
|
|
29977
|
-
|
|
29893
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29894
|
+
border-color: #0080ff;
|
|
29895
|
+
background: #0080ff;
|
|
29978
29896
|
}
|
|
29979
|
-
.
|
|
29980
|
-
|
|
29897
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29898
|
+
top: 4px;
|
|
29899
|
+
left: 4px;
|
|
29900
|
+
width: 6px;
|
|
29901
|
+
height: 6px;
|
|
29902
|
+
background: #fff;
|
|
29981
29903
|
}
|
|
29982
|
-
.
|
|
29983
|
-
|
|
29904
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29905
|
+
opacity: 0.5;
|
|
29984
29906
|
}
|
|
29985
|
-
.
|
|
29986
|
-
|
|
29907
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29908
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29909
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29987
29910
|
}
|
|
29988
|
-
.
|
|
29989
|
-
|
|
29911
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29912
|
+
background: #00122e;
|
|
29990
29913
|
}
|
|
29991
|
-
.
|
|
29992
|
-
|
|
29993
|
-
|
|
29914
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29915
|
+
color: #00122e;
|
|
29916
|
+
opacity: 0.5;
|
|
29994
29917
|
}
|
|
29995
|
-
.
|
|
29996
|
-
|
|
29918
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29919
|
+
color: #00122e;
|
|
29997
29920
|
}
|
|
29998
|
-
.
|
|
29999
|
-
|
|
30000
|
-
|
|
29921
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29922
|
+
display: inline-block;
|
|
29923
|
+
padding: 0;
|
|
29924
|
+
padding-left: 12px;
|
|
30001
29925
|
}
|
|
30002
|
-
.
|
|
30003
|
-
|
|
29926
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29927
|
+
margin-bottom: 0;
|
|
29928
|
+
white-space: pre-wrap;
|
|
29929
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30004
29930
|
}
|
|
30005
|
-
.
|
|
30006
|
-
|
|
30007
|
-
background: #fff;
|
|
30008
|
-
padding: 0 !important;
|
|
29931
|
+
.E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
29932
|
+
padding-left: 8px;
|
|
30009
29933
|
}
|
|
30010
|
-
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30013
|
-
align-items: center;
|
|
30014
|
-
height: 100%;
|
|
30015
|
-
padding: 8px;
|
|
29934
|
+
|
|
29935
|
+
.E_r5ie79y .ant-radio-button-wrapper:first-child {
|
|
29936
|
+
border-radius: 5px 0 0 5px;
|
|
30016
29937
|
}
|
|
30017
|
-
.
|
|
30018
|
-
|
|
30019
|
-
overflow: hidden;
|
|
30020
|
-
text-overflow: ellipsis;
|
|
30021
|
-
width: 100%;
|
|
29938
|
+
.E_r5ie79y .ant-radio-button-wrapper:last-child {
|
|
29939
|
+
border-radius: 0 5px 5px 0;
|
|
30022
29940
|
}
|
|
30023
|
-
|
|
30024
|
-
|
|
29941
|
+
|
|
29942
|
+
.E_r1f0aqcc {
|
|
29943
|
+
color: #00122e;
|
|
29944
|
+
border-color: #ccd4e3;
|
|
30025
29945
|
}
|
|
30026
|
-
.
|
|
30027
|
-
|
|
29946
|
+
.E_r1f0aqcc:first-child {
|
|
29947
|
+
border-color: #a3b4cc;
|
|
30028
29948
|
}
|
|
30029
|
-
.
|
|
30030
|
-
|
|
30031
|
-
|
|
30032
|
-
|
|
30033
|
-
border-bottom: none;
|
|
30034
|
-
height: 100%;
|
|
30035
|
-
font-size: 12px;
|
|
30036
|
-
background: transparent;
|
|
29949
|
+
.E_r1f0aqcc.ant-radio-button-wrapper {
|
|
29950
|
+
padding: 0 12px;
|
|
29951
|
+
line-height: 32px;
|
|
29952
|
+
height: 32px;
|
|
30037
29953
|
}
|
|
30038
|
-
.
|
|
30039
|
-
|
|
30040
|
-
z-index: 3;
|
|
30041
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30042
|
-
margin-bottom: -1px;
|
|
29954
|
+
.E_r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
29955
|
+
white-space: nowrap;
|
|
30043
29956
|
}
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30046
|
-
|
|
29957
|
+
.ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
|
|
29958
|
+
height: 22px;
|
|
29959
|
+
padding: 0 7px;
|
|
29960
|
+
line-height: 20px;
|
|
30047
29961
|
}
|
|
30048
|
-
.
|
|
30049
|
-
|
|
30050
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29962
|
+
.E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
29963
|
+
background: #ccd4e3;
|
|
30051
29964
|
}
|
|
30052
|
-
.
|
|
30053
|
-
|
|
30054
|
-
text-align: center;
|
|
29965
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
29966
|
+
background: #0080ff;
|
|
30055
29967
|
}
|
|
30056
|
-
.
|
|
30057
|
-
background: #
|
|
29968
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
29969
|
+
background: #ccd4e3;
|
|
29970
|
+
opacity: 0.5;
|
|
30058
29971
|
}
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30061
|
-
position: absolute;
|
|
30062
|
-
top: 50%;
|
|
30063
|
-
right: 12px;
|
|
30064
|
-
transform: translateY(-50%);
|
|
29972
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
29973
|
+
border-right-color: #0080ff;
|
|
30065
29974
|
}
|
|
30066
|
-
.
|
|
30067
|
-
|
|
30068
|
-
width: 1px;
|
|
30069
|
-
background: rgba(213, 219, 227, 0.6);
|
|
29975
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
29976
|
+
border-color: #0080ff;
|
|
30070
29977
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
30073
|
-
width: 1px;
|
|
30074
|
-
background: rgba(213, 219, 227, 0.6);
|
|
29978
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
29979
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30075
29980
|
}
|
|
30076
|
-
.
|
|
30077
|
-
|
|
29981
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
29982
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29983
|
+
border-color: #ccd4e3;
|
|
29984
|
+
opacity: 0.5;
|
|
30078
29985
|
}
|
|
30079
|
-
.
|
|
30080
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30081
|
-
border-bottom: 1px solid white;
|
|
30082
|
-
height: 40px;
|
|
30083
|
-
vertical-align: middle;
|
|
30084
|
-
transition: background 0ms;
|
|
29986
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30085
29987
|
color: #00122e;
|
|
29988
|
+
border-color: #ccd4e3;
|
|
30086
29989
|
}
|
|
30087
|
-
.
|
|
30088
|
-
background: #f2f5fa;
|
|
30089
|
-
border-bottom-color: #f2f5fa;
|
|
30090
|
-
}
|
|
30091
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30092
|
-
height: auto;
|
|
29990
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30093
29991
|
color: #00122e;
|
|
30094
|
-
|
|
30095
|
-
|
|
30096
|
-
transition: none;
|
|
30097
|
-
overflow: hidden;
|
|
30098
|
-
text-overflow: ellipsis;
|
|
30099
|
-
white-space: nowrap;
|
|
30100
|
-
}
|
|
30101
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30102
|
-
color: #0096ff;
|
|
29992
|
+
border-color: #ccd4e3;
|
|
29993
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30103
29994
|
}
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
|
|
30108
|
-
|
|
29995
|
+
.E_r1f0aqcc .ant-radio-button-input {
|
|
29996
|
+
margin-right: 8px;
|
|
29997
|
+
display: inline;
|
|
29998
|
+
border: none;
|
|
29999
|
+
padding: 0;
|
|
30000
|
+
width: 36px;
|
|
30001
|
+
background: transparent;
|
|
30109
30002
|
}
|
|
30110
|
-
.
|
|
30111
|
-
|
|
30003
|
+
.E_r1f0aqcc .ant-radio-button-input:focus {
|
|
30004
|
+
box-shadow: none;
|
|
30112
30005
|
}
|
|
30113
|
-
.
|
|
30114
|
-
|
|
30006
|
+
.E_r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30007
|
+
margin-right: 0;
|
|
30008
|
+
width: initial;
|
|
30009
|
+
box-shadow: none;
|
|
30115
30010
|
}
|
|
30116
|
-
.
|
|
30117
|
-
|
|
30011
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30012
|
+
display: none;
|
|
30118
30013
|
}
|
|
30119
|
-
.
|
|
30120
|
-
|
|
30121
|
-
border-color: transparent transparent white;
|
|
30014
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30015
|
+
display: inline;
|
|
30122
30016
|
}
|
|
30123
|
-
.
|
|
30124
|
-
|
|
30125
|
-
|
|
30126
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30127
|
-
border-radius: 8px 0 0 8px;
|
|
30128
|
-
}
|
|
30129
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30130
|
-
content: "";
|
|
30131
|
-
width: 4px;
|
|
30132
|
-
top: -1px;
|
|
30133
|
-
bottom: -1px;
|
|
30134
|
-
background: white;
|
|
30135
|
-
}
|
|
30136
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30137
|
-
border-radius: 0 8px 8px 0;
|
|
30138
|
-
}
|
|
30139
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30140
|
-
border-radius: 0;
|
|
30141
|
-
background: white;
|
|
30142
|
-
border-top: none;
|
|
30143
|
-
}
|
|
30144
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30145
|
-
border-top: 1px solid transparent;
|
|
30146
|
-
border-radius: 0 8px 8px 0;
|
|
30147
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30148
|
-
}
|
|
30149
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30150
|
-
background: white;
|
|
30151
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30152
|
-
}
|
|
30153
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30154
|
-
display: flex;
|
|
30155
|
-
align-items: center;
|
|
30156
|
-
height: 100%;
|
|
30157
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30158
|
-
}
|
|
30159
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30160
|
-
background: white;
|
|
30161
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30162
|
-
}
|
|
30163
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30164
|
-
display: flex;
|
|
30165
|
-
align-items: center;
|
|
30166
|
-
height: 100%;
|
|
30167
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30168
|
-
}
|
|
30169
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30170
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30171
|
-
}
|
|
30172
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30173
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30174
|
-
border-radius: 8px;
|
|
30175
|
-
}
|
|
30176
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30177
|
-
border-top-color: white;
|
|
30178
|
-
}
|
|
30179
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30180
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30181
|
-
border-bottom-color: transparent;
|
|
30182
|
-
border-top-color: transparent;
|
|
30183
|
-
}
|
|
30184
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30185
|
-
border-radius: 8px 0 0 8px;
|
|
30186
|
-
}
|
|
30187
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30188
|
-
border-radius: 0 8px 8px 0;
|
|
30189
|
-
}
|
|
30190
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30191
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30192
|
-
}
|
|
30193
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30194
|
-
background: #fff;
|
|
30195
|
-
font-weight: 400;
|
|
30196
|
-
position: relative;
|
|
30197
|
-
border-bottom: none;
|
|
30198
|
-
color: #00122e;
|
|
30199
|
-
transition: none;
|
|
30200
|
-
padding: 15px 8px 15px 8px;
|
|
30201
|
-
}
|
|
30202
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30203
|
-
content: "";
|
|
30204
|
-
width: 1px;
|
|
30205
|
-
top: 0;
|
|
30206
|
-
bottom: 0;
|
|
30207
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30208
|
-
position: absolute;
|
|
30209
|
-
right: 0;
|
|
30210
|
-
}
|
|
30211
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30212
|
-
padding: unset;
|
|
30213
|
-
}
|
|
30214
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30215
|
-
display: none;
|
|
30216
|
-
}
|
|
30217
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30218
|
-
width: 100%;
|
|
30219
|
-
overflow: hidden;
|
|
30220
|
-
white-space: nowrap;
|
|
30221
|
-
text-overflow: ellipsis;
|
|
30222
|
-
}
|
|
30223
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
30224
|
-
overflow: hidden;
|
|
30225
|
-
text-overflow: ellipsis;
|
|
30226
|
-
flex: 1;
|
|
30227
|
-
}
|
|
30228
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30229
|
-
padding: 15px 25px 15px 8px;
|
|
30230
|
-
}
|
|
30231
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30017
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30018
|
+
display: inline;
|
|
30019
|
+
margin-right: 8px;
|
|
30232
30020
|
padding: 0;
|
|
30021
|
+
width: 36px;
|
|
30233
30022
|
}
|
|
30234
|
-
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
top: 50%;
|
|
30238
|
-
transform: translateY(-50%);
|
|
30239
|
-
height: 16px;
|
|
30240
|
-
display: none;
|
|
30241
|
-
transition: transform 320ms ease;
|
|
30242
|
-
}
|
|
30243
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30244
|
-
display: block;
|
|
30245
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30246
|
-
}
|
|
30247
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30248
|
-
display: block;
|
|
30249
|
-
}
|
|
30250
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
30251
|
-
display: none;
|
|
30252
|
-
}
|
|
30253
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
30254
|
-
transform: translateY(-50%);
|
|
30255
|
-
}
|
|
30256
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
30257
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30258
|
-
}
|
|
30259
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
30260
|
-
background: #f2f5fa;
|
|
30261
|
-
}
|
|
30262
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
30263
|
-
display: block;
|
|
30264
|
-
}
|
|
30265
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
30266
|
-
padding-right: 25px;
|
|
30267
|
-
}
|
|
30268
|
-
.E_tta5kd2 .ant-table .ant-table-selection-column {
|
|
30269
|
-
padding: 0 !important;
|
|
30270
|
-
}
|
|
30271
|
-
.E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
30272
|
-
position: absolute;
|
|
30273
|
-
left: 50%;
|
|
30274
|
-
top: 50%;
|
|
30275
|
-
transform: translate(-50%, -50%);
|
|
30276
|
-
}
|
|
30277
|
-
.E_tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
30278
|
-
display: none;
|
|
30023
|
+
|
|
30024
|
+
.E_i1e4sgug {
|
|
30025
|
+
display: inline-block;
|
|
30279
30026
|
}
|
|
30280
|
-
|
|
30281
|
-
|
|
30027
|
+
|
|
30028
|
+
.E_d6j0lbj {
|
|
30029
|
+
font-family: Inter;
|
|
30030
|
+
font-style: normal;
|
|
30031
|
+
font-weight: bold;
|
|
30032
|
+
font-size: 32px;
|
|
30033
|
+
line-height: 40px;
|
|
30282
30034
|
}
|
|
30283
|
-
|
|
30284
|
-
|
|
30035
|
+
|
|
30036
|
+
.E_d1xhvvxe {
|
|
30037
|
+
font-family: Inter;
|
|
30038
|
+
font-style: normal;
|
|
30039
|
+
font-weight: bold;
|
|
30040
|
+
font-size: 24px;
|
|
30041
|
+
line-height: 32px;
|
|
30285
30042
|
}
|
|
30286
|
-
|
|
30287
|
-
|
|
30288
|
-
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
|
|
30043
|
+
|
|
30044
|
+
.E_dk10mxq {
|
|
30045
|
+
font-family: Inter;
|
|
30046
|
+
font-style: normal;
|
|
30047
|
+
font-weight: normal;
|
|
30048
|
+
font-size: 32px;
|
|
30049
|
+
line-height: 40px;
|
|
30292
30050
|
}
|
|
30293
|
-
|
|
30294
|
-
.
|
|
30051
|
+
|
|
30052
|
+
.E_dxsait {
|
|
30053
|
+
font-family: Inter;
|
|
30054
|
+
font-style: normal;
|
|
30295
30055
|
font-weight: bold;
|
|
30296
30056
|
font-size: 20px;
|
|
30297
|
-
|
|
30298
|
-
}
|
|
30299
|
-
.E_tta5kd2 .ant-table td.cell__action_ {
|
|
30300
|
-
padding: 0 !important;
|
|
30301
|
-
position: relative;
|
|
30302
|
-
background: #fff;
|
|
30303
|
-
}
|
|
30304
|
-
.E_tta5kd2 .ant-table td.cell__action_ > * {
|
|
30305
|
-
height: 100%;
|
|
30306
|
-
display: flex;
|
|
30307
|
-
align-items: center;
|
|
30308
|
-
justify-content: flex-end;
|
|
30309
|
-
padding-right: 8px;
|
|
30310
|
-
}
|
|
30311
|
-
.E_tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
30312
|
-
width: 24px;
|
|
30313
|
-
height: 24px;
|
|
30314
|
-
cursor: pointer;
|
|
30315
|
-
justify-content: center;
|
|
30316
|
-
border-radius: 4px;
|
|
30317
|
-
}
|
|
30318
|
-
.E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
30319
|
-
background: #fff;
|
|
30057
|
+
line-height: 24px;
|
|
30320
30058
|
}
|
|
30321
30059
|
|
|
30322
|
-
.
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
|
|
30328
|
-
.E_s34f1qb.ant-switch:focus {
|
|
30329
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30330
|
-
}
|
|
30331
|
-
.E_s34f1qb.ant-switch-small {
|
|
30332
|
-
min-width: 26px;
|
|
30333
|
-
height: 16px;
|
|
30334
|
-
}
|
|
30335
|
-
.E_s34f1qb.ant-switch-large {
|
|
30336
|
-
min-width: 52px;
|
|
30337
|
-
height: 32px;
|
|
30338
|
-
}
|
|
30339
|
-
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
30340
|
-
height: 20px;
|
|
30341
|
-
width: 20px;
|
|
30342
|
-
}
|
|
30343
|
-
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30344
|
-
border-radius: 10px;
|
|
30345
|
-
transition-delay: 120ms;
|
|
30346
|
-
}
|
|
30347
|
-
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30348
|
-
height: 14px;
|
|
30349
|
-
width: 14px;
|
|
30350
|
-
top: 1px;
|
|
30351
|
-
left: 1px;
|
|
30352
|
-
}
|
|
30353
|
-
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30354
|
-
height: 28px;
|
|
30355
|
-
width: 28px;
|
|
30356
|
-
}
|
|
30357
|
-
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30358
|
-
border-radius: 14px;
|
|
30359
|
-
}
|
|
30360
|
-
.E_s34f1qb.ant-switch-checked {
|
|
30361
|
-
background-color: #00ba5d;
|
|
30362
|
-
}
|
|
30363
|
-
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30364
|
-
left: calc(100% - 20px - 2px);
|
|
30365
|
-
}
|
|
30366
|
-
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30367
|
-
left: calc(100% - 14px - 1px);
|
|
30368
|
-
}
|
|
30369
|
-
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30370
|
-
left: calc(100% - 28px - 2px);
|
|
30060
|
+
.E_dokn0h3 {
|
|
30061
|
+
font-family: Inter;
|
|
30062
|
+
font-style: normal;
|
|
30063
|
+
font-weight: normal;
|
|
30064
|
+
font-size: 20px;
|
|
30065
|
+
line-height: 24px;
|
|
30371
30066
|
}
|
|
30372
30067
|
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30068
|
+
.E_dobau4p {
|
|
30069
|
+
font-family: Inter;
|
|
30070
|
+
font-style: normal;
|
|
30071
|
+
font-weight: bold;
|
|
30072
|
+
font-size: 18px;
|
|
30073
|
+
line-height: 22px;
|
|
30375
30074
|
}
|
|
30376
30075
|
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30076
|
+
.E_dvolwok {
|
|
30077
|
+
font-family: Inter;
|
|
30078
|
+
font-style: normal;
|
|
30079
|
+
font-weight: normal;
|
|
30080
|
+
font-size: 18px;
|
|
30081
|
+
line-height: 22px;
|
|
30379
30082
|
}
|
|
30380
30083
|
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30383
|
-
|
|
30084
|
+
.E_h181qhg4 {
|
|
30085
|
+
font-family: Inter;
|
|
30086
|
+
font-style: normal;
|
|
30087
|
+
font-weight: bold;
|
|
30088
|
+
font-size: 16px;
|
|
30089
|
+
line-height: 22px;
|
|
30384
30090
|
}
|
|
30385
30091
|
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
|
|
30392
|
-
position: relative;
|
|
30393
|
-
top: 3px;
|
|
30394
|
-
}
|
|
30395
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30396
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30397
|
-
}
|
|
30398
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30399
|
-
border-color: #0080ff;
|
|
30400
|
-
}
|
|
30401
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30402
|
-
border-color: #0080ff;
|
|
30403
|
-
background: #0080ff;
|
|
30404
|
-
}
|
|
30405
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30406
|
-
top: 4px;
|
|
30407
|
-
left: 4px;
|
|
30408
|
-
width: 6px;
|
|
30409
|
-
height: 6px;
|
|
30410
|
-
background: #fff;
|
|
30411
|
-
}
|
|
30412
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30413
|
-
opacity: 0.5;
|
|
30414
|
-
}
|
|
30415
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30416
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30417
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30092
|
+
.E_h1phgmcq {
|
|
30093
|
+
font-family: Inter;
|
|
30094
|
+
font-style: normal;
|
|
30095
|
+
font-weight: normal;
|
|
30096
|
+
font-size: 16px;
|
|
30097
|
+
line-height: 22px;
|
|
30418
30098
|
}
|
|
30419
|
-
|
|
30420
|
-
|
|
30099
|
+
|
|
30100
|
+
.E_h173xnl1 {
|
|
30101
|
+
font-family: Inter;
|
|
30102
|
+
font-style: normal;
|
|
30103
|
+
font-weight: bold;
|
|
30104
|
+
font-size: 14px;
|
|
30105
|
+
line-height: 20px;
|
|
30421
30106
|
}
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30107
|
+
|
|
30108
|
+
.E_hedm4pz {
|
|
30109
|
+
font-family: Inter;
|
|
30110
|
+
font-style: normal;
|
|
30111
|
+
font-weight: normal;
|
|
30112
|
+
font-size: 14px;
|
|
30113
|
+
line-height: 20px;
|
|
30425
30114
|
}
|
|
30426
|
-
|
|
30427
|
-
|
|
30115
|
+
|
|
30116
|
+
.E_h1kd8xld {
|
|
30117
|
+
font-family: Inter;
|
|
30118
|
+
font-style: normal;
|
|
30119
|
+
font-weight: bold;
|
|
30120
|
+
font-size: 12px;
|
|
30121
|
+
line-height: 18px;
|
|
30428
30122
|
}
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
|
|
30123
|
+
|
|
30124
|
+
.E_hp14fr {
|
|
30125
|
+
font-family: Inter;
|
|
30126
|
+
font-style: normal;
|
|
30127
|
+
font-weight: normal;
|
|
30128
|
+
font-size: 12px;
|
|
30129
|
+
line-height: 18px;
|
|
30433
30130
|
}
|
|
30434
|
-
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
|
|
30131
|
+
|
|
30132
|
+
.E_hgrg7mn {
|
|
30133
|
+
font-family: Inter;
|
|
30134
|
+
font-style: normal;
|
|
30135
|
+
font-weight: bold;
|
|
30136
|
+
text-transform: uppercase;
|
|
30137
|
+
font-feature-settings: "cpsp" on;
|
|
30138
|
+
font-size: 12px;
|
|
30139
|
+
line-height: 18px;
|
|
30438
30140
|
}
|
|
30439
|
-
|
|
30440
|
-
|
|
30141
|
+
|
|
30142
|
+
.E_h6zme9x {
|
|
30143
|
+
font-family: Inter;
|
|
30144
|
+
font-style: normal;
|
|
30145
|
+
font-weight: normal;
|
|
30146
|
+
text-transform: uppercase;
|
|
30147
|
+
font-feature-settings: "cpsp" on;
|
|
30148
|
+
font-size: 12px;
|
|
30149
|
+
line-height: 18px;
|
|
30441
30150
|
}
|
|
30442
30151
|
|
|
30443
|
-
.
|
|
30444
|
-
|
|
30152
|
+
.E_locjvsv {
|
|
30153
|
+
font-family: Inter;
|
|
30154
|
+
font-style: normal;
|
|
30155
|
+
font-weight: normal;
|
|
30156
|
+
font-size: 16px;
|
|
30157
|
+
line-height: 24px;
|
|
30445
30158
|
}
|
|
30446
|
-
|
|
30447
|
-
|
|
30159
|
+
|
|
30160
|
+
.E_l13gi131 {
|
|
30161
|
+
font-family: Inter;
|
|
30162
|
+
font-style: normal;
|
|
30163
|
+
font-weight: bold;
|
|
30164
|
+
font-size: 16px;
|
|
30165
|
+
line-height: 24px;
|
|
30448
30166
|
}
|
|
30449
30167
|
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30452
|
-
|
|
30168
|
+
.E_l1ynemsu {
|
|
30169
|
+
font-family: Inter;
|
|
30170
|
+
font-style: normal;
|
|
30171
|
+
font-weight: normal;
|
|
30172
|
+
font-size: 16px;
|
|
30173
|
+
line-height: 24px;
|
|
30453
30174
|
}
|
|
30454
|
-
|
|
30455
|
-
|
|
30175
|
+
|
|
30176
|
+
.E_l1cft1cx {
|
|
30177
|
+
font-family: Inter;
|
|
30178
|
+
font-style: normal;
|
|
30179
|
+
font-weight: bold;
|
|
30180
|
+
font-size: 16px;
|
|
30181
|
+
line-height: 24px;
|
|
30456
30182
|
}
|
|
30457
|
-
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
|
|
30183
|
+
|
|
30184
|
+
.E_l17tqc8p {
|
|
30185
|
+
font-family: Inter;
|
|
30186
|
+
font-style: normal;
|
|
30187
|
+
font-weight: normal;
|
|
30188
|
+
text-transform: uppercase;
|
|
30189
|
+
font-feature-settings: "cpsp" on;
|
|
30190
|
+
font-size: 16px;
|
|
30191
|
+
line-height: 24px;
|
|
30461
30192
|
}
|
|
30462
|
-
|
|
30463
|
-
|
|
30193
|
+
|
|
30194
|
+
.E_l1j1e5w7 {
|
|
30195
|
+
font-family: Inter;
|
|
30196
|
+
font-style: normal;
|
|
30197
|
+
font-weight: bold;
|
|
30198
|
+
text-transform: uppercase;
|
|
30199
|
+
font-feature-settings: "cpsp" on;
|
|
30200
|
+
font-size: 16px;
|
|
30201
|
+
line-height: 24px;
|
|
30464
30202
|
}
|
|
30465
|
-
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
|
|
30203
|
+
|
|
30204
|
+
.E_l1gf91jb {
|
|
30205
|
+
font-family: Inter;
|
|
30206
|
+
font-style: normal;
|
|
30207
|
+
font-weight: normal;
|
|
30208
|
+
font-size: 14px;
|
|
30209
|
+
line-height: 22px;
|
|
30469
30210
|
}
|
|
30470
|
-
|
|
30471
|
-
|
|
30211
|
+
|
|
30212
|
+
.E_lu7hlr6 {
|
|
30213
|
+
font-family: Inter;
|
|
30214
|
+
font-style: normal;
|
|
30215
|
+
font-weight: 500;
|
|
30216
|
+
font-size: 14px;
|
|
30217
|
+
line-height: 22px;
|
|
30472
30218
|
}
|
|
30473
|
-
|
|
30474
|
-
|
|
30219
|
+
|
|
30220
|
+
.E_l3l3jf0 {
|
|
30221
|
+
font-family: Inter;
|
|
30222
|
+
font-style: normal;
|
|
30223
|
+
font-weight: bold;
|
|
30224
|
+
font-size: 14px;
|
|
30225
|
+
line-height: 22px;
|
|
30475
30226
|
}
|
|
30476
|
-
|
|
30477
|
-
|
|
30478
|
-
|
|
30227
|
+
|
|
30228
|
+
.E_l12j5nqp {
|
|
30229
|
+
font-family: Inter;
|
|
30230
|
+
font-style: normal;
|
|
30231
|
+
font-weight: normal;
|
|
30232
|
+
font-size: 14px;
|
|
30233
|
+
line-height: 22px;
|
|
30479
30234
|
}
|
|
30480
|
-
|
|
30481
|
-
|
|
30235
|
+
|
|
30236
|
+
.E_l1tecqht {
|
|
30237
|
+
font-family: Inter;
|
|
30238
|
+
font-style: normal;
|
|
30239
|
+
font-weight: bold;
|
|
30240
|
+
font-size: 14px;
|
|
30241
|
+
line-height: 22px;
|
|
30482
30242
|
}
|
|
30483
|
-
|
|
30484
|
-
|
|
30243
|
+
|
|
30244
|
+
.E_l6sa990 {
|
|
30245
|
+
font-family: Inter;
|
|
30246
|
+
font-style: normal;
|
|
30247
|
+
font-weight: normal;
|
|
30248
|
+
text-transform: uppercase;
|
|
30249
|
+
font-feature-settings: "cpsp" on;
|
|
30250
|
+
font-size: 14px;
|
|
30251
|
+
line-height: 22px;
|
|
30485
30252
|
}
|
|
30486
|
-
|
|
30487
|
-
|
|
30253
|
+
|
|
30254
|
+
.E_lckqe8j {
|
|
30255
|
+
font-family: Inter;
|
|
30256
|
+
font-style: normal;
|
|
30257
|
+
font-weight: bold;
|
|
30258
|
+
text-transform: uppercase;
|
|
30259
|
+
font-feature-settings: "cpsp" on;
|
|
30260
|
+
font-size: 14px;
|
|
30261
|
+
line-height: 22px;
|
|
30488
30262
|
}
|
|
30489
|
-
|
|
30490
|
-
|
|
30491
|
-
|
|
30492
|
-
|
|
30263
|
+
|
|
30264
|
+
.E_l1kuminb {
|
|
30265
|
+
font-family: Inter;
|
|
30266
|
+
font-style: normal;
|
|
30267
|
+
font-weight: normal;
|
|
30268
|
+
font-size: 13px;
|
|
30269
|
+
line-height: 20px;
|
|
30493
30270
|
}
|
|
30494
|
-
|
|
30495
|
-
|
|
30496
|
-
|
|
30271
|
+
|
|
30272
|
+
.E_l1pbuf5j {
|
|
30273
|
+
font-family: Inter;
|
|
30274
|
+
font-style: normal;
|
|
30275
|
+
font-weight: 600;
|
|
30276
|
+
font-size: 13px;
|
|
30277
|
+
line-height: 20px;
|
|
30497
30278
|
}
|
|
30498
|
-
|
|
30499
|
-
|
|
30500
|
-
|
|
30501
|
-
|
|
30279
|
+
|
|
30280
|
+
.E_l1r4ztu {
|
|
30281
|
+
font-family: Inter;
|
|
30282
|
+
font-style: normal;
|
|
30283
|
+
font-weight: bold;
|
|
30284
|
+
font-size: 13px;
|
|
30285
|
+
line-height: 20px;
|
|
30502
30286
|
}
|
|
30503
|
-
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30509
|
-
|
|
30287
|
+
|
|
30288
|
+
.E_ly8vzok {
|
|
30289
|
+
font-family: Inter;
|
|
30290
|
+
font-style: normal;
|
|
30291
|
+
font-weight: normal;
|
|
30292
|
+
font-size: 13px;
|
|
30293
|
+
line-height: 20px;
|
|
30510
30294
|
}
|
|
30511
|
-
|
|
30512
|
-
|
|
30295
|
+
|
|
30296
|
+
.E_lumfmf {
|
|
30297
|
+
font-family: Inter;
|
|
30298
|
+
font-style: normal;
|
|
30299
|
+
font-weight: 600;
|
|
30300
|
+
font-size: 13px;
|
|
30301
|
+
line-height: 20px;
|
|
30513
30302
|
}
|
|
30514
|
-
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
|
|
30303
|
+
|
|
30304
|
+
.E_l16ujwmv {
|
|
30305
|
+
font-family: Inter;
|
|
30306
|
+
font-style: normal;
|
|
30307
|
+
font-weight: bold;
|
|
30308
|
+
font-size: 13px;
|
|
30309
|
+
line-height: 20px;
|
|
30518
30310
|
}
|
|
30519
|
-
|
|
30520
|
-
|
|
30311
|
+
|
|
30312
|
+
.E_l17o1ffr {
|
|
30313
|
+
font-family: Inter;
|
|
30314
|
+
font-style: normal;
|
|
30315
|
+
font-weight: normal;
|
|
30316
|
+
text-transform: uppercase;
|
|
30317
|
+
font-feature-settings: "cpsp" on;
|
|
30318
|
+
font-size: 13px;
|
|
30319
|
+
line-height: 20px;
|
|
30521
30320
|
}
|
|
30522
|
-
|
|
30523
|
-
|
|
30321
|
+
|
|
30322
|
+
.E_lngllvn {
|
|
30323
|
+
font-family: Inter;
|
|
30324
|
+
font-style: normal;
|
|
30325
|
+
font-weight: bold;
|
|
30326
|
+
text-transform: uppercase;
|
|
30327
|
+
font-feature-settings: "cpsp" on;
|
|
30328
|
+
font-size: 13px;
|
|
30329
|
+
line-height: 20px;
|
|
30524
30330
|
}
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30529
|
-
|
|
30331
|
+
|
|
30332
|
+
.E_l2i7fo9 {
|
|
30333
|
+
font-family: Inter;
|
|
30334
|
+
font-style: normal;
|
|
30335
|
+
font-weight: normal;
|
|
30336
|
+
font-size: 12px;
|
|
30337
|
+
line-height: 18px;
|
|
30530
30338
|
}
|
|
30531
30339
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
|
|
30535
|
-
|
|
30536
|
-
padding: 10px 0;
|
|
30537
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30340
|
+
.E_l1x7hscx {
|
|
30341
|
+
font-family: Inter;
|
|
30342
|
+
font-style: normal;
|
|
30343
|
+
font-weight: 500;
|
|
30538
30344
|
font-size: 12px;
|
|
30539
|
-
line-height:
|
|
30540
|
-
}
|
|
30541
|
-
.E_p12gwtiw .pagination-left {
|
|
30542
|
-
padding: 2px 8px;
|
|
30345
|
+
line-height: 18px;
|
|
30543
30346
|
}
|
|
30544
|
-
|
|
30545
|
-
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
|
|
30347
|
+
|
|
30348
|
+
.E_le1jwan {
|
|
30349
|
+
font-family: Inter;
|
|
30350
|
+
font-style: normal;
|
|
30351
|
+
font-weight: bold;
|
|
30352
|
+
font-size: 12px;
|
|
30353
|
+
line-height: 18px;
|
|
30550
30354
|
}
|
|
30551
|
-
|
|
30552
|
-
|
|
30553
|
-
|
|
30355
|
+
|
|
30356
|
+
.E_lyxynfj {
|
|
30357
|
+
font-family: Inter;
|
|
30358
|
+
font-style: normal;
|
|
30359
|
+
font-weight: normal;
|
|
30360
|
+
font-size: 12px;
|
|
30361
|
+
line-height: 18px;
|
|
30554
30362
|
}
|
|
30555
|
-
|
|
30556
|
-
|
|
30363
|
+
|
|
30364
|
+
.E_lpb2nxv {
|
|
30365
|
+
font-family: Inter;
|
|
30366
|
+
font-style: normal;
|
|
30367
|
+
font-weight: 500;
|
|
30368
|
+
font-size: 12px;
|
|
30369
|
+
line-height: 18px;
|
|
30557
30370
|
}
|
|
30558
|
-
|
|
30559
|
-
|
|
30560
|
-
|
|
30561
|
-
|
|
30371
|
+
|
|
30372
|
+
.E_l1r8o3vv {
|
|
30373
|
+
font-family: Inter;
|
|
30374
|
+
font-style: normal;
|
|
30562
30375
|
font-weight: bold;
|
|
30376
|
+
font-size: 12px;
|
|
30377
|
+
line-height: 18px;
|
|
30563
30378
|
}
|
|
30564
|
-
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
|
|
30379
|
+
|
|
30380
|
+
.E_lemnjy2 {
|
|
30381
|
+
font-family: Inter;
|
|
30382
|
+
font-style: normal;
|
|
30383
|
+
font-weight: normal;
|
|
30384
|
+
text-transform: uppercase;
|
|
30385
|
+
font-feature-settings: "cpsp" on;
|
|
30386
|
+
font-size: 12px;
|
|
30387
|
+
line-height: 18px;
|
|
30570
30388
|
}
|
|
30571
|
-
|
|
30572
|
-
.
|
|
30573
|
-
|
|
30389
|
+
|
|
30390
|
+
.E_lrc42gb {
|
|
30391
|
+
font-family: Inter;
|
|
30392
|
+
font-style: normal;
|
|
30393
|
+
font-weight: bold;
|
|
30394
|
+
text-transform: uppercase;
|
|
30395
|
+
font-feature-settings: "cpsp" on;
|
|
30396
|
+
font-size: 12px;
|
|
30397
|
+
line-height: 18px;
|
|
30574
30398
|
}
|
|
30575
|
-
|
|
30576
|
-
|
|
30399
|
+
|
|
30400
|
+
.E_fqaz4mb {
|
|
30401
|
+
font-family: Inter;
|
|
30402
|
+
font-style: normal;
|
|
30403
|
+
font-weight: normal;
|
|
30404
|
+
font-size: 13px;
|
|
30405
|
+
line-height: 20px;
|
|
30577
30406
|
}
|
|
30578
30407
|
|
|
30579
|
-
.
|
|
30580
|
-
|
|
30581
|
-
|
|
30408
|
+
.E_f13we5o {
|
|
30409
|
+
font-family: Inter;
|
|
30410
|
+
font-style: normal;
|
|
30411
|
+
font-weight: normal;
|
|
30412
|
+
font-size: 13px;
|
|
30413
|
+
line-height: 20px;
|
|
30582
30414
|
}
|
|
30583
|
-
|
|
30584
|
-
|
|
30415
|
+
|
|
30416
|
+
.E_ffmjua2 {
|
|
30417
|
+
font-family: Inter;
|
|
30418
|
+
font-style: normal;
|
|
30419
|
+
font-weight: normal;
|
|
30585
30420
|
font-size: 12px;
|
|
30586
30421
|
line-height: 18px;
|
|
30587
30422
|
}
|
|
30588
30423
|
|
|
30589
|
-
.
|
|
30424
|
+
.E_fz2mxw0 {
|
|
30590
30425
|
font-family: Inter;
|
|
30591
30426
|
font-style: normal;
|
|
30592
|
-
font-weight:
|
|
30593
|
-
font-size:
|
|
30594
|
-
line-height:
|
|
30427
|
+
font-weight: normal;
|
|
30428
|
+
font-size: 12px;
|
|
30429
|
+
line-height: 18px;
|
|
30595
30430
|
}
|
|
30596
30431
|
|
|
30597
|
-
.
|
|
30432
|
+
.E_t1ertzoh {
|
|
30598
30433
|
font-family: Inter;
|
|
30599
30434
|
font-style: normal;
|
|
30600
|
-
font-weight:
|
|
30601
|
-
font-
|
|
30602
|
-
|
|
30435
|
+
font-weight: normal;
|
|
30436
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30437
|
+
font-size: 13px;
|
|
30438
|
+
line-height: 20px;
|
|
30603
30439
|
}
|
|
30604
30440
|
|
|
30605
|
-
.
|
|
30441
|
+
.E_t19bge8r {
|
|
30606
30442
|
font-family: Inter;
|
|
30607
30443
|
font-style: normal;
|
|
30608
30444
|
font-weight: normal;
|
|
30609
|
-
font-
|
|
30610
|
-
|
|
30445
|
+
font-feature-settings: "zero" on;
|
|
30446
|
+
font-size: 13px;
|
|
30447
|
+
line-height: 20px;
|
|
30611
30448
|
}
|
|
30612
30449
|
|
|
30613
|
-
.
|
|
30450
|
+
.E_tjrzfyl {
|
|
30614
30451
|
font-family: Inter;
|
|
30615
30452
|
font-style: normal;
|
|
30616
|
-
font-weight:
|
|
30617
|
-
font-
|
|
30618
|
-
|
|
30453
|
+
font-weight: normal;
|
|
30454
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30455
|
+
font-size: 12px;
|
|
30456
|
+
line-height: 18px;
|
|
30619
30457
|
}
|
|
30620
30458
|
|
|
30621
|
-
.
|
|
30459
|
+
.E_tm6s7bo {
|
|
30622
30460
|
font-family: Inter;
|
|
30623
30461
|
font-style: normal;
|
|
30624
|
-
font-weight:
|
|
30625
|
-
font-
|
|
30626
|
-
|
|
30462
|
+
font-weight: 500;
|
|
30463
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30464
|
+
font-size: 12px;
|
|
30465
|
+
line-height: 18px;
|
|
30627
30466
|
}
|
|
30628
30467
|
|
|
30629
|
-
.
|
|
30468
|
+
.E_t19zq6ic {
|
|
30630
30469
|
font-family: Inter;
|
|
30631
30470
|
font-style: normal;
|
|
30632
|
-
font-weight:
|
|
30633
|
-
font-
|
|
30634
|
-
|
|
30471
|
+
font-weight: normal;
|
|
30472
|
+
font-feature-settings: "zero" on;
|
|
30473
|
+
font-size: 12px;
|
|
30474
|
+
line-height: 18px;
|
|
30635
30475
|
}
|
|
30636
30476
|
|
|
30637
|
-
.
|
|
30477
|
+
.E_t1gduru8 {
|
|
30638
30478
|
font-family: Inter;
|
|
30639
30479
|
font-style: normal;
|
|
30640
|
-
font-weight:
|
|
30641
|
-
font-
|
|
30642
|
-
|
|
30480
|
+
font-weight: 500;
|
|
30481
|
+
font-feature-settings: "zero" on;
|
|
30482
|
+
font-size: 12px;
|
|
30483
|
+
line-height: 18px;
|
|
30643
30484
|
}
|
|
30644
30485
|
|
|
30645
|
-
.
|
|
30486
|
+
.E_t55raab {
|
|
30646
30487
|
font-family: Inter;
|
|
30647
30488
|
font-style: normal;
|
|
30648
30489
|
font-weight: bold;
|
|
30490
|
+
font-feature-settings: "zero" on;
|
|
30649
30491
|
font-size: 16px;
|
|
30650
|
-
line-height:
|
|
30492
|
+
line-height: 24px;
|
|
30651
30493
|
}
|
|
30652
30494
|
|
|
30653
|
-
.
|
|
30495
|
+
.E_u1w9abfe {
|
|
30654
30496
|
font-family: Inter;
|
|
30655
30497
|
font-style: normal;
|
|
30656
30498
|
font-weight: normal;
|
|
30657
|
-
font-size:
|
|
30658
|
-
line-height:
|
|
30499
|
+
font-size: 10px;
|
|
30500
|
+
line-height: 12px;
|
|
30501
|
+
}
|
|
30502
|
+
|
|
30503
|
+
.E_cz04yix {
|
|
30504
|
+
display: flex;
|
|
30505
|
+
flex-direction: column;
|
|
30506
|
+
}
|
|
30507
|
+
|
|
30508
|
+
.E_m1if5j39 {
|
|
30509
|
+
max-width: 1120px;
|
|
30510
|
+
width: 100%;
|
|
30511
|
+
margin: 0 auto;
|
|
30512
|
+
height: 100%;
|
|
30513
|
+
}
|
|
30514
|
+
|
|
30515
|
+
.E_w1vvwdlp {
|
|
30516
|
+
max-width: 1120px;
|
|
30517
|
+
width: 100%;
|
|
30518
|
+
margin: 0 auto;
|
|
30519
|
+
display: flex;
|
|
30520
|
+
}
|
|
30521
|
+
.E_w1vvwdlp .left,
|
|
30522
|
+
.E_w1vvwdlp .right {
|
|
30523
|
+
flex-grow: 0;
|
|
30524
|
+
flex-shrink: 0;
|
|
30525
|
+
flex-basis: 21%;
|
|
30526
|
+
}
|
|
30527
|
+
.E_w1vvwdlp .left {
|
|
30528
|
+
display: flex;
|
|
30529
|
+
justify-content: flex-end;
|
|
30530
|
+
padding-right: 44px;
|
|
30531
|
+
}
|
|
30532
|
+
.E_w1vvwdlp .right {
|
|
30533
|
+
padding-left: 44px;
|
|
30534
|
+
}
|
|
30535
|
+
.E_w1vvwdlp .middle {
|
|
30536
|
+
margin-bottom: 40px;
|
|
30537
|
+
flex-grow: 0;
|
|
30538
|
+
flex-shrink: 0;
|
|
30539
|
+
flex-basis: 58%;
|
|
30540
|
+
}
|
|
30541
|
+
.E_w1vvwdlp .middle .form-base-field {
|
|
30542
|
+
width: 100%;
|
|
30543
|
+
}
|
|
30544
|
+
.E_w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30545
|
+
width: auto;
|
|
30546
|
+
}
|
|
30547
|
+
|
|
30548
|
+
.E_h1cuopx7 .ant-modal-header {
|
|
30549
|
+
margin: 0 auto;
|
|
30550
|
+
width: 100%;
|
|
30551
|
+
max-width: 648px;
|
|
30552
|
+
}
|
|
30553
|
+
.E_h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30554
|
+
margin-left: 0;
|
|
30555
|
+
}
|
|
30556
|
+
.E_h1cuopx7 .ant-modal-body {
|
|
30557
|
+
margin: 0 auto;
|
|
30558
|
+
padding: 0;
|
|
30559
|
+
width: 100%;
|
|
30560
|
+
max-width: 648px;
|
|
30561
|
+
overflow: hidden;
|
|
30562
|
+
}
|
|
30563
|
+
.E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30564
|
+
margin-bottom: 40px;
|
|
30565
|
+
}
|
|
30566
|
+
.E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30567
|
+
height: calc(100vh - 225px);
|
|
30568
|
+
overflow-y: auto;
|
|
30569
|
+
}
|
|
30570
|
+
.E_h1cuopx7 .ant-modal-footer .footer-content {
|
|
30571
|
+
margin: 0 auto;
|
|
30572
|
+
max-width: 648px;
|
|
30573
|
+
}
|
|
30574
|
+
|
|
30575
|
+
.E_h1p6d3y3 .ant-modal-header {
|
|
30576
|
+
margin: 0 auto;
|
|
30577
|
+
width: 100%;
|
|
30578
|
+
max-width: 1024px;
|
|
30579
|
+
}
|
|
30580
|
+
.E_h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30581
|
+
margin-left: 0;
|
|
30582
|
+
}
|
|
30583
|
+
.E_h1p6d3y3 .ant-modal-body {
|
|
30584
|
+
margin: 0 auto;
|
|
30585
|
+
padding: 0;
|
|
30586
|
+
width: 100%;
|
|
30587
|
+
max-width: 1024px;
|
|
30588
|
+
overflow: hidden;
|
|
30659
30589
|
}
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
font-family: Inter;
|
|
30663
|
-
font-style: normal;
|
|
30664
|
-
font-weight: bold;
|
|
30665
|
-
font-size: 14px;
|
|
30666
|
-
line-height: 20px;
|
|
30590
|
+
.E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30591
|
+
margin-bottom: 40px;
|
|
30667
30592
|
}
|
|
30668
|
-
|
|
30669
|
-
|
|
30670
|
-
|
|
30671
|
-
font-style: normal;
|
|
30672
|
-
font-weight: normal;
|
|
30673
|
-
font-size: 14px;
|
|
30674
|
-
line-height: 20px;
|
|
30593
|
+
.E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30594
|
+
height: calc(100vh - 225px);
|
|
30595
|
+
overflow-y: auto;
|
|
30675
30596
|
}
|
|
30676
|
-
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
font-style: normal;
|
|
30680
|
-
font-weight: bold;
|
|
30681
|
-
font-size: 12px;
|
|
30682
|
-
line-height: 18px;
|
|
30597
|
+
.E_h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30598
|
+
margin: 0 auto;
|
|
30599
|
+
max-width: 1024px;
|
|
30683
30600
|
}
|
|
30684
30601
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
font-style: normal;
|
|
30688
|
-
font-weight: normal;
|
|
30689
|
-
font-size: 12px;
|
|
30690
|
-
line-height: 18px;
|
|
30602
|
+
.E_fxgckuk {
|
|
30603
|
+
flex: 1;
|
|
30691
30604
|
}
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
font-weight: bold;
|
|
30697
|
-
text-transform: uppercase;
|
|
30698
|
-
font-feature-settings: "cpsp" on;
|
|
30699
|
-
font-size: 12px;
|
|
30700
|
-
line-height: 18px;
|
|
30605
|
+
.E_fxgckuk label {
|
|
30606
|
+
font-size: 13px;
|
|
30607
|
+
line-height: 20px;
|
|
30608
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30701
30609
|
}
|
|
30702
|
-
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
|
|
30706
|
-
|
|
30707
|
-
text-transform: uppercase;
|
|
30708
|
-
font-feature-settings: "cpsp" on;
|
|
30709
|
-
font-size: 12px;
|
|
30710
|
-
line-height: 18px;
|
|
30610
|
+
.E_fxgckuk .title {
|
|
30611
|
+
font-size: 14px;
|
|
30612
|
+
line-height: 20px;
|
|
30613
|
+
color: #2d3a56;
|
|
30614
|
+
margin-bottom: 12px;
|
|
30711
30615
|
}
|
|
30712
|
-
|
|
30713
|
-
|
|
30714
|
-
font-family: Inter;
|
|
30715
|
-
font-style: normal;
|
|
30716
|
-
font-weight: normal;
|
|
30717
|
-
font-size: 16px;
|
|
30718
|
-
line-height: 24px;
|
|
30616
|
+
.E_fxgckuk.connect-cluster .title {
|
|
30617
|
+
padding-bottom: 26px;
|
|
30719
30618
|
}
|
|
30720
30619
|
|
|
30721
|
-
.
|
|
30722
|
-
|
|
30723
|
-
|
|
30724
|
-
|
|
30725
|
-
font-size: 16px;
|
|
30726
|
-
line-height: 24px;
|
|
30620
|
+
.E_f1d0vek1 {
|
|
30621
|
+
padding: 25px 0 15px 0;
|
|
30622
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30623
|
+
margin-bottom: 16px;
|
|
30727
30624
|
}
|
|
30728
30625
|
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30731
|
-
|
|
30732
|
-
|
|
30733
|
-
font-size: 16px;
|
|
30734
|
-
line-height: 24px;
|
|
30626
|
+
.E_f4u402y {
|
|
30627
|
+
display: flex;
|
|
30628
|
+
align-items: center;
|
|
30629
|
+
margin-bottom: 8px;
|
|
30735
30630
|
}
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
font-family: Inter;
|
|
30739
|
-
font-style: normal;
|
|
30740
|
-
font-weight: bold;
|
|
30741
|
-
font-size: 16px;
|
|
30742
|
-
line-height: 24px;
|
|
30631
|
+
.E_f4u402y > label {
|
|
30632
|
+
width: 216px;
|
|
30743
30633
|
}
|
|
30744
|
-
|
|
30745
|
-
|
|
30746
|
-
font-family: Inter;
|
|
30747
|
-
font-style: normal;
|
|
30748
|
-
font-weight: normal;
|
|
30749
|
-
text-transform: uppercase;
|
|
30750
|
-
font-feature-settings: "cpsp" on;
|
|
30751
|
-
font-size: 16px;
|
|
30752
|
-
line-height: 24px;
|
|
30634
|
+
.E_f4u402y > label + * {
|
|
30635
|
+
width: 100%;
|
|
30753
30636
|
}
|
|
30754
|
-
|
|
30755
|
-
|
|
30756
|
-
font-family: Inter;
|
|
30757
|
-
font-style: normal;
|
|
30758
|
-
font-weight: bold;
|
|
30759
|
-
text-transform: uppercase;
|
|
30760
|
-
font-feature-settings: "cpsp" on;
|
|
30761
|
-
font-size: 16px;
|
|
30762
|
-
line-height: 24px;
|
|
30637
|
+
.E_f4u402y .ant-select {
|
|
30638
|
+
width: 100%;
|
|
30763
30639
|
}
|
|
30764
30640
|
|
|
30765
|
-
.
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
font-weight: normal;
|
|
30769
|
-
font-size: 14px;
|
|
30770
|
-
line-height: 22px;
|
|
30641
|
+
.E_e1pldf6v {
|
|
30642
|
+
color: #e75a3a;
|
|
30643
|
+
margin-right: 10px;
|
|
30771
30644
|
}
|
|
30772
30645
|
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
-
|
|
30777
|
-
|
|
30778
|
-
line-height: 22px;
|
|
30646
|
+
.E_dq0gblh {
|
|
30647
|
+
width: 100%;
|
|
30648
|
+
height: 1px;
|
|
30649
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30650
|
+
margin: 24px 0;
|
|
30779
30651
|
}
|
|
30780
30652
|
|
|
30781
|
-
.
|
|
30782
|
-
|
|
30783
|
-
|
|
30784
|
-
|
|
30785
|
-
|
|
30786
|
-
line-height: 22px;
|
|
30653
|
+
.E_l1v7sr0n {
|
|
30654
|
+
display: flex;
|
|
30655
|
+
justify-content: center;
|
|
30656
|
+
align-items: center;
|
|
30657
|
+
height: 100%;
|
|
30787
30658
|
}
|
|
30788
30659
|
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
|
|
30660
|
+
.E_d1i4ou6o {
|
|
30661
|
+
display: inline-block;
|
|
30662
|
+
width: 4px;
|
|
30663
|
+
height: 4px;
|
|
30664
|
+
background: #8e9aa9;
|
|
30665
|
+
opacity: 0.4;
|
|
30666
|
+
border-radius: 50%;
|
|
30667
|
+
margin: 0 4px;
|
|
30795
30668
|
}
|
|
30796
30669
|
|
|
30797
|
-
.
|
|
30798
|
-
|
|
30799
|
-
|
|
30800
|
-
|
|
30801
|
-
font-size: 14px;
|
|
30802
|
-
line-height: 22px;
|
|
30670
|
+
.E_m1jy87hk .ant-modal-header,
|
|
30671
|
+
.E_m1jy87hk .ant-modal-footer .footer-content {
|
|
30672
|
+
width: 648px;
|
|
30673
|
+
margin: 0 auto;
|
|
30803
30674
|
}
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
|
|
30807
|
-
font-style: normal;
|
|
30808
|
-
font-weight: normal;
|
|
30809
|
-
text-transform: uppercase;
|
|
30810
|
-
font-feature-settings: "cpsp" on;
|
|
30811
|
-
font-size: 14px;
|
|
30812
|
-
line-height: 22px;
|
|
30675
|
+
.E_m1jy87hk .ant-modal-header {
|
|
30676
|
+
padding: 35px 0 24px;
|
|
30677
|
+
border: none;
|
|
30813
30678
|
}
|
|
30814
|
-
|
|
30815
|
-
|
|
30816
|
-
font-family: Inter;
|
|
30817
|
-
font-style: normal;
|
|
30818
|
-
font-weight: bold;
|
|
30819
|
-
text-transform: uppercase;
|
|
30820
|
-
font-feature-settings: "cpsp" on;
|
|
30821
|
-
font-size: 14px;
|
|
30822
|
-
line-height: 22px;
|
|
30679
|
+
.E_m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30680
|
+
font-size: 30px;
|
|
30823
30681
|
}
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
font-family: Inter;
|
|
30827
|
-
font-style: normal;
|
|
30828
|
-
font-weight: normal;
|
|
30829
|
-
font-size: 13px;
|
|
30830
|
-
line-height: 20px;
|
|
30682
|
+
.E_m1jy87hk .ant-modal-body {
|
|
30683
|
+
padding: 4px 0 2px;
|
|
30831
30684
|
}
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
font-family: Inter;
|
|
30835
|
-
font-style: normal;
|
|
30836
|
-
font-weight: 600;
|
|
30837
|
-
font-size: 13px;
|
|
30838
|
-
line-height: 20px;
|
|
30685
|
+
.E_m1jy87hk .ant-modal-footer {
|
|
30686
|
+
border: none;
|
|
30839
30687
|
}
|
|
30840
30688
|
|
|
30841
|
-
.
|
|
30842
|
-
font-
|
|
30843
|
-
|
|
30689
|
+
.E_ti7fpyu {
|
|
30690
|
+
font-size: 12px;
|
|
30691
|
+
line-height: 18px;
|
|
30844
30692
|
font-weight: bold;
|
|
30845
|
-
|
|
30846
|
-
|
|
30693
|
+
color: #fff;
|
|
30694
|
+
padding: 0 4px;
|
|
30695
|
+
border-radius: 4px;
|
|
30696
|
+
display: inline-block;
|
|
30697
|
+
background: var(--ti7fpyu-0);
|
|
30847
30698
|
}
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
font-family: Inter;
|
|
30851
|
-
font-style: normal;
|
|
30852
|
-
font-weight: normal;
|
|
30853
|
-
font-size: 13px;
|
|
30854
|
-
line-height: 20px;
|
|
30699
|
+
.E_ti7fpyu:not(:first-child) {
|
|
30700
|
+
margin-left: 4px;
|
|
30855
30701
|
}
|
|
30856
30702
|
|
|
30857
|
-
.
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
|
|
30861
|
-
|
|
30862
|
-
|
|
30703
|
+
.E_f1rest1f {
|
|
30704
|
+
width: 100%;
|
|
30705
|
+
height: 100%;
|
|
30706
|
+
display: flex;
|
|
30707
|
+
align-items: center;
|
|
30708
|
+
justify-content: center;
|
|
30863
30709
|
}
|
|
30864
30710
|
|
|
30865
|
-
.
|
|
30866
|
-
font-
|
|
30867
|
-
font-style: normal;
|
|
30711
|
+
.E_n1kbdoln {
|
|
30712
|
+
font-size: 90%;
|
|
30868
30713
|
font-weight: bold;
|
|
30869
|
-
|
|
30870
|
-
|
|
30714
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30715
|
+
padding: 1px 4px 1px;
|
|
30716
|
+
margin-left: 2px;
|
|
30717
|
+
margin-right: 2px;
|
|
30718
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30719
|
+
border-radius: 4px;
|
|
30871
30720
|
}
|
|
30872
30721
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
|
|
30722
|
+
.E_f1y3gta0.form-item-general {
|
|
30723
|
+
width: 640px;
|
|
30724
|
+
}
|
|
30725
|
+
.E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
|
|
30726
|
+
margin-top: 16px;
|
|
30727
|
+
}
|
|
30728
|
+
.E_f1y3gta0.form-item-compact {
|
|
30729
|
+
width: 412px;
|
|
30730
|
+
}
|
|
30731
|
+
.E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
|
|
30732
|
+
margin-top: 8px;
|
|
30733
|
+
}
|
|
30734
|
+
.E_f1y3gta0 .form-item {
|
|
30735
|
+
width: auto;
|
|
30736
|
+
}
|
|
30737
|
+
.E_f1y3gta0 .form-item-main {
|
|
30738
|
+
position: relative;
|
|
30739
|
+
display: flex;
|
|
30740
|
+
}
|
|
30741
|
+
.E_f1y3gta0 .form-item-extra {
|
|
30742
|
+
margin-top: 4px;
|
|
30743
|
+
width: 100%;
|
|
30744
|
+
padding: 14px;
|
|
30745
|
+
background: #f2f4f6;
|
|
30879
30746
|
font-size: 13px;
|
|
30880
|
-
line-height:
|
|
30747
|
+
line-height: 1.8;
|
|
30748
|
+
color: #8e9aa9;
|
|
30881
30749
|
}
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
font-family: Inter;
|
|
30885
|
-
font-style: normal;
|
|
30886
|
-
font-weight: bold;
|
|
30887
|
-
text-transform: uppercase;
|
|
30888
|
-
font-feature-settings: "cpsp" on;
|
|
30750
|
+
.E_f1y3gta0 .form-item-label {
|
|
30751
|
+
padding-right: 12px;
|
|
30889
30752
|
font-size: 13px;
|
|
30890
|
-
|
|
30753
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30891
30754
|
}
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
font-family: Inter;
|
|
30895
|
-
font-style: normal;
|
|
30896
|
-
font-weight: normal;
|
|
30897
|
-
font-size: 12px;
|
|
30898
|
-
line-height: 18px;
|
|
30755
|
+
.E_f1y3gta0 .form-item-label.label-right {
|
|
30756
|
+
text-align: right;
|
|
30899
30757
|
}
|
|
30900
|
-
|
|
30901
|
-
.
|
|
30902
|
-
|
|
30903
|
-
font-style: normal;
|
|
30904
|
-
font-weight: 500;
|
|
30905
|
-
font-size: 12px;
|
|
30906
|
-
line-height: 18px;
|
|
30758
|
+
.E_f1y3gta0 .form-item-label,
|
|
30759
|
+
.E_f1y3gta0 .form-item-control {
|
|
30760
|
+
line-height: 32px;
|
|
30907
30761
|
}
|
|
30908
|
-
|
|
30909
|
-
.E_le1jwan {
|
|
30910
|
-
font-family: Inter;
|
|
30911
|
-
font-style: normal;
|
|
30912
|
-
font-weight: bold;
|
|
30913
|
-
font-size: 12px;
|
|
30762
|
+
.E_f1y3gta0 .form-item-control .form-item-error {
|
|
30914
30763
|
line-height: 18px;
|
|
30915
30764
|
}
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
font-family: Inter;
|
|
30919
|
-
font-style: normal;
|
|
30920
|
-
font-weight: normal;
|
|
30921
|
-
font-size: 12px;
|
|
30922
|
-
line-height: 18px;
|
|
30765
|
+
.E_f1y3gta0 .form-item-children {
|
|
30766
|
+
width: 100%;
|
|
30923
30767
|
}
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
font-family: Inter;
|
|
30927
|
-
font-style: normal;
|
|
30928
|
-
font-weight: 500;
|
|
30929
|
-
font-size: 12px;
|
|
30930
|
-
line-height: 18px;
|
|
30768
|
+
.E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30769
|
+
width: 100%;
|
|
30931
30770
|
}
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
font-weight: bold;
|
|
30937
|
-
font-size: 12px;
|
|
30938
|
-
line-height: 18px;
|
|
30771
|
+
.E_f1y3gta0 .form-item-error {
|
|
30772
|
+
color: #e75a3a;
|
|
30773
|
+
height: 0;
|
|
30774
|
+
overflow: hidden;
|
|
30939
30775
|
}
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
|
|
30776
|
+
.E_f1y3gta0 .form-item-error-enter-done {
|
|
30777
|
+
margin-top: 4px;
|
|
30778
|
+
height: auto;
|
|
30779
|
+
overflow: auto;
|
|
30780
|
+
}
|
|
30781
|
+
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30782
|
+
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30783
|
+
border: 1px solid #e75a3a;
|
|
30784
|
+
color: #e75a3a;
|
|
30949
30785
|
}
|
|
30950
30786
|
|
|
30951
|
-
.
|
|
30952
|
-
|
|
30953
|
-
font-style: normal;
|
|
30787
|
+
.E_fujbm7g {
|
|
30788
|
+
color: #2d3a56;
|
|
30954
30789
|
font-weight: bold;
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
line-height: 18px;
|
|
30790
|
+
padding-bottom: 6px;
|
|
30791
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30792
|
+
margin-bottom: 16px;
|
|
30959
30793
|
}
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
font-family: Inter;
|
|
30963
|
-
font-style: normal;
|
|
30964
|
-
font-weight: normal;
|
|
30965
|
-
font-size: 13px;
|
|
30966
|
-
line-height: 20px;
|
|
30794
|
+
.E_fujbm7g:not(:first-of-type) {
|
|
30795
|
+
margin-top: 16px;
|
|
30967
30796
|
}
|
|
30968
30797
|
|
|
30969
|
-
.
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
|
|
30974
|
-
|
|
30798
|
+
.E_e5fsw5s {
|
|
30799
|
+
width: 8px;
|
|
30800
|
+
height: 24px;
|
|
30801
|
+
display: flex;
|
|
30802
|
+
justify-content: center;
|
|
30803
|
+
align-items: center;
|
|
30804
|
+
cursor: pointer;
|
|
30805
|
+
transition: all 200ms ease-out 40ms;
|
|
30806
|
+
}
|
|
30807
|
+
.E_e5fsw5s:before, .E_e5fsw5s:after {
|
|
30808
|
+
content: "";
|
|
30809
|
+
width: 1px;
|
|
30810
|
+
height: 6px;
|
|
30811
|
+
border-radius: 1px;
|
|
30812
|
+
background: #ccd4e3;
|
|
30813
|
+
position: relative;
|
|
30814
|
+
right: 2px;
|
|
30815
|
+
transform: rotate(-45deg);
|
|
30816
|
+
}
|
|
30817
|
+
.E_e5fsw5s:after {
|
|
30818
|
+
transform: rotate(45deg);
|
|
30819
|
+
left: 1px;
|
|
30975
30820
|
}
|
|
30976
30821
|
|
|
30977
|
-
.
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
|
|
30822
|
+
.E_w18knsg4.ant-alert-warning {
|
|
30823
|
+
border: 0;
|
|
30824
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30825
|
+
border-radius: 6px;
|
|
30826
|
+
}
|
|
30827
|
+
.E_w18knsg4.ant-alert,
|
|
30828
|
+
.E_w18knsg4 .ant-alert-message {
|
|
30829
|
+
color: #e07f00;
|
|
30830
|
+
}
|
|
30831
|
+
.E_w18knsg4.ant-alert .dashed-border-bottom,
|
|
30832
|
+
.E_w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30833
|
+
border-bottom-color: #e07f00;
|
|
30983
30834
|
}
|
|
30984
30835
|
|
|
30985
|
-
.
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
|
|
30836
|
+
.E_ng31n2o {
|
|
30837
|
+
display: flex;
|
|
30838
|
+
flex-direction: row;
|
|
30839
|
+
padding: 7px 12px;
|
|
30840
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30841
|
+
border-radius: 6px;
|
|
30842
|
+
color: #e07f00;
|
|
30989
30843
|
font-size: 12px;
|
|
30990
30844
|
line-height: 18px;
|
|
30991
30845
|
}
|
|
30992
|
-
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
font-style: normal;
|
|
30996
|
-
font-weight: normal;
|
|
30997
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30998
|
-
font-size: 13px;
|
|
30999
|
-
line-height: 20px;
|
|
31000
|
-
}
|
|
31001
|
-
|
|
31002
|
-
.E_t19bge8r {
|
|
31003
|
-
font-family: Inter;
|
|
31004
|
-
font-style: normal;
|
|
31005
|
-
font-weight: normal;
|
|
31006
|
-
font-feature-settings: "zero" on;
|
|
31007
|
-
font-size: 13px;
|
|
31008
|
-
line-height: 20px;
|
|
30846
|
+
.E_ng31n2o .icon-wrapper {
|
|
30847
|
+
margin-right: 10px;
|
|
30848
|
+
height: 18px;
|
|
31009
30849
|
}
|
|
31010
30850
|
|
|
31011
|
-
.
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
30851
|
+
.E_n15x5f5y {
|
|
30852
|
+
display: flex;
|
|
30853
|
+
flex-direction: row;
|
|
30854
|
+
padding: 7px 12px;
|
|
30855
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30856
|
+
border-radius: 6px;
|
|
30857
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31016
30858
|
font-size: 12px;
|
|
31017
30859
|
line-height: 18px;
|
|
31018
30860
|
}
|
|
30861
|
+
.E_n15x5f5y .icon-wrapper {
|
|
30862
|
+
margin-right: 10px;
|
|
30863
|
+
height: 18px;
|
|
30864
|
+
}
|
|
31019
30865
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
|
|
31024
|
-
|
|
30866
|
+
.E_i16ozz3f {
|
|
30867
|
+
display: flex;
|
|
30868
|
+
flex-direction: row;
|
|
30869
|
+
padding: 7px 12px;
|
|
30870
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30871
|
+
border-radius: 6px;
|
|
30872
|
+
color: #005ed1;
|
|
31025
30873
|
font-size: 12px;
|
|
31026
30874
|
line-height: 18px;
|
|
31027
30875
|
}
|
|
30876
|
+
.E_i16ozz3f .icon-wrapper {
|
|
30877
|
+
margin-right: 10px;
|
|
30878
|
+
height: 18px;
|
|
30879
|
+
}
|
|
31028
30880
|
|
|
31029
|
-
.
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
font-weight: normal;
|
|
31033
|
-
font-feature-settings: "zero" on;
|
|
30881
|
+
.E_dszu9qr {
|
|
30882
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30883
|
+
margin-top: 5px;
|
|
31034
30884
|
font-size: 12px;
|
|
31035
30885
|
line-height: 18px;
|
|
31036
30886
|
}
|
|
31037
30887
|
|
|
31038
|
-
.
|
|
31039
|
-
|
|
31040
|
-
font-style: normal;
|
|
31041
|
-
font-weight: 500;
|
|
31042
|
-
font-feature-settings: "zero" on;
|
|
30888
|
+
.E_snxzgx {
|
|
30889
|
+
color: #f0483e;
|
|
31043
30890
|
font-size: 12px;
|
|
31044
|
-
|
|
30891
|
+
white-space: pre-wrap;
|
|
31045
30892
|
}
|
|
31046
30893
|
|
|
31047
|
-
.
|
|
31048
|
-
|
|
31049
|
-
|
|
31050
|
-
|
|
31051
|
-
font-feature-settings: "zero" on;
|
|
31052
|
-
font-size: 16px;
|
|
31053
|
-
line-height: 24px;
|
|
30894
|
+
.E_o1i4orqw {
|
|
30895
|
+
display: flex;
|
|
30896
|
+
align-items: center;
|
|
30897
|
+
justify-content: flex-end;
|
|
31054
30898
|
}
|
|
31055
|
-
|
|
31056
|
-
|
|
31057
|
-
font-family: Inter;
|
|
31058
|
-
font-style: normal;
|
|
31059
|
-
font-weight: normal;
|
|
31060
|
-
font-size: 10px;
|
|
31061
|
-
line-height: 12px;
|
|
30899
|
+
.E_o1i4orqw .icon-wrapper {
|
|
30900
|
+
margin-right: 16px;
|
|
31062
30901
|
}
|
|
31063
30902
|
|
|
31064
|
-
.
|
|
31065
|
-
|
|
31066
|
-
flex-direction: column;
|
|
30903
|
+
.E_t79k8o2 {
|
|
30904
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31067
30905
|
}
|
|
31068
30906
|
|
|
31069
|
-
.
|
|
31070
|
-
|
|
31071
|
-
|
|
31072
|
-
|
|
31073
|
-
|
|
30907
|
+
.E_ipd9bk.ant-input {
|
|
30908
|
+
padding: 5px 12px;
|
|
30909
|
+
line-height: 20px;
|
|
30910
|
+
color: #2d3a56;
|
|
30911
|
+
border-radius: 6px;
|
|
30912
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30913
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31074
30914
|
}
|
|
31075
|
-
|
|
31076
|
-
|
|
31077
|
-
|
|
31078
|
-
width: 100%;
|
|
31079
|
-
margin: 0 auto;
|
|
31080
|
-
display: flex;
|
|
30915
|
+
.E_ipd9bk.ant-input.ant-input-lg {
|
|
30916
|
+
padding: 8px 16px;
|
|
30917
|
+
line-height: 22px;
|
|
31081
30918
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
31084
|
-
|
|
31085
|
-
flex-shrink: 0;
|
|
31086
|
-
flex-basis: 21%;
|
|
30919
|
+
.E_ipd9bk.ant-input.ant-input-sm {
|
|
30920
|
+
padding: 2px 8px;
|
|
30921
|
+
line-height: 18px;
|
|
31087
30922
|
}
|
|
31088
|
-
.
|
|
31089
|
-
|
|
31090
|
-
|
|
31091
|
-
|
|
30923
|
+
.E_ipd9bk.ant-input:not([disabled]):hover, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number:not([disabled]):hover, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30924
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30925
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30926
|
+
z-index: 1;
|
|
31092
30927
|
}
|
|
31093
|
-
.
|
|
31094
|
-
|
|
30928
|
+
.E_ipd9bk.ant-input:not([disabled]):active, .E_ipd9bk.ant-input:not([disabled]):focus, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number:not([disabled]):active, .E_ipd9bk.ant-input-number:not([disabled]):focus, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30929
|
+
border-color: #0096ff;
|
|
30930
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30931
|
+
z-index: 1;
|
|
31095
30932
|
}
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
flex-shrink: 0;
|
|
31100
|
-
flex-basis: 58%;
|
|
30933
|
+
.E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30934
|
+
border-color: #e75a3a;
|
|
30935
|
+
color: #e75a3a;
|
|
31101
30936
|
}
|
|
31102
|
-
.
|
|
31103
|
-
|
|
30937
|
+
.E_ipd9bk.ant-input.error:not([disabled]):hover, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-picker.error:not([disabled]):hover, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number.error:not([disabled]):hover, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30938
|
+
border-color: #e75a3a;
|
|
30939
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31104
30940
|
}
|
|
31105
|
-
.
|
|
31106
|
-
|
|
30941
|
+
.E_ipd9bk.ant-input.error:not([disabled]):active, .E_ipd9bk.ant-input.error:not([disabled]):focus, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-picker.error:not([disabled]):active, .E_ipd9bk.ant-picker.error:not([disabled]):focus, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number.error:not([disabled]):active, .E_ipd9bk.ant-input-number.error:not([disabled]):focus, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30942
|
+
border-color: #e75a3a;
|
|
30943
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31107
30944
|
}
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
max-width: 648px;
|
|
30945
|
+
.E_ipd9bk.ant-input[disabled], .E_ipd9bk.ant-input.ant-input-disabled, .E_ipd9bk.ant-input-number[disabled], .E_ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30946
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30947
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30948
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31113
30949
|
}
|
|
31114
|
-
.
|
|
31115
|
-
|
|
30950
|
+
.E_ipd9bk.ant-input-affix-wrapper {
|
|
30951
|
+
padding: 5px 12px;
|
|
30952
|
+
border-radius: 6px;
|
|
30953
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30954
|
+
line-height: 20px;
|
|
30955
|
+
color: #2d3a56;
|
|
30956
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31116
30957
|
}
|
|
31117
|
-
.
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
width: 100%;
|
|
31121
|
-
max-width: 648px;
|
|
31122
|
-
overflow: hidden;
|
|
30958
|
+
.E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30959
|
+
.E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30960
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31123
30961
|
}
|
|
31124
|
-
.
|
|
31125
|
-
|
|
30962
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30963
|
+
padding: 8px 16px;
|
|
30964
|
+
line-height: 22px;
|
|
31126
30965
|
}
|
|
31127
|
-
.
|
|
31128
|
-
|
|
31129
|
-
|
|
30966
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30967
|
+
padding: 2px 8px;
|
|
30968
|
+
line-height: 18px;
|
|
31130
30969
|
}
|
|
31131
|
-
.
|
|
31132
|
-
|
|
31133
|
-
|
|
30970
|
+
.E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30971
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30972
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30973
|
+
}
|
|
30974
|
+
.E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30975
|
+
border-color: #0096ff;
|
|
30976
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30977
|
+
}
|
|
30978
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30979
|
+
border-color: #e75a3a;
|
|
30980
|
+
}
|
|
30981
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30982
|
+
color: #e75a3a;
|
|
30983
|
+
}
|
|
30984
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30985
|
+
border-color: #e75a3a;
|
|
30986
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30987
|
+
}
|
|
30988
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30989
|
+
border-color: #e75a3a;
|
|
30990
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30991
|
+
}
|
|
30992
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30993
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30994
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30995
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30996
|
+
}
|
|
30997
|
+
textarea.E_ipd9bk.ant-input {
|
|
30998
|
+
transition-property: height;
|
|
30999
|
+
transition-delay: 50ms;
|
|
31000
|
+
}
|
|
31001
|
+
textarea.E_ipd9bk.ant-input.textarea-large {
|
|
31002
|
+
min-height: 40px;
|
|
31003
|
+
height: 40px;
|
|
31004
|
+
}
|
|
31005
|
+
textarea.E_ipd9bk.ant-input.textarea-large:focus {
|
|
31006
|
+
height: 80px;
|
|
31007
|
+
}
|
|
31008
|
+
textarea.E_ipd9bk.ant-input.textarea-middle {
|
|
31009
|
+
min-height: 32px;
|
|
31010
|
+
height: 32px;
|
|
31011
|
+
}
|
|
31012
|
+
textarea.E_ipd9bk.ant-input.textarea-middle:focus {
|
|
31013
|
+
height: 64px;
|
|
31014
|
+
}
|
|
31015
|
+
textarea.E_ipd9bk.ant-input.textarea-small {
|
|
31016
|
+
min-height: 24px;
|
|
31017
|
+
height: 24px;
|
|
31018
|
+
}
|
|
31019
|
+
textarea.E_ipd9bk.ant-input.textarea-small:focus {
|
|
31020
|
+
height: 40px;
|
|
31134
31021
|
}
|
|
31135
31022
|
|
|
31136
|
-
.
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
max-width: 1024px;
|
|
31023
|
+
.E_kypn5o5 input, .E_kypn5o5.input-tags {
|
|
31024
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31025
|
+
border-radius: 4px;
|
|
31140
31026
|
}
|
|
31141
|
-
.
|
|
31142
|
-
|
|
31027
|
+
.E_kypn5o5.input-tags {
|
|
31028
|
+
position: relative;
|
|
31029
|
+
padding: 6px;
|
|
31030
|
+
height: 32px;
|
|
31031
|
+
cursor: pointer;
|
|
31032
|
+
transition: border 150ms;
|
|
31143
31033
|
}
|
|
31144
|
-
.
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31034
|
+
.E_kypn5o5.input-tags:hover {
|
|
31035
|
+
border-color: #0080ff;
|
|
31036
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31037
|
+
}
|
|
31038
|
+
.E_kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31039
|
+
padding-right: 30px;
|
|
31040
|
+
}
|
|
31041
|
+
.E_kypn5o5.input-tags .input-tags-inner {
|
|
31042
|
+
display: flex;
|
|
31043
|
+
}
|
|
31044
|
+
.E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31045
|
+
display: flex;
|
|
31046
|
+
}
|
|
31047
|
+
.E_kypn5o5.input-tags .input-tag-suffix {
|
|
31048
|
+
position: absolute;
|
|
31049
|
+
right: 12px;
|
|
31050
|
+
top: 50%;
|
|
31051
|
+
transform: translateY(-50%);
|
|
31052
|
+
}
|
|
31053
|
+
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31054
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31055
|
+
font-size: 12px;
|
|
31056
|
+
cursor: pointer;
|
|
31057
|
+
}
|
|
31058
|
+
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31059
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31060
|
+
}
|
|
31061
|
+
.E_kypn5o5.has-focus-indicator {
|
|
31062
|
+
position: relative;
|
|
31149
31063
|
overflow: hidden;
|
|
31150
31064
|
}
|
|
31151
|
-
.
|
|
31152
|
-
|
|
31065
|
+
.E_kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31066
|
+
position: absolute;
|
|
31067
|
+
top: 50%;
|
|
31068
|
+
transform: translateY(-50%);
|
|
31069
|
+
left: -16px;
|
|
31070
|
+
transition: left 150ms ease;
|
|
31071
|
+
opacity: 0;
|
|
31072
|
+
}
|
|
31073
|
+
.E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31074
|
+
left: 8px;
|
|
31075
|
+
opacity: 1;
|
|
31153
31076
|
}
|
|
31154
|
-
.
|
|
31155
|
-
|
|
31156
|
-
|
|
31077
|
+
.E_kypn5o5.has-focus-indicator input {
|
|
31078
|
+
transition: margin-left 150ms ease;
|
|
31079
|
+
margin-left: 0px;
|
|
31157
31080
|
}
|
|
31158
|
-
.
|
|
31159
|
-
margin:
|
|
31160
|
-
max-width: 1024px;
|
|
31081
|
+
.E_kypn5o5.has-focus-indicator input:focus {
|
|
31082
|
+
margin-left: 16px;
|
|
31161
31083
|
}
|
|
31162
31084
|
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31085
|
+
input.E_l1ki27se.ant-input {
|
|
31086
|
+
border-top-right-radius: 0;
|
|
31087
|
+
border-bottom-right-radius: 0;
|
|
31165
31088
|
}
|
|
31166
|
-
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
|
|
31089
|
+
|
|
31090
|
+
.E_l1ki27se.ant-input-affix-wrapper {
|
|
31091
|
+
border-top-right-radius: 0;
|
|
31092
|
+
border-bottom-right-radius: 0;
|
|
31170
31093
|
}
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
margin-bottom: 12px;
|
|
31094
|
+
|
|
31095
|
+
input.E_rrg1fkn.ant-input {
|
|
31096
|
+
border-top-left-radius: 0;
|
|
31097
|
+
border-bottom-left-radius: 0;
|
|
31176
31098
|
}
|
|
31177
|
-
|
|
31178
|
-
|
|
31099
|
+
|
|
31100
|
+
.E_rrg1fkn.ant-input-affix-wrapper {
|
|
31101
|
+
border-top-left-radius: 0;
|
|
31102
|
+
border-bottom-left-radius: 0;
|
|
31179
31103
|
}
|
|
31180
31104
|
|
|
31181
|
-
.
|
|
31182
|
-
|
|
31183
|
-
border-bottom:
|
|
31184
|
-
margin-bottom: 16px;
|
|
31105
|
+
.E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
|
|
31106
|
+
border-top-right-radius: 0;
|
|
31107
|
+
border-bottom-right-radius: 0;
|
|
31185
31108
|
}
|
|
31186
31109
|
|
|
31187
|
-
.
|
|
31110
|
+
.E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
|
|
31111
|
+
border-top-left-radius: 0;
|
|
31112
|
+
border-bottom-left-radius: 0;
|
|
31113
|
+
}
|
|
31114
|
+
|
|
31115
|
+
.E_c1t6wbwv {
|
|
31188
31116
|
display: flex;
|
|
31189
|
-
|
|
31190
|
-
margin-bottom: 8px;
|
|
31117
|
+
flex-direction: column;
|
|
31191
31118
|
}
|
|
31192
|
-
.
|
|
31193
|
-
|
|
31119
|
+
.E_c1t6wbwv .select-wrapper {
|
|
31120
|
+
margin-top: 12px;
|
|
31194
31121
|
}
|
|
31195
|
-
.
|
|
31122
|
+
.E_c1t6wbwv .select-wrapper .select {
|
|
31196
31123
|
width: 100%;
|
|
31197
31124
|
}
|
|
31198
|
-
.
|
|
31125
|
+
.E_c1t6wbwv .radio-wrapper {
|
|
31126
|
+
margin-top: 24px;
|
|
31127
|
+
}
|
|
31128
|
+
.E_c1t6wbwv div.form-item {
|
|
31199
31129
|
width: 100%;
|
|
31200
31130
|
}
|
|
31201
31131
|
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
31132
|
+
.E_d1k7vv5v {
|
|
31133
|
+
font-size: 14px;
|
|
31134
|
+
font-weight: 500;
|
|
31135
|
+
color: #3e4652;
|
|
31136
|
+
line-height: 18px;
|
|
31137
|
+
}
|
|
31138
|
+
.E_d1k7vv5v + .E_d1k7vv5v {
|
|
31139
|
+
margin-top: 16px;
|
|
31140
|
+
}
|
|
31141
|
+
.E_d1k7vv5v + * {
|
|
31142
|
+
margin-top: 16px;
|
|
31205
31143
|
}
|
|
31206
31144
|
|
|
31207
|
-
.
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
|
|
31211
|
-
margin: 24px 0;
|
|
31145
|
+
.E_le7b9r4.E_d1k7vv5v {
|
|
31146
|
+
font-size: 12px;
|
|
31147
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31148
|
+
margin-top: 12px;
|
|
31212
31149
|
}
|
|
31213
31150
|
|
|
31214
|
-
.
|
|
31151
|
+
.E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
|
|
31152
|
+
line-height: 18px;
|
|
31153
|
+
font-weight: 500;
|
|
31154
|
+
margin-top: 0;
|
|
31155
|
+
white-space: initial;
|
|
31156
|
+
}
|
|
31157
|
+
|
|
31158
|
+
.E_r12ddqmh {
|
|
31159
|
+
display: block;
|
|
31160
|
+
}
|
|
31161
|
+
.E_r12ddqmh span {
|
|
31162
|
+
font-size: 14px;
|
|
31163
|
+
font-weight: 500;
|
|
31164
|
+
line-height: 32px;
|
|
31165
|
+
color: #3e4652;
|
|
31166
|
+
}
|
|
31167
|
+
|
|
31168
|
+
.E_ctcr26a {
|
|
31169
|
+
margin-top: 8px;
|
|
31170
|
+
padding: 8px;
|
|
31171
|
+
border-radius: 6px;
|
|
31172
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31173
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31174
|
+
font-size: 12px;
|
|
31175
|
+
}
|
|
31176
|
+
.E_ctcr26a div {
|
|
31177
|
+
line-height: 20px;
|
|
31215
31178
|
display: flex;
|
|
31216
|
-
justify-content: center;
|
|
31217
31179
|
align-items: center;
|
|
31218
|
-
|
|
31180
|
+
word-break: break-all;
|
|
31219
31181
|
}
|
|
31220
31182
|
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
opacity: 0.4;
|
|
31227
|
-
border-radius: 50%;
|
|
31228
|
-
margin: 0 4px;
|
|
31183
|
+
.E_s34f1qb.ant-switch {
|
|
31184
|
+
min-width: 40px;
|
|
31185
|
+
height: 24px;
|
|
31186
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31187
|
+
overflow: hidden;
|
|
31229
31188
|
}
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
.E_m1jy87hk .ant-modal-footer .footer-content {
|
|
31233
|
-
width: 648px;
|
|
31234
|
-
margin: 0 auto;
|
|
31189
|
+
.E_s34f1qb.ant-switch:focus {
|
|
31190
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31235
31191
|
}
|
|
31236
|
-
.
|
|
31237
|
-
|
|
31238
|
-
|
|
31192
|
+
.E_s34f1qb.ant-switch-small {
|
|
31193
|
+
min-width: 26px;
|
|
31194
|
+
height: 16px;
|
|
31239
31195
|
}
|
|
31240
|
-
.
|
|
31241
|
-
|
|
31196
|
+
.E_s34f1qb.ant-switch-large {
|
|
31197
|
+
min-width: 52px;
|
|
31198
|
+
height: 32px;
|
|
31242
31199
|
}
|
|
31243
|
-
.
|
|
31244
|
-
|
|
31200
|
+
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
31201
|
+
height: 20px;
|
|
31202
|
+
width: 20px;
|
|
31245
31203
|
}
|
|
31246
|
-
.
|
|
31247
|
-
border:
|
|
31204
|
+
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31205
|
+
border-radius: 10px;
|
|
31206
|
+
transition-delay: 120ms;
|
|
31248
31207
|
}
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
|
|
31254
|
-
color: #fff;
|
|
31255
|
-
padding: 0 4px;
|
|
31256
|
-
border-radius: 4px;
|
|
31257
|
-
display: inline-block;
|
|
31258
|
-
background: var(--ti7fpyu-0);
|
|
31208
|
+
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31209
|
+
height: 14px;
|
|
31210
|
+
width: 14px;
|
|
31211
|
+
top: 1px;
|
|
31212
|
+
left: 1px;
|
|
31259
31213
|
}
|
|
31260
|
-
.
|
|
31261
|
-
|
|
31214
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31215
|
+
height: 28px;
|
|
31216
|
+
width: 28px;
|
|
31262
31217
|
}
|
|
31263
|
-
|
|
31264
|
-
|
|
31265
|
-
width: 100%;
|
|
31266
|
-
height: 100%;
|
|
31267
|
-
display: flex;
|
|
31268
|
-
align-items: center;
|
|
31269
|
-
justify-content: center;
|
|
31218
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31219
|
+
border-radius: 14px;
|
|
31270
31220
|
}
|
|
31271
|
-
|
|
31272
|
-
|
|
31273
|
-
font-size: 90%;
|
|
31274
|
-
font-weight: bold;
|
|
31275
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
31276
|
-
padding: 1px 4px 1px;
|
|
31277
|
-
margin-left: 2px;
|
|
31278
|
-
margin-right: 2px;
|
|
31279
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31280
|
-
border-radius: 4px;
|
|
31221
|
+
.E_s34f1qb.ant-switch-checked {
|
|
31222
|
+
background-color: #00ba5d;
|
|
31281
31223
|
}
|
|
31282
|
-
|
|
31283
|
-
|
|
31284
|
-
width: 640px;
|
|
31224
|
+
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31225
|
+
left: calc(100% - 20px - 2px);
|
|
31285
31226
|
}
|
|
31286
|
-
.
|
|
31287
|
-
|
|
31227
|
+
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31228
|
+
left: calc(100% - 14px - 1px);
|
|
31288
31229
|
}
|
|
31289
|
-
.
|
|
31290
|
-
|
|
31230
|
+
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31231
|
+
left: calc(100% - 28px - 2px);
|
|
31291
31232
|
}
|
|
31292
|
-
|
|
31293
|
-
|
|
31233
|
+
|
|
31234
|
+
.E_c1to9vb9 {
|
|
31235
|
+
margin-left: 5px;
|
|
31294
31236
|
}
|
|
31295
|
-
|
|
31296
|
-
|
|
31237
|
+
|
|
31238
|
+
.E_c1up1pdz {
|
|
31239
|
+
width: 648px;
|
|
31297
31240
|
}
|
|
31298
|
-
.
|
|
31299
|
-
|
|
31300
|
-
display: flex;
|
|
31241
|
+
.E_c1up1pdz.active {
|
|
31242
|
+
border-color: #0080ff;
|
|
31301
31243
|
}
|
|
31302
|
-
.
|
|
31303
|
-
|
|
31304
|
-
width: 100%;
|
|
31305
|
-
padding: 14px;
|
|
31306
|
-
background: #f2f4f6;
|
|
31307
|
-
font-size: 13px;
|
|
31308
|
-
line-height: 1.8;
|
|
31309
|
-
color: #8e9aa9;
|
|
31244
|
+
.E_c1up1pdz.active > header {
|
|
31245
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31310
31246
|
}
|
|
31311
|
-
.
|
|
31312
|
-
padding
|
|
31313
|
-
|
|
31314
|
-
|
|
31247
|
+
.E_c1up1pdz .expand {
|
|
31248
|
+
padding: 12px;
|
|
31249
|
+
}
|
|
31250
|
+
.E_c1up1pdz .field-item {
|
|
31251
|
+
display: flex;
|
|
31252
|
+
padding: 10px 0;
|
|
31253
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31315
31254
|
}
|
|
31316
|
-
.
|
|
31317
|
-
|
|
31255
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31256
|
+
border-bottom: none;
|
|
31257
|
+
padding-bottom: 0;
|
|
31318
31258
|
}
|
|
31319
|
-
.
|
|
31320
|
-
.E_f1y3gta0 .form-item-control {
|
|
31259
|
+
.E_c1up1pdz .field-item label {
|
|
31321
31260
|
line-height: 32px;
|
|
31261
|
+
width: 100px;
|
|
31262
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31322
31263
|
}
|
|
31323
|
-
.
|
|
31324
|
-
|
|
31264
|
+
.E_c1up1pdz .help {
|
|
31265
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31266
|
+
margin-top: 5px;
|
|
31325
31267
|
}
|
|
31326
|
-
.
|
|
31327
|
-
|
|
31268
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31269
|
+
.E_c1up1pdz .ant-picker {
|
|
31270
|
+
width: 128px;
|
|
31328
31271
|
}
|
|
31329
|
-
|
|
31330
|
-
|
|
31272
|
+
|
|
31273
|
+
.E_c156wh19 {
|
|
31274
|
+
display: flex;
|
|
31275
|
+
align-items: center;
|
|
31276
|
+
justify-content: space-between;
|
|
31277
|
+
word-break: keep-all;
|
|
31331
31278
|
}
|
|
31332
|
-
.
|
|
31333
|
-
|
|
31334
|
-
height: 0;
|
|
31335
|
-
overflow: hidden;
|
|
31279
|
+
.E_c156wh19 .title {
|
|
31280
|
+
margin: 0 16px 0 8px;
|
|
31336
31281
|
}
|
|
31337
|
-
.
|
|
31338
|
-
|
|
31339
|
-
height: auto;
|
|
31340
|
-
overflow: auto;
|
|
31282
|
+
.E_c156wh19 .retain {
|
|
31283
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31341
31284
|
}
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31285
|
+
.E_c156wh19 .left {
|
|
31286
|
+
flex: 1;
|
|
31287
|
+
display: flex;
|
|
31288
|
+
overflow: hidden;
|
|
31289
|
+
align-items: center;
|
|
31290
|
+
justify-content: flex-start;
|
|
31291
|
+
white-space: nowrap;
|
|
31346
31292
|
}
|
|
31347
|
-
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
|
|
31351
|
-
padding-bottom: 6px;
|
|
31352
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31353
|
-
margin-bottom: 16px;
|
|
31293
|
+
.E_c156wh19 .left .title {
|
|
31294
|
+
max-width: 100%;
|
|
31295
|
+
overflow: hidden;
|
|
31296
|
+
text-overflow: ellipsis;
|
|
31354
31297
|
}
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31298
|
+
.E_c156wh19 .right {
|
|
31299
|
+
display: flex;
|
|
31300
|
+
align-items: center;
|
|
31357
31301
|
}
|
|
31358
|
-
|
|
31359
|
-
.E_e5fsw5s {
|
|
31360
|
-
width: 8px;
|
|
31361
|
-
height: 24px;
|
|
31302
|
+
.E_c156wh19 .reverse {
|
|
31362
31303
|
display: flex;
|
|
31363
|
-
|
|
31304
|
+
flex-direction: row-reverse;
|
|
31364
31305
|
align-items: center;
|
|
31365
|
-
cursor: pointer;
|
|
31366
|
-
transition: all 200ms ease-out 40ms;
|
|
31367
31306
|
}
|
|
31368
|
-
.
|
|
31369
|
-
|
|
31370
|
-
width: 1px;
|
|
31371
|
-
height: 6px;
|
|
31372
|
-
border-radius: 1px;
|
|
31373
|
-
background: #ccd4e3;
|
|
31374
|
-
position: relative;
|
|
31375
|
-
right: 2px;
|
|
31376
|
-
transform: rotate(-45deg);
|
|
31307
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31308
|
+
margin-left: 8px;
|
|
31377
31309
|
}
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31380
|
-
left:
|
|
31310
|
+
.E_c156wh19 .close {
|
|
31311
|
+
padding-left: 14px;
|
|
31312
|
+
margin-left: 14px;
|
|
31313
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31314
|
+
cursor: pointer;
|
|
31381
31315
|
}
|
|
31382
31316
|
|
|
31383
|
-
.
|
|
31384
|
-
|
|
31385
|
-
|
|
31386
|
-
border-radius: 6px;
|
|
31317
|
+
.E_m126spxy {
|
|
31318
|
+
padding-bottom: 4px;
|
|
31319
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31387
31320
|
}
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31390
|
-
color:
|
|
31321
|
+
.E_m126spxy .ant-btn-link {
|
|
31322
|
+
padding: 1px 10px;
|
|
31323
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31324
|
+
border-radius: 4px;
|
|
31391
31325
|
}
|
|
31392
|
-
.
|
|
31393
|
-
|
|
31394
|
-
|
|
31326
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31327
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31328
|
+
color: #0096ff;
|
|
31395
31329
|
}
|
|
31396
31330
|
|
|
31397
|
-
.
|
|
31398
|
-
|
|
31399
|
-
|
|
31400
|
-
padding: 7px 12px;
|
|
31401
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31402
|
-
border-radius: 6px;
|
|
31403
|
-
color: #e07f00;
|
|
31404
|
-
font-size: 12px;
|
|
31405
|
-
line-height: 18px;
|
|
31331
|
+
.E_wpbf4pq {
|
|
31332
|
+
padding: 10px 0;
|
|
31333
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31406
31334
|
}
|
|
31407
|
-
.
|
|
31408
|
-
|
|
31409
|
-
|
|
31335
|
+
.E_wpbf4pq .ant-input,
|
|
31336
|
+
.E_wpbf4pq .ant-picker {
|
|
31337
|
+
width: 80px;
|
|
31338
|
+
margin: 0 9px;
|
|
31339
|
+
text-align: center;
|
|
31410
31340
|
}
|
|
31411
|
-
|
|
31412
|
-
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
padding: 7px 12px;
|
|
31416
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31417
|
-
border-radius: 6px;
|
|
31418
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31419
|
-
font-size: 12px;
|
|
31420
|
-
line-height: 18px;
|
|
31341
|
+
.E_wpbf4pq .options {
|
|
31342
|
+
padding: 12px 0 12px 16px;
|
|
31343
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31344
|
+
margin: 5px 0 5px 8px;
|
|
31421
31345
|
}
|
|
31422
|
-
.
|
|
31423
|
-
|
|
31424
|
-
|
|
31346
|
+
.E_wpbf4pq .week-day-option,
|
|
31347
|
+
.E_wpbf4pq .month-day-option {
|
|
31348
|
+
background: #f5f7fa;
|
|
31349
|
+
box-sizing: border-box;
|
|
31350
|
+
border-radius: 16px;
|
|
31351
|
+
margin-right: 8px;
|
|
31425
31352
|
}
|
|
31426
|
-
|
|
31427
|
-
.
|
|
31428
|
-
|
|
31429
|
-
|
|
31430
|
-
padding: 7px 12px;
|
|
31431
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31432
|
-
border-radius: 6px;
|
|
31433
|
-
color: #005ed1;
|
|
31434
|
-
font-size: 12px;
|
|
31435
|
-
line-height: 18px;
|
|
31353
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31354
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31355
|
+
color: inherit;
|
|
31356
|
+
border-color: #d9d9d9;
|
|
31436
31357
|
}
|
|
31437
|
-
.
|
|
31438
|
-
|
|
31439
|
-
|
|
31358
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31359
|
+
background-color: #0096ff;
|
|
31360
|
+
border-color: #0096ff;
|
|
31361
|
+
color: #fff;
|
|
31440
31362
|
}
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
|
|
31446
|
-
|
|
31363
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31364
|
+
width: 110px;
|
|
31365
|
+
margin-top: 4px;
|
|
31366
|
+
}
|
|
31367
|
+
.E_wpbf4pq .month-day-option {
|
|
31368
|
+
width: 32px;
|
|
31369
|
+
padding: 0;
|
|
31370
|
+
margin-bottom: 8px;
|
|
31371
|
+
}
|
|
31372
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31373
|
+
background-color: #0096ff;
|
|
31374
|
+
border-color: #0096ff;
|
|
31375
|
+
color: #fff;
|
|
31447
31376
|
}
|
|
31448
31377
|
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31451
|
-
font-size: 12px;
|
|
31452
|
-
white-space: pre-wrap;
|
|
31378
|
+
.E_t1upn1sz {
|
|
31379
|
+
height: 100%;
|
|
31453
31380
|
}
|
|
31454
31381
|
|
|
31455
|
-
.
|
|
31456
|
-
|
|
31457
|
-
align-items: center;
|
|
31458
|
-
justify-content: flex-end;
|
|
31382
|
+
.E_tta5kd2 {
|
|
31383
|
+
height: 100%;
|
|
31459
31384
|
}
|
|
31460
|
-
.
|
|
31461
|
-
|
|
31385
|
+
.E_tta5kd2.empty-table .ant-table-content {
|
|
31386
|
+
overflow: visible !important;
|
|
31387
|
+
height: 100%;
|
|
31462
31388
|
}
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31389
|
+
.E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31390
|
+
height: 100%;
|
|
31466
31391
|
}
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31392
|
+
.E_tta5kd2.empty-table .ant-table-content table {
|
|
31393
|
+
width: 100% !important;
|
|
31394
|
+
height: 100%;
|
|
31395
|
+
}
|
|
31396
|
+
.E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31397
|
+
padding: 15px 0;
|
|
31398
|
+
}
|
|
31399
|
+
.E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31400
|
+
display: none;
|
|
31401
|
+
}
|
|
31402
|
+
.E_tta5kd2 .active-row td:nth-child(1) {
|
|
31403
|
+
font-weight: 700;
|
|
31404
|
+
}
|
|
31405
|
+
.E_tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31406
|
+
font-weight: 700;
|
|
31407
|
+
}
|
|
31408
|
+
.E_tta5kd2 .ant-spin-nested-loading {
|
|
31409
|
+
height: 100%;
|
|
31410
|
+
}
|
|
31411
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31412
|
+
height: 100%;
|
|
31413
|
+
overflow: visible;
|
|
31414
|
+
}
|
|
31415
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31416
|
+
max-height: none;
|
|
31417
|
+
}
|
|
31418
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31419
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31420
|
+
display: none;
|
|
31475
31421
|
}
|
|
31476
|
-
.
|
|
31477
|
-
|
|
31478
|
-
line-height: 22px;
|
|
31422
|
+
.E_tta5kd2 td.ant-table-column-sort {
|
|
31423
|
+
background: transparent;
|
|
31479
31424
|
}
|
|
31480
|
-
.
|
|
31481
|
-
|
|
31482
|
-
|
|
31425
|
+
.E_tta5kd2 td.ant-table-cell-fix-left,
|
|
31426
|
+
.E_tta5kd2 td.ant-table-cell-fix-right {
|
|
31427
|
+
background: #fff;
|
|
31428
|
+
padding: 0 !important;
|
|
31483
31429
|
}
|
|
31484
|
-
.
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31430
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31431
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31432
|
+
display: flex;
|
|
31433
|
+
align-items: center;
|
|
31434
|
+
height: 100%;
|
|
31435
|
+
padding: 8px;
|
|
31488
31436
|
}
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31491
|
-
|
|
31492
|
-
|
|
31437
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31438
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31439
|
+
overflow: hidden;
|
|
31440
|
+
text-overflow: ellipsis;
|
|
31441
|
+
width: 100%;
|
|
31493
31442
|
}
|
|
31494
|
-
.
|
|
31495
|
-
|
|
31496
|
-
color: #e75a3a;
|
|
31443
|
+
.E_tta5kd2 .ant-table-container {
|
|
31444
|
+
height: 100%;
|
|
31497
31445
|
}
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31500
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31446
|
+
.E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
|
|
31447
|
+
box-shadow: none !important;
|
|
31501
31448
|
}
|
|
31502
|
-
.
|
|
31503
|
-
border-
|
|
31504
|
-
|
|
31449
|
+
.E_tta5kd2 .ant-table {
|
|
31450
|
+
border-radius: 0px;
|
|
31451
|
+
border-left: none;
|
|
31452
|
+
border-right: none;
|
|
31453
|
+
border-bottom: none;
|
|
31454
|
+
height: 100%;
|
|
31455
|
+
font-size: 12px;
|
|
31456
|
+
background: transparent;
|
|
31505
31457
|
}
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
border-
|
|
31458
|
+
.E_tta5kd2 .ant-table .ant-table-header {
|
|
31459
|
+
position: relative;
|
|
31460
|
+
z-index: 3;
|
|
31461
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31462
|
+
margin-bottom: -1px;
|
|
31510
31463
|
}
|
|
31511
|
-
.
|
|
31512
|
-
|
|
31513
|
-
border-radius: 6px;
|
|
31514
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31515
|
-
line-height: 20px;
|
|
31464
|
+
.E_tta5kd2 .ant-table .time-wrapper .date,
|
|
31465
|
+
.E_tta5kd2 .ant-table .value {
|
|
31516
31466
|
color: #2d3a56;
|
|
31517
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31518
31467
|
}
|
|
31519
|
-
.
|
|
31520
|
-
.
|
|
31468
|
+
.E_tta5kd2 .ant-table .time-wrapper .time,
|
|
31469
|
+
.E_tta5kd2 .ant-table .unit {
|
|
31521
31470
|
color: rgba(44, 56, 82, 0.6);
|
|
31522
31471
|
}
|
|
31523
|
-
.
|
|
31524
|
-
|
|
31525
|
-
|
|
31472
|
+
.E_tta5kd2 .ant-table .ant-table-selection {
|
|
31473
|
+
position: unset;
|
|
31474
|
+
text-align: center;
|
|
31526
31475
|
}
|
|
31527
|
-
.
|
|
31528
|
-
|
|
31529
|
-
line-height: 18px;
|
|
31476
|
+
.E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31477
|
+
background: #fff;
|
|
31530
31478
|
}
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
|
|
31479
|
+
.E_tta5kd2 .ant-table .anticon-setting {
|
|
31480
|
+
cursor: pointer;
|
|
31481
|
+
position: absolute;
|
|
31482
|
+
top: 50%;
|
|
31483
|
+
right: 12px;
|
|
31484
|
+
transform: translateY(-50%);
|
|
31534
31485
|
}
|
|
31535
|
-
.
|
|
31536
|
-
|
|
31537
|
-
|
|
31486
|
+
.E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31487
|
+
box-shadow: none;
|
|
31488
|
+
width: 1px;
|
|
31489
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31538
31490
|
}
|
|
31539
|
-
.
|
|
31540
|
-
|
|
31491
|
+
.E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31492
|
+
box-shadow: none;
|
|
31493
|
+
width: 1px;
|
|
31494
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31541
31495
|
}
|
|
31542
|
-
.
|
|
31543
|
-
|
|
31496
|
+
.E_tta5kd2 .ant-table .ant-table-tbody {
|
|
31497
|
+
position: relative;
|
|
31544
31498
|
}
|
|
31545
|
-
.
|
|
31546
|
-
border-
|
|
31547
|
-
|
|
31499
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31500
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31501
|
+
border-bottom: 1px solid white;
|
|
31502
|
+
height: 40px;
|
|
31503
|
+
vertical-align: middle;
|
|
31504
|
+
transition: background 0ms;
|
|
31505
|
+
color: #00122e;
|
|
31548
31506
|
}
|
|
31549
|
-
.
|
|
31550
|
-
|
|
31551
|
-
|
|
31507
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31508
|
+
background: #f2f5fa;
|
|
31509
|
+
border-bottom-color: #f2f5fa;
|
|
31552
31510
|
}
|
|
31553
|
-
.
|
|
31554
|
-
|
|
31555
|
-
color:
|
|
31556
|
-
|
|
31511
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31512
|
+
height: auto;
|
|
31513
|
+
color: #00122e;
|
|
31514
|
+
font-size: 12px;
|
|
31515
|
+
text-align: left;
|
|
31516
|
+
transition: none;
|
|
31517
|
+
overflow: hidden;
|
|
31518
|
+
text-overflow: ellipsis;
|
|
31519
|
+
white-space: nowrap;
|
|
31557
31520
|
}
|
|
31558
|
-
|
|
31559
|
-
|
|
31560
|
-
transition-delay: 50ms;
|
|
31521
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31522
|
+
color: #0096ff;
|
|
31561
31523
|
}
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
|
|
31524
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31525
|
+
overflow: hidden;
|
|
31526
|
+
text-overflow: ellipsis;
|
|
31527
|
+
width: 100%;
|
|
31528
|
+
vertical-align: middle;
|
|
31565
31529
|
}
|
|
31566
|
-
|
|
31567
|
-
height:
|
|
31530
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31531
|
+
line-height: 0px;
|
|
31568
31532
|
}
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
height: 32px;
|
|
31533
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31534
|
+
padding-right: 25px;
|
|
31572
31535
|
}
|
|
31573
|
-
|
|
31574
|
-
|
|
31536
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31537
|
+
border-top-color: transparent;
|
|
31575
31538
|
}
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
|
|
31539
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31540
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31541
|
+
border-color: transparent transparent white;
|
|
31579
31542
|
}
|
|
31580
|
-
|
|
31581
|
-
|
|
31543
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31544
|
+
border-radius: 8px 0 0 8px;
|
|
31582
31545
|
}
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31586
|
-
border-radius: 4px;
|
|
31546
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31547
|
+
border-radius: 8px 0 0 8px;
|
|
31587
31548
|
}
|
|
31588
|
-
.
|
|
31589
|
-
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31549
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31550
|
+
content: "";
|
|
31551
|
+
width: 4px;
|
|
31552
|
+
top: -1px;
|
|
31553
|
+
bottom: -1px;
|
|
31554
|
+
background: white;
|
|
31594
31555
|
}
|
|
31595
|
-
.
|
|
31596
|
-
border-
|
|
31597
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31556
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31557
|
+
border-radius: 0 8px 8px 0;
|
|
31598
31558
|
}
|
|
31599
|
-
.
|
|
31600
|
-
|
|
31559
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31560
|
+
border-radius: 0;
|
|
31561
|
+
background: white;
|
|
31562
|
+
border-top: none;
|
|
31601
31563
|
}
|
|
31602
|
-
.
|
|
31603
|
-
|
|
31564
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31565
|
+
border-top: 1px solid transparent;
|
|
31566
|
+
border-radius: 0 8px 8px 0;
|
|
31567
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31604
31568
|
}
|
|
31605
|
-
.
|
|
31569
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31570
|
+
background: white;
|
|
31571
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31572
|
+
}
|
|
31573
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31606
31574
|
display: flex;
|
|
31575
|
+
align-items: center;
|
|
31576
|
+
height: 100%;
|
|
31577
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31607
31578
|
}
|
|
31608
|
-
.
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
top: 50%;
|
|
31612
|
-
transform: translateY(-50%);
|
|
31579
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31580
|
+
background: white;
|
|
31581
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31613
31582
|
}
|
|
31614
|
-
.
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31583
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31584
|
+
display: flex;
|
|
31585
|
+
align-items: center;
|
|
31586
|
+
height: 100%;
|
|
31587
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31618
31588
|
}
|
|
31619
|
-
.
|
|
31620
|
-
|
|
31589
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31590
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31621
31591
|
}
|
|
31622
|
-
.
|
|
31623
|
-
|
|
31624
|
-
|
|
31592
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31593
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31594
|
+
border-radius: 8px;
|
|
31625
31595
|
}
|
|
31626
|
-
.
|
|
31627
|
-
|
|
31628
|
-
top: 50%;
|
|
31629
|
-
transform: translateY(-50%);
|
|
31630
|
-
left: -16px;
|
|
31631
|
-
transition: left 150ms ease;
|
|
31632
|
-
opacity: 0;
|
|
31596
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31597
|
+
border-top-color: white;
|
|
31633
31598
|
}
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31636
|
-
|
|
31599
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31600
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31601
|
+
border-bottom-color: transparent;
|
|
31602
|
+
border-top-color: transparent;
|
|
31637
31603
|
}
|
|
31638
|
-
.
|
|
31639
|
-
|
|
31640
|
-
margin-left: 0px;
|
|
31604
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31605
|
+
border-radius: 8px 0 0 8px;
|
|
31641
31606
|
}
|
|
31642
|
-
.
|
|
31643
|
-
|
|
31607
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31608
|
+
border-radius: 0 8px 8px 0;
|
|
31644
31609
|
}
|
|
31645
|
-
|
|
31646
|
-
|
|
31647
|
-
border-top-right-radius: 0;
|
|
31648
|
-
border-bottom-right-radius: 0;
|
|
31610
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31611
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31649
31612
|
}
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31613
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31614
|
+
background: #fff;
|
|
31615
|
+
font-weight: 400;
|
|
31616
|
+
position: relative;
|
|
31617
|
+
border-bottom: none;
|
|
31618
|
+
color: #00122e;
|
|
31619
|
+
transition: none;
|
|
31620
|
+
padding: 15px 8px 15px 8px;
|
|
31654
31621
|
}
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31622
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31623
|
+
content: "";
|
|
31624
|
+
width: 1px;
|
|
31625
|
+
top: 0;
|
|
31626
|
+
bottom: 0;
|
|
31627
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31628
|
+
position: absolute;
|
|
31629
|
+
right: 0;
|
|
31659
31630
|
}
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
border-top-left-radius: 0;
|
|
31663
|
-
border-bottom-left-radius: 0;
|
|
31631
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31632
|
+
padding: unset;
|
|
31664
31633
|
}
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
border-top-right-radius: 0;
|
|
31668
|
-
border-bottom-right-radius: 0;
|
|
31634
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31635
|
+
display: none;
|
|
31669
31636
|
}
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
|
|
31637
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31638
|
+
width: 100%;
|
|
31639
|
+
overflow: hidden;
|
|
31640
|
+
white-space: nowrap;
|
|
31641
|
+
text-overflow: ellipsis;
|
|
31674
31642
|
}
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
|
|
31678
|
-
flex
|
|
31643
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31644
|
+
overflow: hidden;
|
|
31645
|
+
text-overflow: ellipsis;
|
|
31646
|
+
flex: 1;
|
|
31679
31647
|
}
|
|
31680
|
-
.
|
|
31681
|
-
|
|
31648
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31649
|
+
padding: 15px 25px 15px 8px;
|
|
31682
31650
|
}
|
|
31683
|
-
.
|
|
31684
|
-
|
|
31651
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31652
|
+
padding: 0;
|
|
31685
31653
|
}
|
|
31686
|
-
.
|
|
31687
|
-
|
|
31654
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31655
|
+
position: absolute;
|
|
31656
|
+
right: 6px;
|
|
31657
|
+
top: 50%;
|
|
31658
|
+
transform: translateY(-50%);
|
|
31659
|
+
height: 16px;
|
|
31660
|
+
display: none;
|
|
31661
|
+
transition: transform 320ms ease;
|
|
31688
31662
|
}
|
|
31689
|
-
.
|
|
31690
|
-
|
|
31663
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31664
|
+
display: block;
|
|
31665
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31691
31666
|
}
|
|
31692
|
-
|
|
31693
|
-
|
|
31694
|
-
font-size: 14px;
|
|
31695
|
-
font-weight: 500;
|
|
31696
|
-
color: #3e4652;
|
|
31697
|
-
line-height: 18px;
|
|
31667
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31668
|
+
display: block;
|
|
31698
31669
|
}
|
|
31699
|
-
.
|
|
31700
|
-
|
|
31670
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31671
|
+
display: none;
|
|
31701
31672
|
}
|
|
31702
|
-
.
|
|
31703
|
-
|
|
31673
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31674
|
+
transform: translateY(-50%);
|
|
31704
31675
|
}
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
font-size: 12px;
|
|
31708
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31709
|
-
margin-top: 12px;
|
|
31676
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31677
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31710
31678
|
}
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
line-height: 18px;
|
|
31714
|
-
font-weight: 500;
|
|
31715
|
-
margin-top: 0;
|
|
31716
|
-
white-space: initial;
|
|
31679
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31680
|
+
background: #f2f5fa;
|
|
31717
31681
|
}
|
|
31718
|
-
|
|
31719
|
-
.E_r12ddqmh {
|
|
31682
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31720
31683
|
display: block;
|
|
31721
31684
|
}
|
|
31722
|
-
.
|
|
31723
|
-
|
|
31724
|
-
font-weight: 500;
|
|
31725
|
-
line-height: 32px;
|
|
31726
|
-
color: #3e4652;
|
|
31685
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31686
|
+
padding-right: 25px;
|
|
31727
31687
|
}
|
|
31728
|
-
|
|
31729
|
-
|
|
31730
|
-
margin-top: 8px;
|
|
31731
|
-
padding: 8px;
|
|
31732
|
-
border-radius: 6px;
|
|
31733
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31734
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31735
|
-
font-size: 12px;
|
|
31688
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column {
|
|
31689
|
+
padding: 0 !important;
|
|
31736
31690
|
}
|
|
31737
|
-
.
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31741
|
-
|
|
31691
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31692
|
+
position: absolute;
|
|
31693
|
+
left: 50%;
|
|
31694
|
+
top: 50%;
|
|
31695
|
+
transform: translate(-50%, -50%);
|
|
31742
31696
|
}
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
width: 648px;
|
|
31697
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31698
|
+
display: none;
|
|
31746
31699
|
}
|
|
31747
|
-
.
|
|
31748
|
-
|
|
31700
|
+
.E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31701
|
+
background: #fff;
|
|
31749
31702
|
}
|
|
31750
|
-
.
|
|
31751
|
-
background:
|
|
31703
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder {
|
|
31704
|
+
background: inherit;
|
|
31752
31705
|
}
|
|
31753
|
-
.
|
|
31754
|
-
|
|
31706
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31707
|
+
position: static;
|
|
31708
|
+
border: none;
|
|
31709
|
+
background: inherit !important;
|
|
31710
|
+
height: 100px;
|
|
31711
|
+
vertical-align: middle;
|
|
31755
31712
|
}
|
|
31756
|
-
.
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31713
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31714
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31715
|
+
font-weight: bold;
|
|
31716
|
+
font-size: 20px;
|
|
31717
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31760
31718
|
}
|
|
31761
|
-
.
|
|
31762
|
-
|
|
31763
|
-
|
|
31719
|
+
.E_tta5kd2 .ant-table td.cell__action_ {
|
|
31720
|
+
padding: 0 !important;
|
|
31721
|
+
position: relative;
|
|
31722
|
+
background: #fff;
|
|
31764
31723
|
}
|
|
31765
|
-
.
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
|
|
31724
|
+
.E_tta5kd2 .ant-table td.cell__action_ > * {
|
|
31725
|
+
height: 100%;
|
|
31726
|
+
display: flex;
|
|
31727
|
+
align-items: center;
|
|
31728
|
+
justify-content: flex-end;
|
|
31729
|
+
padding-right: 8px;
|
|
31769
31730
|
}
|
|
31770
|
-
.
|
|
31771
|
-
|
|
31772
|
-
|
|
31731
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31732
|
+
width: 24px;
|
|
31733
|
+
height: 24px;
|
|
31734
|
+
cursor: pointer;
|
|
31735
|
+
justify-content: center;
|
|
31736
|
+
border-radius: 4px;
|
|
31773
31737
|
}
|
|
31774
|
-
.
|
|
31775
|
-
|
|
31776
|
-
width: 128px;
|
|
31738
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31739
|
+
background: #fff;
|
|
31777
31740
|
}
|
|
31778
31741
|
|
|
31779
|
-
.
|
|
31742
|
+
.E_s1ebs0ra {
|
|
31780
31743
|
display: flex;
|
|
31781
31744
|
align-items: center;
|
|
31782
31745
|
justify-content: space-between;
|
|
31783
|
-
|
|
31784
|
-
|
|
31785
|
-
|
|
31786
|
-
|
|
31787
|
-
|
|
31788
|
-
|
|
31789
|
-
color: rgba(129, 138, 153, 0.6);
|
|
31746
|
+
background: #edf0f7;
|
|
31747
|
+
padding: 8px 12px;
|
|
31748
|
+
position: sticky;
|
|
31749
|
+
top: 0;
|
|
31750
|
+
z-index: 1;
|
|
31751
|
+
margin-bottom: -52px;
|
|
31790
31752
|
}
|
|
31791
|
-
.
|
|
31792
|
-
flex: 1;
|
|
31753
|
+
.E_s1ebs0ra .select-total {
|
|
31793
31754
|
display: flex;
|
|
31794
|
-
overflow: hidden;
|
|
31795
31755
|
align-items: center;
|
|
31796
|
-
|
|
31756
|
+
font-weight: 700;
|
|
31757
|
+
flex-shrink: 0;
|
|
31758
|
+
}
|
|
31759
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31760
|
+
cursor: pointer;
|
|
31761
|
+
margin-left: 8px;
|
|
31762
|
+
width: 32px;
|
|
31763
|
+
height: 32px;
|
|
31764
|
+
border-radius: 50%;
|
|
31765
|
+
justify-content: center;
|
|
31766
|
+
}
|
|
31767
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31768
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31769
|
+
}
|
|
31770
|
+
.E_s1ebs0ra .action-group {
|
|
31771
|
+
flex: 1;
|
|
31772
|
+
margin-left: 88px;
|
|
31797
31773
|
white-space: nowrap;
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31774
|
+
text-align: right;
|
|
31775
|
+
position: relative;
|
|
31776
|
+
padding: 4px 0;
|
|
31777
|
+
margin-top: -4px;
|
|
31801
31778
|
overflow: hidden;
|
|
31802
|
-
text-overflow: ellipsis;
|
|
31803
31779
|
}
|
|
31804
|
-
.
|
|
31805
|
-
|
|
31806
|
-
align-items: center;
|
|
31780
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31781
|
+
transform: translateY(-4px);
|
|
31807
31782
|
}
|
|
31808
|
-
.
|
|
31809
|
-
|
|
31810
|
-
flex-direction: row-reverse;
|
|
31811
|
-
align-items: center;
|
|
31783
|
+
.E_s1ebs0ra .action-group button {
|
|
31784
|
+
border: none;
|
|
31812
31785
|
}
|
|
31813
|
-
.
|
|
31814
|
-
margin-
|
|
31786
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31787
|
+
margin-right: 8px;
|
|
31815
31788
|
}
|
|
31816
|
-
.
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31789
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31790
|
+
margin-right: 4px;
|
|
31791
|
+
}
|
|
31792
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31820
31793
|
cursor: pointer;
|
|
31794
|
+
width: 32px;
|
|
31795
|
+
height: 32px;
|
|
31796
|
+
justify-content: center;
|
|
31797
|
+
border-radius: 50%;
|
|
31821
31798
|
}
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
padding-bottom: 4px;
|
|
31825
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31799
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31800
|
+
background: #fff;
|
|
31826
31801
|
}
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31830
|
-
border-radius: 4px;
|
|
31802
|
+
|
|
31803
|
+
.E_s1fc623g {
|
|
31804
|
+
width: 430px !important;
|
|
31831
31805
|
}
|
|
31832
|
-
|
|
31833
|
-
|
|
31834
|
-
|
|
31806
|
+
|
|
31807
|
+
.E_da3mx0o .ant-select-item-group {
|
|
31808
|
+
padding: 8px 16px;
|
|
31809
|
+
line-height: 18px;
|
|
31810
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31811
|
+
height: 34px;
|
|
31812
|
+
min-height: 34px;
|
|
31813
|
+
box-sizing: border-box;
|
|
31814
|
+
margin-top: 8px;
|
|
31835
31815
|
}
|
|
31836
31816
|
|
|
31837
|
-
.
|
|
31838
|
-
|
|
31839
|
-
|
|
31817
|
+
.E_onr9gzt {
|
|
31818
|
+
display: flex;
|
|
31819
|
+
flex-direction: column;
|
|
31820
|
+
margin: 1px 8px;
|
|
31821
|
+
padding: 8px;
|
|
31822
|
+
border-radius: 4px;
|
|
31840
31823
|
}
|
|
31841
|
-
.
|
|
31842
|
-
|
|
31843
|
-
width: 80px;
|
|
31844
|
-
margin: 0 9px;
|
|
31845
|
-
text-align: center;
|
|
31824
|
+
.E_onr9gzt .selected-icon {
|
|
31825
|
+
display: none;
|
|
31846
31826
|
}
|
|
31847
|
-
.
|
|
31848
|
-
padding:
|
|
31849
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31850
|
-
margin: 5px 0 5px 8px;
|
|
31827
|
+
.E_onr9gzt.ant-select-item-option-grouped {
|
|
31828
|
+
padding-left: 8px;
|
|
31851
31829
|
}
|
|
31852
|
-
.
|
|
31853
|
-
|
|
31854
|
-
background: #f5f7fa;
|
|
31855
|
-
box-sizing: border-box;
|
|
31856
|
-
border-radius: 16px;
|
|
31857
|
-
margin-right: 8px;
|
|
31830
|
+
.E_onr9gzt.ant-select-item-option-selected {
|
|
31831
|
+
background-color: white;
|
|
31858
31832
|
}
|
|
31859
|
-
.
|
|
31860
|
-
|
|
31861
|
-
color: inherit;
|
|
31862
|
-
border-color: #d9d9d9;
|
|
31833
|
+
.E_onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31834
|
+
color: #0080ff;
|
|
31863
31835
|
}
|
|
31864
|
-
.
|
|
31865
|
-
|
|
31866
|
-
border-color: #0096ff;
|
|
31867
|
-
color: #fff;
|
|
31836
|
+
.E_onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31837
|
+
display: block;
|
|
31868
31838
|
}
|
|
31869
|
-
.
|
|
31870
|
-
|
|
31871
|
-
margin-top: 4px;
|
|
31839
|
+
.E_onr9gzt.ant-select-item-option-active {
|
|
31840
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31872
31841
|
}
|
|
31873
|
-
.
|
|
31874
|
-
|
|
31875
|
-
padding: 0;
|
|
31876
|
-
margin-bottom: 8px;
|
|
31842
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31843
|
+
color: #0080ff;
|
|
31877
31844
|
}
|
|
31878
|
-
.
|
|
31879
|
-
background
|
|
31880
|
-
|
|
31881
|
-
color: #fff;
|
|
31845
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31846
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31847
|
+
color: #0080ff;
|
|
31882
31848
|
}
|
|
31883
31849
|
|
|
31884
|
-
.
|
|
31885
|
-
--color: white;
|
|
31886
|
-
height: 14px;
|
|
31887
|
-
width: 14px;
|
|
31888
|
-
border-radius: 50%;
|
|
31889
|
-
flex-shrink: 0;
|
|
31850
|
+
.E_oiy0apc {
|
|
31890
31851
|
display: flex;
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31852
|
+
justify-content: space-between;
|
|
31853
|
+
height: 20px;
|
|
31854
|
+
line-height: 20px;
|
|
31894
31855
|
}
|
|
31895
|
-
.
|
|
31896
|
-
|
|
31897
|
-
height: 10px;
|
|
31898
|
-
width: 10px;
|
|
31899
|
-
border-radius: 50%;
|
|
31856
|
+
.E_oiy0apc .timezone-title {
|
|
31857
|
+
color: #2d3a56;
|
|
31900
31858
|
overflow: hidden;
|
|
31859
|
+
text-overflow: ellipsis;
|
|
31901
31860
|
}
|
|
31902
|
-
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
transform: rotate(180deg);
|
|
31861
|
+
|
|
31862
|
+
.E_of4y382 {
|
|
31863
|
+
display: flex;
|
|
31864
|
+
justify-content: space-between;
|
|
31865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31866
|
+
height: 18px;
|
|
31867
|
+
line-height: 18px;
|
|
31868
|
+
margin-top: 2px;
|
|
31911
31869
|
}
|
|
31912
|
-
|
|
31913
|
-
|
|
31914
|
-
|
|
31870
|
+
|
|
31871
|
+
.E_t19903l9 {
|
|
31872
|
+
border: none;
|
|
31873
|
+
margin-right: 0;
|
|
31874
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31875
|
+
}
|
|
31876
|
+
|
|
31877
|
+
.E_ohwbvxu {
|
|
31878
|
+
pointer-events: none;
|
|
31879
|
+
height: 32px;
|
|
31915
31880
|
width: 100%;
|
|
31916
|
-
|
|
31917
|
-
top: 0;
|
|
31918
|
-
margin-left: 50%;
|
|
31919
|
-
transform-origin: left;
|
|
31920
|
-
background: white;
|
|
31921
|
-
transform: rotate(0deg);
|
|
31881
|
+
opacity: 0;
|
|
31922
31882
|
}
|
|
31923
31883
|
|
|
31924
31884
|
.E_m1thnes4 {
|
|
@@ -32082,26 +32042,40 @@ input.E_rrg1fkn.ant-input {
|
|
|
32082
32042
|
margin-left: 8px;
|
|
32083
32043
|
}
|
|
32084
32044
|
|
|
32085
|
-
.
|
|
32086
|
-
|
|
32045
|
+
.E_berrcjl {
|
|
32046
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32047
|
+
margin-bottom: 4px;
|
|
32087
32048
|
}
|
|
32088
|
-
.
|
|
32089
|
-
|
|
32090
|
-
|
|
32091
|
-
|
|
32092
|
-
line-height: 32px;
|
|
32049
|
+
.E_berrcjl .breadcrumb-link {
|
|
32050
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32051
|
+
cursor: pointer;
|
|
32052
|
+
transition: color 160ms ease;
|
|
32093
32053
|
}
|
|
32094
|
-
.
|
|
32095
|
-
|
|
32096
|
-
border-radius: 8px;
|
|
32097
|
-
background: #fff;
|
|
32054
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32055
|
+
color: #0080ff;
|
|
32098
32056
|
}
|
|
32099
|
-
.
|
|
32100
|
-
|
|
32101
|
-
|
|
32102
|
-
|
|
32103
|
-
|
|
32104
|
-
|
|
32057
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32058
|
+
color: #005ed1;
|
|
32059
|
+
}
|
|
32060
|
+
|
|
32061
|
+
.E_c18gxmrl {
|
|
32062
|
+
border: 1px solid #d8deeb;
|
|
32063
|
+
border-radius: 4px;
|
|
32064
|
+
}
|
|
32065
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32066
|
+
margin-top: 8px;
|
|
32067
|
+
}
|
|
32068
|
+
.E_c18gxmrl:hover {
|
|
32069
|
+
border-color: #0080ff;
|
|
32070
|
+
}
|
|
32071
|
+
.E_c18gxmrl:hover > header {
|
|
32072
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32073
|
+
}
|
|
32074
|
+
.E_c18gxmrl.active header {
|
|
32075
|
+
border-bottom: 1px solid #d8deeb;
|
|
32076
|
+
}
|
|
32077
|
+
.E_c18gxmrl > header {
|
|
32078
|
+
padding: 8px 12px;
|
|
32105
32079
|
}
|
|
32106
32080
|
|
|
32107
32081
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
@@ -32134,24 +32108,70 @@ input.E_rrg1fkn.ant-input {
|
|
|
32134
32108
|
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32135
32109
|
background-color: transparent;
|
|
32136
32110
|
}
|
|
32137
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32138
|
-
background-color: transparent;
|
|
32111
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32112
|
+
background-color: transparent;
|
|
32113
|
+
}
|
|
32114
|
+
|
|
32115
|
+
.E_c1bus5hc {
|
|
32116
|
+
--color: white;
|
|
32117
|
+
height: 14px;
|
|
32118
|
+
width: 14px;
|
|
32119
|
+
border-radius: 50%;
|
|
32120
|
+
flex-shrink: 0;
|
|
32121
|
+
display: flex;
|
|
32122
|
+
align-items: center;
|
|
32123
|
+
justify-content: center;
|
|
32124
|
+
border: 1px solid var(--color);
|
|
32125
|
+
}
|
|
32126
|
+
.E_c1bus5hc .circle-inner {
|
|
32127
|
+
position: relative;
|
|
32128
|
+
height: 10px;
|
|
32129
|
+
width: 10px;
|
|
32130
|
+
border-radius: 50%;
|
|
32131
|
+
overflow: hidden;
|
|
32132
|
+
}
|
|
32133
|
+
.E_c1bus5hc .circle-content {
|
|
32134
|
+
position: absolute;
|
|
32135
|
+
height: 100%;
|
|
32136
|
+
width: 100%;
|
|
32137
|
+
left: 0;
|
|
32138
|
+
top: 0;
|
|
32139
|
+
border-radius: 50%;
|
|
32140
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32141
|
+
transform: rotate(180deg);
|
|
32142
|
+
}
|
|
32143
|
+
.E_c1bus5hc .circle-child {
|
|
32144
|
+
position: absolute;
|
|
32145
|
+
height: 100%;
|
|
32146
|
+
width: 100%;
|
|
32147
|
+
left: 0;
|
|
32148
|
+
top: 0;
|
|
32149
|
+
margin-left: 50%;
|
|
32150
|
+
transform-origin: left;
|
|
32151
|
+
background: white;
|
|
32152
|
+
transform: rotate(0deg);
|
|
32139
32153
|
}
|
|
32140
32154
|
|
|
32141
|
-
.
|
|
32142
|
-
|
|
32143
|
-
margin-bottom: 4px;
|
|
32155
|
+
.E_c1uzzomf {
|
|
32156
|
+
margin-bottom: 16px;
|
|
32144
32157
|
}
|
|
32145
|
-
.
|
|
32146
|
-
|
|
32147
|
-
|
|
32148
|
-
|
|
32158
|
+
.E_c1uzzomf .card-title {
|
|
32159
|
+
font-size: 16px;
|
|
32160
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32161
|
+
font-weight: 700;
|
|
32162
|
+
line-height: 32px;
|
|
32149
32163
|
}
|
|
32150
|
-
.
|
|
32151
|
-
|
|
32164
|
+
.E_c1uzzomf .card-body {
|
|
32165
|
+
padding: 24px;
|
|
32166
|
+
border-radius: 8px;
|
|
32167
|
+
background: #fff;
|
|
32152
32168
|
}
|
|
32153
|
-
.
|
|
32154
|
-
|
|
32169
|
+
.E_c1uzzomf .empty {
|
|
32170
|
+
font-weight: 700;
|
|
32171
|
+
font-size: 14px;
|
|
32172
|
+
line-height: 22px;
|
|
32173
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32174
|
+
text-align: center;
|
|
32155
32175
|
}
|
|
32156
32176
|
|
|
32157
32177
|
.E_c18bcrac {
|
|
@@ -32201,26 +32221,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32201
32221
|
margin-right: 4px;
|
|
32202
32222
|
}
|
|
32203
32223
|
|
|
32204
|
-
.E_c18gxmrl {
|
|
32205
|
-
border: 1px solid #d8deeb;
|
|
32206
|
-
border-radius: 4px;
|
|
32207
|
-
}
|
|
32208
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
32209
|
-
margin-top: 8px;
|
|
32210
|
-
}
|
|
32211
|
-
.E_c18gxmrl:hover {
|
|
32212
|
-
border-color: #0080ff;
|
|
32213
|
-
}
|
|
32214
|
-
.E_c18gxmrl:hover > header {
|
|
32215
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32216
|
-
}
|
|
32217
|
-
.E_c18gxmrl.active header {
|
|
32218
|
-
border-bottom: 1px solid #d8deeb;
|
|
32219
|
-
}
|
|
32220
|
-
.E_c18gxmrl > header {
|
|
32221
|
-
padding: 8px 12px;
|
|
32222
|
-
}
|
|
32223
|
-
|
|
32224
32224
|
.E_gmyahx3 {
|
|
32225
32225
|
cursor: pointer;
|
|
32226
32226
|
}
|
|
@@ -32343,94 +32343,102 @@ input.E_rrg1fkn.ant-input {
|
|
|
32343
32343
|
overflow: "auto";
|
|
32344
32344
|
}
|
|
32345
32345
|
|
|
32346
|
-
.
|
|
32347
|
-
|
|
32346
|
+
.E_m15dvk92 {
|
|
32347
|
+
display: flex;
|
|
32348
|
+
justify-content: space-between;
|
|
32349
|
+
width: 100%;
|
|
32348
32350
|
}
|
|
32349
|
-
.
|
|
32350
|
-
|
|
32351
|
+
.E_m15dvk92 .action {
|
|
32352
|
+
margin-left: 16px;
|
|
32351
32353
|
}
|
|
32352
|
-
|
|
32353
|
-
|
|
32354
|
+
|
|
32355
|
+
.E_aql8iqz .ant-alert-message {
|
|
32356
|
+
width: 100%;
|
|
32354
32357
|
}
|
|
32355
|
-
|
|
32356
|
-
|
|
32358
|
+
|
|
32359
|
+
.E_c10crapj {
|
|
32360
|
+
border-radius: 8px;
|
|
32357
32361
|
}
|
|
32358
|
-
.
|
|
32359
|
-
|
|
32362
|
+
.E_c10crapj .ant-card-body {
|
|
32363
|
+
padding: 20px 24px 24px 24px;
|
|
32360
32364
|
}
|
|
32361
|
-
|
|
32362
|
-
|
|
32365
|
+
|
|
32366
|
+
.E_c198s9j3 {
|
|
32367
|
+
color: #2d3a56;
|
|
32368
|
+
line-height: 22px;
|
|
32369
|
+
display: inline-flex;
|
|
32363
32370
|
}
|
|
32364
|
-
.
|
|
32365
|
-
|
|
32371
|
+
.E_c198s9j3 .ant-checkbox {
|
|
32372
|
+
height: 22px;
|
|
32373
|
+
display: flex;
|
|
32374
|
+
align-items: center;
|
|
32375
|
+
top: 0;
|
|
32366
32376
|
}
|
|
32367
|
-
.
|
|
32368
|
-
|
|
32377
|
+
.E_c198s9j3 .ant-checkbox-checked::after {
|
|
32378
|
+
border: none;
|
|
32369
32379
|
}
|
|
32370
|
-
.
|
|
32371
|
-
|
|
32372
|
-
|
|
32380
|
+
.E_c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32381
|
+
.E_c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32382
|
+
border-color: #0080ff;
|
|
32373
32383
|
}
|
|
32374
|
-
.
|
|
32375
|
-
|
|
32376
|
-
overflow: hidden;
|
|
32377
|
-
text-overflow: ellipsis;
|
|
32384
|
+
.E_c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32385
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32378
32386
|
}
|
|
32379
|
-
|
|
32380
|
-
.
|
|
32381
|
-
|
|
32382
|
-
justify-content: space-between;
|
|
32383
|
-
align-items: center;
|
|
32384
|
-
padding: 8px;
|
|
32385
|
-
min-height: 32px;
|
|
32387
|
+
.E_c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32388
|
+
.E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32389
|
+
border: 1px solid #0080ff;
|
|
32386
32390
|
}
|
|
32387
|
-
.
|
|
32388
|
-
|
|
32389
|
-
font-weight: 600;
|
|
32390
|
-
font-size: 12px;
|
|
32391
|
-
line-height: 8px;
|
|
32391
|
+
.E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32392
|
+
background: #0080ff;
|
|
32392
32393
|
}
|
|
32393
|
-
.
|
|
32394
|
-
|
|
32395
|
-
|
|
32396
|
-
|
|
32394
|
+
.E_c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32395
|
+
background-color: #fff;
|
|
32396
|
+
height: 2px;
|
|
32397
|
+
width: 10px;
|
|
32398
|
+
border-radius: 2px;
|
|
32397
32399
|
}
|
|
32398
|
-
|
|
32399
|
-
.
|
|
32400
|
-
font-size: 12px;
|
|
32401
|
-
line-height: 18px;
|
|
32400
|
+
.E_c198s9j3.ant-checkbox-wrapper-disabled {
|
|
32401
|
+
opacity: 0.5;
|
|
32402
32402
|
}
|
|
32403
|
-
|
|
32404
|
-
.
|
|
32405
|
-
|
|
32406
|
-
padding: 8px 0;
|
|
32407
|
-
color: #2d3a56;
|
|
32403
|
+
.E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32404
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32405
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32408
32406
|
}
|
|
32409
|
-
.
|
|
32410
|
-
|
|
32407
|
+
.E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32408
|
+
border-color: #2d3a56;
|
|
32411
32409
|
}
|
|
32412
|
-
.
|
|
32413
|
-
|
|
32410
|
+
.E_c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32411
|
+
background: #2d3a56;
|
|
32414
32412
|
}
|
|
32415
|
-
.
|
|
32416
|
-
|
|
32417
|
-
|
|
32418
|
-
width: 100%;
|
|
32419
|
-
white-space: pre-wrap;
|
|
32413
|
+
.E_c198s9j3 .ant-checkbox + span,
|
|
32414
|
+
.E_c198s9j3 .ant-checkbox-disabled + span {
|
|
32415
|
+
padding: 0;
|
|
32420
32416
|
}
|
|
32421
|
-
.
|
|
32422
|
-
|
|
32423
|
-
|
|
32417
|
+
.E_c198s9j3 .ant-checkbox + span .main,
|
|
32418
|
+
.E_c198s9j3 .ant-checkbox-disabled + span .main {
|
|
32419
|
+
display: inline-block;
|
|
32420
|
+
margin-left: 12px;
|
|
32421
|
+
color: #2d3a56;
|
|
32424
32422
|
}
|
|
32425
|
-
.
|
|
32426
|
-
|
|
32423
|
+
.E_c198s9j3 .ant-checkbox + span .sub,
|
|
32424
|
+
.E_c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
32425
|
+
margin-left: 28px;
|
|
32426
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32427
|
+
}
|
|
32428
|
+
.E_c198s9j3.compact .ant-checkbox + span .main,
|
|
32429
|
+
.E_c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32430
|
+
margin-left: 8px;
|
|
32431
|
+
}
|
|
32432
|
+
.E_c198s9j3.compact .ant-checkbox + span .sub,
|
|
32433
|
+
.E_c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32434
|
+
margin-left: 24px;
|
|
32427
32435
|
}
|
|
32428
32436
|
|
|
32429
|
-
.
|
|
32430
|
-
width:
|
|
32431
|
-
|
|
32432
|
-
|
|
32433
|
-
|
|
32437
|
+
.E_tje3huy {
|
|
32438
|
+
width: 100%;
|
|
32439
|
+
overflow: inherit;
|
|
32440
|
+
white-space: inherit;
|
|
32441
|
+
text-overflow: ellipsis;
|
|
32434
32442
|
}
|
|
32435
32443
|
|
|
32436
32444
|
.E_wg1tsps {
|
|
@@ -32456,110 +32464,94 @@ input.E_rrg1fkn.ant-input {
|
|
|
32456
32464
|
color: #00122e !important;
|
|
32457
32465
|
}
|
|
32458
32466
|
|
|
32459
|
-
.
|
|
32460
|
-
|
|
32461
|
-
overflow: inherit;
|
|
32462
|
-
white-space: inherit;
|
|
32463
|
-
text-overflow: ellipsis;
|
|
32464
|
-
}
|
|
32465
|
-
|
|
32466
|
-
.E_m15dvk92 {
|
|
32467
|
-
display: flex;
|
|
32468
|
-
justify-content: space-between;
|
|
32469
|
-
width: 100%;
|
|
32470
|
-
}
|
|
32471
|
-
.E_m15dvk92 .action {
|
|
32472
|
-
margin-left: 16px;
|
|
32473
|
-
}
|
|
32474
|
-
|
|
32475
|
-
.E_aql8iqz .ant-alert-message {
|
|
32476
|
-
width: 100%;
|
|
32477
|
-
}
|
|
32478
|
-
|
|
32479
|
-
.E_c10crapj {
|
|
32480
|
-
border-radius: 8px;
|
|
32467
|
+
.E_t1sqg15u {
|
|
32468
|
+
background: white;
|
|
32481
32469
|
}
|
|
32482
|
-
.
|
|
32483
|
-
|
|
32470
|
+
.E_t1sqg15u.inline .table-row {
|
|
32471
|
+
flex-direction: column;
|
|
32484
32472
|
}
|
|
32485
|
-
|
|
32486
|
-
|
|
32487
|
-
display: flex;
|
|
32488
|
-
align-items: center;
|
|
32473
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32474
|
+
padding: 0 16px 7px 0;
|
|
32489
32475
|
}
|
|
32490
|
-
.
|
|
32491
|
-
|
|
32476
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32477
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32492
32478
|
}
|
|
32493
|
-
|
|
32494
|
-
|
|
32495
|
-
color: #2d3a56;
|
|
32496
|
-
line-height: 22px;
|
|
32497
|
-
display: inline-flex;
|
|
32479
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32480
|
+
border-top: none !important;
|
|
32498
32481
|
}
|
|
32499
|
-
.
|
|
32500
|
-
|
|
32501
|
-
display: flex;
|
|
32502
|
-
align-items: center;
|
|
32503
|
-
top: 0;
|
|
32482
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32483
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32504
32484
|
}
|
|
32505
|
-
.
|
|
32506
|
-
|
|
32485
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32486
|
+
padding-bottom: 0;
|
|
32507
32487
|
}
|
|
32508
|
-
.
|
|
32509
|
-
|
|
32510
|
-
border-color: #0080ff;
|
|
32488
|
+
.E_t1sqg15u.align-right .content {
|
|
32489
|
+
text-align: right;
|
|
32511
32490
|
}
|
|
32512
|
-
.
|
|
32513
|
-
|
|
32491
|
+
.E_t1sqg15u .uuid-row {
|
|
32492
|
+
display: flex;
|
|
32493
|
+
justify-content: space-between;
|
|
32514
32494
|
}
|
|
32515
|
-
.
|
|
32516
|
-
|
|
32517
|
-
|
|
32495
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32496
|
+
white-space: nowrap;
|
|
32497
|
+
overflow: hidden;
|
|
32498
|
+
text-overflow: ellipsis;
|
|
32518
32499
|
}
|
|
32519
|
-
|
|
32520
|
-
|
|
32500
|
+
|
|
32501
|
+
.E_t4zczcp {
|
|
32502
|
+
display: flex;
|
|
32503
|
+
justify-content: space-between;
|
|
32504
|
+
align-items: center;
|
|
32505
|
+
padding: 8px;
|
|
32506
|
+
min-height: 32px;
|
|
32521
32507
|
}
|
|
32522
|
-
.
|
|
32523
|
-
|
|
32524
|
-
|
|
32525
|
-
|
|
32526
|
-
|
|
32508
|
+
.E_t4zczcp .table-title {
|
|
32509
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32510
|
+
font-weight: 600;
|
|
32511
|
+
font-size: 12px;
|
|
32512
|
+
line-height: 8px;
|
|
32527
32513
|
}
|
|
32528
|
-
.
|
|
32529
|
-
|
|
32514
|
+
.E_t4zczcp .edit-icon {
|
|
32515
|
+
font-size: 16px;
|
|
32516
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32517
|
+
cursor: pointer;
|
|
32530
32518
|
}
|
|
32531
|
-
|
|
32532
|
-
|
|
32533
|
-
|
|
32519
|
+
|
|
32520
|
+
.E_t1s7goww {
|
|
32521
|
+
font-size: 12px;
|
|
32522
|
+
line-height: 18px;
|
|
32534
32523
|
}
|
|
32535
|
-
|
|
32536
|
-
|
|
32524
|
+
|
|
32525
|
+
.E_t93e4cf {
|
|
32526
|
+
display: flex;
|
|
32527
|
+
padding: 8px 0;
|
|
32528
|
+
color: #2d3a56;
|
|
32537
32529
|
}
|
|
32538
|
-
.
|
|
32539
|
-
|
|
32530
|
+
.E_t93e4cf .hidden {
|
|
32531
|
+
display: none;
|
|
32540
32532
|
}
|
|
32541
|
-
.
|
|
32542
|
-
|
|
32543
|
-
padding: 0;
|
|
32533
|
+
.E_t93e4cf .ant-btn-link {
|
|
32534
|
+
height: auto;
|
|
32544
32535
|
}
|
|
32545
|
-
.
|
|
32546
|
-
|
|
32547
|
-
|
|
32548
|
-
|
|
32549
|
-
|
|
32536
|
+
.E_t93e4cf .content {
|
|
32537
|
+
overflow: hidden;
|
|
32538
|
+
overflow-x: auto;
|
|
32539
|
+
width: 100%;
|
|
32540
|
+
white-space: pre-wrap;
|
|
32550
32541
|
}
|
|
32551
|
-
.
|
|
32552
|
-
|
|
32553
|
-
|
|
32554
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32542
|
+
.E_t93e4cf .content .ant-btn {
|
|
32543
|
+
white-space: pre-wrap;
|
|
32544
|
+
text-align: left;
|
|
32555
32545
|
}
|
|
32556
|
-
.
|
|
32557
|
-
|
|
32558
|
-
margin-left: 8px;
|
|
32546
|
+
.E_t93e4cf .content .unit-chart {
|
|
32547
|
+
justify-content: flex-start;
|
|
32559
32548
|
}
|
|
32560
|
-
|
|
32561
|
-
.
|
|
32562
|
-
|
|
32549
|
+
|
|
32550
|
+
.E_rhz2uv5 {
|
|
32551
|
+
width: var(--rhz2uv5-0);
|
|
32552
|
+
flex-shrink: 0;
|
|
32553
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32554
|
+
padding-right: 12px;
|
|
32563
32555
|
}
|
|
32564
32556
|
|
|
32565
32557
|
.E_cav9p2m .ant-collapse-item {
|
|
@@ -32584,6 +32576,14 @@ input.E_rrg1fkn.ant-input {
|
|
|
32584
32576
|
cursor: default;
|
|
32585
32577
|
}
|
|
32586
32578
|
|
|
32579
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32580
|
+
display: flex;
|
|
32581
|
+
align-items: center;
|
|
32582
|
+
}
|
|
32583
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32584
|
+
margin-right: 8px;
|
|
32585
|
+
}
|
|
32586
|
+
|
|
32587
32587
|
.E_t3qomhu {
|
|
32588
32588
|
margin: 0 2px;
|
|
32589
32589
|
}
|
|
@@ -32620,15 +32620,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32620
32620
|
color: #00122e;
|
|
32621
32621
|
}
|
|
32622
32622
|
|
|
32623
|
-
.E_o8ocss1 {
|
|
32624
|
-
overflow: hidden;
|
|
32625
|
-
text-overflow: ellipsis;
|
|
32626
|
-
}
|
|
32627
|
-
|
|
32628
|
-
.E_n17syc35 {
|
|
32629
|
-
white-space: nowrap;
|
|
32630
|
-
}
|
|
32631
|
-
|
|
32632
32623
|
.E_igz4le8 {
|
|
32633
32624
|
height: 24px;
|
|
32634
32625
|
width: 56px !important;
|
|
@@ -32639,65 +32630,13 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32639
32630
|
color: rgba(44, 56, 82, 0.6);
|
|
32640
32631
|
}
|
|
32641
32632
|
|
|
32642
|
-
.
|
|
32643
|
-
|
|
32644
|
-
|
|
32645
|
-
.E_shq1k1g.ant-select.ant-select-single {
|
|
32646
|
-
width: 100%;
|
|
32647
|
-
color: #2d3a56;
|
|
32648
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32649
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32650
|
-
font-size: 13px;
|
|
32651
|
-
}
|
|
32652
|
-
.E_shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32653
|
-
height: 30px;
|
|
32654
|
-
}
|
|
32655
|
-
.E_shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32656
|
-
height: 38px;
|
|
32657
|
-
font-size: 13px;
|
|
32658
|
-
}
|
|
32659
|
-
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32660
|
-
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32661
|
-
transition: 160ms ease;
|
|
32662
|
-
}
|
|
32663
|
-
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32664
|
-
color: #0080ff;
|
|
32665
|
-
}
|
|
32666
|
-
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32667
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32668
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32669
|
-
}
|
|
32670
|
-
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32671
|
-
color: #0080ff;
|
|
32672
|
-
}
|
|
32673
|
-
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32674
|
-
border-color: #0080ff;
|
|
32675
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32676
|
-
}
|
|
32677
|
-
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32678
|
-
transform: rotate(180deg);
|
|
32679
|
-
}
|
|
32680
|
-
.E_shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32681
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32682
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32683
|
-
cursor: "not-allowed";
|
|
32684
|
-
}
|
|
32685
|
-
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32686
|
-
border-color: #f0483e !important;
|
|
32687
|
-
}
|
|
32688
|
-
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32689
|
-
color: #1d326c;
|
|
32690
|
-
}
|
|
32691
|
-
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32692
|
-
border-color: #0080ff;
|
|
32693
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32694
|
-
}
|
|
32695
|
-
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32696
|
-
transform: rotate(180deg);
|
|
32633
|
+
.E_o8ocss1 {
|
|
32634
|
+
overflow: hidden;
|
|
32635
|
+
text-overflow: ellipsis;
|
|
32697
32636
|
}
|
|
32698
32637
|
|
|
32699
|
-
.
|
|
32700
|
-
|
|
32638
|
+
.E_n17syc35 {
|
|
32639
|
+
white-space: nowrap;
|
|
32701
32640
|
}
|
|
32702
32641
|
|
|
32703
32642
|
.E_s14dk8r1 {
|
|
@@ -32763,19 +32702,129 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32763
32702
|
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32764
32703
|
background-color: #6b7d99;
|
|
32765
32704
|
}
|
|
32766
|
-
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32767
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32705
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32706
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32707
|
+
}
|
|
32708
|
+
|
|
32709
|
+
.E_s1uupoto {
|
|
32710
|
+
width: 8px;
|
|
32711
|
+
height: 8px;
|
|
32712
|
+
border-radius: 50%;
|
|
32713
|
+
display: inline-block;
|
|
32714
|
+
}
|
|
32715
|
+
|
|
32716
|
+
.E_t19ustft .date {
|
|
32717
|
+
margin-right: 4px;
|
|
32718
|
+
}
|
|
32719
|
+
|
|
32720
|
+
.E_iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32721
|
+
display: flex;
|
|
32722
|
+
}
|
|
32723
|
+
|
|
32724
|
+
.E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
|
|
32725
|
+
border-radius: 6px;
|
|
32726
|
+
}
|
|
32727
|
+
.E_shq1k1g.ant-select.ant-select-single {
|
|
32728
|
+
width: 100%;
|
|
32729
|
+
color: #2d3a56;
|
|
32730
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32731
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32732
|
+
font-size: 13px;
|
|
32733
|
+
}
|
|
32734
|
+
.E_shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32735
|
+
height: 30px;
|
|
32736
|
+
}
|
|
32737
|
+
.E_shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32738
|
+
height: 38px;
|
|
32739
|
+
font-size: 13px;
|
|
32740
|
+
}
|
|
32741
|
+
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32742
|
+
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32743
|
+
transition: 160ms ease;
|
|
32744
|
+
}
|
|
32745
|
+
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32746
|
+
color: #0080ff;
|
|
32747
|
+
}
|
|
32748
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32749
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32750
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32751
|
+
}
|
|
32752
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32753
|
+
color: #0080ff;
|
|
32754
|
+
}
|
|
32755
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32756
|
+
border-color: #0080ff;
|
|
32757
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32758
|
+
}
|
|
32759
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32760
|
+
transform: rotate(180deg);
|
|
32761
|
+
}
|
|
32762
|
+
.E_shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32763
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32764
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32765
|
+
cursor: "not-allowed";
|
|
32766
|
+
}
|
|
32767
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32768
|
+
border-color: #f0483e !important;
|
|
32769
|
+
}
|
|
32770
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32771
|
+
color: #1d326c;
|
|
32772
|
+
}
|
|
32773
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32774
|
+
border-color: #0080ff;
|
|
32775
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32776
|
+
}
|
|
32777
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32778
|
+
transform: rotate(180deg);
|
|
32779
|
+
}
|
|
32780
|
+
|
|
32781
|
+
.E_l4bld33 {
|
|
32782
|
+
width: 64px;
|
|
32783
|
+
height: 64px;
|
|
32784
|
+
display: flex;
|
|
32785
|
+
align-items: center;
|
|
32786
|
+
justify-content: center;
|
|
32787
|
+
position: relative;
|
|
32788
|
+
opacity: 0.2;
|
|
32768
32789
|
}
|
|
32769
32790
|
|
|
32770
|
-
.
|
|
32771
|
-
|
|
32772
|
-
|
|
32773
|
-
|
|
32774
|
-
|
|
32791
|
+
.E_lgitjoj {
|
|
32792
|
+
position: absolute;
|
|
32793
|
+
width: 5px;
|
|
32794
|
+
height: 48px;
|
|
32795
|
+
left: 9.33px;
|
|
32796
|
+
top: 40.5px;
|
|
32797
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32798
|
+
border-radius: 5px;
|
|
32799
|
+
transform: rotate(-128deg);
|
|
32800
|
+
transform-origin: top left;
|
|
32801
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32775
32802
|
}
|
|
32776
32803
|
|
|
32777
|
-
.
|
|
32778
|
-
|
|
32804
|
+
.E_l13g0exg {
|
|
32805
|
+
position: absolute;
|
|
32806
|
+
width: 5px;
|
|
32807
|
+
height: 48px;
|
|
32808
|
+
left: 40.8px;
|
|
32809
|
+
top: 8.4px;
|
|
32810
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32811
|
+
border-radius: 5px;
|
|
32812
|
+
transform: rotate(-8deg);
|
|
32813
|
+
transform-origin: top left;
|
|
32814
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32815
|
+
}
|
|
32816
|
+
|
|
32817
|
+
.E_l1exo3h6 {
|
|
32818
|
+
position: absolute;
|
|
32819
|
+
width: 5px;
|
|
32820
|
+
height: 48px;
|
|
32821
|
+
left: 52.9px;
|
|
32822
|
+
top: 51.8px;
|
|
32823
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32824
|
+
border-radius: 5px;
|
|
32825
|
+
transform: rotate(112deg);
|
|
32826
|
+
transform-origin: top left;
|
|
32827
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32779
32828
|
}
|
|
32780
32829
|
|
|
32781
32830
|
.E_s1uupxds {
|
|
@@ -32860,53 +32909,34 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32860
32909
|
background-color: #7E41FF;
|
|
32861
32910
|
}
|
|
32862
32911
|
|
|
32863
|
-
.
|
|
32864
|
-
|
|
32865
|
-
|
|
32912
|
+
.E_t1gz6wqf {
|
|
32913
|
+
height: 100%;
|
|
32914
|
+
}
|
|
32915
|
+
.E_t1gz6wqf .table-loading-item {
|
|
32916
|
+
padding: 12px 4px;
|
|
32917
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32866
32918
|
display: flex;
|
|
32867
|
-
align-items: center;
|
|
32868
|
-
justify-content: center;
|
|
32869
|
-
position: relative;
|
|
32870
|
-
opacity: 0.2;
|
|
32871
32919
|
}
|
|
32872
|
-
|
|
32873
|
-
|
|
32874
|
-
|
|
32875
|
-
|
|
32876
|
-
|
|
32877
|
-
left: 9.33px;
|
|
32878
|
-
top: 40.5px;
|
|
32879
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32880
|
-
border-radius: 5px;
|
|
32881
|
-
transform: rotate(-128deg);
|
|
32882
|
-
transform-origin: top left;
|
|
32883
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32920
|
+
.E_t1gz6wqf .table-loading-item > * {
|
|
32921
|
+
height: 16px;
|
|
32922
|
+
margin: 4px;
|
|
32923
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32924
|
+
border-radius: 2px;
|
|
32884
32925
|
}
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
position: absolute;
|
|
32888
|
-
width: 5px;
|
|
32889
|
-
height: 48px;
|
|
32890
|
-
left: 40.8px;
|
|
32891
|
-
top: 8.4px;
|
|
32892
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32893
|
-
border-radius: 5px;
|
|
32894
|
-
transform: rotate(-8deg);
|
|
32895
|
-
transform-origin: top left;
|
|
32896
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32926
|
+
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32927
|
+
width: 16px;
|
|
32897
32928
|
}
|
|
32898
|
-
|
|
32899
|
-
|
|
32900
|
-
|
|
32901
|
-
|
|
32902
|
-
|
|
32903
|
-
|
|
32904
|
-
|
|
32905
|
-
background:
|
|
32906
|
-
|
|
32907
|
-
|
|
32908
|
-
|
|
32909
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32929
|
+
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
32930
|
+
flex: 1;
|
|
32931
|
+
}
|
|
32932
|
+
.E_t1gz6wqf :nth-child(1) {
|
|
32933
|
+
padding: 8px 4px;
|
|
32934
|
+
}
|
|
32935
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
32936
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32937
|
+
}
|
|
32938
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
32939
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32910
32940
|
}
|
|
32911
32941
|
|
|
32912
32942
|
.E_sq6vos1 {
|
|
@@ -33307,42 +33337,16 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33307
33337
|
background: transparent;
|
|
33308
33338
|
}
|
|
33309
33339
|
|
|
33310
|
-
.E_t1gz6wqf {
|
|
33311
|
-
height: 100%;
|
|
33312
|
-
}
|
|
33313
|
-
.E_t1gz6wqf .table-loading-item {
|
|
33314
|
-
padding: 12px 4px;
|
|
33315
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33316
|
-
display: flex;
|
|
33317
|
-
}
|
|
33318
|
-
.E_t1gz6wqf .table-loading-item > * {
|
|
33319
|
-
height: 16px;
|
|
33320
|
-
margin: 4px;
|
|
33321
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33322
|
-
border-radius: 2px;
|
|
33323
|
-
}
|
|
33324
|
-
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33325
|
-
width: 16px;
|
|
33326
|
-
}
|
|
33327
|
-
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33328
|
-
flex: 1;
|
|
33329
|
-
}
|
|
33330
|
-
.E_t1gz6wqf :nth-child(1) {
|
|
33331
|
-
padding: 8px 4px;
|
|
33332
|
-
}
|
|
33333
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33334
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33335
|
-
}
|
|
33336
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33337
|
-
background: rgba(163, 180, 204, 0.18);
|
|
33338
|
-
}
|
|
33339
|
-
|
|
33340
33340
|
.E_h1ol2wl7 {
|
|
33341
33341
|
font-weight: bold;
|
|
33342
33342
|
background-color: unset;
|
|
33343
33343
|
padding: unset;
|
|
33344
33344
|
}
|
|
33345
33345
|
|
|
33346
|
+
.E_c1k4vanq {
|
|
33347
|
+
padding: 0 12px 14px 12px;
|
|
33348
|
+
}
|
|
33349
|
+
|
|
33346
33350
|
.E_c1kchka8 {
|
|
33347
33351
|
height: 100%;
|
|
33348
33352
|
width: 100%;
|
|
@@ -33820,10 +33824,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33820
33824
|
padding: 0;
|
|
33821
33825
|
}
|
|
33822
33826
|
|
|
33823
|
-
.E_c1k4vanq {
|
|
33824
|
-
padding: 0 12px 14px 12px;
|
|
33825
|
-
}
|
|
33826
|
-
|
|
33827
33827
|
.E_skwah65 {
|
|
33828
33828
|
height: 8px;
|
|
33829
33829
|
box-sizing: border-box;
|
|
@@ -33877,6 +33877,22 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33877
33877
|
margin-right: 2px;
|
|
33878
33878
|
}
|
|
33879
33879
|
|
|
33880
|
+
.E_rrwcpby {
|
|
33881
|
+
display: flex;
|
|
33882
|
+
align-items: center;
|
|
33883
|
+
}
|
|
33884
|
+
.E_rrwcpby .order {
|
|
33885
|
+
height: 24px;
|
|
33886
|
+
width: 24px;
|
|
33887
|
+
border-radius: 20px;
|
|
33888
|
+
color: #0080ff;
|
|
33889
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33890
|
+
display: flex;
|
|
33891
|
+
align-items: center;
|
|
33892
|
+
justify-content: center;
|
|
33893
|
+
margin-right: 6px;
|
|
33894
|
+
}
|
|
33895
|
+
|
|
33880
33896
|
.E_bab9xum {
|
|
33881
33897
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33882
33898
|
}
|
|
@@ -33894,22 +33910,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33894
33910
|
transform: translateY(-4px);
|
|
33895
33911
|
}
|
|
33896
33912
|
|
|
33897
|
-
.E_rrwcpby {
|
|
33898
|
-
display: flex;
|
|
33899
|
-
align-items: center;
|
|
33900
|
-
}
|
|
33901
|
-
.E_rrwcpby .order {
|
|
33902
|
-
height: 24px;
|
|
33903
|
-
width: 24px;
|
|
33904
|
-
border-radius: 20px;
|
|
33905
|
-
color: #0080ff;
|
|
33906
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33907
|
-
display: flex;
|
|
33908
|
-
align-items: center;
|
|
33909
|
-
justify-content: center;
|
|
33910
|
-
margin-right: 6px;
|
|
33911
|
-
}
|
|
33912
|
-
|
|
33913
33913
|
.E_f1p9ti6d {
|
|
33914
33914
|
width: 100%;
|
|
33915
33915
|
margin-bottom: 0 !important;
|
|
@@ -33941,6 +33941,15 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33941
33941
|
min-height: 0px;
|
|
33942
33942
|
}
|
|
33943
33943
|
|
|
33944
|
+
.E_w1xcixj5.outside-tag {
|
|
33945
|
+
padding-left: 0;
|
|
33946
|
+
}
|
|
33947
|
+
.E_w1xcixj5.outside-tag .inside-tag {
|
|
33948
|
+
border-radius: 4px 0 0 4px;
|
|
33949
|
+
padding-right: 4px;
|
|
33950
|
+
margin-right: 4px;
|
|
33951
|
+
}
|
|
33952
|
+
|
|
33944
33953
|
.E_tc40oxa {
|
|
33945
33954
|
margin-bottom: 4px;
|
|
33946
33955
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34184,20 +34193,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34184
34193
|
font-size: inherit;
|
|
34185
34194
|
}
|
|
34186
34195
|
|
|
34187
|
-
.E_iwsze0q {
|
|
34188
|
-
margin-right: 4px;
|
|
34189
|
-
height: 16px;
|
|
34190
|
-
}
|
|
34191
|
-
|
|
34192
|
-
.E_w1xcixj5.outside-tag {
|
|
34193
|
-
padding-left: 0;
|
|
34194
|
-
}
|
|
34195
|
-
.E_w1xcixj5.outside-tag .inside-tag {
|
|
34196
|
-
border-radius: 4px 0 0 4px;
|
|
34197
|
-
padding-right: 4px;
|
|
34198
|
-
margin-right: 4px;
|
|
34199
|
-
}
|
|
34200
|
-
|
|
34201
34196
|
.E_sut42l0 {
|
|
34202
34197
|
padding: 0 8px;
|
|
34203
34198
|
height: 18px;
|
|
@@ -34224,6 +34219,30 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34224
34219
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34225
34220
|
}
|
|
34226
34221
|
|
|
34222
|
+
.E_iwsze0q {
|
|
34223
|
+
margin-right: 4px;
|
|
34224
|
+
height: 16px;
|
|
34225
|
+
}
|
|
34226
|
+
|
|
34227
|
+
.E_feau332.ant-form-item {
|
|
34228
|
+
margin-bottom: 0;
|
|
34229
|
+
}
|
|
34230
|
+
.E_feau332 .ant-form-item-explain {
|
|
34231
|
+
display: none;
|
|
34232
|
+
min-height: 18px;
|
|
34233
|
+
margin-top: 5px;
|
|
34234
|
+
font-family: "Inter";
|
|
34235
|
+
font-weight: 400;
|
|
34236
|
+
font-size: 12px;
|
|
34237
|
+
line-height: 18px;
|
|
34238
|
+
}
|
|
34239
|
+
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34240
|
+
white-space: pre-wrap;
|
|
34241
|
+
}
|
|
34242
|
+
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34243
|
+
display: block;
|
|
34244
|
+
}
|
|
34245
|
+
|
|
34227
34246
|
.E_a6dbbkm .ant-input-number-handler-wrap {
|
|
34228
34247
|
display: var(--a6dbbkm-0);
|
|
34229
34248
|
}
|
|
@@ -34253,23 +34272,4 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34253
34272
|
margin: 0;
|
|
34254
34273
|
height: auto;
|
|
34255
34274
|
font-size: inherit;
|
|
34256
|
-
}
|
|
34257
|
-
|
|
34258
|
-
.E_feau332.ant-form-item {
|
|
34259
|
-
margin-bottom: 0;
|
|
34260
|
-
}
|
|
34261
|
-
.E_feau332 .ant-form-item-explain {
|
|
34262
|
-
display: none;
|
|
34263
|
-
min-height: 18px;
|
|
34264
|
-
margin-top: 5px;
|
|
34265
|
-
font-family: "Inter";
|
|
34266
|
-
font-weight: 400;
|
|
34267
|
-
font-size: 12px;
|
|
34268
|
-
line-height: 18px;
|
|
34269
|
-
}
|
|
34270
|
-
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34271
|
-
white-space: pre-wrap;
|
|
34272
|
-
}
|
|
34273
|
-
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34274
|
-
display: block;
|
|
34275
34275
|
}
|