From ed0ff1d8197fe19bdf90467b813ef7b2641ff8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Thu, 16 May 2024 11:30:28 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.01-=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8B=93=E6=89=91=E5=9B=BE=20=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/atdTable/components/index.less | 12 ++++++++++++ src/pages/calcTable/index.tsx | 1 + 2 files changed, 13 insertions(+) diff --git a/src/pages/atdTable/components/index.less b/src/pages/atdTable/components/index.less index f2431eb..1a7eee8 100644 --- a/src/pages/atdTable/components/index.less +++ b/src/pages/atdTable/components/index.less @@ -26,6 +26,12 @@ } } + .contentSpan:hover { + .diagramIcon { + display: block; + } + } + .contentSpan { display: flex; justify-content: space-between; @@ -39,6 +45,12 @@ word-break: keep-all; } + .diagramIcon { + color: #5d9cec; + cursor: pointer; + display: none; + } + :global { span.anticon { color: #5d9cec; diff --git a/src/pages/calcTable/index.tsx b/src/pages/calcTable/index.tsx index 7deda85..29ded60 100644 --- a/src/pages/calcTable/index.tsx +++ b/src/pages/calcTable/index.tsx @@ -83,6 +83,7 @@ const index: FunctionComponent = (props) => { {text} handleDiagramTd(item?.dataIndex, record?.id)} /> {