fix: import css replace less (#1548)

Co-authored-by: 文瑀 <wenyu.jqq@antfin.com>
This commit is contained in:
vector
2021-11-14 15:46:02 +08:00
committed by GitHub
parent 224e972714
commit 9ca4ef1553
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import React from 'react'
import classNames from 'classnames'
import { Popover } from 'antd'
import { PopoverProps } from 'antd/es/popover'
import 'antd/es/popover/style'
import 'antd/es/popover/style/index.css'
import addEventListener from 'rc-util/lib/Dom/addEventListener'
import {
SketchPicker,

View File

@ -2,7 +2,7 @@ import React from 'react'
import classNames from 'classnames'
import { Tooltip } from 'antd'
import { TooltipProps } from 'antd/es/tooltip'
import 'antd/es/tooltip/style'
import 'antd/es/tooltip/style/index.css'
import { Menu } from '../menu'
import { Dropdown } from '../dropdown'
import { ToolbarContext } from './context'