@cloudtower/eagle 0.27.28 → 0.27.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1600 -1599
- package/dist/eagle/src/utils/type.d.ts +1 -0
- package/dist/{stories → eagle/stories}/changeLng.stories.d.ts +2 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/parrot/src/index.d.ts +4 -0
- package/dist/parrot/src/locales/en-US/index.d.ts +130 -0
- package/dist/parrot/src/locales/index.d.ts +262 -0
- package/dist/parrot/src/locales/zh-CN/index.d.ts +130 -0
- package/dist/parrot/src/parrotI18n.d.ts +8 -0
- package/dist/style.css +1921 -1920
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +1 -0
- package/package.json +6 -7
- /package/dist/{UIKitProvider → eagle/src/UIKitProvider}/UIKitProvider.stories.d.ts +0 -0
- /package/dist/{UIKitProvider → eagle/src/UIKitProvider}/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Alert/Alert.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Alert/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Arch/Arch.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Arch/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Badge/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BaseIcon/BaseIcon.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BaseIcon/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bit/Bit.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bit/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BitPerSecond/BitPerSecond.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/BitPerSecond/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bps/Bps.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Bps/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/Button.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/HoverableElement.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/HoverableElement.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Button/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ButtonGroup/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Byte/Byte.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Byte/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Calendar/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/Card.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/CardBody.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/CardTitle.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/CardWrapper.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/__test__/Card.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Card/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Cascader/cascader.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Cascader/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Checkbox/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Checkbox/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Empty/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ErrorBoundary/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/CustomHeader.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandIcon.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableContainer.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableItem.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableItem.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/ExpandableList.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/RoundOrder.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ExpandableList/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/FailedLoad/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsBoolean/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsBoolean/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTime/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTimeRange/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsDateTimeRange/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsEnum/FieldsEnum.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsEnum/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsEnum/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsFloat/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsFloat/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInt/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInt/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInteger/FieldsInteger.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInteger/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsInteger/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsString/FieldsString.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsString/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsString/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTextArea/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTimePicker/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/FieldsTimePicker/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Fields/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Form/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/FormItem/Form.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/FormItem/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Frequency/Frequency.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Frequency/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/I18nNameTag/I18nNameTag.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/I18nNameTag/__test__/index.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/I18nNameTag/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Icon/Icon.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Icon/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/Input.simple.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/Input.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Input/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputGroup/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputGroup/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputGroup/inputGroup.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputInteger/__test__/unit.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputInteger/formatterInteger.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputInteger/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputNumber/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/InputTagItem/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/KitStoreProvider/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Link/Link.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Link/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Loading/Loading.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Loading/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Loading/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/Metric.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/MetricActions.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/MetricLegend.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/Pointer.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/RenderChart.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/TooltipFormatter.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/metric.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/mockMetric.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/mockMetric2.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/styled.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Metric/type.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Modal/Modal.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Modal/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/ModalStack/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Overflow/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/OverflowTooltip/OverflowTooltip.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/OverflowTooltip/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Pagination/Pagination.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Pagination/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Percent/Percent.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Percent/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Progress/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/Radio.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/RadioButton.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/RadioGroup.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Radio/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SearchInput/SearchInput.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SearchInput/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SearchInput/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Second/Second.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Second/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Select/Select.Simple.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Select/Select.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Select/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SimplePagination/SimplePagination.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SimplePagination/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/SimplePagination/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Space/Space.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Space/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Speed/Speed.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Speed/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/StatusCapsule/StatusCapsule.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/StatusCapsule/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/StatusCapsule/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Steps/Steps.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Steps/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Steps/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Styled/Styled.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Styled/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Switch/Switch.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Switch/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/Table.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/TableWidget.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/common.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Table/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/AddRowButton.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/AffixColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/CheckboxColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/FormItem.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/InputColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/TextColumn.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/Columns/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableForm.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableFormBodyCell.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableFormBodyRows.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/TableFormHeaderCell.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/__test__/tableForm.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/__test__/utils.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/const.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/types.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TableForm/utils.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/SplitTag.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/Tag.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/const.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tag/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TextArea/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Time/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Time/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Time/time.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TimePicker/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TimeZoneSelect/TimeZoneSelect.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/TimeZoneSelect/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/Token.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/__test__/h5_css.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Token/style.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Tooltip/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Truncate/Truncate.stories.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Truncate/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/Typo/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/antd.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message/__tests__/index.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message/style/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message-group/__test__/message-group.test.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message-group/index.d.ts +0 -0
- /package/dist/{components → eagle/src/components}/message-group/message-group.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/AccordionCard/AccordionCard.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/AccordionCard/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/Breadcrumb/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DetailCard/DetailCard.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DetailCard/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DropdownMenu/DropdownMenu.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/DropdownMenu/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/ParrotTrans/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/SegmentControl/SegmentControl.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/SegmentControl/index.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/StepProgress/StepProgress.stories.d.ts +0 -0
- /package/dist/{core → eagle/src/core}/StepProgress/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BarChart/BarChart.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BarChart/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BatchOperation/BatchOperation.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/BatchOperation/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/ChartWithTooltip/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/Counting/Counting.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/Counting/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronCalendar/CronCalendar.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronCalendar/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronPlan/CronPlan.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/CronPlan/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/AbsoluteDate.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/Calendar.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/DateRangePicker.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/DateRangePicker.style.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/InputTime.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/RelativeTime.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/common.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/hooks/useElementIntersectionRatio.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/hooks/useMemoCompare.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DateRangePicker/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DonutChart/DonutChart.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DonutChart/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/DropdownTransition/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/GoBackButton/GoBackButton.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/GoBackButton/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/NamesTooltip/NamesTooltip.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/NamesTooltip/__test__/index.test.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/NamesTooltip/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SidebarSubtitle/SidebarSubtitle.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SidebarSubtitle/__test__/index.test.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SidebarSubtitle/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SortableList/SortableList.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SortableList/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SummaryTable/SummaryTable.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SummaryTable/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SwitchWithText/SwitchWithText.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SwitchWithText/__tests__/h5_css.test.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/SwitchWithText/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/TabMenu/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/TruncatedTextWithTooltip/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/UnitWithChart/UnitWithChart.stories.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/UnitWithChart/index.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/common/getCalendarTitle.d.ts +0 -0
- /package/dist/{coreX → eagle/src/coreX}/index.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/index.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/useElementResize.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/useElementsSize.d.ts +0 -0
- /package/dist/{hooks → eagle/src/hooks}/useParrotTranslation.d.ts +0 -0
- /package/dist/{index.d.ts → eagle/src/index.d.ts} +0 -0
- /package/dist/{spec → eagle/src/spec}/base.d.ts +0 -0
- /package/dist/{spec → eagle/src/spec}/index.d.ts +0 -0
- /package/dist/{spec → eagle/src/spec}/react-final-form.d.ts +0 -0
- /package/dist/{spec → eagle/src/spec}/type.d.ts +0 -0
- /package/dist/{store → eagle/src/store}/chart.d.ts +0 -0
- /package/dist/{store → eagle/src/store}/index.d.ts +0 -0
- /package/dist/{store → eagle/src/store}/modal.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/compute.spec.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/cron-time.spec.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/time.spec.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/__test__/tower.test.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/compute.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/constants.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/cron-time.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/dom.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/formatValue.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/icon.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/index.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/isEmpty.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/testSuit.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/time.d.ts +0 -0
- /package/dist/{utils → eagle/src/utils}/tower.d.ts +0 -0
- /package/dist/{stories → eagle/stories/components}/Stack.d.ts +0 -0
- /package/dist/{stories → eagle/stories/components}/Story.d.ts +0 -0
- /package/dist/{stories → eagle/stories/components}/index.d.ts +0 -0
- /package/dist/{stories → eagle/stories}/icons-react.stories.d.ts +0 -0
- /package/dist/{stories → eagle/stories}/menu.stories.d.ts +0 -0
package/dist/style.css
CHANGED
|
@@ -29584,22 +29584,19 @@ html body {
|
|
|
29584
29584
|
margin-right: 4px;
|
|
29585
29585
|
}
|
|
29586
29586
|
|
|
29587
|
-
.
|
|
29588
|
-
|
|
29589
|
-
|
|
29590
|
-
|
|
29591
|
-
|
|
29592
|
-
|
|
29593
|
-
align-items: center;
|
|
29587
|
+
.fde5mpd {
|
|
29588
|
+
width: 100%;
|
|
29589
|
+
height: 100%;
|
|
29590
|
+
min-height: 124px;
|
|
29591
|
+
display: flex;
|
|
29592
|
+
flex-direction: column;
|
|
29594
29593
|
justify-content: center;
|
|
29594
|
+
align-items: center;
|
|
29595
29595
|
}
|
|
29596
|
-
.
|
|
29597
|
-
|
|
29598
|
-
margin-
|
|
29599
|
-
|
|
29600
|
-
.i1mrf09m.is-rotate img,
|
|
29601
|
-
.i1mrf09m.is-rotate svg {
|
|
29602
|
-
animation: rotate 680ms linear infinite;
|
|
29596
|
+
.fde5mpd .error-text {
|
|
29597
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29598
|
+
margin-bottom: 16px;
|
|
29599
|
+
font-size: 18px;
|
|
29603
29600
|
}
|
|
29604
29601
|
|
|
29605
29602
|
.buj61ew.ant-btn-icon-only {
|
|
@@ -29852,6 +29849,24 @@ html body {
|
|
|
29852
29849
|
padding: 0;
|
|
29853
29850
|
}
|
|
29854
29851
|
|
|
29852
|
+
.i1mrf09m {
|
|
29853
|
+
display: inline-flex;
|
|
29854
|
+
align-items: center;
|
|
29855
|
+
}
|
|
29856
|
+
.i1mrf09m .icon-inner {
|
|
29857
|
+
display: inline-flex;
|
|
29858
|
+
align-items: center;
|
|
29859
|
+
justify-content: center;
|
|
29860
|
+
}
|
|
29861
|
+
.i1mrf09m .icon-inner + span,
|
|
29862
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29863
|
+
margin-left: 4px;
|
|
29864
|
+
}
|
|
29865
|
+
.i1mrf09m.is-rotate img,
|
|
29866
|
+
.i1mrf09m.is-rotate svg {
|
|
29867
|
+
animation: rotate 680ms linear infinite;
|
|
29868
|
+
}
|
|
29869
|
+
|
|
29855
29870
|
.bpq0js6 {
|
|
29856
29871
|
padding: 4px 11px;
|
|
29857
29872
|
}
|
|
@@ -29881,1890 +29896,1875 @@ html body {
|
|
|
29881
29896
|
border-radius: unset;
|
|
29882
29897
|
}
|
|
29883
29898
|
|
|
29884
|
-
.
|
|
29885
|
-
|
|
29886
|
-
height: 100%;
|
|
29887
|
-
min-height: 124px;
|
|
29888
|
-
display: flex;
|
|
29889
|
-
flex-direction: column;
|
|
29890
|
-
justify-content: center;
|
|
29891
|
-
align-items: center;
|
|
29899
|
+
.obf05yr {
|
|
29900
|
+
display: inline-block;
|
|
29892
29901
|
}
|
|
29893
|
-
|
|
29894
|
-
|
|
29895
|
-
|
|
29896
|
-
|
|
29902
|
+
|
|
29903
|
+
.hsms1n6 {
|
|
29904
|
+
visibility: hidden;
|
|
29905
|
+
position: absolute;
|
|
29897
29906
|
}
|
|
29898
29907
|
|
|
29899
|
-
.
|
|
29900
|
-
display: inline-
|
|
29901
|
-
align-items: baseline;
|
|
29902
|
-
white-space: pre-wrap;
|
|
29908
|
+
.i1e4sgug {
|
|
29909
|
+
display: inline-block;
|
|
29903
29910
|
}
|
|
29904
|
-
|
|
29905
|
-
|
|
29906
|
-
|
|
29911
|
+
|
|
29912
|
+
.d6j0lbj {
|
|
29913
|
+
font-family: Inter;
|
|
29914
|
+
font-style: normal;
|
|
29915
|
+
font-weight: bold;
|
|
29916
|
+
font-size: 32px;
|
|
29917
|
+
line-height: 40px;
|
|
29907
29918
|
}
|
|
29908
|
-
|
|
29909
|
-
|
|
29919
|
+
|
|
29920
|
+
.d1xhvvxe {
|
|
29921
|
+
font-family: Inter;
|
|
29922
|
+
font-style: normal;
|
|
29923
|
+
font-weight: bold;
|
|
29924
|
+
font-size: 24px;
|
|
29925
|
+
line-height: 32px;
|
|
29910
29926
|
}
|
|
29911
|
-
|
|
29912
|
-
|
|
29927
|
+
|
|
29928
|
+
.dk10mxq {
|
|
29929
|
+
font-family: Inter;
|
|
29930
|
+
font-style: normal;
|
|
29931
|
+
font-weight: normal;
|
|
29932
|
+
font-size: 32px;
|
|
29933
|
+
line-height: 40px;
|
|
29913
29934
|
}
|
|
29914
|
-
|
|
29915
|
-
|
|
29916
|
-
|
|
29935
|
+
|
|
29936
|
+
.dxsait {
|
|
29937
|
+
font-family: Inter;
|
|
29938
|
+
font-style: normal;
|
|
29939
|
+
font-weight: bold;
|
|
29940
|
+
font-size: 20px;
|
|
29941
|
+
line-height: 24px;
|
|
29917
29942
|
}
|
|
29918
|
-
|
|
29919
|
-
|
|
29920
|
-
|
|
29921
|
-
|
|
29922
|
-
|
|
29923
|
-
|
|
29943
|
+
|
|
29944
|
+
.dokn0h3 {
|
|
29945
|
+
font-family: Inter;
|
|
29946
|
+
font-style: normal;
|
|
29947
|
+
font-weight: normal;
|
|
29948
|
+
font-size: 20px;
|
|
29949
|
+
line-height: 24px;
|
|
29924
29950
|
}
|
|
29925
|
-
|
|
29926
|
-
|
|
29951
|
+
|
|
29952
|
+
.dobau4p {
|
|
29953
|
+
font-family: Inter;
|
|
29954
|
+
font-style: normal;
|
|
29955
|
+
font-weight: bold;
|
|
29956
|
+
font-size: 18px;
|
|
29957
|
+
line-height: 22px;
|
|
29927
29958
|
}
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29959
|
+
|
|
29960
|
+
.dvolwok {
|
|
29961
|
+
font-family: Inter;
|
|
29962
|
+
font-style: normal;
|
|
29963
|
+
font-weight: normal;
|
|
29964
|
+
font-size: 18px;
|
|
29965
|
+
line-height: 22px;
|
|
29931
29966
|
}
|
|
29932
|
-
|
|
29933
|
-
|
|
29967
|
+
|
|
29968
|
+
.h181qhg4 {
|
|
29969
|
+
font-family: Inter;
|
|
29970
|
+
font-style: normal;
|
|
29971
|
+
font-weight: bold;
|
|
29972
|
+
font-size: 16px;
|
|
29973
|
+
line-height: 22px;
|
|
29934
29974
|
}
|
|
29935
|
-
|
|
29936
|
-
|
|
29937
|
-
|
|
29975
|
+
|
|
29976
|
+
.h1phgmcq {
|
|
29977
|
+
font-family: Inter;
|
|
29978
|
+
font-style: normal;
|
|
29979
|
+
font-weight: normal;
|
|
29980
|
+
font-size: 16px;
|
|
29981
|
+
line-height: 22px;
|
|
29938
29982
|
}
|
|
29939
|
-
|
|
29940
|
-
|
|
29983
|
+
|
|
29984
|
+
.h173xnl1 {
|
|
29985
|
+
font-family: Inter;
|
|
29986
|
+
font-style: normal;
|
|
29987
|
+
font-weight: bold;
|
|
29988
|
+
font-size: 14px;
|
|
29989
|
+
line-height: 20px;
|
|
29941
29990
|
}
|
|
29942
|
-
|
|
29943
|
-
|
|
29944
|
-
|
|
29945
|
-
|
|
29991
|
+
|
|
29992
|
+
.hedm4pz {
|
|
29993
|
+
font-family: Inter;
|
|
29994
|
+
font-style: normal;
|
|
29995
|
+
font-weight: normal;
|
|
29996
|
+
font-size: 14px;
|
|
29997
|
+
line-height: 20px;
|
|
29946
29998
|
}
|
|
29947
|
-
|
|
29948
|
-
|
|
29949
|
-
|
|
29950
|
-
|
|
29999
|
+
|
|
30000
|
+
.h1kd8xld {
|
|
30001
|
+
font-family: Inter;
|
|
30002
|
+
font-style: normal;
|
|
30003
|
+
font-weight: bold;
|
|
30004
|
+
font-size: 12px;
|
|
30005
|
+
line-height: 18px;
|
|
29951
30006
|
}
|
|
29952
|
-
|
|
29953
|
-
|
|
30007
|
+
|
|
30008
|
+
.hp14fr {
|
|
30009
|
+
font-family: Inter;
|
|
30010
|
+
font-style: normal;
|
|
30011
|
+
font-weight: normal;
|
|
30012
|
+
font-size: 12px;
|
|
30013
|
+
line-height: 18px;
|
|
29954
30014
|
}
|
|
29955
30015
|
|
|
29956
|
-
.
|
|
29957
|
-
|
|
30016
|
+
.hgrg7mn {
|
|
30017
|
+
font-family: Inter;
|
|
30018
|
+
font-style: normal;
|
|
30019
|
+
font-weight: bold;
|
|
30020
|
+
text-transform: uppercase;
|
|
30021
|
+
font-feature-settings: "cpsp" on;
|
|
30022
|
+
font-size: 12px;
|
|
30023
|
+
line-height: 18px;
|
|
29958
30024
|
}
|
|
29959
|
-
|
|
29960
|
-
|
|
30025
|
+
|
|
30026
|
+
.h6zme9x {
|
|
30027
|
+
font-family: Inter;
|
|
30028
|
+
font-style: normal;
|
|
30029
|
+
font-weight: normal;
|
|
30030
|
+
text-transform: uppercase;
|
|
30031
|
+
font-feature-settings: "cpsp" on;
|
|
30032
|
+
font-size: 12px;
|
|
30033
|
+
line-height: 18px;
|
|
29961
30034
|
}
|
|
29962
30035
|
|
|
29963
|
-
.
|
|
29964
|
-
|
|
29965
|
-
|
|
30036
|
+
.locjvsv {
|
|
30037
|
+
font-family: Inter;
|
|
30038
|
+
font-style: normal;
|
|
30039
|
+
font-weight: normal;
|
|
30040
|
+
font-size: 16px;
|
|
30041
|
+
line-height: 24px;
|
|
29966
30042
|
}
|
|
29967
|
-
|
|
29968
|
-
|
|
30043
|
+
|
|
30044
|
+
.l13gi131 {
|
|
30045
|
+
font-family: Inter;
|
|
30046
|
+
font-style: normal;
|
|
30047
|
+
font-weight: bold;
|
|
30048
|
+
font-size: 16px;
|
|
30049
|
+
line-height: 24px;
|
|
29969
30050
|
}
|
|
29970
|
-
|
|
29971
|
-
|
|
29972
|
-
|
|
29973
|
-
|
|
30051
|
+
|
|
30052
|
+
.l1ynemsu {
|
|
30053
|
+
font-family: Inter;
|
|
30054
|
+
font-style: normal;
|
|
30055
|
+
font-weight: normal;
|
|
30056
|
+
font-size: 16px;
|
|
30057
|
+
line-height: 24px;
|
|
29974
30058
|
}
|
|
29975
|
-
|
|
29976
|
-
|
|
30059
|
+
|
|
30060
|
+
.l1cft1cx {
|
|
30061
|
+
font-family: Inter;
|
|
30062
|
+
font-style: normal;
|
|
30063
|
+
font-weight: bold;
|
|
30064
|
+
font-size: 16px;
|
|
30065
|
+
line-height: 24px;
|
|
29977
30066
|
}
|
|
29978
|
-
|
|
29979
|
-
|
|
29980
|
-
|
|
29981
|
-
|
|
30067
|
+
|
|
30068
|
+
.l17tqc8p {
|
|
30069
|
+
font-family: Inter;
|
|
30070
|
+
font-style: normal;
|
|
30071
|
+
font-weight: normal;
|
|
30072
|
+
text-transform: uppercase;
|
|
30073
|
+
font-feature-settings: "cpsp" on;
|
|
30074
|
+
font-size: 16px;
|
|
30075
|
+
line-height: 24px;
|
|
29982
30076
|
}
|
|
29983
|
-
|
|
29984
|
-
|
|
30077
|
+
|
|
30078
|
+
.l1j1e5w7 {
|
|
30079
|
+
font-family: Inter;
|
|
30080
|
+
font-style: normal;
|
|
30081
|
+
font-weight: bold;
|
|
30082
|
+
text-transform: uppercase;
|
|
30083
|
+
font-feature-settings: "cpsp" on;
|
|
30084
|
+
font-size: 16px;
|
|
30085
|
+
line-height: 24px;
|
|
29985
30086
|
}
|
|
29986
|
-
|
|
29987
|
-
|
|
30087
|
+
|
|
30088
|
+
.l1gf91jb {
|
|
30089
|
+
font-family: Inter;
|
|
30090
|
+
font-style: normal;
|
|
30091
|
+
font-weight: normal;
|
|
30092
|
+
font-size: 14px;
|
|
30093
|
+
line-height: 22px;
|
|
29988
30094
|
}
|
|
29989
|
-
|
|
29990
|
-
|
|
29991
|
-
|
|
30095
|
+
|
|
30096
|
+
.lu7hlr6 {
|
|
30097
|
+
font-family: Inter;
|
|
30098
|
+
font-style: normal;
|
|
30099
|
+
font-weight: 500;
|
|
30100
|
+
font-size: 14px;
|
|
30101
|
+
line-height: 22px;
|
|
29992
30102
|
}
|
|
29993
|
-
|
|
29994
|
-
|
|
30103
|
+
|
|
30104
|
+
.l3l3jf0 {
|
|
30105
|
+
font-family: Inter;
|
|
30106
|
+
font-style: normal;
|
|
30107
|
+
font-weight: bold;
|
|
30108
|
+
font-size: 14px;
|
|
30109
|
+
line-height: 22px;
|
|
29995
30110
|
}
|
|
29996
|
-
|
|
29997
|
-
|
|
30111
|
+
|
|
30112
|
+
.l12j5nqp {
|
|
30113
|
+
font-family: Inter;
|
|
30114
|
+
font-style: normal;
|
|
30115
|
+
font-weight: normal;
|
|
30116
|
+
font-size: 14px;
|
|
30117
|
+
line-height: 22px;
|
|
29998
30118
|
}
|
|
29999
|
-
|
|
30000
|
-
|
|
30119
|
+
|
|
30120
|
+
.l1tecqht {
|
|
30121
|
+
font-family: Inter;
|
|
30122
|
+
font-style: normal;
|
|
30123
|
+
font-weight: bold;
|
|
30124
|
+
font-size: 14px;
|
|
30125
|
+
line-height: 22px;
|
|
30001
30126
|
}
|
|
30002
|
-
|
|
30003
|
-
|
|
30004
|
-
|
|
30005
|
-
|
|
30127
|
+
|
|
30128
|
+
.l6sa990 {
|
|
30129
|
+
font-family: Inter;
|
|
30130
|
+
font-style: normal;
|
|
30131
|
+
font-weight: normal;
|
|
30132
|
+
text-transform: uppercase;
|
|
30133
|
+
font-feature-settings: "cpsp" on;
|
|
30134
|
+
font-size: 14px;
|
|
30135
|
+
line-height: 22px;
|
|
30006
30136
|
}
|
|
30007
|
-
|
|
30008
|
-
|
|
30009
|
-
|
|
30137
|
+
|
|
30138
|
+
.lckqe8j {
|
|
30139
|
+
font-family: Inter;
|
|
30140
|
+
font-style: normal;
|
|
30141
|
+
font-weight: bold;
|
|
30142
|
+
text-transform: uppercase;
|
|
30143
|
+
font-feature-settings: "cpsp" on;
|
|
30144
|
+
font-size: 14px;
|
|
30145
|
+
line-height: 22px;
|
|
30010
30146
|
}
|
|
30011
|
-
|
|
30012
|
-
|
|
30013
|
-
|
|
30014
|
-
|
|
30147
|
+
|
|
30148
|
+
.l1kuminb {
|
|
30149
|
+
font-family: Inter;
|
|
30150
|
+
font-style: normal;
|
|
30151
|
+
font-weight: normal;
|
|
30152
|
+
font-size: 13px;
|
|
30153
|
+
line-height: 20px;
|
|
30015
30154
|
}
|
|
30016
|
-
|
|
30017
|
-
|
|
30018
|
-
|
|
30019
|
-
|
|
30020
|
-
|
|
30021
|
-
|
|
30022
|
-
|
|
30155
|
+
|
|
30156
|
+
.l1pbuf5j {
|
|
30157
|
+
font-family: Inter;
|
|
30158
|
+
font-style: normal;
|
|
30159
|
+
font-weight: 600;
|
|
30160
|
+
font-size: 13px;
|
|
30161
|
+
line-height: 20px;
|
|
30023
30162
|
}
|
|
30024
|
-
|
|
30025
|
-
|
|
30163
|
+
|
|
30164
|
+
.l1r4ztu {
|
|
30165
|
+
font-family: Inter;
|
|
30166
|
+
font-style: normal;
|
|
30167
|
+
font-weight: bold;
|
|
30168
|
+
font-size: 13px;
|
|
30169
|
+
line-height: 20px;
|
|
30026
30170
|
}
|
|
30027
|
-
|
|
30028
|
-
|
|
30029
|
-
|
|
30030
|
-
|
|
30171
|
+
|
|
30172
|
+
.ly8vzok {
|
|
30173
|
+
font-family: Inter;
|
|
30174
|
+
font-style: normal;
|
|
30175
|
+
font-weight: normal;
|
|
30176
|
+
font-size: 13px;
|
|
30177
|
+
line-height: 20px;
|
|
30031
30178
|
}
|
|
30032
|
-
|
|
30033
|
-
|
|
30179
|
+
|
|
30180
|
+
.lumfmf {
|
|
30181
|
+
font-family: Inter;
|
|
30182
|
+
font-style: normal;
|
|
30183
|
+
font-weight: 600;
|
|
30184
|
+
font-size: 13px;
|
|
30185
|
+
line-height: 20px;
|
|
30034
30186
|
}
|
|
30035
|
-
|
|
30036
|
-
|
|
30187
|
+
|
|
30188
|
+
.l16ujwmv {
|
|
30189
|
+
font-family: Inter;
|
|
30190
|
+
font-style: normal;
|
|
30191
|
+
font-weight: bold;
|
|
30192
|
+
font-size: 13px;
|
|
30193
|
+
line-height: 20px;
|
|
30037
30194
|
}
|
|
30038
|
-
|
|
30039
|
-
|
|
30040
|
-
|
|
30041
|
-
|
|
30042
|
-
|
|
30195
|
+
|
|
30196
|
+
.l17o1ffr {
|
|
30197
|
+
font-family: Inter;
|
|
30198
|
+
font-style: normal;
|
|
30199
|
+
font-weight: normal;
|
|
30200
|
+
text-transform: uppercase;
|
|
30201
|
+
font-feature-settings: "cpsp" on;
|
|
30202
|
+
font-size: 13px;
|
|
30203
|
+
line-height: 20px;
|
|
30043
30204
|
}
|
|
30044
30205
|
|
|
30045
|
-
.
|
|
30046
|
-
|
|
30206
|
+
.lngllvn {
|
|
30207
|
+
font-family: Inter;
|
|
30208
|
+
font-style: normal;
|
|
30209
|
+
font-weight: bold;
|
|
30210
|
+
text-transform: uppercase;
|
|
30211
|
+
font-feature-settings: "cpsp" on;
|
|
30212
|
+
font-size: 13px;
|
|
30213
|
+
line-height: 20px;
|
|
30047
30214
|
}
|
|
30048
30215
|
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
|
|
30216
|
+
.l2i7fo9 {
|
|
30217
|
+
font-family: Inter;
|
|
30218
|
+
font-style: normal;
|
|
30219
|
+
font-weight: normal;
|
|
30220
|
+
font-size: 12px;
|
|
30221
|
+
line-height: 18px;
|
|
30052
30222
|
}
|
|
30053
30223
|
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30056
|
-
|
|
30224
|
+
.l1x7hscx {
|
|
30225
|
+
font-family: Inter;
|
|
30226
|
+
font-style: normal;
|
|
30227
|
+
font-weight: 500;
|
|
30228
|
+
font-size: 12px;
|
|
30229
|
+
line-height: 18px;
|
|
30057
30230
|
}
|
|
30058
30231
|
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30061
|
-
|
|
30062
|
-
|
|
30063
|
-
|
|
30232
|
+
.le1jwan {
|
|
30233
|
+
font-family: Inter;
|
|
30234
|
+
font-style: normal;
|
|
30235
|
+
font-weight: bold;
|
|
30236
|
+
font-size: 12px;
|
|
30237
|
+
line-height: 18px;
|
|
30064
30238
|
}
|
|
30065
30239
|
|
|
30066
|
-
.
|
|
30067
|
-
|
|
30068
|
-
|
|
30069
|
-
|
|
30070
|
-
|
|
30240
|
+
.lyxynfj {
|
|
30241
|
+
font-family: Inter;
|
|
30242
|
+
font-style: normal;
|
|
30243
|
+
font-weight: normal;
|
|
30244
|
+
font-size: 12px;
|
|
30245
|
+
line-height: 18px;
|
|
30071
30246
|
}
|
|
30072
|
-
|
|
30073
|
-
.
|
|
30074
|
-
|
|
30075
|
-
|
|
30076
|
-
|
|
30247
|
+
|
|
30248
|
+
.lpb2nxv {
|
|
30249
|
+
font-family: Inter;
|
|
30250
|
+
font-style: normal;
|
|
30251
|
+
font-weight: 500;
|
|
30252
|
+
font-size: 12px;
|
|
30253
|
+
line-height: 18px;
|
|
30077
30254
|
}
|
|
30078
|
-
|
|
30079
|
-
|
|
30080
|
-
|
|
30081
|
-
|
|
30255
|
+
|
|
30256
|
+
.l1r8o3vv {
|
|
30257
|
+
font-family: Inter;
|
|
30258
|
+
font-style: normal;
|
|
30259
|
+
font-weight: bold;
|
|
30260
|
+
font-size: 12px;
|
|
30261
|
+
line-height: 18px;
|
|
30082
30262
|
}
|
|
30083
|
-
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
|
|
30088
|
-
|
|
30089
|
-
|
|
30090
|
-
|
|
30091
|
-
|
|
30092
|
-
.w1vvwdlp .middle .form-base-field {
|
|
30093
|
-
width: 100%;
|
|
30094
|
-
}
|
|
30095
|
-
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30096
|
-
width: auto;
|
|
30263
|
+
|
|
30264
|
+
.lemnjy2 {
|
|
30265
|
+
font-family: Inter;
|
|
30266
|
+
font-style: normal;
|
|
30267
|
+
font-weight: normal;
|
|
30268
|
+
text-transform: uppercase;
|
|
30269
|
+
font-feature-settings: "cpsp" on;
|
|
30270
|
+
font-size: 12px;
|
|
30271
|
+
line-height: 18px;
|
|
30097
30272
|
}
|
|
30098
30273
|
|
|
30099
|
-
.
|
|
30100
|
-
|
|
30101
|
-
|
|
30102
|
-
|
|
30274
|
+
.lrc42gb {
|
|
30275
|
+
font-family: Inter;
|
|
30276
|
+
font-style: normal;
|
|
30277
|
+
font-weight: bold;
|
|
30278
|
+
text-transform: uppercase;
|
|
30279
|
+
font-feature-settings: "cpsp" on;
|
|
30280
|
+
font-size: 12px;
|
|
30281
|
+
line-height: 18px;
|
|
30103
30282
|
}
|
|
30104
|
-
|
|
30105
|
-
|
|
30283
|
+
|
|
30284
|
+
.fqaz4mb {
|
|
30285
|
+
font-family: Inter;
|
|
30286
|
+
font-style: normal;
|
|
30287
|
+
font-weight: normal;
|
|
30288
|
+
font-size: 13px;
|
|
30289
|
+
line-height: 20px;
|
|
30106
30290
|
}
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
|
|
30112
|
-
|
|
30291
|
+
|
|
30292
|
+
.f13we5o {
|
|
30293
|
+
font-family: Inter;
|
|
30294
|
+
font-style: normal;
|
|
30295
|
+
font-weight: normal;
|
|
30296
|
+
font-size: 13px;
|
|
30297
|
+
line-height: 20px;
|
|
30113
30298
|
}
|
|
30114
|
-
|
|
30115
|
-
|
|
30299
|
+
|
|
30300
|
+
.ffmjua2 {
|
|
30301
|
+
font-family: Inter;
|
|
30302
|
+
font-style: normal;
|
|
30303
|
+
font-weight: normal;
|
|
30304
|
+
font-size: 12px;
|
|
30305
|
+
line-height: 18px;
|
|
30116
30306
|
}
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
|
|
30307
|
+
|
|
30308
|
+
.fz2mxw0 {
|
|
30309
|
+
font-family: Inter;
|
|
30310
|
+
font-style: normal;
|
|
30311
|
+
font-weight: normal;
|
|
30312
|
+
font-size: 12px;
|
|
30313
|
+
line-height: 18px;
|
|
30120
30314
|
}
|
|
30121
|
-
|
|
30122
|
-
|
|
30123
|
-
|
|
30315
|
+
|
|
30316
|
+
.t1ertzoh {
|
|
30317
|
+
font-family: Inter;
|
|
30318
|
+
font-style: normal;
|
|
30319
|
+
font-weight: normal;
|
|
30320
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30321
|
+
font-size: 13px;
|
|
30322
|
+
line-height: 20px;
|
|
30124
30323
|
}
|
|
30125
30324
|
|
|
30126
|
-
.
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
|
|
30325
|
+
.t19bge8r {
|
|
30326
|
+
font-family: Inter;
|
|
30327
|
+
font-style: normal;
|
|
30328
|
+
font-weight: normal;
|
|
30329
|
+
font-feature-settings: "zero" on;
|
|
30330
|
+
font-size: 13px;
|
|
30331
|
+
line-height: 20px;
|
|
30130
30332
|
}
|
|
30131
|
-
|
|
30132
|
-
|
|
30333
|
+
|
|
30334
|
+
.tjrzfyl {
|
|
30335
|
+
font-family: Inter;
|
|
30336
|
+
font-style: normal;
|
|
30337
|
+
font-weight: normal;
|
|
30338
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30339
|
+
font-size: 12px;
|
|
30340
|
+
line-height: 18px;
|
|
30133
30341
|
}
|
|
30134
|
-
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
|
|
30342
|
+
|
|
30343
|
+
.tm6s7bo {
|
|
30344
|
+
font-family: Inter;
|
|
30345
|
+
font-style: normal;
|
|
30346
|
+
font-weight: 500;
|
|
30347
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30348
|
+
font-size: 12px;
|
|
30349
|
+
line-height: 18px;
|
|
30140
30350
|
}
|
|
30141
|
-
|
|
30142
|
-
|
|
30351
|
+
|
|
30352
|
+
.t19zq6ic {
|
|
30353
|
+
font-family: Inter;
|
|
30354
|
+
font-style: normal;
|
|
30355
|
+
font-weight: normal;
|
|
30356
|
+
font-feature-settings: "zero" on;
|
|
30357
|
+
font-size: 12px;
|
|
30358
|
+
line-height: 18px;
|
|
30143
30359
|
}
|
|
30144
|
-
|
|
30145
|
-
|
|
30146
|
-
|
|
30360
|
+
|
|
30361
|
+
.t1gduru8 {
|
|
30362
|
+
font-family: Inter;
|
|
30363
|
+
font-style: normal;
|
|
30364
|
+
font-weight: 500;
|
|
30365
|
+
font-feature-settings: "zero" on;
|
|
30366
|
+
font-size: 12px;
|
|
30367
|
+
line-height: 18px;
|
|
30147
30368
|
}
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
|
|
30369
|
+
|
|
30370
|
+
.t55raab {
|
|
30371
|
+
font-family: Inter;
|
|
30372
|
+
font-style: normal;
|
|
30373
|
+
font-weight: bold;
|
|
30374
|
+
font-feature-settings: "zero" on;
|
|
30375
|
+
font-size: 16px;
|
|
30376
|
+
line-height: 24px;
|
|
30151
30377
|
}
|
|
30152
30378
|
|
|
30153
|
-
.
|
|
30154
|
-
|
|
30379
|
+
.u1w9abfe {
|
|
30380
|
+
font-family: Inter;
|
|
30381
|
+
font-style: normal;
|
|
30382
|
+
font-weight: normal;
|
|
30383
|
+
font-size: 10px;
|
|
30384
|
+
line-height: 12px;
|
|
30155
30385
|
}
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
30386
|
+
|
|
30387
|
+
.p12gwtiw {
|
|
30388
|
+
display: flex;
|
|
30389
|
+
justify-content: space-between;
|
|
30390
|
+
align-items: center;
|
|
30391
|
+
padding: 10px 0;
|
|
30159
30392
|
color: rgba(44, 56, 82, 0.6);
|
|
30393
|
+
font-size: 12px;
|
|
30394
|
+
line-height: 24px;
|
|
30160
30395
|
}
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30163
|
-
line-height: 20px;
|
|
30164
|
-
color: #2d3a56;
|
|
30165
|
-
margin-bottom: 12px;
|
|
30396
|
+
.p12gwtiw .pagination-left {
|
|
30397
|
+
padding: 2px 8px;
|
|
30166
30398
|
}
|
|
30167
|
-
.
|
|
30168
|
-
|
|
30399
|
+
.p12gwtiw .dropdown-trigger {
|
|
30400
|
+
display: flex;
|
|
30401
|
+
align-items: center;
|
|
30402
|
+
border-radius: 6px;
|
|
30403
|
+
cursor: pointer;
|
|
30404
|
+
transition: all 0.3s ease;
|
|
30169
30405
|
}
|
|
30170
|
-
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30173
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30174
|
-
margin-bottom: 16px;
|
|
30406
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30407
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30408
|
+
color: #0080ff;
|
|
30175
30409
|
}
|
|
30176
|
-
|
|
30177
|
-
|
|
30410
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30411
|
+
margin-left: 4px;
|
|
30412
|
+
}
|
|
30413
|
+
.p12gwtiw .pagination-right {
|
|
30178
30414
|
display: flex;
|
|
30179
30415
|
align-items: center;
|
|
30180
|
-
|
|
30416
|
+
color: #0080ff;
|
|
30417
|
+
font-weight: bold;
|
|
30181
30418
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30419
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30420
|
+
margin-left: 4px;
|
|
30184
30421
|
}
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30422
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30423
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30424
|
+
padding: 0 8px;
|
|
30187
30425
|
}
|
|
30188
|
-
.
|
|
30189
|
-
|
|
30426
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30427
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30428
|
+
color: #0080ff;
|
|
30190
30429
|
}
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
color: #e75a3a;
|
|
30194
|
-
margin-right: 10px;
|
|
30430
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30431
|
+
transform: rotate(180deg);
|
|
30195
30432
|
}
|
|
30196
30433
|
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30199
|
-
|
|
30200
|
-
|
|
30201
|
-
|
|
30434
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30435
|
+
max-height: calc(100vh - 128px);
|
|
30436
|
+
overflow-y: auto;
|
|
30437
|
+
}
|
|
30438
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30439
|
+
padding: 4px 20px;
|
|
30440
|
+
font-size: 12px;
|
|
30441
|
+
line-height: 18px;
|
|
30202
30442
|
}
|
|
30203
30443
|
|
|
30204
|
-
.
|
|
30205
|
-
display: flex;
|
|
30206
|
-
justify-content: center;
|
|
30207
|
-
align-items: center;
|
|
30444
|
+
.t1upn1sz {
|
|
30208
30445
|
height: 100%;
|
|
30209
30446
|
}
|
|
30210
30447
|
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
width: 4px;
|
|
30214
|
-
height: 4px;
|
|
30215
|
-
background: #8e9aa9;
|
|
30216
|
-
opacity: 0.4;
|
|
30217
|
-
border-radius: 50%;
|
|
30218
|
-
margin: 0 4px;
|
|
30448
|
+
.tta5kd2 {
|
|
30449
|
+
height: 100%;
|
|
30219
30450
|
}
|
|
30220
|
-
|
|
30221
|
-
|
|
30222
|
-
|
|
30223
|
-
width: 648px;
|
|
30224
|
-
margin: 0 auto;
|
|
30451
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30452
|
+
overflow: visible !important;
|
|
30453
|
+
height: 100%;
|
|
30225
30454
|
}
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30228
|
-
border: none;
|
|
30455
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30456
|
+
height: 100%;
|
|
30229
30457
|
}
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30458
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30459
|
+
width: 100% !important;
|
|
30460
|
+
height: 100%;
|
|
30232
30461
|
}
|
|
30233
|
-
.
|
|
30234
|
-
padding:
|
|
30462
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30463
|
+
padding: 15px 0;
|
|
30235
30464
|
}
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30465
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30466
|
+
display: none;
|
|
30238
30467
|
}
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
font-size: 12px;
|
|
30242
|
-
line-height: 18px;
|
|
30243
|
-
font-weight: bold;
|
|
30244
|
-
color: #fff;
|
|
30245
|
-
padding: 0 4px;
|
|
30246
|
-
border-radius: 4px;
|
|
30247
|
-
display: inline-block;
|
|
30248
|
-
background: var(--ti7fpyu-0);
|
|
30468
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30469
|
+
font-weight: 700;
|
|
30249
30470
|
}
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30471
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30472
|
+
font-weight: 700;
|
|
30252
30473
|
}
|
|
30253
|
-
|
|
30254
|
-
.f1rest1f {
|
|
30255
|
-
width: 100%;
|
|
30474
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30256
30475
|
height: 100%;
|
|
30257
|
-
display: flex;
|
|
30258
|
-
align-items: center;
|
|
30259
|
-
justify-content: center;
|
|
30260
|
-
}
|
|
30261
|
-
|
|
30262
|
-
.n1kbdoln {
|
|
30263
|
-
font-size: 90%;
|
|
30264
|
-
font-weight: bold;
|
|
30265
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30266
|
-
padding: 1px 4px 1px;
|
|
30267
|
-
margin-left: 2px;
|
|
30268
|
-
margin-right: 2px;
|
|
30269
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30270
|
-
border-radius: 4px;
|
|
30271
30476
|
}
|
|
30272
|
-
|
|
30273
|
-
|
|
30274
|
-
|
|
30477
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30478
|
+
height: 100%;
|
|
30479
|
+
overflow: visible;
|
|
30275
30480
|
}
|
|
30276
|
-
.
|
|
30277
|
-
|
|
30481
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30482
|
+
max-height: none;
|
|
30278
30483
|
}
|
|
30279
|
-
.
|
|
30280
|
-
|
|
30484
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30485
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30486
|
+
display: none;
|
|
30281
30487
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30488
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30489
|
+
background: transparent;
|
|
30284
30490
|
}
|
|
30285
|
-
.
|
|
30286
|
-
|
|
30491
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30492
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
30493
|
+
background: #fff;
|
|
30494
|
+
padding: 0 !important;
|
|
30287
30495
|
}
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30496
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30497
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30290
30498
|
display: flex;
|
|
30499
|
+
align-items: center;
|
|
30500
|
+
height: 100%;
|
|
30501
|
+
padding: 8px;
|
|
30291
30502
|
}
|
|
30292
|
-
.
|
|
30293
|
-
|
|
30503
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30504
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30505
|
+
overflow: hidden;
|
|
30506
|
+
text-overflow: ellipsis;
|
|
30294
30507
|
width: 100%;
|
|
30295
|
-
padding: 14px;
|
|
30296
|
-
background: #f2f4f6;
|
|
30297
|
-
font-size: 13px;
|
|
30298
|
-
line-height: 1.8;
|
|
30299
|
-
color: #8e9aa9;
|
|
30300
|
-
}
|
|
30301
|
-
.f1y3gta0 .form-item-label {
|
|
30302
|
-
padding-right: 12px;
|
|
30303
|
-
font-size: 13px;
|
|
30304
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30305
|
-
}
|
|
30306
|
-
.f1y3gta0 .form-item-label.label-right {
|
|
30307
|
-
text-align: right;
|
|
30308
30508
|
}
|
|
30309
|
-
.
|
|
30310
|
-
|
|
30311
|
-
line-height: 32px;
|
|
30312
|
-
}
|
|
30313
|
-
.f1y3gta0 .form-item-control .form-item-error {
|
|
30314
|
-
line-height: 18px;
|
|
30509
|
+
.tta5kd2 .ant-table-container {
|
|
30510
|
+
height: 100%;
|
|
30315
30511
|
}
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30512
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30513
|
+
box-shadow: none !important;
|
|
30318
30514
|
}
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30515
|
+
.tta5kd2 .ant-table {
|
|
30516
|
+
border-radius: 0px;
|
|
30517
|
+
border-left: none;
|
|
30518
|
+
border-right: none;
|
|
30519
|
+
border-bottom: none;
|
|
30520
|
+
height: 100%;
|
|
30521
|
+
font-size: 12px;
|
|
30522
|
+
background: transparent;
|
|
30321
30523
|
}
|
|
30322
|
-
.
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30524
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
30525
|
+
position: relative;
|
|
30526
|
+
z-index: 3;
|
|
30527
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30528
|
+
margin-bottom: -1px;
|
|
30326
30529
|
}
|
|
30327
|
-
.
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
overflow: auto;
|
|
30530
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30531
|
+
.tta5kd2 .ant-table .value {
|
|
30532
|
+
color: #2d3a56;
|
|
30331
30533
|
}
|
|
30332
|
-
.
|
|
30333
|
-
.
|
|
30334
|
-
|
|
30335
|
-
color: #e75a3a;
|
|
30534
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30535
|
+
.tta5kd2 .ant-table .unit {
|
|
30536
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30336
30537
|
}
|
|
30337
|
-
|
|
30338
|
-
|
|
30339
|
-
|
|
30340
|
-
font-weight: bold;
|
|
30341
|
-
padding-bottom: 6px;
|
|
30342
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30343
|
-
margin-bottom: 16px;
|
|
30538
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
30539
|
+
position: unset;
|
|
30540
|
+
text-align: center;
|
|
30344
30541
|
}
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30542
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30543
|
+
background: #fff;
|
|
30347
30544
|
}
|
|
30348
|
-
|
|
30349
|
-
.e5fsw5s {
|
|
30350
|
-
width: 8px;
|
|
30351
|
-
height: 24px;
|
|
30352
|
-
display: flex;
|
|
30353
|
-
justify-content: center;
|
|
30354
|
-
align-items: center;
|
|
30545
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
30355
30546
|
cursor: pointer;
|
|
30356
|
-
|
|
30547
|
+
position: absolute;
|
|
30548
|
+
top: 50%;
|
|
30549
|
+
right: 12px;
|
|
30550
|
+
transform: translateY(-50%);
|
|
30357
30551
|
}
|
|
30358
|
-
.
|
|
30359
|
-
|
|
30552
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30553
|
+
box-shadow: none;
|
|
30360
30554
|
width: 1px;
|
|
30361
|
-
|
|
30362
|
-
border-radius: 1px;
|
|
30363
|
-
background: #ccd4e3;
|
|
30364
|
-
position: relative;
|
|
30365
|
-
right: 2px;
|
|
30366
|
-
transform: rotate(-45deg);
|
|
30555
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30367
30556
|
}
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30370
|
-
|
|
30557
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30558
|
+
box-shadow: none;
|
|
30559
|
+
width: 1px;
|
|
30560
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30371
30561
|
}
|
|
30372
|
-
|
|
30373
|
-
|
|
30374
|
-
border: 0;
|
|
30375
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30376
|
-
border-radius: 6px;
|
|
30562
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
30563
|
+
position: relative;
|
|
30377
30564
|
}
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30380
|
-
|
|
30565
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30566
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30567
|
+
border-bottom: 1px solid white;
|
|
30568
|
+
height: 40px;
|
|
30569
|
+
vertical-align: middle;
|
|
30570
|
+
transition: background 0ms;
|
|
30571
|
+
color: #00122e;
|
|
30381
30572
|
}
|
|
30382
|
-
.
|
|
30383
|
-
|
|
30384
|
-
border-bottom-color: #
|
|
30573
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30574
|
+
background: #f2f5fa;
|
|
30575
|
+
border-bottom-color: #f2f5fa;
|
|
30385
30576
|
}
|
|
30386
|
-
|
|
30387
|
-
|
|
30388
|
-
|
|
30389
|
-
flex-direction: row;
|
|
30390
|
-
padding: 7px 12px;
|
|
30391
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30392
|
-
border-radius: 6px;
|
|
30393
|
-
color: #e07f00;
|
|
30577
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30578
|
+
height: auto;
|
|
30579
|
+
color: #00122e;
|
|
30394
30580
|
font-size: 12px;
|
|
30395
|
-
|
|
30581
|
+
text-align: left;
|
|
30582
|
+
transition: none;
|
|
30583
|
+
overflow: hidden;
|
|
30584
|
+
text-overflow: ellipsis;
|
|
30585
|
+
white-space: nowrap;
|
|
30396
30586
|
}
|
|
30397
|
-
.
|
|
30398
|
-
|
|
30399
|
-
height: 18px;
|
|
30587
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30588
|
+
color: #0096ff;
|
|
30400
30589
|
}
|
|
30401
|
-
|
|
30402
|
-
|
|
30403
|
-
|
|
30404
|
-
|
|
30405
|
-
|
|
30406
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30407
|
-
border-radius: 6px;
|
|
30408
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30409
|
-
font-size: 12px;
|
|
30410
|
-
line-height: 18px;
|
|
30590
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30591
|
+
overflow: hidden;
|
|
30592
|
+
text-overflow: ellipsis;
|
|
30593
|
+
width: 100%;
|
|
30594
|
+
vertical-align: middle;
|
|
30411
30595
|
}
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30414
|
-
height: 18px;
|
|
30596
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30597
|
+
line-height: 0px;
|
|
30415
30598
|
}
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
display: flex;
|
|
30419
|
-
flex-direction: row;
|
|
30420
|
-
padding: 7px 12px;
|
|
30421
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30422
|
-
border-radius: 6px;
|
|
30423
|
-
color: #005ed1;
|
|
30424
|
-
font-size: 12px;
|
|
30425
|
-
line-height: 18px;
|
|
30426
|
-
}
|
|
30427
|
-
.i16ozz3f .icon-wrapper {
|
|
30428
|
-
margin-right: 10px;
|
|
30429
|
-
height: 18px;
|
|
30599
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30600
|
+
padding-right: 25px;
|
|
30430
30601
|
}
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30434
|
-
margin-top: 5px;
|
|
30435
|
-
font-size: 12px;
|
|
30436
|
-
line-height: 18px;
|
|
30602
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30603
|
+
border-top-color: transparent;
|
|
30437
30604
|
}
|
|
30438
|
-
|
|
30439
|
-
.
|
|
30440
|
-
color:
|
|
30441
|
-
font-size: 12px;
|
|
30442
|
-
white-space: pre-wrap;
|
|
30605
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30606
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30607
|
+
border-color: transparent transparent white;
|
|
30443
30608
|
}
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
display: flex;
|
|
30447
|
-
align-items: center;
|
|
30448
|
-
justify-content: flex-end;
|
|
30609
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30610
|
+
border-radius: 8px 0 0 8px;
|
|
30449
30611
|
}
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30612
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30613
|
+
border-radius: 8px 0 0 8px;
|
|
30452
30614
|
}
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
|
|
30615
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30616
|
+
content: "";
|
|
30617
|
+
width: 4px;
|
|
30618
|
+
top: -1px;
|
|
30619
|
+
bottom: -1px;
|
|
30620
|
+
background: white;
|
|
30456
30621
|
}
|
|
30457
|
-
|
|
30458
|
-
|
|
30459
|
-
padding: 5px 12px;
|
|
30460
|
-
line-height: 20px;
|
|
30461
|
-
color: #2d3a56;
|
|
30462
|
-
border-radius: 6px;
|
|
30463
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30464
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30622
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30623
|
+
border-radius: 0 8px 8px 0;
|
|
30465
30624
|
}
|
|
30466
|
-
.
|
|
30467
|
-
|
|
30468
|
-
|
|
30625
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30626
|
+
border-radius: 0;
|
|
30627
|
+
background: white;
|
|
30628
|
+
border-top: none;
|
|
30469
30629
|
}
|
|
30470
|
-
.
|
|
30471
|
-
|
|
30472
|
-
|
|
30630
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30631
|
+
border-top: 1px solid transparent;
|
|
30632
|
+
border-radius: 0 8px 8px 0;
|
|
30633
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30473
30634
|
}
|
|
30474
|
-
.
|
|
30475
|
-
|
|
30476
|
-
|
|
30477
|
-
z-index: 1;
|
|
30635
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30636
|
+
background: white;
|
|
30637
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30478
30638
|
}
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30481
|
-
|
|
30482
|
-
|
|
30639
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30640
|
+
display: flex;
|
|
30641
|
+
align-items: center;
|
|
30642
|
+
height: 100%;
|
|
30643
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30483
30644
|
}
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
|
|
30645
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30646
|
+
background: white;
|
|
30647
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30487
30648
|
}
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30490
|
-
|
|
30649
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30650
|
+
display: flex;
|
|
30651
|
+
align-items: center;
|
|
30652
|
+
height: 100%;
|
|
30653
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30491
30654
|
}
|
|
30492
|
-
.
|
|
30493
|
-
border-
|
|
30494
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30655
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30656
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30495
30657
|
}
|
|
30496
|
-
.
|
|
30497
|
-
|
|
30498
|
-
|
|
30499
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30658
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30659
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30660
|
+
border-radius: 8px;
|
|
30500
30661
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30503
|
-
border-radius: 6px;
|
|
30504
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30505
|
-
line-height: 20px;
|
|
30506
|
-
color: #2d3a56;
|
|
30507
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30662
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30663
|
+
border-top-color: white;
|
|
30508
30664
|
}
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
color:
|
|
30665
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30666
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30667
|
+
border-bottom-color: transparent;
|
|
30668
|
+
border-top-color: transparent;
|
|
30512
30669
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
line-height: 22px;
|
|
30670
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30671
|
+
border-radius: 8px 0 0 8px;
|
|
30516
30672
|
}
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30519
|
-
line-height: 18px;
|
|
30673
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30674
|
+
border-radius: 0 8px 8px 0;
|
|
30520
30675
|
}
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30523
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30676
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30677
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30524
30678
|
}
|
|
30525
|
-
.
|
|
30526
|
-
|
|
30527
|
-
|
|
30679
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30680
|
+
background: #fff;
|
|
30681
|
+
font-weight: 400;
|
|
30682
|
+
position: relative;
|
|
30683
|
+
border-bottom: none;
|
|
30684
|
+
color: #00122e;
|
|
30685
|
+
transition: none;
|
|
30686
|
+
padding: 15px 8px 15px 8px;
|
|
30528
30687
|
}
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30688
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30689
|
+
content: "";
|
|
30690
|
+
width: 1px;
|
|
30691
|
+
top: 0;
|
|
30692
|
+
bottom: 0;
|
|
30693
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30694
|
+
position: absolute;
|
|
30695
|
+
right: 0;
|
|
30531
30696
|
}
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30697
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30698
|
+
padding: unset;
|
|
30534
30699
|
}
|
|
30535
|
-
.
|
|
30536
|
-
|
|
30537
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30700
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30701
|
+
display: none;
|
|
30538
30702
|
}
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30541
|
-
|
|
30703
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30704
|
+
width: 100%;
|
|
30705
|
+
overflow: hidden;
|
|
30706
|
+
white-space: nowrap;
|
|
30707
|
+
text-overflow: ellipsis;
|
|
30542
30708
|
}
|
|
30543
|
-
.
|
|
30544
|
-
|
|
30545
|
-
|
|
30546
|
-
|
|
30709
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
30710
|
+
overflow: hidden;
|
|
30711
|
+
text-overflow: ellipsis;
|
|
30712
|
+
flex: 1;
|
|
30547
30713
|
}
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
transition-delay: 50ms;
|
|
30714
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30715
|
+
padding: 15px 25px 15px 8px;
|
|
30551
30716
|
}
|
|
30552
|
-
|
|
30553
|
-
|
|
30554
|
-
height: 40px;
|
|
30717
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30718
|
+
padding: 0;
|
|
30555
30719
|
}
|
|
30556
|
-
|
|
30557
|
-
|
|
30720
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
30721
|
+
position: absolute;
|
|
30722
|
+
right: 6px;
|
|
30723
|
+
top: 50%;
|
|
30724
|
+
transform: translateY(-50%);
|
|
30725
|
+
height: 16px;
|
|
30726
|
+
display: none;
|
|
30727
|
+
transition: transform 320ms ease;
|
|
30558
30728
|
}
|
|
30559
|
-
|
|
30560
|
-
|
|
30561
|
-
|
|
30729
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30730
|
+
display: block;
|
|
30731
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
30562
30732
|
}
|
|
30563
|
-
|
|
30564
|
-
|
|
30733
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30734
|
+
display: block;
|
|
30565
30735
|
}
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
height: 24px;
|
|
30736
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
30737
|
+
display: none;
|
|
30569
30738
|
}
|
|
30570
|
-
|
|
30571
|
-
|
|
30739
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
30740
|
+
transform: translateY(-50%);
|
|
30572
30741
|
}
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30576
|
-
border-radius: 4px;
|
|
30742
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
30743
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
30577
30744
|
}
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30580
|
-
padding: 6px;
|
|
30581
|
-
height: 32px;
|
|
30582
|
-
cursor: pointer;
|
|
30583
|
-
transition: border 150ms;
|
|
30745
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
30746
|
+
background: #f2f5fa;
|
|
30584
30747
|
}
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30587
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30748
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
30749
|
+
display: block;
|
|
30588
30750
|
}
|
|
30589
|
-
.
|
|
30590
|
-
padding-right:
|
|
30751
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
30752
|
+
padding-right: 25px;
|
|
30591
30753
|
}
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30754
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
30755
|
+
padding: 0 !important;
|
|
30594
30756
|
}
|
|
30595
|
-
.
|
|
30596
|
-
display: flex;
|
|
30597
|
-
}
|
|
30598
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
30757
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
30599
30758
|
position: absolute;
|
|
30600
|
-
|
|
30759
|
+
left: 50%;
|
|
30601
30760
|
top: 50%;
|
|
30602
|
-
transform:
|
|
30603
|
-
}
|
|
30604
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30605
|
-
color: rgba(0, 0, 0, 0.25);
|
|
30606
|
-
font-size: 12px;
|
|
30607
|
-
cursor: pointer;
|
|
30608
|
-
}
|
|
30609
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30610
|
-
color: rgba(0, 0, 0, 0.45);
|
|
30761
|
+
transform: translate(-50%, -50%);
|
|
30611
30762
|
}
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
overflow: hidden;
|
|
30763
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
30764
|
+
display: none;
|
|
30615
30765
|
}
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
top: 50%;
|
|
30619
|
-
transform: translateY(-50%);
|
|
30620
|
-
left: -16px;
|
|
30621
|
-
transition: left 150ms ease;
|
|
30622
|
-
opacity: 0;
|
|
30766
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
30767
|
+
background: #fff;
|
|
30623
30768
|
}
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
opacity: 1;
|
|
30769
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
30770
|
+
background: inherit;
|
|
30627
30771
|
}
|
|
30628
|
-
.
|
|
30629
|
-
|
|
30630
|
-
|
|
30772
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
30773
|
+
position: static;
|
|
30774
|
+
border: none;
|
|
30775
|
+
background: inherit !important;
|
|
30776
|
+
height: 100px;
|
|
30777
|
+
vertical-align: middle;
|
|
30631
30778
|
}
|
|
30632
|
-
.
|
|
30633
|
-
|
|
30779
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
30780
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30781
|
+
font-weight: bold;
|
|
30782
|
+
font-size: 20px;
|
|
30783
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30634
30784
|
}
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30785
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
30786
|
+
padding: 0 !important;
|
|
30787
|
+
position: relative;
|
|
30788
|
+
background: #fff;
|
|
30639
30789
|
}
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
|
|
30643
|
-
|
|
30790
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
30791
|
+
height: 100%;
|
|
30792
|
+
display: flex;
|
|
30793
|
+
align-items: center;
|
|
30794
|
+
justify-content: flex-end;
|
|
30795
|
+
padding-right: 8px;
|
|
30644
30796
|
}
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
|
|
30648
|
-
|
|
30797
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
30798
|
+
width: 24px;
|
|
30799
|
+
height: 24px;
|
|
30800
|
+
cursor: pointer;
|
|
30801
|
+
justify-content: center;
|
|
30802
|
+
border-radius: 4px;
|
|
30649
30803
|
}
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
border-top-left-radius: 0;
|
|
30653
|
-
border-bottom-left-radius: 0;
|
|
30804
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
30805
|
+
background: #fff;
|
|
30654
30806
|
}
|
|
30655
30807
|
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
border-bottom-right-radius: 0;
|
|
30808
|
+
.s1fc623g {
|
|
30809
|
+
width: 430px !important;
|
|
30659
30810
|
}
|
|
30660
30811
|
|
|
30661
|
-
.
|
|
30662
|
-
|
|
30663
|
-
|
|
30812
|
+
.da3mx0o .ant-select-item-group {
|
|
30813
|
+
padding: 8px 16px;
|
|
30814
|
+
line-height: 18px;
|
|
30815
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30816
|
+
height: 34px;
|
|
30817
|
+
min-height: 34px;
|
|
30818
|
+
box-sizing: border-box;
|
|
30819
|
+
margin-top: 8px;
|
|
30664
30820
|
}
|
|
30665
30821
|
|
|
30666
|
-
.
|
|
30822
|
+
.onr9gzt {
|
|
30667
30823
|
display: flex;
|
|
30668
30824
|
flex-direction: column;
|
|
30825
|
+
margin: 1px 8px;
|
|
30826
|
+
padding: 8px;
|
|
30827
|
+
border-radius: 4px;
|
|
30669
30828
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30829
|
+
.onr9gzt .selected-icon {
|
|
30830
|
+
display: none;
|
|
30672
30831
|
}
|
|
30673
|
-
.
|
|
30674
|
-
|
|
30832
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30833
|
+
padding-left: 8px;
|
|
30675
30834
|
}
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30835
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30836
|
+
background-color: white;
|
|
30678
30837
|
}
|
|
30679
|
-
.
|
|
30680
|
-
|
|
30838
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30839
|
+
color: #0080ff;
|
|
30681
30840
|
}
|
|
30682
|
-
|
|
30683
|
-
|
|
30684
|
-
font-size: 14px;
|
|
30685
|
-
font-weight: 500;
|
|
30686
|
-
color: #3e4652;
|
|
30687
|
-
line-height: 18px;
|
|
30841
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30842
|
+
display: block;
|
|
30688
30843
|
}
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30844
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30845
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30691
30846
|
}
|
|
30692
|
-
.
|
|
30693
|
-
|
|
30847
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30848
|
+
color: #0080ff;
|
|
30849
|
+
}
|
|
30850
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30851
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30852
|
+
color: #0080ff;
|
|
30694
30853
|
}
|
|
30695
30854
|
|
|
30696
|
-
.
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30855
|
+
.oiy0apc {
|
|
30856
|
+
display: flex;
|
|
30857
|
+
justify-content: space-between;
|
|
30858
|
+
height: 20px;
|
|
30859
|
+
line-height: 20px;
|
|
30860
|
+
}
|
|
30861
|
+
.oiy0apc .timezone-title {
|
|
30862
|
+
color: #2d3a56;
|
|
30863
|
+
overflow: hidden;
|
|
30864
|
+
text-overflow: ellipsis;
|
|
30700
30865
|
}
|
|
30701
30866
|
|
|
30702
|
-
.
|
|
30867
|
+
.of4y382 {
|
|
30868
|
+
display: flex;
|
|
30869
|
+
justify-content: space-between;
|
|
30870
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30871
|
+
height: 18px;
|
|
30703
30872
|
line-height: 18px;
|
|
30704
|
-
|
|
30705
|
-
margin-top: 0;
|
|
30706
|
-
white-space: initial;
|
|
30873
|
+
margin-top: 2px;
|
|
30707
30874
|
}
|
|
30708
30875
|
|
|
30709
|
-
.
|
|
30710
|
-
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
font-size: 14px;
|
|
30714
|
-
font-weight: 500;
|
|
30715
|
-
line-height: 32px;
|
|
30716
|
-
color: #3e4652;
|
|
30876
|
+
.t19903l9 {
|
|
30877
|
+
border: none;
|
|
30878
|
+
margin-right: 0;
|
|
30879
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30717
30880
|
}
|
|
30718
30881
|
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30721
|
-
|
|
30722
|
-
|
|
30723
|
-
|
|
30724
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30725
|
-
font-size: 12px;
|
|
30882
|
+
.ohwbvxu {
|
|
30883
|
+
pointer-events: none;
|
|
30884
|
+
height: 32px;
|
|
30885
|
+
width: 100%;
|
|
30886
|
+
opacity: 0;
|
|
30726
30887
|
}
|
|
30727
|
-
|
|
30728
|
-
|
|
30888
|
+
|
|
30889
|
+
.cz04yix {
|
|
30729
30890
|
display: flex;
|
|
30730
|
-
|
|
30731
|
-
word-break: break-all;
|
|
30891
|
+
flex-direction: column;
|
|
30732
30892
|
}
|
|
30733
30893
|
|
|
30734
|
-
.
|
|
30735
|
-
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
|
|
30894
|
+
.m1if5j39 {
|
|
30895
|
+
max-width: 1120px;
|
|
30896
|
+
width: 100%;
|
|
30897
|
+
margin: 0 auto;
|
|
30898
|
+
height: 100%;
|
|
30739
30899
|
}
|
|
30740
|
-
|
|
30741
|
-
|
|
30900
|
+
|
|
30901
|
+
.w1vvwdlp {
|
|
30902
|
+
max-width: 1120px;
|
|
30903
|
+
width: 100%;
|
|
30904
|
+
margin: 0 auto;
|
|
30905
|
+
display: flex;
|
|
30742
30906
|
}
|
|
30743
|
-
.
|
|
30744
|
-
|
|
30745
|
-
|
|
30907
|
+
.w1vvwdlp .left,
|
|
30908
|
+
.w1vvwdlp .right {
|
|
30909
|
+
flex-grow: 0;
|
|
30910
|
+
flex-shrink: 0;
|
|
30911
|
+
flex-basis: 21%;
|
|
30746
30912
|
}
|
|
30747
|
-
.
|
|
30748
|
-
|
|
30749
|
-
|
|
30913
|
+
.w1vvwdlp .left {
|
|
30914
|
+
display: flex;
|
|
30915
|
+
justify-content: flex-end;
|
|
30916
|
+
padding-right: 44px;
|
|
30750
30917
|
}
|
|
30751
|
-
.
|
|
30752
|
-
|
|
30753
|
-
width: 20px;
|
|
30918
|
+
.w1vvwdlp .right {
|
|
30919
|
+
padding-left: 44px;
|
|
30754
30920
|
}
|
|
30755
|
-
.
|
|
30756
|
-
|
|
30757
|
-
|
|
30921
|
+
.w1vvwdlp .middle {
|
|
30922
|
+
margin-bottom: 40px;
|
|
30923
|
+
flex-grow: 0;
|
|
30924
|
+
flex-shrink: 0;
|
|
30925
|
+
flex-basis: 58%;
|
|
30758
30926
|
}
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
width: 14px;
|
|
30762
|
-
top: 1px;
|
|
30763
|
-
left: 1px;
|
|
30927
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30928
|
+
width: 100%;
|
|
30764
30929
|
}
|
|
30765
|
-
.
|
|
30766
|
-
|
|
30767
|
-
width: 28px;
|
|
30930
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30931
|
+
width: auto;
|
|
30768
30932
|
}
|
|
30769
|
-
|
|
30770
|
-
|
|
30933
|
+
|
|
30934
|
+
.h1cuopx7 .ant-modal-header {
|
|
30935
|
+
margin: 0 auto;
|
|
30936
|
+
width: 100%;
|
|
30937
|
+
max-width: 648px;
|
|
30771
30938
|
}
|
|
30772
|
-
.
|
|
30773
|
-
|
|
30939
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30940
|
+
margin-left: 0;
|
|
30774
30941
|
}
|
|
30775
|
-
.
|
|
30776
|
-
|
|
30942
|
+
.h1cuopx7 .ant-modal-body {
|
|
30943
|
+
margin: 0 auto;
|
|
30944
|
+
padding: 0;
|
|
30945
|
+
width: 100%;
|
|
30946
|
+
max-width: 648px;
|
|
30947
|
+
overflow: hidden;
|
|
30777
30948
|
}
|
|
30778
|
-
.
|
|
30779
|
-
|
|
30949
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30950
|
+
margin-bottom: 40px;
|
|
30780
30951
|
}
|
|
30781
|
-
.
|
|
30782
|
-
|
|
30952
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30953
|
+
height: calc(100vh - 225px);
|
|
30954
|
+
overflow-y: auto;
|
|
30783
30955
|
}
|
|
30784
|
-
|
|
30785
|
-
|
|
30786
|
-
|
|
30956
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30957
|
+
margin: 0 auto;
|
|
30958
|
+
max-width: 648px;
|
|
30787
30959
|
}
|
|
30788
30960
|
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30961
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30962
|
+
margin: 0 auto;
|
|
30963
|
+
width: 100%;
|
|
30964
|
+
max-width: 1024px;
|
|
30791
30965
|
}
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
height: 100%;
|
|
30966
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30967
|
+
margin-left: 0;
|
|
30795
30968
|
}
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30798
|
-
|
|
30969
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30970
|
+
margin: 0 auto;
|
|
30971
|
+
padding: 0;
|
|
30972
|
+
width: 100%;
|
|
30973
|
+
max-width: 1024px;
|
|
30974
|
+
overflow: hidden;
|
|
30799
30975
|
}
|
|
30800
|
-
.
|
|
30801
|
-
|
|
30976
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30977
|
+
margin-bottom: 40px;
|
|
30802
30978
|
}
|
|
30803
|
-
.
|
|
30804
|
-
|
|
30805
|
-
|
|
30979
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30980
|
+
height: calc(100vh - 225px);
|
|
30981
|
+
overflow-y: auto;
|
|
30806
30982
|
}
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30983
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30984
|
+
margin: 0 auto;
|
|
30985
|
+
max-width: 1024px;
|
|
30809
30986
|
}
|
|
30810
|
-
|
|
30811
|
-
|
|
30987
|
+
|
|
30988
|
+
.fxgckuk {
|
|
30989
|
+
flex: 1;
|
|
30812
30990
|
}
|
|
30813
|
-
.
|
|
30814
|
-
font-
|
|
30991
|
+
.fxgckuk label {
|
|
30992
|
+
font-size: 13px;
|
|
30993
|
+
line-height: 20px;
|
|
30994
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30815
30995
|
}
|
|
30816
|
-
.
|
|
30817
|
-
font-
|
|
30996
|
+
.fxgckuk .title {
|
|
30997
|
+
font-size: 14px;
|
|
30998
|
+
line-height: 20px;
|
|
30999
|
+
color: #2d3a56;
|
|
31000
|
+
margin-bottom: 12px;
|
|
30818
31001
|
}
|
|
30819
|
-
.
|
|
30820
|
-
|
|
31002
|
+
.fxgckuk.connect-cluster .title {
|
|
31003
|
+
padding-bottom: 26px;
|
|
30821
31004
|
}
|
|
30822
|
-
|
|
30823
|
-
|
|
30824
|
-
|
|
31005
|
+
|
|
31006
|
+
.f1d0vek1 {
|
|
31007
|
+
padding: 25px 0 15px 0;
|
|
31008
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31009
|
+
margin-bottom: 16px;
|
|
30825
31010
|
}
|
|
30826
|
-
|
|
30827
|
-
|
|
31011
|
+
|
|
31012
|
+
.f4u402y {
|
|
31013
|
+
display: flex;
|
|
31014
|
+
align-items: center;
|
|
31015
|
+
margin-bottom: 8px;
|
|
30828
31016
|
}
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30831
|
-
display: none;
|
|
31017
|
+
.f4u402y > label {
|
|
31018
|
+
width: 216px;
|
|
30832
31019
|
}
|
|
30833
|
-
.
|
|
30834
|
-
|
|
31020
|
+
.f4u402y > label + * {
|
|
31021
|
+
width: 100%;
|
|
30835
31022
|
}
|
|
30836
|
-
.
|
|
30837
|
-
|
|
30838
|
-
background: #fff;
|
|
30839
|
-
padding: 0 !important;
|
|
31023
|
+
.f4u402y .ant-select {
|
|
31024
|
+
width: 100%;
|
|
30840
31025
|
}
|
|
30841
|
-
|
|
30842
|
-
.
|
|
31026
|
+
|
|
31027
|
+
.e1pldf6v {
|
|
31028
|
+
color: #e75a3a;
|
|
31029
|
+
margin-right: 10px;
|
|
31030
|
+
}
|
|
31031
|
+
|
|
31032
|
+
.dq0gblh {
|
|
31033
|
+
width: 100%;
|
|
31034
|
+
height: 1px;
|
|
31035
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31036
|
+
margin: 24px 0;
|
|
31037
|
+
}
|
|
31038
|
+
|
|
31039
|
+
.l1v7sr0n {
|
|
30843
31040
|
display: flex;
|
|
31041
|
+
justify-content: center;
|
|
30844
31042
|
align-items: center;
|
|
30845
31043
|
height: 100%;
|
|
30846
|
-
padding: 8px;
|
|
30847
31044
|
}
|
|
30848
|
-
|
|
30849
|
-
.
|
|
30850
|
-
|
|
30851
|
-
|
|
30852
|
-
|
|
31045
|
+
|
|
31046
|
+
.d1i4ou6o {
|
|
31047
|
+
display: inline-block;
|
|
31048
|
+
width: 4px;
|
|
31049
|
+
height: 4px;
|
|
31050
|
+
background: #8e9aa9;
|
|
31051
|
+
opacity: 0.4;
|
|
31052
|
+
border-radius: 50%;
|
|
31053
|
+
margin: 0 4px;
|
|
30853
31054
|
}
|
|
30854
|
-
|
|
30855
|
-
|
|
31055
|
+
|
|
31056
|
+
.m1jy87hk .ant-modal-header,
|
|
31057
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
31058
|
+
width: 648px;
|
|
31059
|
+
margin: 0 auto;
|
|
30856
31060
|
}
|
|
30857
|
-
.
|
|
30858
|
-
|
|
31061
|
+
.m1jy87hk .ant-modal-header {
|
|
31062
|
+
padding: 35px 0 24px;
|
|
31063
|
+
border: none;
|
|
30859
31064
|
}
|
|
30860
|
-
.
|
|
30861
|
-
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
|
|
31065
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
31066
|
+
font-size: 30px;
|
|
31067
|
+
}
|
|
31068
|
+
.m1jy87hk .ant-modal-body {
|
|
31069
|
+
padding: 4px 0 2px;
|
|
31070
|
+
}
|
|
31071
|
+
.m1jy87hk .ant-modal-footer {
|
|
31072
|
+
border: none;
|
|
31073
|
+
}
|
|
31074
|
+
|
|
31075
|
+
.ti7fpyu {
|
|
30866
31076
|
font-size: 12px;
|
|
30867
|
-
|
|
31077
|
+
line-height: 18px;
|
|
31078
|
+
font-weight: bold;
|
|
31079
|
+
color: #fff;
|
|
31080
|
+
padding: 0 4px;
|
|
31081
|
+
border-radius: 4px;
|
|
31082
|
+
display: inline-block;
|
|
31083
|
+
background: var(--ti7fpyu-0);
|
|
30868
31084
|
}
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30871
|
-
z-index: 3;
|
|
30872
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30873
|
-
margin-bottom: -1px;
|
|
31085
|
+
.ti7fpyu:not(:first-child) {
|
|
31086
|
+
margin-left: 4px;
|
|
30874
31087
|
}
|
|
30875
|
-
|
|
30876
|
-
.
|
|
30877
|
-
|
|
31088
|
+
|
|
31089
|
+
.f1rest1f {
|
|
31090
|
+
width: 100%;
|
|
31091
|
+
height: 100%;
|
|
31092
|
+
display: flex;
|
|
31093
|
+
align-items: center;
|
|
31094
|
+
justify-content: center;
|
|
30878
31095
|
}
|
|
30879
|
-
|
|
30880
|
-
.
|
|
30881
|
-
|
|
31096
|
+
|
|
31097
|
+
.n1kbdoln {
|
|
31098
|
+
font-size: 90%;
|
|
31099
|
+
font-weight: bold;
|
|
31100
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31101
|
+
padding: 1px 4px 1px;
|
|
31102
|
+
margin-left: 2px;
|
|
31103
|
+
margin-right: 2px;
|
|
31104
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31105
|
+
border-radius: 4px;
|
|
30882
31106
|
}
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
|
|
31107
|
+
|
|
31108
|
+
.f1y3gta0.form-item-general {
|
|
31109
|
+
width: 640px;
|
|
30886
31110
|
}
|
|
30887
|
-
.
|
|
30888
|
-
|
|
31111
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
31112
|
+
margin-top: 16px;
|
|
30889
31113
|
}
|
|
30890
|
-
.
|
|
30891
|
-
|
|
30892
|
-
position: absolute;
|
|
30893
|
-
top: 50%;
|
|
30894
|
-
right: 12px;
|
|
30895
|
-
transform: translateY(-50%);
|
|
31114
|
+
.f1y3gta0.form-item-compact {
|
|
31115
|
+
width: 412px;
|
|
30896
31116
|
}
|
|
30897
|
-
.
|
|
30898
|
-
|
|
30899
|
-
width: 1px;
|
|
30900
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31117
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
31118
|
+
margin-top: 8px;
|
|
30901
31119
|
}
|
|
30902
|
-
.
|
|
30903
|
-
|
|
30904
|
-
width: 1px;
|
|
30905
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31120
|
+
.f1y3gta0 .form-item {
|
|
31121
|
+
width: auto;
|
|
30906
31122
|
}
|
|
30907
|
-
.
|
|
31123
|
+
.f1y3gta0 .form-item-main {
|
|
30908
31124
|
position: relative;
|
|
31125
|
+
display: flex;
|
|
30909
31126
|
}
|
|
30910
|
-
.
|
|
30911
|
-
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
|
|
30916
|
-
|
|
31127
|
+
.f1y3gta0 .form-item-extra {
|
|
31128
|
+
margin-top: 4px;
|
|
31129
|
+
width: 100%;
|
|
31130
|
+
padding: 14px;
|
|
31131
|
+
background: #f2f4f6;
|
|
31132
|
+
font-size: 13px;
|
|
31133
|
+
line-height: 1.8;
|
|
31134
|
+
color: #8e9aa9;
|
|
30917
31135
|
}
|
|
30918
|
-
.
|
|
30919
|
-
|
|
30920
|
-
|
|
31136
|
+
.f1y3gta0 .form-item-label {
|
|
31137
|
+
padding-right: 12px;
|
|
31138
|
+
font-size: 13px;
|
|
31139
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30921
31140
|
}
|
|
30922
|
-
.
|
|
30923
|
-
|
|
30924
|
-
color: #00122e;
|
|
30925
|
-
font-size: 12px;
|
|
30926
|
-
text-align: left;
|
|
30927
|
-
transition: none;
|
|
30928
|
-
overflow: hidden;
|
|
30929
|
-
text-overflow: ellipsis;
|
|
30930
|
-
white-space: nowrap;
|
|
31141
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
31142
|
+
text-align: right;
|
|
30931
31143
|
}
|
|
30932
|
-
.
|
|
30933
|
-
|
|
31144
|
+
.f1y3gta0 .form-item-label,
|
|
31145
|
+
.f1y3gta0 .form-item-control {
|
|
31146
|
+
line-height: 32px;
|
|
30934
31147
|
}
|
|
30935
|
-
.
|
|
30936
|
-
|
|
30937
|
-
|
|
31148
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
31149
|
+
line-height: 18px;
|
|
31150
|
+
}
|
|
31151
|
+
.f1y3gta0 .form-item-children {
|
|
30938
31152
|
width: 100%;
|
|
30939
|
-
vertical-align: middle;
|
|
30940
31153
|
}
|
|
30941
|
-
.
|
|
30942
|
-
|
|
31154
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
31155
|
+
width: 100%;
|
|
30943
31156
|
}
|
|
30944
|
-
.
|
|
30945
|
-
|
|
31157
|
+
.f1y3gta0 .form-item-error {
|
|
31158
|
+
color: #e75a3a;
|
|
31159
|
+
height: 0;
|
|
31160
|
+
overflow: hidden;
|
|
30946
31161
|
}
|
|
30947
|
-
.
|
|
30948
|
-
|
|
31162
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
31163
|
+
margin-top: 4px;
|
|
31164
|
+
height: auto;
|
|
31165
|
+
overflow: auto;
|
|
30949
31166
|
}
|
|
30950
|
-
.
|
|
30951
|
-
|
|
30952
|
-
border
|
|
31167
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31168
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31169
|
+
border: 1px solid #e75a3a;
|
|
31170
|
+
color: #e75a3a;
|
|
30953
31171
|
}
|
|
30954
|
-
|
|
30955
|
-
|
|
31172
|
+
|
|
31173
|
+
.fujbm7g {
|
|
31174
|
+
color: #2d3a56;
|
|
31175
|
+
font-weight: bold;
|
|
31176
|
+
padding-bottom: 6px;
|
|
31177
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31178
|
+
margin-bottom: 16px;
|
|
30956
31179
|
}
|
|
30957
|
-
.
|
|
30958
|
-
|
|
31180
|
+
.fujbm7g:not(:first-of-type) {
|
|
31181
|
+
margin-top: 16px;
|
|
30959
31182
|
}
|
|
30960
|
-
|
|
31183
|
+
|
|
31184
|
+
.e5fsw5s {
|
|
31185
|
+
width: 8px;
|
|
31186
|
+
height: 24px;
|
|
31187
|
+
display: flex;
|
|
31188
|
+
justify-content: center;
|
|
31189
|
+
align-items: center;
|
|
31190
|
+
cursor: pointer;
|
|
31191
|
+
transition: all 200ms ease-out 40ms;
|
|
31192
|
+
}
|
|
31193
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30961
31194
|
content: "";
|
|
30962
|
-
width:
|
|
30963
|
-
|
|
30964
|
-
|
|
30965
|
-
background:
|
|
31195
|
+
width: 1px;
|
|
31196
|
+
height: 6px;
|
|
31197
|
+
border-radius: 1px;
|
|
31198
|
+
background: #ccd4e3;
|
|
31199
|
+
position: relative;
|
|
31200
|
+
right: 2px;
|
|
31201
|
+
transform: rotate(-45deg);
|
|
30966
31202
|
}
|
|
30967
|
-
.
|
|
30968
|
-
|
|
31203
|
+
.e5fsw5s:after {
|
|
31204
|
+
transform: rotate(45deg);
|
|
31205
|
+
left: 1px;
|
|
30969
31206
|
}
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
|
|
31207
|
+
|
|
31208
|
+
.w18knsg4.ant-alert-warning {
|
|
31209
|
+
border: 0;
|
|
31210
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31211
|
+
border-radius: 6px;
|
|
30974
31212
|
}
|
|
30975
|
-
.
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31213
|
+
.w18knsg4.ant-alert,
|
|
31214
|
+
.w18knsg4 .ant-alert-message {
|
|
31215
|
+
color: #e07f00;
|
|
30979
31216
|
}
|
|
30980
|
-
.
|
|
30981
|
-
|
|
30982
|
-
border-
|
|
31217
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
31218
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
31219
|
+
border-bottom-color: #e07f00;
|
|
30983
31220
|
}
|
|
30984
|
-
|
|
31221
|
+
|
|
31222
|
+
.ng31n2o {
|
|
30985
31223
|
display: flex;
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
background: rgba(
|
|
31224
|
+
flex-direction: row;
|
|
31225
|
+
padding: 7px 12px;
|
|
31226
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31227
|
+
border-radius: 6px;
|
|
31228
|
+
color: #e07f00;
|
|
31229
|
+
font-size: 12px;
|
|
31230
|
+
line-height: 18px;
|
|
30989
31231
|
}
|
|
30990
|
-
.
|
|
30991
|
-
|
|
30992
|
-
|
|
31232
|
+
.ng31n2o .icon-wrapper {
|
|
31233
|
+
margin-right: 10px;
|
|
31234
|
+
height: 18px;
|
|
30993
31235
|
}
|
|
30994
|
-
|
|
31236
|
+
|
|
31237
|
+
.n15x5f5y {
|
|
30995
31238
|
display: flex;
|
|
30996
|
-
|
|
30997
|
-
|
|
31239
|
+
flex-direction: row;
|
|
31240
|
+
padding: 7px 12px;
|
|
30998
31241
|
background: rgba(225, 230, 241, 0.6);
|
|
31242
|
+
border-radius: 6px;
|
|
31243
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31244
|
+
font-size: 12px;
|
|
31245
|
+
line-height: 18px;
|
|
30999
31246
|
}
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
|
|
31003
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31004
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31005
|
-
border-radius: 8px;
|
|
31006
|
-
}
|
|
31007
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31008
|
-
border-top-color: white;
|
|
31247
|
+
.n15x5f5y .icon-wrapper {
|
|
31248
|
+
margin-right: 10px;
|
|
31249
|
+
height: 18px;
|
|
31009
31250
|
}
|
|
31010
|
-
|
|
31251
|
+
|
|
31252
|
+
.i16ozz3f {
|
|
31253
|
+
display: flex;
|
|
31254
|
+
flex-direction: row;
|
|
31255
|
+
padding: 7px 12px;
|
|
31011
31256
|
background: rgba(0, 136, 255, 0.1);
|
|
31012
|
-
border-
|
|
31013
|
-
|
|
31257
|
+
border-radius: 6px;
|
|
31258
|
+
color: #005ed1;
|
|
31259
|
+
font-size: 12px;
|
|
31260
|
+
line-height: 18px;
|
|
31014
31261
|
}
|
|
31015
|
-
.
|
|
31016
|
-
|
|
31262
|
+
.i16ozz3f .icon-wrapper {
|
|
31263
|
+
margin-right: 10px;
|
|
31264
|
+
height: 18px;
|
|
31017
31265
|
}
|
|
31018
|
-
|
|
31019
|
-
|
|
31266
|
+
|
|
31267
|
+
.dszu9qr {
|
|
31268
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31269
|
+
margin-top: 5px;
|
|
31270
|
+
font-size: 12px;
|
|
31271
|
+
line-height: 18px;
|
|
31020
31272
|
}
|
|
31021
|
-
|
|
31022
|
-
|
|
31273
|
+
|
|
31274
|
+
.snxzgx {
|
|
31275
|
+
color: #f0483e;
|
|
31276
|
+
font-size: 12px;
|
|
31277
|
+
white-space: pre-wrap;
|
|
31023
31278
|
}
|
|
31024
|
-
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
color: #00122e;
|
|
31030
|
-
transition: none;
|
|
31031
|
-
padding: 15px 8px 15px 8px;
|
|
31279
|
+
|
|
31280
|
+
.o1i4orqw {
|
|
31281
|
+
display: flex;
|
|
31282
|
+
align-items: center;
|
|
31283
|
+
justify-content: flex-end;
|
|
31032
31284
|
}
|
|
31033
|
-
.
|
|
31034
|
-
|
|
31035
|
-
width: 1px;
|
|
31036
|
-
top: 0;
|
|
31037
|
-
bottom: 0;
|
|
31038
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31039
|
-
position: absolute;
|
|
31040
|
-
right: 0;
|
|
31285
|
+
.o1i4orqw .icon-wrapper {
|
|
31286
|
+
margin-right: 16px;
|
|
31041
31287
|
}
|
|
31042
|
-
|
|
31043
|
-
|
|
31288
|
+
|
|
31289
|
+
.t79k8o2 {
|
|
31290
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31044
31291
|
}
|
|
31045
|
-
|
|
31046
|
-
|
|
31292
|
+
|
|
31293
|
+
.ipd9bk.ant-input {
|
|
31294
|
+
padding: 5px 12px;
|
|
31295
|
+
line-height: 20px;
|
|
31296
|
+
color: #2d3a56;
|
|
31297
|
+
border-radius: 6px;
|
|
31298
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31299
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31047
31300
|
}
|
|
31048
|
-
.
|
|
31049
|
-
|
|
31050
|
-
|
|
31051
|
-
white-space: nowrap;
|
|
31052
|
-
text-overflow: ellipsis;
|
|
31301
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
31302
|
+
padding: 8px 16px;
|
|
31303
|
+
line-height: 22px;
|
|
31053
31304
|
}
|
|
31054
|
-
.
|
|
31055
|
-
|
|
31056
|
-
|
|
31057
|
-
flex: 1;
|
|
31305
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
31306
|
+
padding: 2px 8px;
|
|
31307
|
+
line-height: 18px;
|
|
31058
31308
|
}
|
|
31059
|
-
.
|
|
31060
|
-
|
|
31309
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31310
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31311
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31312
|
+
z-index: 1;
|
|
31061
31313
|
}
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31314
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31315
|
+
border-color: #0096ff;
|
|
31316
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31317
|
+
z-index: 1;
|
|
31064
31318
|
}
|
|
31065
|
-
.
|
|
31066
|
-
|
|
31067
|
-
|
|
31068
|
-
top: 50%;
|
|
31069
|
-
transform: translateY(-50%);
|
|
31070
|
-
height: 16px;
|
|
31071
|
-
display: none;
|
|
31072
|
-
transition: transform 320ms ease;
|
|
31319
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
31320
|
+
border-color: #e75a3a;
|
|
31321
|
+
color: #e75a3a;
|
|
31073
31322
|
}
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31076
|
-
|
|
31323
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31324
|
+
border-color: #e75a3a;
|
|
31325
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31077
31326
|
}
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31327
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31328
|
+
border-color: #e75a3a;
|
|
31329
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31080
31330
|
}
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31331
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
31332
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31333
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31334
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31083
31335
|
}
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31336
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
31337
|
+
padding: 5px 12px;
|
|
31338
|
+
border-radius: 6px;
|
|
31339
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31340
|
+
line-height: 20px;
|
|
31341
|
+
color: #2d3a56;
|
|
31342
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31086
31343
|
}
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31344
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
31345
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
31346
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31089
31347
|
}
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31348
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31349
|
+
padding: 8px 16px;
|
|
31350
|
+
line-height: 22px;
|
|
31092
31351
|
}
|
|
31093
|
-
.
|
|
31094
|
-
|
|
31352
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31353
|
+
padding: 2px 8px;
|
|
31354
|
+
line-height: 18px;
|
|
31095
31355
|
}
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31356
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31357
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31358
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31098
31359
|
}
|
|
31099
|
-
.
|
|
31100
|
-
|
|
31360
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31361
|
+
border-color: #0096ff;
|
|
31362
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31101
31363
|
}
|
|
31102
|
-
.
|
|
31103
|
-
|
|
31104
|
-
left: 50%;
|
|
31105
|
-
top: 50%;
|
|
31106
|
-
transform: translate(-50%, -50%);
|
|
31364
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31365
|
+
border-color: #e75a3a;
|
|
31107
31366
|
}
|
|
31108
|
-
.
|
|
31109
|
-
|
|
31367
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31368
|
+
color: #e75a3a;
|
|
31110
31369
|
}
|
|
31111
|
-
.
|
|
31112
|
-
|
|
31370
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31371
|
+
border-color: #e75a3a;
|
|
31372
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31113
31373
|
}
|
|
31114
|
-
.
|
|
31115
|
-
|
|
31374
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31375
|
+
border-color: #e75a3a;
|
|
31376
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31116
31377
|
}
|
|
31117
|
-
.
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
height: 100px;
|
|
31122
|
-
vertical-align: middle;
|
|
31378
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31379
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31380
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31381
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31123
31382
|
}
|
|
31124
|
-
.
|
|
31125
|
-
|
|
31126
|
-
|
|
31127
|
-
font-size: 20px;
|
|
31128
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31383
|
+
textarea.ipd9bk.ant-input {
|
|
31384
|
+
transition-property: height;
|
|
31385
|
+
transition-delay: 50ms;
|
|
31129
31386
|
}
|
|
31130
|
-
.
|
|
31131
|
-
|
|
31132
|
-
|
|
31133
|
-
background: #fff;
|
|
31387
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
31388
|
+
min-height: 40px;
|
|
31389
|
+
height: 40px;
|
|
31134
31390
|
}
|
|
31135
|
-
.
|
|
31136
|
-
height:
|
|
31137
|
-
display: flex;
|
|
31138
|
-
align-items: center;
|
|
31139
|
-
justify-content: flex-end;
|
|
31140
|
-
padding-right: 8px;
|
|
31391
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
31392
|
+
height: 80px;
|
|
31141
31393
|
}
|
|
31142
|
-
.
|
|
31143
|
-
|
|
31144
|
-
height:
|
|
31145
|
-
cursor: pointer;
|
|
31146
|
-
justify-content: center;
|
|
31147
|
-
border-radius: 4px;
|
|
31394
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
31395
|
+
min-height: 32px;
|
|
31396
|
+
height: 32px;
|
|
31148
31397
|
}
|
|
31149
|
-
.
|
|
31150
|
-
|
|
31398
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
31399
|
+
height: 64px;
|
|
31151
31400
|
}
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
31401
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
31402
|
+
min-height: 24px;
|
|
31403
|
+
height: 24px;
|
|
31155
31404
|
}
|
|
31156
|
-
|
|
31157
|
-
|
|
31158
|
-
padding: 8px 16px;
|
|
31159
|
-
line-height: 18px;
|
|
31160
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31161
|
-
height: 34px;
|
|
31162
|
-
min-height: 34px;
|
|
31163
|
-
box-sizing: border-box;
|
|
31164
|
-
margin-top: 8px;
|
|
31405
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
31406
|
+
height: 40px;
|
|
31165
31407
|
}
|
|
31166
31408
|
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31169
|
-
flex-direction: column;
|
|
31170
|
-
margin: 1px 8px;
|
|
31171
|
-
padding: 8px;
|
|
31409
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
31410
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31172
31411
|
border-radius: 4px;
|
|
31173
31412
|
}
|
|
31174
|
-
.
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
|
|
31180
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31181
|
-
background-color: white;
|
|
31182
|
-
}
|
|
31183
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31184
|
-
color: #0080ff;
|
|
31185
|
-
}
|
|
31186
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31187
|
-
display: block;
|
|
31188
|
-
}
|
|
31189
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31190
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31413
|
+
.kypn5o5.input-tags {
|
|
31414
|
+
position: relative;
|
|
31415
|
+
padding: 6px;
|
|
31416
|
+
height: 32px;
|
|
31417
|
+
cursor: pointer;
|
|
31418
|
+
transition: border 150ms;
|
|
31191
31419
|
}
|
|
31192
|
-
.
|
|
31193
|
-
color: #0080ff;
|
|
31420
|
+
.kypn5o5.input-tags:hover {
|
|
31421
|
+
border-color: #0080ff;
|
|
31422
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31194
31423
|
}
|
|
31195
|
-
.
|
|
31196
|
-
|
|
31197
|
-
color: #0080ff;
|
|
31424
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31425
|
+
padding-right: 30px;
|
|
31198
31426
|
}
|
|
31199
|
-
|
|
31200
|
-
.oiy0apc {
|
|
31427
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
31201
31428
|
display: flex;
|
|
31202
|
-
justify-content: space-between;
|
|
31203
|
-
height: 20px;
|
|
31204
|
-
line-height: 20px;
|
|
31205
|
-
}
|
|
31206
|
-
.oiy0apc .timezone-title {
|
|
31207
|
-
color: #2d3a56;
|
|
31208
|
-
overflow: hidden;
|
|
31209
|
-
text-overflow: ellipsis;
|
|
31210
31429
|
}
|
|
31211
|
-
|
|
31212
|
-
.of4y382 {
|
|
31430
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31213
31431
|
display: flex;
|
|
31214
|
-
justify-content: space-between;
|
|
31215
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31216
|
-
height: 18px;
|
|
31217
|
-
line-height: 18px;
|
|
31218
|
-
margin-top: 2px;
|
|
31219
|
-
}
|
|
31220
|
-
|
|
31221
|
-
.t19903l9 {
|
|
31222
|
-
border: none;
|
|
31223
|
-
margin-right: 0;
|
|
31224
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31225
|
-
}
|
|
31226
|
-
|
|
31227
|
-
.ohwbvxu {
|
|
31228
|
-
pointer-events: none;
|
|
31229
|
-
height: 32px;
|
|
31230
|
-
width: 100%;
|
|
31231
|
-
opacity: 0;
|
|
31232
|
-
}
|
|
31233
|
-
|
|
31234
|
-
.i1e4sgug {
|
|
31235
|
-
display: inline-block;
|
|
31236
|
-
}
|
|
31237
|
-
|
|
31238
|
-
.d6j0lbj {
|
|
31239
|
-
font-family: Inter;
|
|
31240
|
-
font-style: normal;
|
|
31241
|
-
font-weight: bold;
|
|
31242
|
-
font-size: 32px;
|
|
31243
|
-
line-height: 40px;
|
|
31244
|
-
}
|
|
31245
|
-
|
|
31246
|
-
.d1xhvvxe {
|
|
31247
|
-
font-family: Inter;
|
|
31248
|
-
font-style: normal;
|
|
31249
|
-
font-weight: bold;
|
|
31250
|
-
font-size: 24px;
|
|
31251
|
-
line-height: 32px;
|
|
31252
|
-
}
|
|
31253
|
-
|
|
31254
|
-
.dk10mxq {
|
|
31255
|
-
font-family: Inter;
|
|
31256
|
-
font-style: normal;
|
|
31257
|
-
font-weight: normal;
|
|
31258
|
-
font-size: 32px;
|
|
31259
|
-
line-height: 40px;
|
|
31260
|
-
}
|
|
31261
|
-
|
|
31262
|
-
.dxsait {
|
|
31263
|
-
font-family: Inter;
|
|
31264
|
-
font-style: normal;
|
|
31265
|
-
font-weight: bold;
|
|
31266
|
-
font-size: 20px;
|
|
31267
|
-
line-height: 24px;
|
|
31268
|
-
}
|
|
31269
|
-
|
|
31270
|
-
.dokn0h3 {
|
|
31271
|
-
font-family: Inter;
|
|
31272
|
-
font-style: normal;
|
|
31273
|
-
font-weight: normal;
|
|
31274
|
-
font-size: 20px;
|
|
31275
|
-
line-height: 24px;
|
|
31276
|
-
}
|
|
31277
|
-
|
|
31278
|
-
.dobau4p {
|
|
31279
|
-
font-family: Inter;
|
|
31280
|
-
font-style: normal;
|
|
31281
|
-
font-weight: bold;
|
|
31282
|
-
font-size: 18px;
|
|
31283
|
-
line-height: 22px;
|
|
31284
|
-
}
|
|
31285
|
-
|
|
31286
|
-
.dvolwok {
|
|
31287
|
-
font-family: Inter;
|
|
31288
|
-
font-style: normal;
|
|
31289
|
-
font-weight: normal;
|
|
31290
|
-
font-size: 18px;
|
|
31291
|
-
line-height: 22px;
|
|
31292
|
-
}
|
|
31293
|
-
|
|
31294
|
-
.h181qhg4 {
|
|
31295
|
-
font-family: Inter;
|
|
31296
|
-
font-style: normal;
|
|
31297
|
-
font-weight: bold;
|
|
31298
|
-
font-size: 16px;
|
|
31299
|
-
line-height: 22px;
|
|
31300
|
-
}
|
|
31301
|
-
|
|
31302
|
-
.h1phgmcq {
|
|
31303
|
-
font-family: Inter;
|
|
31304
|
-
font-style: normal;
|
|
31305
|
-
font-weight: normal;
|
|
31306
|
-
font-size: 16px;
|
|
31307
|
-
line-height: 22px;
|
|
31308
|
-
}
|
|
31309
|
-
|
|
31310
|
-
.h173xnl1 {
|
|
31311
|
-
font-family: Inter;
|
|
31312
|
-
font-style: normal;
|
|
31313
|
-
font-weight: bold;
|
|
31314
|
-
font-size: 14px;
|
|
31315
|
-
line-height: 20px;
|
|
31316
|
-
}
|
|
31317
|
-
|
|
31318
|
-
.hedm4pz {
|
|
31319
|
-
font-family: Inter;
|
|
31320
|
-
font-style: normal;
|
|
31321
|
-
font-weight: normal;
|
|
31322
|
-
font-size: 14px;
|
|
31323
|
-
line-height: 20px;
|
|
31324
|
-
}
|
|
31325
|
-
|
|
31326
|
-
.h1kd8xld {
|
|
31327
|
-
font-family: Inter;
|
|
31328
|
-
font-style: normal;
|
|
31329
|
-
font-weight: bold;
|
|
31330
|
-
font-size: 12px;
|
|
31331
|
-
line-height: 18px;
|
|
31332
|
-
}
|
|
31333
|
-
|
|
31334
|
-
.hp14fr {
|
|
31335
|
-
font-family: Inter;
|
|
31336
|
-
font-style: normal;
|
|
31337
|
-
font-weight: normal;
|
|
31338
|
-
font-size: 12px;
|
|
31339
|
-
line-height: 18px;
|
|
31340
31432
|
}
|
|
31341
|
-
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
text-transform: uppercase;
|
|
31347
|
-
font-feature-settings: "cpsp" on;
|
|
31348
|
-
font-size: 12px;
|
|
31349
|
-
line-height: 18px;
|
|
31433
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
31434
|
+
position: absolute;
|
|
31435
|
+
right: 12px;
|
|
31436
|
+
top: 50%;
|
|
31437
|
+
transform: translateY(-50%);
|
|
31350
31438
|
}
|
|
31351
|
-
|
|
31352
|
-
.
|
|
31353
|
-
font-family: Inter;
|
|
31354
|
-
font-style: normal;
|
|
31355
|
-
font-weight: normal;
|
|
31356
|
-
text-transform: uppercase;
|
|
31357
|
-
font-feature-settings: "cpsp" on;
|
|
31439
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31440
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31358
31441
|
font-size: 12px;
|
|
31359
|
-
|
|
31360
|
-
}
|
|
31361
|
-
|
|
31362
|
-
.locjvsv {
|
|
31363
|
-
font-family: Inter;
|
|
31364
|
-
font-style: normal;
|
|
31365
|
-
font-weight: normal;
|
|
31366
|
-
font-size: 16px;
|
|
31367
|
-
line-height: 24px;
|
|
31368
|
-
}
|
|
31369
|
-
|
|
31370
|
-
.l13gi131 {
|
|
31371
|
-
font-family: Inter;
|
|
31372
|
-
font-style: normal;
|
|
31373
|
-
font-weight: bold;
|
|
31374
|
-
font-size: 16px;
|
|
31375
|
-
line-height: 24px;
|
|
31376
|
-
}
|
|
31377
|
-
|
|
31378
|
-
.l1ynemsu {
|
|
31379
|
-
font-family: Inter;
|
|
31380
|
-
font-style: normal;
|
|
31381
|
-
font-weight: normal;
|
|
31382
|
-
font-size: 16px;
|
|
31383
|
-
line-height: 24px;
|
|
31384
|
-
}
|
|
31385
|
-
|
|
31386
|
-
.l1cft1cx {
|
|
31387
|
-
font-family: Inter;
|
|
31388
|
-
font-style: normal;
|
|
31389
|
-
font-weight: bold;
|
|
31390
|
-
font-size: 16px;
|
|
31391
|
-
line-height: 24px;
|
|
31392
|
-
}
|
|
31393
|
-
|
|
31394
|
-
.l17tqc8p {
|
|
31395
|
-
font-family: Inter;
|
|
31396
|
-
font-style: normal;
|
|
31397
|
-
font-weight: normal;
|
|
31398
|
-
text-transform: uppercase;
|
|
31399
|
-
font-feature-settings: "cpsp" on;
|
|
31400
|
-
font-size: 16px;
|
|
31401
|
-
line-height: 24px;
|
|
31402
|
-
}
|
|
31403
|
-
|
|
31404
|
-
.l1j1e5w7 {
|
|
31405
|
-
font-family: Inter;
|
|
31406
|
-
font-style: normal;
|
|
31407
|
-
font-weight: bold;
|
|
31408
|
-
text-transform: uppercase;
|
|
31409
|
-
font-feature-settings: "cpsp" on;
|
|
31410
|
-
font-size: 16px;
|
|
31411
|
-
line-height: 24px;
|
|
31412
|
-
}
|
|
31413
|
-
|
|
31414
|
-
.l1gf91jb {
|
|
31415
|
-
font-family: Inter;
|
|
31416
|
-
font-style: normal;
|
|
31417
|
-
font-weight: normal;
|
|
31418
|
-
font-size: 14px;
|
|
31419
|
-
line-height: 22px;
|
|
31420
|
-
}
|
|
31421
|
-
|
|
31422
|
-
.lu7hlr6 {
|
|
31423
|
-
font-family: Inter;
|
|
31424
|
-
font-style: normal;
|
|
31425
|
-
font-weight: 500;
|
|
31426
|
-
font-size: 14px;
|
|
31427
|
-
line-height: 22px;
|
|
31428
|
-
}
|
|
31429
|
-
|
|
31430
|
-
.l3l3jf0 {
|
|
31431
|
-
font-family: Inter;
|
|
31432
|
-
font-style: normal;
|
|
31433
|
-
font-weight: bold;
|
|
31434
|
-
font-size: 14px;
|
|
31435
|
-
line-height: 22px;
|
|
31442
|
+
cursor: pointer;
|
|
31436
31443
|
}
|
|
31437
|
-
|
|
31438
|
-
.
|
|
31439
|
-
font-family: Inter;
|
|
31440
|
-
font-style: normal;
|
|
31441
|
-
font-weight: normal;
|
|
31442
|
-
font-size: 14px;
|
|
31443
|
-
line-height: 22px;
|
|
31444
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31445
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31444
31446
|
}
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
font-style: normal;
|
|
31449
|
-
font-weight: bold;
|
|
31450
|
-
font-size: 14px;
|
|
31451
|
-
line-height: 22px;
|
|
31447
|
+
.kypn5o5.has-focus-indicator {
|
|
31448
|
+
position: relative;
|
|
31449
|
+
overflow: hidden;
|
|
31452
31450
|
}
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
|
|
31460
|
-
font-size: 14px;
|
|
31461
|
-
line-height: 22px;
|
|
31451
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31452
|
+
position: absolute;
|
|
31453
|
+
top: 50%;
|
|
31454
|
+
transform: translateY(-50%);
|
|
31455
|
+
left: -16px;
|
|
31456
|
+
transition: left 150ms ease;
|
|
31457
|
+
opacity: 0;
|
|
31462
31458
|
}
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31466
|
-
font-style: normal;
|
|
31467
|
-
font-weight: bold;
|
|
31468
|
-
text-transform: uppercase;
|
|
31469
|
-
font-feature-settings: "cpsp" on;
|
|
31470
|
-
font-size: 14px;
|
|
31471
|
-
line-height: 22px;
|
|
31459
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31460
|
+
left: 8px;
|
|
31461
|
+
opacity: 1;
|
|
31472
31462
|
}
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
|
|
31476
|
-
font-style: normal;
|
|
31477
|
-
font-weight: normal;
|
|
31478
|
-
font-size: 13px;
|
|
31479
|
-
line-height: 20px;
|
|
31463
|
+
.kypn5o5.has-focus-indicator input {
|
|
31464
|
+
transition: margin-left 150ms ease;
|
|
31465
|
+
margin-left: 0px;
|
|
31480
31466
|
}
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
font-family: Inter;
|
|
31484
|
-
font-style: normal;
|
|
31485
|
-
font-weight: 600;
|
|
31486
|
-
font-size: 13px;
|
|
31487
|
-
line-height: 20px;
|
|
31467
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
31468
|
+
margin-left: 16px;
|
|
31488
31469
|
}
|
|
31489
|
-
|
|
31490
|
-
.
|
|
31491
|
-
|
|
31492
|
-
|
|
31493
|
-
font-weight: bold;
|
|
31494
|
-
font-size: 13px;
|
|
31495
|
-
line-height: 20px;
|
|
31470
|
+
|
|
31471
|
+
input.l1ki27se.ant-input {
|
|
31472
|
+
border-top-right-radius: 0;
|
|
31473
|
+
border-bottom-right-radius: 0;
|
|
31496
31474
|
}
|
|
31497
31475
|
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
font-weight: normal;
|
|
31502
|
-
font-size: 13px;
|
|
31503
|
-
line-height: 20px;
|
|
31476
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31477
|
+
border-top-right-radius: 0;
|
|
31478
|
+
border-bottom-right-radius: 0;
|
|
31504
31479
|
}
|
|
31505
31480
|
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
font-weight: 600;
|
|
31510
|
-
font-size: 13px;
|
|
31511
|
-
line-height: 20px;
|
|
31481
|
+
input.rrg1fkn.ant-input {
|
|
31482
|
+
border-top-left-radius: 0;
|
|
31483
|
+
border-bottom-left-radius: 0;
|
|
31512
31484
|
}
|
|
31513
31485
|
|
|
31514
|
-
.
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
font-weight: bold;
|
|
31518
|
-
font-size: 13px;
|
|
31519
|
-
line-height: 20px;
|
|
31486
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31487
|
+
border-top-left-radius: 0;
|
|
31488
|
+
border-bottom-left-radius: 0;
|
|
31520
31489
|
}
|
|
31521
31490
|
|
|
31522
|
-
.
|
|
31523
|
-
|
|
31524
|
-
|
|
31525
|
-
font-weight: normal;
|
|
31526
|
-
text-transform: uppercase;
|
|
31527
|
-
font-feature-settings: "cpsp" on;
|
|
31528
|
-
font-size: 13px;
|
|
31529
|
-
line-height: 20px;
|
|
31491
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31492
|
+
border-top-right-radius: 0;
|
|
31493
|
+
border-bottom-right-radius: 0;
|
|
31530
31494
|
}
|
|
31531
31495
|
|
|
31532
|
-
.
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
font-weight: bold;
|
|
31536
|
-
text-transform: uppercase;
|
|
31537
|
-
font-feature-settings: "cpsp" on;
|
|
31538
|
-
font-size: 13px;
|
|
31539
|
-
line-height: 20px;
|
|
31496
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31497
|
+
border-top-left-radius: 0;
|
|
31498
|
+
border-bottom-left-radius: 0;
|
|
31540
31499
|
}
|
|
31541
31500
|
|
|
31542
|
-
.
|
|
31543
|
-
|
|
31544
|
-
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
|
|
31501
|
+
.c1t6wbwv {
|
|
31502
|
+
display: flex;
|
|
31503
|
+
flex-direction: column;
|
|
31504
|
+
}
|
|
31505
|
+
.c1t6wbwv .select-wrapper {
|
|
31506
|
+
margin-top: 12px;
|
|
31507
|
+
}
|
|
31508
|
+
.c1t6wbwv .select-wrapper .select {
|
|
31509
|
+
width: 100%;
|
|
31510
|
+
}
|
|
31511
|
+
.c1t6wbwv .radio-wrapper {
|
|
31512
|
+
margin-top: 24px;
|
|
31513
|
+
}
|
|
31514
|
+
.c1t6wbwv div.form-item {
|
|
31515
|
+
width: 100%;
|
|
31548
31516
|
}
|
|
31549
31517
|
|
|
31550
|
-
.
|
|
31551
|
-
font-
|
|
31552
|
-
font-style: normal;
|
|
31518
|
+
.d1k7vv5v {
|
|
31519
|
+
font-size: 14px;
|
|
31553
31520
|
font-weight: 500;
|
|
31554
|
-
|
|
31521
|
+
color: #3e4652;
|
|
31555
31522
|
line-height: 18px;
|
|
31556
31523
|
}
|
|
31524
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
31525
|
+
margin-top: 16px;
|
|
31526
|
+
}
|
|
31527
|
+
.d1k7vv5v + * {
|
|
31528
|
+
margin-top: 16px;
|
|
31529
|
+
}
|
|
31557
31530
|
|
|
31558
|
-
.
|
|
31559
|
-
font-family: Inter;
|
|
31560
|
-
font-style: normal;
|
|
31561
|
-
font-weight: bold;
|
|
31531
|
+
.le7b9r4.d1k7vv5v {
|
|
31562
31532
|
font-size: 12px;
|
|
31563
|
-
|
|
31533
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31534
|
+
margin-top: 12px;
|
|
31564
31535
|
}
|
|
31565
31536
|
|
|
31566
|
-
.
|
|
31567
|
-
font-family: Inter;
|
|
31568
|
-
font-style: normal;
|
|
31569
|
-
font-weight: normal;
|
|
31570
|
-
font-size: 12px;
|
|
31537
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
31571
31538
|
line-height: 18px;
|
|
31539
|
+
font-weight: 500;
|
|
31540
|
+
margin-top: 0;
|
|
31541
|
+
white-space: initial;
|
|
31572
31542
|
}
|
|
31573
31543
|
|
|
31574
|
-
.
|
|
31575
|
-
|
|
31576
|
-
|
|
31544
|
+
.r12ddqmh {
|
|
31545
|
+
display: block;
|
|
31546
|
+
}
|
|
31547
|
+
.r12ddqmh span {
|
|
31548
|
+
font-size: 14px;
|
|
31577
31549
|
font-weight: 500;
|
|
31578
|
-
|
|
31579
|
-
|
|
31550
|
+
line-height: 32px;
|
|
31551
|
+
color: #3e4652;
|
|
31580
31552
|
}
|
|
31581
31553
|
|
|
31582
|
-
.
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
|
|
31554
|
+
.ctcr26a {
|
|
31555
|
+
margin-top: 8px;
|
|
31556
|
+
padding: 8px;
|
|
31557
|
+
border-radius: 6px;
|
|
31558
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31559
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31586
31560
|
font-size: 12px;
|
|
31587
|
-
|
|
31561
|
+
}
|
|
31562
|
+
.ctcr26a div {
|
|
31563
|
+
line-height: 20px;
|
|
31564
|
+
display: flex;
|
|
31565
|
+
align-items: center;
|
|
31566
|
+
word-break: break-all;
|
|
31588
31567
|
}
|
|
31589
31568
|
|
|
31590
|
-
.
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
|
|
31569
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
31570
|
+
display: inline-flex;
|
|
31571
|
+
align-items: baseline;
|
|
31572
|
+
white-space: pre-wrap;
|
|
31573
|
+
}
|
|
31574
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31575
|
+
position: relative;
|
|
31576
|
+
top: 3px;
|
|
31577
|
+
}
|
|
31578
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31579
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31580
|
+
}
|
|
31581
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31582
|
+
border-color: #0080ff;
|
|
31583
|
+
}
|
|
31584
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31585
|
+
border-color: #0080ff;
|
|
31586
|
+
background: #0080ff;
|
|
31587
|
+
}
|
|
31588
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31589
|
+
top: 4px;
|
|
31590
|
+
left: 4px;
|
|
31591
|
+
width: 6px;
|
|
31592
|
+
height: 6px;
|
|
31593
|
+
background: #fff;
|
|
31594
|
+
}
|
|
31595
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31596
|
+
opacity: 0.5;
|
|
31597
|
+
}
|
|
31598
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31599
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31600
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31601
|
+
}
|
|
31602
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31603
|
+
background: #00122e;
|
|
31604
|
+
}
|
|
31605
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31606
|
+
color: #00122e;
|
|
31607
|
+
opacity: 0.5;
|
|
31608
|
+
}
|
|
31609
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31610
|
+
color: #00122e;
|
|
31611
|
+
}
|
|
31612
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31613
|
+
display: inline-block;
|
|
31614
|
+
padding: 0;
|
|
31615
|
+
padding-left: 12px;
|
|
31616
|
+
}
|
|
31617
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31618
|
+
margin-bottom: 0;
|
|
31619
|
+
white-space: pre-wrap;
|
|
31620
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31621
|
+
}
|
|
31622
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31623
|
+
padding-left: 8px;
|
|
31598
31624
|
}
|
|
31599
31625
|
|
|
31600
|
-
.
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
font-feature-settings: "cpsp" on;
|
|
31606
|
-
font-size: 12px;
|
|
31607
|
-
line-height: 18px;
|
|
31626
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31627
|
+
border-radius: 5px 0 0 5px;
|
|
31628
|
+
}
|
|
31629
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31630
|
+
border-radius: 0 5px 5px 0;
|
|
31608
31631
|
}
|
|
31609
31632
|
|
|
31610
|
-
.
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31633
|
+
.r1f0aqcc {
|
|
31634
|
+
color: #00122e;
|
|
31635
|
+
border-color: #ccd4e3;
|
|
31636
|
+
}
|
|
31637
|
+
.r1f0aqcc:first-child {
|
|
31638
|
+
border-color: #a3b4cc;
|
|
31639
|
+
}
|
|
31640
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31641
|
+
padding: 0 12px;
|
|
31642
|
+
line-height: 32px;
|
|
31643
|
+
height: 32px;
|
|
31644
|
+
}
|
|
31645
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31646
|
+
white-space: nowrap;
|
|
31647
|
+
}
|
|
31648
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31649
|
+
height: 22px;
|
|
31650
|
+
padding: 0 7px;
|
|
31615
31651
|
line-height: 20px;
|
|
31616
31652
|
}
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31653
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31654
|
+
background: #ccd4e3;
|
|
31655
|
+
}
|
|
31656
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31657
|
+
background: #0080ff;
|
|
31658
|
+
}
|
|
31659
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31660
|
+
background: #ccd4e3;
|
|
31661
|
+
opacity: 0.5;
|
|
31662
|
+
}
|
|
31663
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31664
|
+
border-right-color: #0080ff;
|
|
31665
|
+
}
|
|
31666
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31667
|
+
border-color: #0080ff;
|
|
31668
|
+
}
|
|
31669
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31670
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31671
|
+
}
|
|
31672
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31673
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31674
|
+
border-color: #ccd4e3;
|
|
31675
|
+
opacity: 0.5;
|
|
31676
|
+
}
|
|
31677
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31678
|
+
color: #00122e;
|
|
31679
|
+
border-color: #ccd4e3;
|
|
31624
31680
|
}
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
font-weight: normal;
|
|
31630
|
-
font-size: 12px;
|
|
31631
|
-
line-height: 18px;
|
|
31681
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31682
|
+
color: #00122e;
|
|
31683
|
+
border-color: #ccd4e3;
|
|
31684
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31632
31685
|
}
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
|
|
31638
|
-
|
|
31639
|
-
|
|
31686
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31687
|
+
margin-right: 8px;
|
|
31688
|
+
display: inline;
|
|
31689
|
+
border: none;
|
|
31690
|
+
padding: 0;
|
|
31691
|
+
width: 36px;
|
|
31692
|
+
background: transparent;
|
|
31640
31693
|
}
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
font-family: Inter;
|
|
31644
|
-
font-style: normal;
|
|
31645
|
-
font-weight: normal;
|
|
31646
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31647
|
-
font-size: 13px;
|
|
31648
|
-
line-height: 20px;
|
|
31694
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31695
|
+
box-shadow: none;
|
|
31649
31696
|
}
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31654
|
-
font-weight: normal;
|
|
31655
|
-
font-feature-settings: "zero" on;
|
|
31656
|
-
font-size: 13px;
|
|
31657
|
-
line-height: 20px;
|
|
31697
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31698
|
+
margin-right: 0;
|
|
31699
|
+
width: initial;
|
|
31700
|
+
box-shadow: none;
|
|
31658
31701
|
}
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
font-family: Inter;
|
|
31662
|
-
font-style: normal;
|
|
31663
|
-
font-weight: normal;
|
|
31664
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31665
|
-
font-size: 12px;
|
|
31666
|
-
line-height: 18px;
|
|
31702
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31703
|
+
display: none;
|
|
31667
31704
|
}
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
font-family: Inter;
|
|
31671
|
-
font-style: normal;
|
|
31672
|
-
font-weight: 500;
|
|
31673
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31674
|
-
font-size: 12px;
|
|
31675
|
-
line-height: 18px;
|
|
31705
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31706
|
+
display: inline;
|
|
31676
31707
|
}
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
font-feature-settings: "zero" on;
|
|
31683
|
-
font-size: 12px;
|
|
31684
|
-
line-height: 18px;
|
|
31708
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31709
|
+
display: inline;
|
|
31710
|
+
margin-right: 8px;
|
|
31711
|
+
padding: 0;
|
|
31712
|
+
width: 36px;
|
|
31685
31713
|
}
|
|
31686
31714
|
|
|
31687
|
-
.
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
|
|
31692
|
-
font-size: 12px;
|
|
31693
|
-
line-height: 18px;
|
|
31715
|
+
.s34f1qb.ant-switch {
|
|
31716
|
+
min-width: 40px;
|
|
31717
|
+
height: 24px;
|
|
31718
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31719
|
+
overflow: hidden;
|
|
31694
31720
|
}
|
|
31695
|
-
|
|
31696
|
-
.
|
|
31697
|
-
font-family: Inter;
|
|
31698
|
-
font-style: normal;
|
|
31699
|
-
font-weight: bold;
|
|
31700
|
-
font-feature-settings: "zero" on;
|
|
31701
|
-
font-size: 16px;
|
|
31702
|
-
line-height: 24px;
|
|
31721
|
+
.s34f1qb.ant-switch:focus {
|
|
31722
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31703
31723
|
}
|
|
31704
|
-
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
font-style: normal;
|
|
31708
|
-
font-weight: normal;
|
|
31709
|
-
font-size: 10px;
|
|
31710
|
-
line-height: 12px;
|
|
31724
|
+
.s34f1qb.ant-switch-small {
|
|
31725
|
+
min-width: 26px;
|
|
31726
|
+
height: 16px;
|
|
31711
31727
|
}
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
justify-content: space-between;
|
|
31716
|
-
align-items: center;
|
|
31717
|
-
padding: 10px 0;
|
|
31718
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31719
|
-
font-size: 12px;
|
|
31720
|
-
line-height: 24px;
|
|
31728
|
+
.s34f1qb.ant-switch-large {
|
|
31729
|
+
min-width: 52px;
|
|
31730
|
+
height: 32px;
|
|
31721
31731
|
}
|
|
31722
|
-
.
|
|
31723
|
-
|
|
31732
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31733
|
+
height: 20px;
|
|
31734
|
+
width: 20px;
|
|
31724
31735
|
}
|
|
31725
|
-
.
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
border-radius: 6px;
|
|
31729
|
-
cursor: pointer;
|
|
31730
|
-
transition: all 0.3s ease;
|
|
31736
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31737
|
+
border-radius: 10px;
|
|
31738
|
+
transition-delay: 120ms;
|
|
31731
31739
|
}
|
|
31732
|
-
.
|
|
31733
|
-
|
|
31734
|
-
|
|
31740
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31741
|
+
height: 14px;
|
|
31742
|
+
width: 14px;
|
|
31743
|
+
top: 1px;
|
|
31744
|
+
left: 1px;
|
|
31735
31745
|
}
|
|
31736
|
-
.
|
|
31737
|
-
|
|
31746
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31747
|
+
height: 28px;
|
|
31748
|
+
width: 28px;
|
|
31738
31749
|
}
|
|
31739
|
-
.
|
|
31740
|
-
|
|
31741
|
-
align-items: center;
|
|
31742
|
-
color: #0080ff;
|
|
31743
|
-
font-weight: bold;
|
|
31750
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31751
|
+
border-radius: 14px;
|
|
31744
31752
|
}
|
|
31745
|
-
.
|
|
31746
|
-
|
|
31753
|
+
.s34f1qb.ant-switch-checked {
|
|
31754
|
+
background-color: #00ba5d;
|
|
31747
31755
|
}
|
|
31748
|
-
.
|
|
31749
|
-
|
|
31750
|
-
padding: 0 8px;
|
|
31756
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31757
|
+
left: calc(100% - 20px - 2px);
|
|
31751
31758
|
}
|
|
31752
|
-
.
|
|
31753
|
-
|
|
31754
|
-
color: #0080ff;
|
|
31759
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31760
|
+
left: calc(100% - 14px - 1px);
|
|
31755
31761
|
}
|
|
31756
|
-
.
|
|
31757
|
-
|
|
31762
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31763
|
+
left: calc(100% - 28px - 2px);
|
|
31758
31764
|
}
|
|
31759
31765
|
|
|
31760
|
-
.
|
|
31761
|
-
|
|
31762
|
-
overflow-y: auto;
|
|
31763
|
-
}
|
|
31764
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31765
|
-
padding: 4px 20px;
|
|
31766
|
-
font-size: 12px;
|
|
31767
|
-
line-height: 18px;
|
|
31766
|
+
.c1to9vb9 {
|
|
31767
|
+
margin-left: 5px;
|
|
31768
31768
|
}
|
|
31769
31769
|
|
|
31770
31770
|
.s1ebs0ra {
|
|
@@ -31954,72 +31954,18 @@ input.rrg1fkn.ant-input {
|
|
|
31954
31954
|
color: #fff;
|
|
31955
31955
|
}
|
|
31956
31956
|
.wpbf4pq .week-day-option.en-text {
|
|
31957
|
-
width: 110px;
|
|
31958
|
-
margin-top: 4px;
|
|
31959
|
-
}
|
|
31960
|
-
.wpbf4pq .month-day-option {
|
|
31961
|
-
width: 32px;
|
|
31962
|
-
padding: 0;
|
|
31963
|
-
margin-bottom: 8px;
|
|
31964
|
-
}
|
|
31965
|
-
.wpbf4pq .month-day-option.active {
|
|
31966
|
-
background-color: #0096ff;
|
|
31967
|
-
border-color: #0096ff;
|
|
31968
|
-
color: #fff;
|
|
31969
|
-
}
|
|
31970
|
-
|
|
31971
|
-
.c18gxmrl {
|
|
31972
|
-
border: 1px solid #d8deeb;
|
|
31973
|
-
border-radius: 4px;
|
|
31974
|
-
}
|
|
31975
|
-
.c18gxmrl + .c18gxmrl {
|
|
31976
|
-
margin-top: 8px;
|
|
31977
|
-
}
|
|
31978
|
-
.c18gxmrl:hover {
|
|
31979
|
-
border-color: #0080ff;
|
|
31980
|
-
}
|
|
31981
|
-
.c18gxmrl:hover > header {
|
|
31982
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31983
|
-
}
|
|
31984
|
-
.c18gxmrl.active header {
|
|
31985
|
-
border-bottom: 1px solid #d8deeb;
|
|
31986
|
-
}
|
|
31987
|
-
.c18gxmrl > header {
|
|
31988
|
-
padding: 8px 12px;
|
|
31989
|
-
}
|
|
31990
|
-
|
|
31991
|
-
.s11wux3h .ant-segmented-item:not(:last-child) {
|
|
31992
|
-
margin-right: 2px;
|
|
31993
|
-
}
|
|
31994
|
-
|
|
31995
|
-
.s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
31996
|
-
padding-left: 8px;
|
|
31997
|
-
padding-right: 8px;
|
|
31998
|
-
}
|
|
31999
|
-
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32000
|
-
border-radius: 4px;
|
|
32001
|
-
}
|
|
32002
|
-
.s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32003
|
-
border-radius: 4px;
|
|
32004
|
-
}
|
|
32005
|
-
|
|
32006
|
-
.ma64lna .ant-segmented-item-label {
|
|
32007
|
-
padding-left: 12px;
|
|
32008
|
-
padding-right: 12px;
|
|
32009
|
-
}
|
|
32010
|
-
|
|
32011
|
-
.ckld275 {
|
|
32012
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32013
|
-
}
|
|
32014
|
-
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32015
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32016
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31957
|
+
width: 110px;
|
|
31958
|
+
margin-top: 4px;
|
|
32017
31959
|
}
|
|
32018
|
-
.
|
|
32019
|
-
|
|
31960
|
+
.wpbf4pq .month-day-option {
|
|
31961
|
+
width: 32px;
|
|
31962
|
+
padding: 0;
|
|
31963
|
+
margin-bottom: 8px;
|
|
32020
31964
|
}
|
|
32021
|
-
.
|
|
32022
|
-
background-color:
|
|
31965
|
+
.wpbf4pq .month-day-option.active {
|
|
31966
|
+
background-color: #0096ff;
|
|
31967
|
+
border-color: #0096ff;
|
|
31968
|
+
color: #fff;
|
|
32023
31969
|
}
|
|
32024
31970
|
|
|
32025
31971
|
.c1uzzomf {
|
|
@@ -32044,25 +31990,6 @@ input.rrg1fkn.ant-input {
|
|
|
32044
31990
|
text-align: center;
|
|
32045
31991
|
}
|
|
32046
31992
|
|
|
32047
|
-
.n12mqh7z {
|
|
32048
|
-
display: flex;
|
|
32049
|
-
align-items: center;
|
|
32050
|
-
font-size: 12px;
|
|
32051
|
-
line-height: 18px;
|
|
32052
|
-
}
|
|
32053
|
-
.n12mqh7z:not(:last-child) {
|
|
32054
|
-
margin-bottom: 4px;
|
|
32055
|
-
}
|
|
32056
|
-
|
|
32057
|
-
.tf5bynu {
|
|
32058
|
-
margin: 0 3px;
|
|
32059
|
-
}
|
|
32060
|
-
|
|
32061
|
-
.tcckoz1 {
|
|
32062
|
-
max-height: 400px;
|
|
32063
|
-
overflow: "auto";
|
|
32064
|
-
}
|
|
32065
|
-
|
|
32066
31993
|
.c1bus5hc {
|
|
32067
31994
|
--color: white;
|
|
32068
31995
|
height: 14px;
|
|
@@ -32103,14 +32030,24 @@ input.rrg1fkn.ant-input {
|
|
|
32103
32030
|
transform: rotate(0deg);
|
|
32104
32031
|
}
|
|
32105
32032
|
|
|
32106
|
-
.
|
|
32107
|
-
|
|
32033
|
+
.c18gxmrl {
|
|
32034
|
+
border: 1px solid #d8deeb;
|
|
32035
|
+
border-radius: 4px;
|
|
32108
32036
|
}
|
|
32109
|
-
.
|
|
32110
|
-
|
|
32037
|
+
.c18gxmrl + .c18gxmrl {
|
|
32038
|
+
margin-top: 8px;
|
|
32111
32039
|
}
|
|
32112
|
-
.
|
|
32113
|
-
color: #0080ff;
|
|
32040
|
+
.c18gxmrl:hover {
|
|
32041
|
+
border-color: #0080ff;
|
|
32042
|
+
}
|
|
32043
|
+
.c18gxmrl:hover > header {
|
|
32044
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32045
|
+
}
|
|
32046
|
+
.c18gxmrl.active header {
|
|
32047
|
+
border-bottom: 1px solid #d8deeb;
|
|
32048
|
+
}
|
|
32049
|
+
.c18gxmrl > header {
|
|
32050
|
+
padding: 8px 12px;
|
|
32114
32051
|
}
|
|
32115
32052
|
|
|
32116
32053
|
.t1sqg15u {
|
|
@@ -32203,6 +32140,81 @@ input.rrg1fkn.ant-input {
|
|
|
32203
32140
|
padding-right: 12px;
|
|
32204
32141
|
}
|
|
32205
32142
|
|
|
32143
|
+
.s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32144
|
+
margin-right: 2px;
|
|
32145
|
+
}
|
|
32146
|
+
|
|
32147
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32148
|
+
padding-left: 8px;
|
|
32149
|
+
padding-right: 8px;
|
|
32150
|
+
}
|
|
32151
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32152
|
+
border-radius: 4px;
|
|
32153
|
+
}
|
|
32154
|
+
.s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32155
|
+
border-radius: 4px;
|
|
32156
|
+
}
|
|
32157
|
+
|
|
32158
|
+
.ma64lna .ant-segmented-item-label {
|
|
32159
|
+
padding-left: 12px;
|
|
32160
|
+
padding-right: 12px;
|
|
32161
|
+
}
|
|
32162
|
+
|
|
32163
|
+
.ckld275 {
|
|
32164
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32165
|
+
}
|
|
32166
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32167
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32168
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32169
|
+
}
|
|
32170
|
+
.ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32171
|
+
background-color: transparent;
|
|
32172
|
+
}
|
|
32173
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32174
|
+
background-color: transparent;
|
|
32175
|
+
}
|
|
32176
|
+
|
|
32177
|
+
.berrcjl {
|
|
32178
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32179
|
+
margin-bottom: 4px;
|
|
32180
|
+
}
|
|
32181
|
+
.berrcjl .breadcrumb-link {
|
|
32182
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32183
|
+
cursor: pointer;
|
|
32184
|
+
transition: color 160ms ease;
|
|
32185
|
+
}
|
|
32186
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32187
|
+
color: #0080ff;
|
|
32188
|
+
}
|
|
32189
|
+
.berrcjl .breadcrumb-link:active {
|
|
32190
|
+
color: #005ed1;
|
|
32191
|
+
}
|
|
32192
|
+
|
|
32193
|
+
.gmyahx3 {
|
|
32194
|
+
cursor: pointer;
|
|
32195
|
+
}
|
|
32196
|
+
.gmyahx3 .link-text {
|
|
32197
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32198
|
+
}
|
|
32199
|
+
.gmyahx3:hover .link-text {
|
|
32200
|
+
color: #0080ff;
|
|
32201
|
+
}
|
|
32202
|
+
|
|
32203
|
+
.tje3huy {
|
|
32204
|
+
width: 100%;
|
|
32205
|
+
overflow: inherit;
|
|
32206
|
+
white-space: inherit;
|
|
32207
|
+
text-overflow: ellipsis;
|
|
32208
|
+
}
|
|
32209
|
+
|
|
32210
|
+
.s1iv0tp1 .enabled-switch {
|
|
32211
|
+
display: flex;
|
|
32212
|
+
align-items: center;
|
|
32213
|
+
}
|
|
32214
|
+
.s1iv0tp1 .enabled-text {
|
|
32215
|
+
margin-right: 8px;
|
|
32216
|
+
}
|
|
32217
|
+
|
|
32206
32218
|
.clm1wy1 {
|
|
32207
32219
|
width: 192px;
|
|
32208
32220
|
height: 246px;
|
|
@@ -32296,20 +32308,23 @@ input.rrg1fkn.ant-input {
|
|
|
32296
32308
|
border-radius: 2px;
|
|
32297
32309
|
}
|
|
32298
32310
|
|
|
32299
|
-
.
|
|
32300
|
-
|
|
32301
|
-
|
|
32311
|
+
.n12mqh7z {
|
|
32312
|
+
display: flex;
|
|
32313
|
+
align-items: center;
|
|
32314
|
+
font-size: 12px;
|
|
32315
|
+
line-height: 18px;
|
|
32302
32316
|
}
|
|
32303
|
-
.
|
|
32304
|
-
|
|
32305
|
-
cursor: pointer;
|
|
32306
|
-
transition: color 160ms ease;
|
|
32317
|
+
.n12mqh7z:not(:last-child) {
|
|
32318
|
+
margin-bottom: 4px;
|
|
32307
32319
|
}
|
|
32308
|
-
|
|
32309
|
-
|
|
32320
|
+
|
|
32321
|
+
.tf5bynu {
|
|
32322
|
+
margin: 0 3px;
|
|
32310
32323
|
}
|
|
32311
|
-
|
|
32312
|
-
|
|
32324
|
+
|
|
32325
|
+
.tcckoz1 {
|
|
32326
|
+
max-height: 400px;
|
|
32327
|
+
overflow: "auto";
|
|
32313
32328
|
}
|
|
32314
32329
|
|
|
32315
32330
|
.c18bcrac {
|
|
@@ -32359,21 +32374,6 @@ input.rrg1fkn.ant-input {
|
|
|
32359
32374
|
margin-right: 4px;
|
|
32360
32375
|
}
|
|
32361
32376
|
|
|
32362
|
-
.s1iv0tp1 .enabled-switch {
|
|
32363
|
-
display: flex;
|
|
32364
|
-
align-items: center;
|
|
32365
|
-
}
|
|
32366
|
-
.s1iv0tp1 .enabled-text {
|
|
32367
|
-
margin-right: 8px;
|
|
32368
|
-
}
|
|
32369
|
-
|
|
32370
|
-
.tje3huy {
|
|
32371
|
-
width: 100%;
|
|
32372
|
-
overflow: inherit;
|
|
32373
|
-
white-space: inherit;
|
|
32374
|
-
text-overflow: ellipsis;
|
|
32375
|
-
}
|
|
32376
|
-
|
|
32377
32377
|
.wg1tsps {
|
|
32378
32378
|
display: flex;
|
|
32379
32379
|
align-items: center;
|
|
@@ -32397,10 +32397,6 @@ input.rrg1fkn.ant-input {
|
|
|
32397
32397
|
color: #00122e !important;
|
|
32398
32398
|
}
|
|
32399
32399
|
|
|
32400
|
-
.t3qomhu {
|
|
32401
|
-
margin: 0 2px;
|
|
32402
|
-
}
|
|
32403
|
-
|
|
32404
32400
|
.m15dvk92 {
|
|
32405
32401
|
display: flex;
|
|
32406
32402
|
justify-content: space-between;
|
|
@@ -32414,37 +32410,36 @@ input.rrg1fkn.ant-input {
|
|
|
32414
32410
|
width: 100%;
|
|
32415
32411
|
}
|
|
32416
32412
|
|
|
32417
|
-
.
|
|
32418
|
-
|
|
32413
|
+
button.lujuy3j {
|
|
32414
|
+
color: #0080FF;
|
|
32415
|
+
height: unset;
|
|
32419
32416
|
}
|
|
32420
|
-
.
|
|
32421
|
-
|
|
32417
|
+
button.lujuy3j .button-prefix-icon {
|
|
32418
|
+
margin-right: 4px;
|
|
32422
32419
|
}
|
|
32423
|
-
|
|
32424
|
-
|
|
32425
|
-
border: 0px;
|
|
32426
|
-
background-color: #fff;
|
|
32420
|
+
button.lujuy3j .button-suffix-icon {
|
|
32421
|
+
margin-left: 4px;
|
|
32427
32422
|
}
|
|
32428
|
-
.
|
|
32429
|
-
|
|
32430
|
-
padding-bottom: 0px;
|
|
32431
|
-
padding-left: 0px !important;
|
|
32432
|
-
padding-right: 24px;
|
|
32423
|
+
button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
|
|
32424
|
+
color: #009dff;
|
|
32433
32425
|
}
|
|
32434
|
-
.
|
|
32435
|
-
|
|
32426
|
+
button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
|
|
32427
|
+
color: #005ed1;
|
|
32436
32428
|
}
|
|
32437
|
-
.
|
|
32438
|
-
|
|
32429
|
+
button.lujuy3j.ui-kit-link-disabled {
|
|
32430
|
+
color: #0080FF;
|
|
32439
32431
|
}
|
|
32440
|
-
|
|
32441
|
-
|
|
32442
|
-
padding-right: 0px;
|
|
32443
|
-
cursor: default;
|
|
32432
|
+
button.lujuy3j.ui-kit-link-subtle {
|
|
32433
|
+
color: #00122e;
|
|
32444
32434
|
}
|
|
32445
|
-
|
|
32446
|
-
|
|
32447
|
-
|
|
32435
|
+
button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32436
|
+
color: #0080FF;
|
|
32437
|
+
}
|
|
32438
|
+
button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32439
|
+
color: #005ed1;
|
|
32440
|
+
}
|
|
32441
|
+
button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32442
|
+
color: #00122e;
|
|
32448
32443
|
}
|
|
32449
32444
|
|
|
32450
32445
|
.c198s9j3 {
|
|
@@ -32513,70 +32508,122 @@ input.rrg1fkn.ant-input {
|
|
|
32513
32508
|
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32514
32509
|
margin-left: 8px;
|
|
32515
32510
|
}
|
|
32516
|
-
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32517
|
-
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32518
|
-
margin-left: 24px;
|
|
32511
|
+
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32512
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32513
|
+
margin-left: 24px;
|
|
32514
|
+
}
|
|
32515
|
+
|
|
32516
|
+
.cav9p2m .ant-collapse-item {
|
|
32517
|
+
border: 0px;
|
|
32518
|
+
background-color: #fff;
|
|
32519
|
+
}
|
|
32520
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32521
|
+
padding-top: 0px;
|
|
32522
|
+
padding-bottom: 0px;
|
|
32523
|
+
padding-left: 0px !important;
|
|
32524
|
+
padding-right: 24px;
|
|
32525
|
+
}
|
|
32526
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32527
|
+
right: 0px;
|
|
32528
|
+
}
|
|
32529
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32530
|
+
padding: 0px;
|
|
32531
|
+
}
|
|
32532
|
+
|
|
32533
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32534
|
+
padding-right: 0px;
|
|
32535
|
+
cursor: default;
|
|
32536
|
+
}
|
|
32537
|
+
|
|
32538
|
+
.c10crapj {
|
|
32539
|
+
border-radius: 8px;
|
|
32540
|
+
}
|
|
32541
|
+
.c10crapj .ant-card-body {
|
|
32542
|
+
padding: 20px 24px 24px 24px;
|
|
32543
|
+
}
|
|
32544
|
+
|
|
32545
|
+
.t3qomhu {
|
|
32546
|
+
margin: 0 2px;
|
|
32547
|
+
}
|
|
32548
|
+
|
|
32549
|
+
.o8ocss1 {
|
|
32550
|
+
overflow: hidden;
|
|
32551
|
+
text-overflow: ellipsis;
|
|
32519
32552
|
}
|
|
32520
32553
|
|
|
32521
|
-
|
|
32522
|
-
|
|
32554
|
+
.n17syc35 {
|
|
32555
|
+
white-space: nowrap;
|
|
32523
32556
|
}
|
|
32524
|
-
|
|
32557
|
+
|
|
32558
|
+
.igz4le8 {
|
|
32559
|
+
height: 24px;
|
|
32560
|
+
width: 56px !important;
|
|
32525
32561
|
margin-right: 4px;
|
|
32526
32562
|
}
|
|
32527
|
-
|
|
32528
|
-
|
|
32563
|
+
|
|
32564
|
+
.c1riexje {
|
|
32565
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32529
32566
|
}
|
|
32530
|
-
|
|
32531
|
-
|
|
32567
|
+
|
|
32568
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32569
|
+
display: flex;
|
|
32532
32570
|
}
|
|
32533
|
-
|
|
32534
|
-
|
|
32571
|
+
|
|
32572
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32573
|
+
border-radius: 6px;
|
|
32535
32574
|
}
|
|
32536
|
-
|
|
32537
|
-
|
|
32575
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32576
|
+
width: 100%;
|
|
32577
|
+
color: #2d3a56;
|
|
32578
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32579
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32580
|
+
font-size: 13px;
|
|
32538
32581
|
}
|
|
32539
|
-
|
|
32540
|
-
|
|
32582
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32583
|
+
height: 30px;
|
|
32541
32584
|
}
|
|
32542
|
-
|
|
32543
|
-
|
|
32585
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32586
|
+
height: 38px;
|
|
32587
|
+
font-size: 13px;
|
|
32544
32588
|
}
|
|
32545
|
-
|
|
32546
|
-
|
|
32589
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32590
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32591
|
+
transition: 160ms ease;
|
|
32547
32592
|
}
|
|
32548
|
-
|
|
32549
|
-
color: #
|
|
32593
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32594
|
+
color: #0080ff;
|
|
32550
32595
|
}
|
|
32551
|
-
|
|
32552
|
-
.
|
|
32553
|
-
|
|
32596
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32597
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32598
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32554
32599
|
}
|
|
32555
|
-
.
|
|
32556
|
-
|
|
32557
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32558
|
-
display: flex;
|
|
32600
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32601
|
+
color: #0080ff;
|
|
32559
32602
|
}
|
|
32560
|
-
.
|
|
32561
|
-
|
|
32562
|
-
|
|
32563
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32564
|
-
border-radius: 2px;
|
|
32603
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32604
|
+
border-color: #0080ff;
|
|
32605
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32565
32606
|
}
|
|
32566
|
-
.
|
|
32567
|
-
|
|
32607
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32608
|
+
transform: rotate(180deg);
|
|
32568
32609
|
}
|
|
32569
|
-
.
|
|
32570
|
-
|
|
32610
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32611
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32612
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32613
|
+
cursor: "not-allowed";
|
|
32571
32614
|
}
|
|
32572
|
-
.
|
|
32573
|
-
|
|
32615
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32616
|
+
border-color: #f0483e !important;
|
|
32574
32617
|
}
|
|
32575
|
-
.
|
|
32576
|
-
|
|
32618
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32619
|
+
color: #1d326c;
|
|
32577
32620
|
}
|
|
32578
|
-
.
|
|
32579
|
-
|
|
32621
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32622
|
+
border-color: #0080ff;
|
|
32623
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32624
|
+
}
|
|
32625
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32626
|
+
transform: rotate(180deg);
|
|
32580
32627
|
}
|
|
32581
32628
|
|
|
32582
32629
|
.l4bld33 {
|
|
@@ -32628,19 +32675,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32628
32675
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32629
32676
|
}
|
|
32630
32677
|
|
|
32631
|
-
.t19ustft .date {
|
|
32632
|
-
margin-right: 4px;
|
|
32633
|
-
}
|
|
32634
|
-
|
|
32635
|
-
.o8ocss1 {
|
|
32636
|
-
overflow: hidden;
|
|
32637
|
-
text-overflow: ellipsis;
|
|
32638
|
-
}
|
|
32639
|
-
|
|
32640
|
-
.n17syc35 {
|
|
32641
|
-
white-space: nowrap;
|
|
32642
|
-
}
|
|
32643
|
-
|
|
32644
32678
|
.m1thnes4 {
|
|
32645
32679
|
color: rgba(44, 56, 82, 0.6);
|
|
32646
32680
|
text-align: center;
|
|
@@ -32802,73 +32836,10 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32802
32836
|
margin-left: 8px;
|
|
32803
32837
|
}
|
|
32804
32838
|
|
|
32805
|
-
.
|
|
32806
|
-
height: 24px;
|
|
32807
|
-
width: 56px !important;
|
|
32839
|
+
.t19ustft .date {
|
|
32808
32840
|
margin-right: 4px;
|
|
32809
32841
|
}
|
|
32810
32842
|
|
|
32811
|
-
.c1riexje {
|
|
32812
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32813
|
-
}
|
|
32814
|
-
|
|
32815
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32816
|
-
border-radius: 6px;
|
|
32817
|
-
}
|
|
32818
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32819
|
-
width: 100%;
|
|
32820
|
-
color: #2d3a56;
|
|
32821
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32822
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32823
|
-
font-size: 13px;
|
|
32824
|
-
}
|
|
32825
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32826
|
-
height: 30px;
|
|
32827
|
-
}
|
|
32828
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32829
|
-
height: 38px;
|
|
32830
|
-
font-size: 13px;
|
|
32831
|
-
}
|
|
32832
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32833
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32834
|
-
transition: 160ms ease;
|
|
32835
|
-
}
|
|
32836
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32837
|
-
color: #0080ff;
|
|
32838
|
-
}
|
|
32839
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32840
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32841
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32842
|
-
}
|
|
32843
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32844
|
-
color: #0080ff;
|
|
32845
|
-
}
|
|
32846
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32847
|
-
border-color: #0080ff;
|
|
32848
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32849
|
-
}
|
|
32850
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32851
|
-
transform: rotate(180deg);
|
|
32852
|
-
}
|
|
32853
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32854
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32855
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32856
|
-
cursor: "not-allowed";
|
|
32857
|
-
}
|
|
32858
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32859
|
-
border-color: #f0483e !important;
|
|
32860
|
-
}
|
|
32861
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32862
|
-
color: #1d326c;
|
|
32863
|
-
}
|
|
32864
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32865
|
-
border-color: #0080ff;
|
|
32866
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32867
|
-
}
|
|
32868
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32869
|
-
transform: rotate(180deg);
|
|
32870
|
-
}
|
|
32871
|
-
|
|
32872
32843
|
.s1uupxds {
|
|
32873
32844
|
padding: 0 8px;
|
|
32874
32845
|
border-radius: 4px;
|
|
@@ -33025,6 +32996,36 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33025
32996
|
display: inline-block;
|
|
33026
32997
|
}
|
|
33027
32998
|
|
|
32999
|
+
.t1gz6wqf {
|
|
33000
|
+
height: 100%;
|
|
33001
|
+
}
|
|
33002
|
+
.t1gz6wqf .table-loading-item {
|
|
33003
|
+
padding: 12px 4px;
|
|
33004
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33005
|
+
display: flex;
|
|
33006
|
+
}
|
|
33007
|
+
.t1gz6wqf .table-loading-item > * {
|
|
33008
|
+
height: 16px;
|
|
33009
|
+
margin: 4px;
|
|
33010
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33011
|
+
border-radius: 2px;
|
|
33012
|
+
}
|
|
33013
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33014
|
+
width: 16px;
|
|
33015
|
+
}
|
|
33016
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
33017
|
+
flex: 1;
|
|
33018
|
+
}
|
|
33019
|
+
.t1gz6wqf :nth-child(1) {
|
|
33020
|
+
padding: 8px 4px;
|
|
33021
|
+
}
|
|
33022
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
33023
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33024
|
+
}
|
|
33025
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
33026
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33027
|
+
}
|
|
33028
|
+
|
|
33028
33029
|
.sq6vos1 {
|
|
33029
33030
|
--item-min-width: 60px;
|
|
33030
33031
|
}
|
|
@@ -33683,24 +33684,84 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33683
33684
|
background: rgba(0, 136, 255, 0.2);
|
|
33684
33685
|
color: #0080ff;
|
|
33685
33686
|
}
|
|
33686
|
-
.d1tc7lgk ul li + li {
|
|
33687
|
-
margin-top: 2px;
|
|
33687
|
+
.d1tc7lgk ul li + li {
|
|
33688
|
+
margin-top: 2px;
|
|
33689
|
+
}
|
|
33690
|
+
|
|
33691
|
+
.rzaik16 {
|
|
33692
|
+
padding: 0;
|
|
33693
|
+
}
|
|
33694
|
+
.rzaik16 .ant-popover-arrow {
|
|
33695
|
+
display: none;
|
|
33696
|
+
}
|
|
33697
|
+
.rzaik16 .ant-popover-inner-content {
|
|
33698
|
+
padding: 0;
|
|
33699
|
+
}
|
|
33700
|
+
|
|
33701
|
+
.h1ol2wl7 {
|
|
33702
|
+
font-weight: bold;
|
|
33703
|
+
background-color: unset;
|
|
33704
|
+
padding: unset;
|
|
33705
|
+
}
|
|
33706
|
+
|
|
33707
|
+
.rrwcpby {
|
|
33708
|
+
display: flex;
|
|
33709
|
+
align-items: center;
|
|
33710
|
+
}
|
|
33711
|
+
.rrwcpby .order {
|
|
33712
|
+
height: 24px;
|
|
33713
|
+
width: 24px;
|
|
33714
|
+
border-radius: 20px;
|
|
33715
|
+
color: #0080ff;
|
|
33716
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33717
|
+
display: flex;
|
|
33718
|
+
align-items: center;
|
|
33719
|
+
justify-content: center;
|
|
33720
|
+
margin-right: 6px;
|
|
33721
|
+
}
|
|
33722
|
+
|
|
33723
|
+
.skwah65 {
|
|
33724
|
+
height: 8px;
|
|
33725
|
+
box-sizing: border-box;
|
|
33726
|
+
border-radius: 2px;
|
|
33727
|
+
background: #f5f7fa;
|
|
33728
|
+
display: flex;
|
|
33729
|
+
width: 100%;
|
|
33730
|
+
overflow: hidden;
|
|
33731
|
+
}
|
|
33732
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33733
|
+
margin-left: 1px;
|
|
33688
33734
|
}
|
|
33689
33735
|
|
|
33690
|
-
.
|
|
33691
|
-
|
|
33736
|
+
.f1p9ti6d {
|
|
33737
|
+
width: 100%;
|
|
33738
|
+
margin-bottom: 0 !important;
|
|
33739
|
+
flex-flow: nowrap !important;
|
|
33740
|
+
line-break: auto;
|
|
33692
33741
|
}
|
|
33693
|
-
.
|
|
33694
|
-
|
|
33742
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33743
|
+
text-align: left !important;
|
|
33744
|
+
padding-bottom: 0 !important;
|
|
33695
33745
|
}
|
|
33696
|
-
.
|
|
33697
|
-
|
|
33746
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33747
|
+
min-height: 32px;
|
|
33748
|
+
height: auto;
|
|
33749
|
+
font-size: 13px;
|
|
33750
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33751
|
+
white-space: normal;
|
|
33698
33752
|
}
|
|
33699
|
-
|
|
33700
|
-
|
|
33701
|
-
|
|
33702
|
-
|
|
33703
|
-
|
|
33753
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33754
|
+
border-color: #ff4d4f !important;
|
|
33755
|
+
}
|
|
33756
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33757
|
+
margin-top: 4px;
|
|
33758
|
+
font-size: 12px;
|
|
33759
|
+
min-height: 0px;
|
|
33760
|
+
}
|
|
33761
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33762
|
+
font-size: 12px;
|
|
33763
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33764
|
+
min-height: 0px;
|
|
33704
33765
|
}
|
|
33705
33766
|
|
|
33706
33767
|
.t160l1cm {
|
|
@@ -33950,52 +34011,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33950
34011
|
margin-right: 2px;
|
|
33951
34012
|
}
|
|
33952
34013
|
|
|
33953
|
-
.rrwcpby {
|
|
33954
|
-
display: flex;
|
|
33955
|
-
align-items: center;
|
|
33956
|
-
}
|
|
33957
|
-
.rrwcpby .order {
|
|
33958
|
-
height: 24px;
|
|
33959
|
-
width: 24px;
|
|
33960
|
-
border-radius: 20px;
|
|
33961
|
-
color: #0080ff;
|
|
33962
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33963
|
-
display: flex;
|
|
33964
|
-
align-items: center;
|
|
33965
|
-
justify-content: center;
|
|
33966
|
-
margin-right: 6px;
|
|
33967
|
-
}
|
|
33968
|
-
|
|
33969
|
-
.bab9xum {
|
|
33970
|
-
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);
|
|
33971
|
-
}
|
|
33972
|
-
|
|
33973
|
-
.cav4gt6 {
|
|
33974
|
-
border-radius: 8px;
|
|
33975
|
-
background-color: white;
|
|
33976
|
-
}
|
|
33977
|
-
.cav4gt6.hoverable {
|
|
33978
|
-
cursor: pointer;
|
|
33979
|
-
}
|
|
33980
|
-
.cav4gt6.hoverable:hover {
|
|
33981
|
-
transition: all 200ms ease;
|
|
33982
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33983
|
-
transform: translateY(-4px);
|
|
33984
|
-
}
|
|
33985
|
-
|
|
33986
|
-
.skwah65 {
|
|
33987
|
-
height: 8px;
|
|
33988
|
-
box-sizing: border-box;
|
|
33989
|
-
border-radius: 2px;
|
|
33990
|
-
background: #f5f7fa;
|
|
33991
|
-
display: flex;
|
|
33992
|
-
width: 100%;
|
|
33993
|
-
overflow: hidden;
|
|
33994
|
-
}
|
|
33995
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33996
|
-
margin-left: 1px;
|
|
33997
|
-
}
|
|
33998
|
-
|
|
33999
34014
|
.tc40oxa {
|
|
34000
34015
|
margin-bottom: 4px;
|
|
34001
34016
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34189,106 +34204,26 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34189
34204
|
margin-right: 8px;
|
|
34190
34205
|
}
|
|
34191
34206
|
|
|
34192
|
-
.f1p9ti6d {
|
|
34193
|
-
width: 100%;
|
|
34194
|
-
margin-bottom: 0 !important;
|
|
34195
|
-
flex-flow: nowrap !important;
|
|
34196
|
-
line-break: auto;
|
|
34197
|
-
}
|
|
34198
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
34199
|
-
text-align: left !important;
|
|
34200
|
-
padding-bottom: 0 !important;
|
|
34201
|
-
}
|
|
34202
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
34203
|
-
min-height: 32px;
|
|
34204
|
-
height: auto;
|
|
34205
|
-
font-size: 13px;
|
|
34206
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34207
|
-
white-space: normal;
|
|
34208
|
-
}
|
|
34209
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
34210
|
-
border-color: #ff4d4f !important;
|
|
34211
|
-
}
|
|
34212
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
34213
|
-
margin-top: 4px;
|
|
34214
|
-
font-size: 12px;
|
|
34215
|
-
min-height: 0px;
|
|
34216
|
-
}
|
|
34217
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
34218
|
-
font-size: 12px;
|
|
34219
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34220
|
-
min-height: 0px;
|
|
34221
|
-
}
|
|
34222
|
-
|
|
34223
|
-
.sut42l0 {
|
|
34224
|
-
padding: 0 8px;
|
|
34225
|
-
height: 18px;
|
|
34226
|
-
}
|
|
34227
|
-
|
|
34228
|
-
.mfsz1jz {
|
|
34229
|
-
padding: 2px 8px;
|
|
34230
|
-
height: 24px;
|
|
34231
|
-
}
|
|
34232
|
-
|
|
34233
|
-
.tnd6h4m {
|
|
34234
|
-
margin: 0;
|
|
34235
|
-
}
|
|
34236
|
-
|
|
34237
|
-
.i1qw4clm {
|
|
34238
|
-
margin-right: 4px;
|
|
34239
|
-
height: 16px;
|
|
34240
|
-
}
|
|
34241
|
-
|
|
34242
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34243
|
-
font-weight: 700;
|
|
34244
|
-
color: #00122e;
|
|
34245
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34246
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34247
|
-
}
|
|
34248
|
-
|
|
34249
34207
|
.iwsze0q {
|
|
34250
34208
|
margin-right: 4px;
|
|
34251
34209
|
height: 16px;
|
|
34252
34210
|
}
|
|
34253
34211
|
|
|
34254
|
-
.
|
|
34255
|
-
|
|
34256
|
-
}
|
|
34257
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
34258
|
-
border-radius: 4px 0 0 4px;
|
|
34259
|
-
padding-right: 4px;
|
|
34260
|
-
margin-right: 4px;
|
|
34212
|
+
.bab9xum {
|
|
34213
|
+
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);
|
|
34261
34214
|
}
|
|
34262
34215
|
|
|
34263
|
-
.
|
|
34264
|
-
|
|
34265
|
-
|
|
34266
|
-
.a6dbbkm .ant-input-number-input-wrap {
|
|
34267
|
-
padding: 4px 11px;
|
|
34268
|
-
display: inline-flex;
|
|
34269
|
-
line-height: 1.5715;
|
|
34270
|
-
height: inherit;
|
|
34271
|
-
}
|
|
34272
|
-
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
34273
|
-
content: var(--a6dbbkm-1);
|
|
34274
|
-
display: var(--a6dbbkm-2);
|
|
34275
|
-
flex: none;
|
|
34276
|
-
align-items: center;
|
|
34277
|
-
margin-left: 4px;
|
|
34216
|
+
.cav4gt6 {
|
|
34217
|
+
border-radius: 8px;
|
|
34218
|
+
background-color: white;
|
|
34278
34219
|
}
|
|
34279
|
-
.
|
|
34280
|
-
|
|
34281
|
-
display: var(--a6dbbkm-4);
|
|
34282
|
-
flex: none;
|
|
34283
|
-
align-items: center;
|
|
34284
|
-
margin-right: 4px;
|
|
34285
|
-
cursor: auto;
|
|
34220
|
+
.cav4gt6.hoverable {
|
|
34221
|
+
cursor: pointer;
|
|
34286
34222
|
}
|
|
34287
|
-
.
|
|
34288
|
-
|
|
34289
|
-
|
|
34290
|
-
|
|
34291
|
-
font-size: inherit;
|
|
34223
|
+
.cav4gt6.hoverable:hover {
|
|
34224
|
+
transition: all 200ms ease;
|
|
34225
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34226
|
+
transform: translateY(-4px);
|
|
34292
34227
|
}
|
|
34293
34228
|
|
|
34294
34229
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
@@ -34341,6 +34276,32 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34341
34276
|
font-size: inherit;
|
|
34342
34277
|
}
|
|
34343
34278
|
|
|
34279
|
+
.sut42l0 {
|
|
34280
|
+
padding: 0 8px;
|
|
34281
|
+
height: 18px;
|
|
34282
|
+
}
|
|
34283
|
+
|
|
34284
|
+
.mfsz1jz {
|
|
34285
|
+
padding: 2px 8px;
|
|
34286
|
+
height: 24px;
|
|
34287
|
+
}
|
|
34288
|
+
|
|
34289
|
+
.tnd6h4m {
|
|
34290
|
+
margin: 0;
|
|
34291
|
+
}
|
|
34292
|
+
|
|
34293
|
+
.i1qw4clm {
|
|
34294
|
+
margin-right: 4px;
|
|
34295
|
+
height: 16px;
|
|
34296
|
+
}
|
|
34297
|
+
|
|
34298
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34299
|
+
font-weight: 700;
|
|
34300
|
+
color: #00122e;
|
|
34301
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34302
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34303
|
+
}
|
|
34304
|
+
|
|
34344
34305
|
.feau332.ant-form-item {
|
|
34345
34306
|
margin-bottom: 0;
|
|
34346
34307
|
}
|
|
@@ -34358,4 +34319,44 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34358
34319
|
}
|
|
34359
34320
|
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34360
34321
|
display: block;
|
|
34322
|
+
}
|
|
34323
|
+
|
|
34324
|
+
.w1xcixj5.outside-tag {
|
|
34325
|
+
padding-left: 0;
|
|
34326
|
+
}
|
|
34327
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
34328
|
+
border-radius: 4px 0 0 4px;
|
|
34329
|
+
padding-right: 4px;
|
|
34330
|
+
margin-right: 4px;
|
|
34331
|
+
}
|
|
34332
|
+
|
|
34333
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
34334
|
+
display: var(--a6dbbkm-0);
|
|
34335
|
+
}
|
|
34336
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
34337
|
+
padding: 4px 11px;
|
|
34338
|
+
display: inline-flex;
|
|
34339
|
+
line-height: 1.5715;
|
|
34340
|
+
height: inherit;
|
|
34341
|
+
}
|
|
34342
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
34343
|
+
content: var(--a6dbbkm-1);
|
|
34344
|
+
display: var(--a6dbbkm-2);
|
|
34345
|
+
flex: none;
|
|
34346
|
+
align-items: center;
|
|
34347
|
+
margin-left: 4px;
|
|
34348
|
+
}
|
|
34349
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
34350
|
+
content: var(--a6dbbkm-3);
|
|
34351
|
+
display: var(--a6dbbkm-4);
|
|
34352
|
+
flex: none;
|
|
34353
|
+
align-items: center;
|
|
34354
|
+
margin-right: 4px;
|
|
34355
|
+
cursor: auto;
|
|
34356
|
+
}
|
|
34357
|
+
.a6dbbkm .ant-input-number-input {
|
|
34358
|
+
padding: 0;
|
|
34359
|
+
margin: 0;
|
|
34360
|
+
height: auto;
|
|
34361
|
+
font-size: inherit;
|
|
34361
34362
|
}
|