From 37aa61855dbf8565d806f68b369096106308a3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=87=AA=E5=B8=A6=E5=A4=A7=E4=BD=AC=E6=B0=94=E5=9C=BA?= <188633308@qq.com> Date: Thu, 8 Jul 2021 10:02:56 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=88=B7=E6=96=B0=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E6=8C=89=E9=92=AE=E6=97=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-react/src/components/query-table-actions/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-react/src/components/query-table-actions/index.jsx b/web-react/src/components/query-table-actions/index.jsx index d509d3f..0b59588 100644 --- a/web-react/src/components/query-table-actions/index.jsx +++ b/web-react/src/components/query-table-actions/index.jsx @@ -26,7 +26,7 @@ export default class QueryTableActions extends Component { (series && node.className == className) || (!node.nextElementSibling && node.className == className) ) { - node.remove() + node.style.display = 'none' series = false } else if (node.className == className) { series = true