File tree Expand file tree Collapse file tree
packages/sqle/src/page/SqlManagementConf/Detail/ScanTypeSqlCollection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ import {
4646} from '@actiontech/shared/lib/api/sqle/service/instance_audit_plan/index.d' ;
4747import { mergeFilterButtonMeta } from '@actiontech/shared/lib/components/ActiontechTable/hooks/useTableFilterContainer' ;
4848import { ResponseCode } from '@actiontech/shared/lib/enum' ;
49- import { message , Tooltip , Space } from 'antd' ;
50- import { InfoCircleOutlined } from '@actiontech/icons' ;
49+ import { message , Tooltip } from 'antd' ;
5150import { Link } from 'react-router-dom' ;
5251
5352const ScanTypeSqlCollection : React . FC < ScanTypeSqlCollectionProps > = ( {
@@ -363,16 +362,13 @@ const ScanTypeSqlCollection: React.FC<ScanTypeSqlCollectionProps> = ({
363362 return {
364363 ...column ,
365364 title : (
366- < Space size = { 4 } >
367- { column . title as ReactNode }
368- < Tooltip
369- title = { t (
370- 'managementConf.detail.scanTypeSqlCollection.column.auditResultTooltip'
371- ) }
372- >
373- < InfoCircleOutlined />
374- </ Tooltip >
375- </ Space >
365+ < Tooltip
366+ title = { t (
367+ 'managementConf.detail.scanTypeSqlCollection.column.auditResultTooltip'
368+ ) }
369+ >
370+ < span > { column . title as ReactNode } </ span >
371+ </ Tooltip >
376372 )
377373 } ;
378374 }
You can’t perform that action at this time.
0 commit comments