From 3cdb3b554a13ad2c89c0c90f67866f192f8b533d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Mon, 12 Oct 2020 17:19:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=91=E5=BD=A2=E8=8F=9C=E5=8D=95=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=97=A0=E6=B3=95=E6=8A=98=E5=8F=A0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/css/pear-module/treetable.css | 24 ++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/component/pear/css/pear-module/treetable.css b/component/pear/css/pear-module/treetable.css index 8275c22..da849b8 100644 --- a/component/pear/css/pear-module/treetable.css +++ b/component/pear/css/pear-module/treetable.css @@ -1,9 +1,25 @@ .treeTable-icon i:last-child{ display: none!important; } -.layui-icon-triangle-d:before { - content: "\e61a"; -} + .treeTable-empty{ - margin-left: 35px; + margin-left: -3px; } +.treeTable-empty { + width: 20px; + display: inline-block; +} + +.treeTable-icon { + cursor: pointer; +} + +.treeTable-icon .layui-icon-triangle-d:before { + content: "\e623"; +} + +.treeTable-icon.open .layui-icon-triangle-d:before { + content: "\e625"; + background-color: transparent; +} +