forked from ddrilling/asb_cloud_front
Перемещён селектор цвета
This commit is contained in:
parent
1e31f2f2c1
commit
31b97855e8
@ -2,7 +2,7 @@ import { Button, Checkbox, Form, FormItemProps, Input, InputNumber, Select, Tool
|
|||||||
import { memo, useCallback, useEffect, useMemo } from 'react'
|
import { memo, useCallback, useEffect, useMemo } from 'react'
|
||||||
|
|
||||||
import { BaseDataType, MinMax } from '@components/d3/types'
|
import { BaseDataType, MinMax } from '@components/d3/types'
|
||||||
import { ColorPicker, Color } from '@components/ColorPicker'
|
import { ColorPicker, Color } from '@components/input/ColorPicker'
|
||||||
|
|
||||||
import { ExtendedChartDataset } from './D3MonitoringCharts'
|
import { ExtendedChartDataset } from './D3MonitoringCharts'
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import { memo, useCallback, useEffect, useMemo, useState } from 'react'
|
|||||||
import { Input, Popover, Slider } from 'antd'
|
import { Input, Popover, Slider } from 'antd'
|
||||||
import { CopyOutlined } from '@ant-design/icons'
|
import { CopyOutlined } from '@ant-design/icons'
|
||||||
|
|
||||||
import { copyToClipboard } from './factory'
|
import { copyToClipboard } from '@components/factory'
|
||||||
|
|
||||||
import '@styles/components/color_picker.less'
|
import '@styles/components/color_picker.less'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user